Borcherding commited on
Commit
416f48c
·
verified ·
1 Parent(s): d8c35b2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
2
- xformers<0.0.27
3
- trl<0.9.0
4
- peft
5
- accelerate
6
- bitsandbytes
7
- gradio
 
8
  gradio[oauth]
9
- tensorboard
 
 
 
1
+ torch>=2.1.0
2
+ accelerate>=0.25.0
3
+ xformers==0.0.22
4
+ trl==0.7.6
5
+ peft>=0.6.0
6
+ bitsandbytes>=0.41.1
7
+ unsloth @ git+https://github.com/unslothai/unsloth.git
8
+ gradio>=4.0.0
9
  gradio[oauth]
10
+ tensorboard
11
+ transformers>=4.34.0
12
+ huggingface-hub>=0.19.0