Skip to content

Commit

Permalink
Bump torch & torch-directml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Oct 22, 2024
1 parent efddd05 commit ae5ff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/launch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def prepare_environment():
backend = "directml"
torch_command = os.environ.get(
"TORCH_COMMAND",
"pip install torch==2.3.1 torchvision torch-directml",
"pip install torch==2.4.1 torchvision torch-directml",
)
args.skip_python_version_check = True
elif args.use_zluda:
Expand Down

0 comments on commit ae5ff7a

Please sign in to comment.