introduce cuda@12 and cuda@13 for installer

This commit is contained in:
henryruhs
2026-08-03 16:50:46 +02:00
parent d367f75987
commit 8b4b17562e
+1
View File
@@ -64,6 +64,7 @@ def run(program : ArgumentParser) -> None:
for line in file.readlines():
__line__ = line.strip()
if not __line__.startswith('onnxruntime'):
commands.append(__line__)