containers/ramalama

Implement whisper.cpp

Open

#51 geöffnet am 21. Aug. 2024

Auf GitHub ansehen
 (40 Kommentare) (1 Reaktion) (1 zugewiesene Person)Python (341 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (2.873 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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