Skip to content

Instantly share code, notes, and snippets.

@kyteinsky
kyteinsky / omnivoice-strix-halo.md
Last active April 11, 2026 03:48
Guide to run OmniVoice with AMD's Strix Halo CPUs

omnivoice strix halo

  1. use the kyuz0/vllm-therock-gfx1151 docker image
docker run -it --network=host --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --device /dev/kfd --device /dev/dri -v /home/$USER/.cache:/root/.cache --entrypoint bash kyuz0/vllm-therock-gfx1151
  1. pip install omnivoice-server
  2. patch venv/lib/python3.12/site-packages/omnivoice_server/utils/audio.py with this for omnivoice-server==0.1.0