Yadav122 commited on
Commit
9a4ef1a
·
verified ·
1 Parent(s): 8115389

Fix: Fixed requirements with compatible versions

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- torch==2.1.0
4
- transformers==4.35.0
5
- accelerate==0.24.0
6
- pydantic==2.4.2
7
- python-multipart==0.0.6
8
- httpx==0.25.0
9
- numpy==1.24.3
10
- tokenizers==0.14.1
11
- huggingface-hub==0.17.3
12
- safetensors==0.4.0
13
- requests==2.31.0
14
- python-dotenv==1.0.0
 
1
+ fastapi>=0.100.0
2
+ uvicorn[standard]>=0.20.0
3
+ torch>=2.0.0
4
+ transformers>=4.30.0
5
+ accelerate>=0.20.0
6
+ pydantic>=2.0.0
7
+ python-multipart>=0.0.6
8
+ httpx>=0.24.0
9
+ numpy>=1.21.0
10
+ tokenizers>=0.13.0
11
+ huggingface-hub>=0.15.0
12
+ safetensors>=0.3.0
13
+ requests>=2.28.0
14
+ python-dotenv>=1.0.0