Skip to content

Commit

Permalink
Updates torch to use the most recent version (#822)
Browse files Browse the repository at this point in the history
* removed torch ceiling

* updated torch version
  • Loading branch information
bryce13950 authored Dec 27, 2024
1 parent 7aed579 commit 2bde039
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 47 deletions.
91 changes: 48 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
python=">=3.9,<4.0"
rich=">=12.6.0"
sentencepiece="*"
torch=[
{platform="!=linux", version=">=2.0,!=2.0,!=2.1.0,<2.2"}, # Pin >=2.1.1 on Apple devices due to known MPS errors on 2.1.0
{platform="linux", version=">=2.0,<2.2"}, # We can use any torch version on Linux (e.g colab)
]
torch=">=2.2,<2.5"
tqdm=">=4.64.1"
transformers=">=4.37.2,<4.43"
typing-extensions="*"
Expand Down

0 comments on commit 2bde039

Please sign in to comment.