Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
localai-model-gallery
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jacob Hoffmann
localai-model-gallery
Commits
015ac440
Commit
015ac440
authored
1 year ago
by
Demian Frister
Browse files
Options
Downloads
Patches
Plain Diff
added whisper
parent
62200416
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
index.yaml
+10
-0
10 additions, 0 deletions
index.yaml
whisper-large.yaml
+19
-0
19 additions, 0 deletions
whisper-large.yaml
whisper-medium.yaml
+19
-0
19 additions, 0 deletions
whisper-medium.yaml
with
48 additions
and
0 deletions
index.yaml
+
10
−
0
View file @
015ac440
...
...
@@ -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
This diff is collapsed.
Click to expand it.
whisper-large.yaml
0 → 100644
+
19
−
0
View file @
015ac440
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
This diff is collapsed.
Click to expand it.
whisper-medium.yaml
0 → 100644
+
19
−
0
View file @
015ac440
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment