Spaces:
Building on Zero
Building on Zero
| # ZeroGPU provides torch (2.8+) and CUDA at runtime — do NOT pin or reinstall | |
| # torch here (a mismatched pin fights the platform image). | |
| # | |
| # transformers is pinned to a RELEASED wheel, NOT the package's | |
| # `transformers @ git+…@main` pin (that pin is the Space-build landmine). | |
| # qwen3_5 ships in released transformers now (the base model has 12M+ downloads | |
| # and WebGPU spaces); the Colab path already runs on transformers>=4.50. | |
| spaces | |
| gradio>=4.44 | |
| transformers>=4.50 | |
| accelerate>=1.0 | |
| easyocr | |
| pydantic>=2.0 | |
| pillow | |
| numpy | |
| huggingface_hub>=0.25 | |
| datasets>=2.20 | |
| safetensors | |