Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dill-shower authored Nov 7, 2024
1 parent e4e444f commit 9113014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def prepare_environment():
"torch",
(
f"{sys.executable} -m pip install torch torchvision torchaudio "
"--index-url https://download.pytorch.org/whl/cu118"
"--index-url https://download.pytorch.org/whl/cu121"
),
)

Expand Down

0 comments on commit 9113014

Please sign in to comment.