ewssbd commited on
Commit
8031967
·
verified ·
1 Parent(s): 3265323

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  fastapi
2
  uvicorn
3
- transformers
4
- torch
5
  pydantic
 
1
  fastapi
2
  uvicorn
3
+ transformers>=4.40.0
4
+ torch>=2.2.0 --extra-index-url https://download.pytorch.org/whl/cpu
5
  pydantic