RehanKingggg commited on
Commit
190f251
·
verified ·
1 Parent(s): 93d5461

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.40.0
3
+ accelerate>=0.25.0
4
+ bitsandbytes>=0.41.0
5
+ safetensors>=0.3.0
6
+ tokenizers>=0.15.0
7
+ huggingface-hub>=0.19.0
8
+ datasets>=2.14.0
9
+ peft>=0.6.0
10
+ trl>=0.7.0
11
+ einops>=0.7.0