Spaces:
Running on Zero
Running on Zero
File size: 574 Bytes
fed954e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # 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 |