Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers>=4.36.0
|
| 4 |
+
accelerate>=0.25.0
|
| 5 |
+
bitsandbytes>=0.41.0
|
| 6 |
+
peft>=0.7.0
|
| 7 |
+
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
| 8 |
+
xformers<0.0.27
|
| 9 |
+
sentencepiece
|
| 10 |
+
protobuf
|