containers/ramalama

Implement whisper.cpp

Open

#51 opened on Aug 21, 2024

 (40 comments) (1 reaction) (1 assignee)Python (355 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,000 stars)
PR merge metrics
 (Avg merge 6d 7h) (32 merged PRs in 30d)

Description

If there is a way to auto-detect between language model files and asr model files. We should do that, or if that's not possible we should just use a runtime flag, so some options for the runtime flag would be:

ramalama --runtime vllm
ramalama --runtime llama.cpp
ramalama --runtime whisper.cpp

Contributor guide