Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 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
|
|
@@ -9,6 +8,7 @@ torchvision
|
|
| 9 |
accelerate
|
| 10 |
kernels # @vllm-flash-attn3
|
| 11 |
torchao
|
|
|
|
| 12 |
hf_xet
|
| 13 |
gradio
|
| 14 |
numpy
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
transformers==4.57.3
|
| 3 |
huggingface_hub
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
torch==2.8.0
|
| 6 |
bitsandbytes
|
|
|
|
| 8 |
accelerate
|
| 9 |
kernels # @vllm-flash-attn3
|
| 10 |
torchao
|
| 11 |
+
spaces
|
| 12 |
hf_xet
|
| 13 |
gradio
|
| 14 |
numpy
|