Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
trl==0.12.0
|
| 4 |
+
peft==0.13.2
|
| 5 |
+
bitsandbytes
|
| 6 |
+
accelerate
|
| 7 |
+
huggingface_hub
|
| 8 |
+
ipywidgets
|
| 9 |
+
gradio
|
| 10 |
+
datasets
|