mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-16 21:30:39 -07:00
Auto-detect Intel Arc GPUs during Windows setup and install PyTorch with XPU support + intel-extension-for-pytorch. Enable allow_xpu=True on all TTS backends (Chatterbox, Chatterbox Turbo, Hume TADA, LuxTTS) that previously only supported CUDA. Add shared empty_device_cache() and manual_seed() helpers in base.py to handle XPU memory management and reproducible seeding alongside CUDA.