models(gallery): add gallery (#2078)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-04-20 15:22:54 +02:00 committed by GitHub
parent 8d30b39811
commit b319ed58b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 640 additions and 1 deletions

18
gallery/whisper-base.yaml Normal file
View 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"