Lyon28 commited on
Commit
897f1e2
·
verified ·
1 Parent(s): ab54855

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
  fastapi==0.104.1
2
- uvicorn==0.24.0
3
  transformers==4.35.2
4
- torch==2.1.1
5
  accelerate>=0.21.0
6
  sentencepiece>=0.1.99
7
  pydantic==2.5.0
8
  python-multipart==0.0.6
9
- numpy==1.24.3
 
 
 
 
 
1
  fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
  transformers==4.35.2
4
+ torch==2.1.1+cpu
5
  accelerate>=0.21.0
6
  sentencepiece>=0.1.99
7
  pydantic==2.5.0
8
  python-multipart==0.0.6
9
+ numpy==1.24.3
10
+ tokenizers>=0.14.1
11
+ huggingface-hub>=0.17.3
12
+ safetensors>=0.4.0
13
+ psutil>=5.9.0