Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
transformers
|
3 |
+
trl
|
4 |
+
git+https://github.com/huggingface/peft.git
|
5 |
+
einops
|
6 |
+
torch
|
7 |
+
datasets
|
8 |
+
bitsandbytes
|
9 |
+
scipy
|