We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d11e9c commit 65588fcCopy full SHA for 65588fc
modules/launch_utils.py
@@ -437,7 +437,7 @@ def prepare_environment():
437
rocm_found = False
438
hip_found = False
439
backend = "cuda"
440
- torch_command = "pip install torch==2.3.0 torchvision" if args.use_cpu_torch else "pip install torch==2.2.2 torchvision --extra-index-url https://download.pytorch.org/whl/cu121"
+ torch_command = "pip install torch==2.3.0 torchvision" if args.use_cpu_torch else "pip install torch==2.3.0 torchvision --extra-index-url https://download.pytorch.org/whl/cu121"
441
442
if args.use_cpu_torch:
443
backend = "cpu"
0 commit comments