Skip to content
Snippets Groups Projects
Commit 015ac440 authored by Demian Frister's avatar Demian Frister
Browse files

added whisper

parent 62200416
No related branches found
No related tags found
No related merge requests found
......@@ -104,4 +104,14 @@
- url: "https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/bert-embeddings.yaml"
name: "text-embedding-ada-002"
license: other
## Whisper
- url: "https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/whisper-large.yaml"
name: "whisper-large"
license: other
- url: "https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/whisper-medium.yaml"
name: "whisper-medium"
license: other
\ No newline at end of file
name: "whisper-large"
license: "MIT"
urls:
- https://github.com/ggerganov/whisper.cpp
- https://huggingface.co/ggerganov/whisper.cpp
description: |
Port of OpenAI's Whisper model in C/C++
config_file: |
backend: whisper
name: whisper-large
parameters:
model: whisper/ggml-large-v3.bin
files:
- filename: "whisper/ggml-large-v3.bin"
sha256: "64d182b440b98d5203c4f9bd541544d84c605196c4f7b845dfa11fb23594d1e2"
uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3.bin"
\ No newline at end of file
name: "whisper-medium"
license: "MIT"
urls:
- https://github.com/ggerganov/whisper.cpp
- https://huggingface.co/ggerganov/whisper.cpp
description: |
Port of OpenAI's Whisper model in C/C++
config_file: |
backend: whisper
name: whisper-medium
parameters:
model: whisper/ggml-medium.bin
files:
- filename: "whisper/ggml-medium.bin"
sha256: "6c14d5adee5f86394037b4e4e8b59f1673b6cee10e3cf0b11bbdbee79c156208"
uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment