Skip to content

Commit

Permalink
Update install_cuda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Jan 8, 2024
1 parent 838108e commit c3c92ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"torchdata",
"torchaudio",
"torchvision",
"torch-directm"
"torch-directml"
]
for package in uninstall:
subprocess.run(["pip", "uninstall", "-y", package], check=True)
Expand Down

0 comments on commit c3c92ca

Please sign in to comment.