mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 06:05:00 +00:00
models(gallery): add gallery (#2078)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
8d30b39811
commit
b319ed58b0
8 changed files with 640 additions and 1 deletions
18
gallery/whisper-base.yaml
Normal file
18
gallery/whisper-base.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: "whisper-base"
|
||||
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
|
||||
parameters:
|
||||
model: ggml-whisper-base.bin
|
||||
|
||||
files:
|
||||
- filename: "ggml-whisper-base.bin"
|
||||
sha256: "60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe"
|
||||
uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin"
|
Loading…
Add table
Add a link
Reference in a new issue