George-API commited on
Commit
52e5371
·
verified ·
1 Parent(s): b4b3dd2

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,8 +1,16 @@
 
1
  gradio==4.13.0
2
  python-dotenv==1.0.0
3
  huggingface_hub>=0.17.0
4
- # The following will be needed when we deploy the actual model
5
- # transformers>=4.34.0
6
- # torch>=2.0.0
7
- # accelerate>=0.21.0
8
- # bitsandbytes>=0.41.1
 
 
 
 
 
 
 
 
1
+ unsloth>=0.3.0
2
  gradio==4.13.0
3
  python-dotenv==1.0.0
4
  huggingface_hub>=0.17.0
5
+ transformers>=4.34.0
6
+ torch>=2.0.0
7
+ accelerate>=0.21.0
8
+ peft>=0.5.0
9
+ einops>=0.6.1
10
+ scipy>=1.11.1
11
+ sentencepiece>=0.1.99
12
+ datasets>=2.14.0
13
+ trl>=0.7.2
14
+ wandb>=0.15.0
15
+ evaluate>=0.4.0
16
+ bitsandbytes>=0.41.1