Qwen3.8-27B-Uncensored-Demo / requirements.txt
JonathanColetti's picture
Handle unsupported/corrupt image uploads with a clear error; add HEIC support
5d3a980 verified
Raw
History Blame Contribute Delete
473 Bytes
# Pinned to match the release box. Unpinned torchvision is the classic Spaces
# breakage: pip resolves it against PyPI and silently reinstalls a torch build that
# may not carry sm_120 kernels for the Blackwell ZeroGPU backend.
transformers==5.15.0
accelerate==1.14.0
bitsandbytes==0.50.1
torchvision
# HEIC/HEIF support: torchvision's decoder rejects them outright, so phone photos
# fail without this. Optional at runtime -- app.py degrades to a clear error.
pillow-heif