Spaces:
Running on Zero
Running on Zero
| # Monorepo workspace packages are loaded via PYTHONPATH in app.py (HF installs | |
| # requirements before copying the repo, so -e ./libs/* editable installs fail). | |
| # Pinned runtime deps (do not pin gradio, spaces, or huggingface_hub β HF preinstalls them) | |
| accelerate==1.13.0 | |
| # ZeroGPU supports torch 2.8β2.11 only (not 2.12). | |
| torch==2.11.0 | |
| torchvision==0.26.0 | |
| transformers==5.10.2 | |
| peft==0.19.1 | |
| # llama-cpp-python omitted β compiles from source on HF (10+ min / timeout). | |
| # Space uses transformers presets (minicpm5-1b). Install locally for GGUF presets. | |
| sentence-transformers==5.5.1 | |
| pydantic>=2.0.0 | |
| pyyaml>=6.0.2 | |
| pillow>=10.0.0 | |
| python-pptx>=1.0.0 | |
| python-docx>=1.1.0 | |
| httpx>=0.28.0 | |
| numpy>=2.0.0 | |
| ddgs==9.14.4 | |
| googlesearch-python>=1.3.0 | |
| pypdf>=5.0.0 | |
| trafilatura==2.1.0 | |
| matplotlib==3.11.0 | |
| soundfile>=0.12.0 | |
| sounddevice>=0.5.0 | |
| librosa==0.11.0 | |
| piper-tts==1.4.2 | |
| pywhispercpp==1.5.0 | |