Fix model paths: Use Candle-specific repository (-candle suffix) 001cbbe pgits commited on Sep 12, 2025
MAJOR FIX: Switch from conversation model to dedicated STT model 22c8baf pgits Claude commited on Sep 12, 2025
BREAKTHROUGH: Fix PAD token issue with correct STT start token 8f3b8dc pgits Claude commited on Sep 12, 2025
Rebuild for A10G GPU: change CUDA compute capability from 75 to 86 700a1fc pgits Claude commited on Sep 12, 2025
Remove cross-attention from v0_1_vision config for Q8 model 8ac2fe2 pgits Claude commited on Sep 12, 2025
Use v0_1_vision() config for exact Q8 model dimension match de3ee9c pgits Claude commited on Sep 12, 2025
Fix Q8 model shape mismatch - let GGUF auto-configure dimensions 018577d pgits Claude commited on Sep 12, 2025
Switch to moshiko-candle-q8 model to resolve Docker build memory constraints cfc4206 pgits Claude commited on Sep 12, 2025
Fix transformer config field names (validated) - v1.6.4 23055ba pgits Claude commited on Sep 12, 2025
Fix model dimensions + pre-download moshiko-candle-bf16 models - v1.6.2 bd7015b pgits Claude commited on Sep 12, 2025
Fix audio tokenizer file path for moshiko-candle-bf16 - v1.6.1 8af2ea4 pgits Claude commited on Sep 12, 2025
Implement exact official Moshi backend configuration - v1.6.0 a39a349 pgits Claude commited on Sep 11, 2025
Switch to kyutai/moshiko-candle-q8 quantized model - v1.5.0 ac08335 pgits Claude commited on Sep 11, 2025
Add defensive bounds checking for Moshi lm_state.step() - v1.4.39 7c0151f pgits Claude commited on Sep 11, 2025
v1.4.38: CRITICAL FIX - Moshi dual-stream configuration for STT 0a9e40c pgits Claude commited on Sep 11, 2025
v1.4.36: Fix Rust server detection to reuse existing healthy servers a268ec3 pgits Claude commited on Sep 11, 2025
v1.4.35: Fix HuggingFace Spaces multi-process port binding issue 3f2b38e pgits Claude commited on Sep 11, 2025
v1.4.34: Fix Rust server initialization in HuggingFace Spaces 8941de7 pgits Claude commited on Sep 11, 2025
v1.4.32: Add critical debug messages to trace HF Spaces app.py execution 989dea3 pgits Claude commited on Sep 11, 2025
v1.4.31: Move Rust server initialization to module level for HF Spaces 9dfed6b pgits Claude commited on Sep 11, 2025
v1.4.30: Remove duplicate lifespan - single PRE-MOUNT Rust server only 54b2bed pgits Claude commited on Sep 11, 2025
v1.4.29: Fix FastAPI lifespan issue - start Rust BEFORE Gradio mounting 1521a5b pgits Claude commited on Sep 11, 2025
v1.4.28: Force clean rebuild with Moshi 0.6.1 to fix cached 0.6.3 c5c0cf8 pgits Claude commited on Sep 11, 2025
v1.4.27: Revert to Moshi 0.6.1 + restore lifespan pattern 90d355f pgits Claude commited on Sep 11, 2025
v1.4.26: RESTORE working FastAPI lifespan pattern from v1.4.19 784b28a pgits Claude commited on Sep 11, 2025
v1.4.25: Move Rust server initialization back to __main__ block 7b7a738 pgits Claude commited on Sep 11, 2025
v1.4.24: Implement module-level Rust server initialization for HF Spaces 4b13c63 pgits Claude commited on Sep 11, 2025
fix: Remove unused FastAPI lifespan to prevent duplicate Rust servers de98b03 pgits Claude commited on Sep 11, 2025
fix: Start Rust server directly in __main__ since Gradio mounting breaks lifespan e2fb97d pgits Claude commited on Sep 11, 2025
fix: Remove conflicting startup patterns preventing server from staying running 878355f pgits Claude commited on Sep 11, 2025
CRITICAL FIX: Remove duplicate Rust server initialization v1.4.20 467b133 pgits Claude commited on Sep 11, 2025
VALIDATED FIX: Use FastAPI lifespan pattern for Rust server init v1.4.19 1d91bd0 pgits Claude commited on Sep 11, 2025
DEFINITIVE FIX: Configure Mimi for exactly 8 codebooks to match STT v0_1_one_way() v1.4.18 939920e pgits Claude commited on Sep 11, 2025
Fix HuggingFace Spaces app.py execution - move Rust server init to module level v1.4.17 733c8a7 pgits Claude commited on Sep 11, 2025
Fix hardcoded version in Dockerfile - now shows v1.4.13 with MOSHI PANIC FIXES b34c099 pgits commited on Sep 10, 2025
Force Rust binary rebuild with v1.4.13 - includes Moshi panic fix 0590246 pgits commited on Sep 10, 2025