pathii commited on
Commit
276f253
·
verified ·
1 Parent(s): 11f2c82

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  fastapi
2
  uvicorn[standard]
3
- torch
4
- transformers
5
- datasets
6
- deepspeed
7
- vllm
8
- accelerate
9
- unsloth
10
- huggingface_hub
 
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