Skip to content

Commit 65588fc

Browse files
committed
Fix.
1 parent 5d11e9c commit 65588fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/launch_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def prepare_environment():
437437
rocm_found = False
438438
hip_found = False
439439
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"
440+
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"
441441

442442
if args.use_cpu_torch:
443443
backend = "cpu"

0 commit comments

Comments
 (0)