Sergidev commited on
Commit
611c8c3
1 Parent(s): c6456fa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,19 +1,19 @@
1
- transformers==4.43.2
2
  packaging
3
- vllm==0.5.5
4
- vllm-flash-attn
5
- flash_attn
6
- deepspeed==0.14.4
7
- llamafactory
8
- openai
9
- datasets
10
- tqdm
11
- gradio
12
- cn2an>=0.5.22
13
- langdetect>=1.0.9
14
  accelerate
15
  peft
 
16
  sentencepiece
17
  protobuf
18
  tiktoken
19
- scipy
 
 
 
 
 
 
 
 
1
  packaging
2
+ setuptools
3
+ wheel
4
+ numpy
5
+ torch==2.4.0
6
+ transformers==4.43.2
 
 
 
 
 
 
7
  accelerate
8
  peft
9
+ datasets
10
  sentencepiece
11
  protobuf
12
  tiktoken
13
+ scipy
14
+ gradio
15
+ cn2an>=0.5.22
16
+ langdetect>=1.0.9
17
+ openai
18
+ tqdm
19
+ llamafactory