Skip to content

Commit

Permalink
Pin torch in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Oct 5, 2023
1 parent 3461f0c commit f01b6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sympy==1.12 ; python_full_version >= "3.8.1" and python_version < "3.12"
threadpoolctl==3.2.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
tokenizers==0.13.3 ; python_full_version >= "3.8.1" and python_version < "3.12"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.12"
torch==2.0.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
torch==2.1.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
torchtyping==0.1.4 ; python_full_version >= "3.8.1" and python_version < "3.12"
tornado==6.3.3 ; python_full_version >= "3.8.1" and python_version < "3.12"
tqdm==4.66.1 ; python_full_version >= "3.8.1" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
sympy==1.12 ; python_full_version >= "3.8.1" and python_version < "3.12"
tokenizers==0.13.3 ; python_full_version >= "3.8.1" and python_version < "3.12"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.12"
torch==2.0.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
torch==2.1.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
torchtyping==0.1.4 ; python_full_version >= "3.8.1" and python_version < "3.12"
tqdm==4.66.1 ; python_full_version >= "3.8.1" and python_version < "3.12"
transformers[sentencepiece,tokenizers,torch]==4.33.3 ; python_full_version >= "3.8.1" and python_version < "3.12"
Expand Down

0 comments on commit f01b6ea

Please sign in to comment.