Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
torch
|
| 2 |
git+https://github.com/huggingface/transformers
|
| 3 |
datasets
|
| 4 |
-
loralib
|
| 5 |
-
sentencepiece
|
| 6 |
-
accelerate
|
| 7 |
-
bitsandbytes
|
| 8 |
-
git+https://github.com/huggingface/peft.git
|
| 9 |
gradio
|
| 10 |
openai
|
|
|
|
| 1 |
torch
|
| 2 |
git+https://github.com/huggingface/transformers
|
| 3 |
datasets
|
| 4 |
+
#loralib
|
| 5 |
+
#sentencepiece
|
| 6 |
+
#accelerate
|
| 7 |
+
#bitsandbytes
|
| 8 |
+
#git+https://github.com/huggingface/peft.git
|
| 9 |
gradio
|
| 10 |
openai
|