Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
spaces
|
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
|
9 |
+
safetensors
|
10 |
+
tokenizers
|
11 |
+
#bitsandbytes
|
12 |
+
#https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whlhuggingface_hub[hf_transfer]
|
13 |
+
numpy
|
14 |
+
torch
|
15 |
+
torchvision
|
16 |
+
torchaudio
|
17 |
+
#pythran
|
18 |
+
#cyper
|