Spaces:
Running
Running
V2 OUT
#4
by
AIencoder
- opened
🚀 V2 Release: CPU Optimization & Stability Fixes
This update brings major stability improvements, specifically targeting the Hugging Face Free CPU Tier.
📋 Changelog:
- ⚡ CPU Optimization: Implemented smart thread limiting (
torch.set_num_threads) and switched tofloat32to prevent deadlocks on 0% GPU hardware. - 🧠 Model Stability: successfully running Qwen 2.5 Coder 1.5B on CPU by disabling sampling (
do_sample=False) for faster, deterministic outputs. - 🖥️ New UI Layout: Redesigned the interface with a "Control Center" layout—buttons are now side-by-side with the audio input for better usability.
- 🐛 Bug Fixes:
- Fixed
concurrency_countdeprecation error. - Fixed Whisper pipeline input format (switching to
rawnumpy). - Resolved the "silent crash" deadlock issue during cold starts.
- Fixed
Enjoy the faster and more stable experience!
Just a note V2 is Pretty easy to add on to So expect V3 today or Saturday