• Joined on 2025-08-20
scott created branch dev-fp16 in scott/rocm-chatterbox-whisper 2026-04-05 20:34:15 -04:00
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 20:30:52 -04:00
967ed41239 Revert FP16 autocast — increases TTFA on first request
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 20:22:17 -04:00
29b66e24bb Cache voice conditionals and add FP16 autocast
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 17:34:24 -04:00
0fac076de1 Fix safetensors version conflict with transformers 4.46.3
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 17:27:23 -04:00
8de67c8bd9 Switch to ROCm 6.1 + torch 2.5.1 to fix MIOpen workspace=0 slowness
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 17:10:35 -04:00
23a0b914fa Add per-event logging and top-level exception catching
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 16:52:04 -04:00
3d3e8bdabf Add supports_synthesize_streaming=True to TtsProgram
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 16:27:00 -04:00
d0f13dea8d Log incoming HA text in synthesis request line
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 16:24:21 -04:00
8c5d3c4f06 Suppress MIOpen workspace warning noise via MIOPEN_LOG_LEVEL=2
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 16:22:50 -04:00
a196294d4a Fix Wyoming protocol: remove SynthesizeStopped from Synthesize path
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 15:04:49 -04:00
59731084cd Multi-pass warmup and smaller chunk_size to fix HA timeout
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:51:13 -04:00
169e003a34 Fix warmup text length and ve attribute for torch.compile
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:34:46 -04:00
5766870304 Fix UnboundLocalError: move torch._dynamo import to module level
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:27:11 -04:00
7babd0584e Replace MIOpen convolution path with torch.compile on s3gen
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:21:33 -04:00
cd33b1c161 Fix MIOpen MLIR kernel compilation crash during benchmark search
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:14:46 -04:00
e69b072b70 Add MIOPEN_DISABLE_CACHE=1 to prevent SQLite crash on benchmark
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 14:04:07 -04:00
7436c49d44 Remove custom MIOpen cache path — let MIOpen use its defaults
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:52:05 -04:00
60279389f2 Create miopen_cache dir in Dockerfile before volume mount
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:48:44 -04:00
bdde4a2480 Add startup warmup and make fp16 autocast fault-tolerant
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:34:23 -04:00
f20699aed3 Add fp16 autocast to synthesis for faster GPU throughput