Spaces:
Runtime error
Runtime error
Commit
·
edcb2a9
1
Parent(s):
cf723be
Add accelerate and sentencepiece to requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
| 3 |
|
|
|
|
|
|
|
| 4 |
diffusers
|
| 5 |
gradio_client
|
| 6 |
huggingface-hub==0.26.5
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
| 3 |
|
| 4 |
+
accelerate
|
| 5 |
+
sentencepiece
|
| 6 |
diffusers
|
| 7 |
gradio_client
|
| 8 |
huggingface-hub==0.26.5
|