pathii commited on
Commit
a69cba0
·
verified ·
1 Parent(s): 5b63bfa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -4,7 +4,8 @@ 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
 
 
4
  transformers==4.38.2
5
  datasets==2.18.0
6
  deepspeed==0.13.1
7
+ vllm==0.3.0; sys_platform != 'win32'
8
  accelerate==0.27.2
9
  unsloth==0.2.0
10
+ huggingface_hub==0.20.3
11
+ ninja==1.11.1