Skip to content

kth8/whisper-server-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper.cpp server and ggml-large-v3-turbo-q8_0.bin model bundled together inside a Docker image. Compiled with Vulkan support and without AVX requirement to run on old hardware. Tested using i3-3220 CPU with RX 470 GPU running Fedora Linux.

docker container run \
  --detach \
  --init \
  --device /dev/kfd \
  --device /dev/dri \
  --read-only \
  --tmpfs /root/.cache/mesa_shader_cache \
  --restart always \
  --name whisper \
  --label io.containers.autoupdate=registry \
  --publish 8002:8080 \
  ghcr.io/kth8/whisper-server-vulkan:latest

Verify if the server is running by going to http://127.0.0.1:8002 in your web browser.

About

Run whisper.cpp server with Vulkan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages