Spaces:
Runtime error
Runtime error
Commit
·
63e10fb
1
Parent(s):
7a2fb68
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/transformers
|
| 2 |
-
torch
|
| 3 |
git+https://github.com/huggingface/accelerate
|
|
|
|
| 4 |
Pillow
|
| 5 |
bitsandbytes
|
| 6 |
scipy
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
git+https://github.com/huggingface/transformers
|
|
|
|
| 3 |
git+https://github.com/huggingface/accelerate
|
| 4 |
+
torch
|
| 5 |
Pillow
|
| 6 |
bitsandbytes
|
| 7 |
scipy
|