Spaces:
Running on Zero
Running on Zero
update requirements
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
-
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
-
git+https://github.com/huggingface/peft.git
|
| 4 |
transformers==4.57.3
|
| 5 |
huggingface_hub
|
|
|
|
| 6 |
sentencepiece
|
| 7 |
torch==2.8.0
|
|
|
|
| 8 |
torchvision
|
|
|
|
| 9 |
kernels # @vllm-flash-attn3
|
| 10 |
-
|
| 11 |
hf_xet
|
| 12 |
gradio
|
| 13 |
numpy
|
|
|
|
| 14 |
av
|
|
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
|
|
|
| 2 |
transformers==4.57.3
|
| 3 |
huggingface_hub
|
| 4 |
+
spaces==0.43.0
|
| 5 |
sentencepiece
|
| 6 |
torch==2.8.0
|
| 7 |
+
bitsandbytes
|
| 8 |
torchvision
|
| 9 |
+
accelerate
|
| 10 |
kernels # @vllm-flash-attn3
|
| 11 |
+
torchao
|
| 12 |
hf_xet
|
| 13 |
gradio
|
| 14 |
numpy
|
| 15 |
+
peft
|
| 16 |
av
|