Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 19, 2024
1 parent 5e557d2 commit 57872f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/find_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_pt_requirement(pt_version: str = "") -> dict:
# luckily, .* (prefix matching) defined in PEP 440 can match any local version
# https://peps.python.org/pep-0440/#version-matching
f"torch=={Version(pt_version).base_version}.*",
# https://github.com/kulinseth/pytorch/commit/241f586919b9f370e3cc6aea657f96a23adac554
# https://github.com/pytorch/pytorch/commit/241f586919b9f370e3cc6aea657f96a23adac554
"torch>=2.1.0",
],
}
Expand Down

0 comments on commit 57872f2

Please sign in to comment.