Dramabox / requirements.txt
akhaliq's picture
akhaliq HF Staff
Update Pydantic to 2.11.10 to resolve Gradio 6 dependency conflict
080fa02
raw
history blame
897 Bytes
torch==2.8.0
torchaudio==2.8.0
# pydantic 2.11+ emits bool-shorthand `additionalProperties: True` which crashes
# gradio_client's get_type (`if "const" in schema`). 2.10.6 is the last version
# that still emits the dict form. Tracked at:
# https://discuss.huggingface.co/t/154601
pydantic==2.11.10
safetensors>=0.4.0
accelerate>=0.25.0
peft>=0.7.0
# xformers removed: 0.0.32.post2's bundled FA3 Hopper kernel raises
# "CUDA error: invalid argument" on ZeroGPU's H200 runtime. attention.py
# falls back to torch SDPA cleanly when xformers is absent (try/except
# import at module level), and SDPA on torch 2.8 has its own efficient
# H200 backends.
av>=12.0.0
einops>=0.7.0
PyYAML>=6.0
sentencepiece>=0.1.99
transformers>=4.45.0
huggingface_hub>=0.20.0,<1.0
bitsandbytes>=0.45.0
gradio==6.14.0
spaces>=0.30.0
soundfile>=0.12.0
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master