Files
rocm-chatterbox-whisper/engine.py
scott dc179ad8c6
All checks were successful
Build ROCm Image / build (push) Successful in 14m40s
Fix input dtype mismatches; drop MIGraphXExecutionProvider
- Drop MIGraphXExecutionProvider — symbol mismatch with apt migraphx,
  ROCMExecutionProvider handles GPU execution fine without it
- Add _ort_type_to_np() helper to read expected dtypes from session metadata
- prepare_voice: cast audio to session's declared input dtype (float32, not float16)
- _generate: read embed_dtype and kv_dtype from LM session metadata

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 20:11:57 -04:00

9.5 KiB