Spaces:
Runtime error
Runtime error
Commit
·
e5b4db8
1
Parent(s):
4e68e99
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
torch
|
| 2 |
trl
|
| 3 |
-
|
|
|
|
| 4 |
git+https://github.com/huggingface/accelerate
|
| 5 |
git+https://github.com/huggingface/peft.git
|
| 6 |
datasets
|
|
|
|
| 1 |
torch
|
| 2 |
trl
|
| 3 |
+
scipy
|
| 4 |
+
transformers == 4.30
|
| 5 |
git+https://github.com/huggingface/accelerate
|
| 6 |
git+https://github.com/huggingface/peft.git
|
| 7 |
datasets
|