Spaces:
Runtime error
Runtime error
Commit ·
129c625
1
Parent(s): 140ac65
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
accelerate
|
| 3 |
torch
|
|
|
|
|
|
|
| 4 |
einops
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
git+https://github.com/huggingface/transformers.git
|
| 3 |
+
numpy
|
| 4 |
einops
|
| 5 |
+
accelerate
|
| 6 |
+
bitsandbytes
|
| 7 |
+
scipy
|