Sleepyriizi commited on
Commit
4c4fd1a
·
verified ·
1 Parent(s): db897db

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,7 +1,8 @@
 
 
1
  fastapi
2
  uvicorn[standard]
3
- torch==2.2.2 # pin to the CPU build you tested with
4
- transformers>=4.40
5
  huggingface_hub>=0.23
6
  python-jose[cryptography]
7
- pydantic
 
1
+ numpy==1.26.4
2
+ torch==2.2.2
3
  fastapi
4
  uvicorn[standard]
5
+ transformers==4.40.0
 
6
  huggingface_hub>=0.23
7
  python-jose[cryptography]
8
+ pydantic