• Joined on 2025-08-20
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
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:25:59 -04:00
a8e3e62dbc Stream audio in 4096-sample sub-chunks for immediate HA playback
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:24:08 -04:00
514bbad0e9 Enable cudnn.benchmark to fix MIOpen workspace=0 on convolutions
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:09:17 -04:00
bfe20b7742 Add timing instrumentation to pinpoint synthesis bottleneck
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:07:47 -04:00
b990cacd31 Enable HSA_OVERRIDE_GFX_VERSION=10.3.0 for RX 6700 XT
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 13:00:24 -04:00
2a80555c60 Disable MIOpen GEMM solver to fix null workspace fallback
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 12:36:00 -04:00
f15cdcf049 Pin base image to rocm/dev-ubuntu-22.04:7.2, restore torch 2.11.0
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 12:34:09 -04:00
b68bccb20f Revert to torch 2.5.1 + ROCm 6.1 (known working combination)
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 12:29:56 -04:00
7a966c8532 Fix MIOPEN_FIND_ENFORCE: 3 -> 1 (DB_UPDATE)
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 12:20:21 -04:00
f45fa0496e Fix MIOpen workspace warnings and add kernel cache persistence
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 12:14:37 -04:00
f81e5f42fb Switch to inline cache to avoid registry blob size limits
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 11:53:34 -04:00
d9a540f8e8 Add registry layer cache and fix Dockerfile cache order
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 11:52:17 -04:00
4b21d6c252 Fix TtsVoice missing required version argument
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 11:16:11 -04:00
de6156a336 Replace resemble-perth with a no-op stub
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 11:06:41 -04:00
dc7a3cf769 Upgrade to ROCm 7.2 and PyTorch 2.11.0
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 10:58:24 -04:00
d7247d31fe Install resemble-perth with --no-build-isolation
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-05 10:53:17 -04:00
88c2084d19 Symlink uv binary to /usr/local/bin for pip build envs