Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets
|
| 2 |
+
loralib
|
| 3 |
+
sentencepiece
|
| 4 |
+
git+https://github.com/huggingface/transformers.git
|
| 5 |
+
accelerate
|
| 6 |
+
bitsandbytes
|
| 7 |
+
git+https://github.com/huggingface/peft.git
|
| 8 |
+
gradio
|