# HF Spaces build manifest. # gradio and spaces are intentionally NOT listed: the Gradio SDK base image installs # both on every hardware tier (gradio is locked by `sdk_version` in README.md; `spaces` # is platform-pinned by the ZeroGPU runtime). Listing either causes resolution failures # or silently drifts the runtime. They live in requirements-dev.txt for local runs. # torch is pinned to a ZeroGPU-supported version (accepted: 2.8.0/2.9.1/2.10.0/2.11.0). accelerate>=1,<2 sentencepiece>=0.2,<1 tokenizers>=0.21,<1 torch==2.11.0 transformers>=4,<5