mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
revert stable cuda 13.2 to 13.0 (ampere segfault)
This commit is contained in:
+1
-1
@@ -577,7 +577,7 @@ def install_cuda():
|
||||
if args.use_nightly:
|
||||
cmd = os.environ.get('TORCH_COMMAND', '--upgrade --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132 --extra-index-url https://download.pytorch.org/whl/nightly/cu130')
|
||||
else:
|
||||
cmd = os.environ.get('TORCH_COMMAND', 'torch==2.12.0+cu132 torchvision==0.27.0+cu132 --index-url https://download.pytorch.org/whl/cu132')
|
||||
cmd = os.environ.get('TORCH_COMMAND', 'torch==2.12.0+cu130 torchvision==0.27.0+cu130 --index-url https://download.pytorch.org/whl/cu130')
|
||||
return cmd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user