cloudunity commited on
Commit
e2b3eda
·
verified ·
1 Parent(s): a013507

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -14
requirements.txt CHANGED
@@ -1,14 +1,9 @@
1
- fastapi
2
- uvicorn
3
- python-multipart
4
- pydantic
5
- requests
6
- httpx
7
- torch
8
- transformers
9
- huggingface-hub
10
- numpy
11
- python-dotenv
12
- sentencepiece
13
- accelerate
14
- openai
 
1
+ fastapi==0.115.6
2
+ uvicorn==0.32.1
3
+ pydantic==2.10.5
4
+ pydantic-settings==2.7.1
5
+ torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu
6
+ transformers==4.48.1
7
+ huggingface-hub==0.26.5
8
+ bitsandbytes==0.44.1
9
+ accelerate==1.2.1