Commit History

Fix model paths: Use Candle-specific repository (-candle suffix)
001cbbe

pgits commited on

Fix STT model file paths - correct tokenizer filenames
f353b48

pgits Claude commited on

MAJOR FIX: Switch from conversation model to dedicated STT model
22c8baf

pgits Claude commited on

BREAKTHROUGH: Fix PAD token issue with correct STT start token
8f3b8dc

pgits Claude commited on

Enable audio boosting for quiet speech (RMS < 0.12)
d065e75

pgits Claude commited on

Fix startup script syntax error - missing quote
63f6076

pgits Claude commited on

Rebuild for A10G GPU: change CUDA compute capability from 75 to 86
700a1fc

pgits Claude commited on

Remove cross-attention from v0_1_vision config for Q8 model
8ac2fe2

pgits Claude commited on

Use v0_1_vision() config for exact Q8 model dimension match
de3ee9c

pgits Claude commited on

Fix startup script to check correct Q8 model path
a8917da

pgits Claude commited on

Fix Q8 model shape mismatch - let GGUF auto-configure dimensions
018577d

pgits Claude commited on

Fix GGUF model loading - HeaderTooLarge error resolved
f0ee083

pgits Claude commited on

Switch to moshiko-candle-q8 model to resolve Docker build memory constraints
cfc4206

pgits Claude commited on

Fix transformer config field names (validated) - v1.6.4
23055ba

pgits Claude commited on

Fix LM config compilation error - v1.6.3
ce00088

pgits Claude commited on

Fix model dimensions + pre-download moshiko-candle-bf16 models - v1.6.2
bd7015b

pgits Claude commited on

Fix audio tokenizer file path for moshiko-candle-bf16 - v1.6.1
8af2ea4

pgits Claude commited on

Implement exact official Moshi backend configuration - v1.6.0
a39a349

pgits Claude commited on

Switch to kyutai/moshiko-candle-q8 quantized model - v1.5.0
ac08335

pgits Claude commited on

Fix Rust borrowing error in bounds checking - v1.4.40
9a275d7

pgits Claude commited on

Add defensive bounds checking for Moshi lm_state.step() - v1.4.39
7c0151f

pgits Claude commited on

v1.4.38: CRITICAL FIX - Moshi dual-stream configuration for STT
0a9e40c

pgits Claude commited on

v1.4.37: Fix Moshi 0.6.3 panic with exact version pin
ec88a38

pgits Claude commited on

v1.4.36: Fix Rust server detection to reuse existing healthy servers
a268ec3

pgits Claude commited on

v1.4.35: Fix HuggingFace Spaces multi-process port binding issue
3f2b38e

pgits Claude commited on

v1.4.34: Fix Rust server initialization in HuggingFace Spaces
8941de7

pgits Claude commited on

v1.4.33: Add debugging tools to Docker runtime
107ca67

pgits Claude commited on

v1.4.32: Add critical debug messages to trace HF Spaces app.py execution
989dea3

pgits Claude commited on

v1.4.31: Move Rust server initialization to module level for HF Spaces
9dfed6b

pgits Claude commited on

v1.4.30: Remove duplicate lifespan - single PRE-MOUNT Rust server only
54b2bed

pgits Claude commited on

v1.4.29: Fix FastAPI lifespan issue - start Rust BEFORE Gradio mounting
1521a5b

pgits Claude commited on

v1.4.28: Force clean rebuild with Moshi 0.6.1 to fix cached 0.6.3
c5c0cf8

pgits Claude commited on

v1.4.27: Revert to Moshi 0.6.1 + restore lifespan pattern
90d355f

pgits Claude commited on

v1.4.26: RESTORE working FastAPI lifespan pattern from v1.4.19
784b28a

pgits Claude commited on

v1.4.25: Move Rust server initialization back to __main__ block
7b7a738

pgits Claude commited on

v1.4.24: Implement module-level Rust server initialization for HF Spaces
4b13c63

pgits Claude commited on

fix: Remove unused FastAPI lifespan to prevent duplicate Rust servers
de98b03

pgits Claude commited on

fix: Start Rust server directly in __main__ since Gradio mounting breaks lifespan
e2fb97d

pgits Claude commited on

fix: Remove conflicting startup patterns preventing server from staying running
878355f

pgits Claude commited on

CRITICAL FIX: Remove duplicate Rust server initialization v1.4.20
467b133

pgits Claude commited on

VALIDATED FIX: Use FastAPI lifespan pattern for Rust server init v1.4.19
1d91bd0

pgits Claude commited on

DEFINITIVE FIX: Configure Mimi for exactly 8 codebooks to match STT v0_1_one_way() v1.4.18
939920e

pgits Claude commited on

Fix HuggingFace Spaces app.py execution - move Rust server init to module level v1.4.17
733c8a7

pgits Claude commited on

Debug app.py execution - add startup debug message
ee0acf9

pgits commited on

Fix restart loop and update to v1.4.16
5bab92c

pgits commited on

Use proper STT-only configuration: v0_1_one_way()
7385d5b

pgits commited on

Fix array bounds: limit codes to 8 elements instead of 16
093fc01

pgits commited on

Fix hardcoded version in Dockerfile - now shows v1.4.13 with MOSHI PANIC FIXES
b34c099

pgits commited on

Add .dockerignore to force Rust rebuild - version 1.4.13
e3ed914

pgits commited on

Force Rust binary rebuild with v1.4.13 - includes Moshi panic fix
0590246

pgits commited on