Skip to content

Commit

Permalink
Merge pull request #70 from weaviate/revert-torch-depenendency-upgrade
Browse files Browse the repository at this point in the history
Revert torch dependency version to 2.0.1
  • Loading branch information
antas-marcin authored Nov 24, 2023
2 parents b089315 + 35f9afc commit b3c001b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ transformers==4.27.2
fastapi==0.95.0
uvicorn==0.21.1
nltk==3.8.1
torch==2.0.0
torch==2.0.1
sentencepiece==0.1.97
sentence-transformers==2.2.2
pytest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ transformers==4.34.0
fastapi==0.103.2
uvicorn==0.23.2
nltk==3.8.1
torch==2.1.0
torch==2.0.1
sentencepiece==0.1.99
sentence-transformers==2.2.2

0 comments on commit b3c001b

Please sign in to comment.