Skip to content

Commit

Permalink
📌 Update dependency link for pytorch cuda version (#746)
Browse files Browse the repository at this point in the history
- Update Dependency Link for `pytorch cuda` Version
  • Loading branch information
shaneahmed authored Nov 30, 2023
1 parent df6e947 commit 30fa13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
dependency_links = []

if sys.platform != "darwin":
dependency_links = ["https://download.pytorch.org/whl/cu113"]
dependency_links = ["https://download.pytorch.org/whl/cu118"]

setup_requirements = [
"pytest-runner",
Expand Down

0 comments on commit 30fa13f

Please sign in to comment.