Spaces:
Running on Zero
Running on Zero
| # HF Space (ZeroGPU) requirements — rename to requirements.txt inside the Space repo. | |
| # torch is pinned to a ZeroGPU-supported version (2.8–2.11; NOT 2.12). | |
| gradio>=6.0 | |
| httpx>=0.27.0 | |
| huggingface-hub>=0.23.0 | |
| spaces | |
| # prebuilt CPU wheel for llama-cpp-python — avoids the slow from-source CMake compile on the Space: | |
| --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu | |
| llama-cpp-python | |
| transformers>=5.4.0 | |
| torch==2.11.0 | |
| accelerate | |
| soundfile | |
| numpy<2 | |
| librosa | |
| sentencepiece | |