Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
git+https://github.com/huggingface/accelerate.git
|
3 |
sentencepiece
|
|
|
4 |
huggingface_hub[hf_transfer]
|
5 |
numpy
|
6 |
-
pythran
|
|
|
|
1 |
+
spaces
|
2 |
+
gradio
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
4 |
+
torch
|
5 |
git+https://github.com/huggingface/transformers.git
|
6 |
git+https://github.com/huggingface/accelerate.git
|
7 |
sentencepiece
|
8 |
+
safetensors
|
9 |
huggingface_hub[hf_transfer]
|
10 |
numpy
|
11 |
+
#pythran
|
12 |
+
#cyper
|