pathii commited on
Commit
d839453
·
verified ·
1 Parent(s): 60c3115

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- fastapi
2
- uvicorn[standard]
3
- torch>=2.0.0
4
- transformers>=4.40.0
5
- datasets>=2.18.0
6
- deepspeed>=0.13.0
7
- vllm>=0.3.0
8
- accelerate>=0.27.0
9
- unsloth>=0.2.0
10
- huggingface_hub>=0.20.0
 
1
+ fastapi==0.109.1
2
+ uvicorn[standard]==0.27.0
3
+ torch==2.2.1
4
+ transformers==4.38.2
5
+ datasets==2.18.0
6
+ deepspeed==0.13.1
7
+ vllm==0.3.0
8
+ accelerate==0.27.2
9
+ unsloth==0.2.0
10
+ huggingface_hub==0.20.3