Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -2,8 +2,7 @@ spaces
|
|
2 |
gradio
|
3 |
#--prefer-binary
|
4 |
#--pre
|
5 |
-
|
6 |
-
torch
|
7 |
git+https://github.com/huggingface/transformers.git
|
8 |
git+https://github.com/huggingface/accelerate.git
|
9 |
sentencepiece
|
@@ -12,5 +11,8 @@ tokenizers
|
|
12 |
bitsandbytes
|
13 |
huggingface_hub[hf_transfer]
|
14 |
numpy
|
|
|
|
|
|
|
15 |
#pythran
|
16 |
#cyper
|
|
|
2 |
gradio
|
3 |
#--prefer-binary
|
4 |
#--pre
|
5 |
+
#--extra-index-url https://download.pytorch.org/whl/cu124
|
|
|
6 |
git+https://github.com/huggingface/transformers.git
|
7 |
git+https://github.com/huggingface/accelerate.git
|
8 |
sentencepiece
|
|
|
11 |
bitsandbytes
|
12 |
huggingface_hub[hf_transfer]
|
13 |
numpy
|
14 |
+
torch
|
15 |
+
torchvision
|
16 |
+
torchaudio
|
17 |
#pythran
|
18 |
#cyper
|