You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A follow-up issue from a discussion over at nextcloud AIO.
The examples provided for the models.yaml are not working as in: they are not getting downloaded. To my knowledge this is because there are merges happening in localai's index.yaml. One work around is to create a complete entry for a chosen model like:
- url: github:mudler/LocalAI/gallery/[email protected]name: whisper-large-q5_0icon: https://avatars.githubusercontent.com/u/14957082license: MITurls:
- https://github.com/ggerganov/whisper.cpp
- https://huggingface.co/ggerganov/whisper.cppoverrides:
parameters:
model: ggml-model-whisper-large-q5_0.binfiles:
- filename: ggml-model-whisper-large-q5_0.binuri: https://ggml.ggerganov.com/ggml-model-whisper-large-q5_0.binsha256: 3a214837221e4530dbc1fe8d734f302af393eb30bd0ed046042ebf4baf70f6f2description: "Port of OpenAI's Whisper model in C/C++"
It is important to change @master to a version like done above, or else localai will complain about missing configuration.
So this is a weird one since this seems to be an issue for localai. It still might be worth providing an instruction or examples to get the community container working.
The text was updated successfully, but these errors were encountered:
A follow-up issue from a discussion over at nextcloud AIO.
The examples provided for the models.yaml are not working as in: they are not getting downloaded. To my knowledge this is because there are merges happening in localai's index.yaml. One work around is to create a complete entry for a chosen model like:
resulting in something like this
It is important to change
@master
to a version like done above, or else localai will complain about missing configuration.So this is a weird one since this seems to be an issue for localai. It still might be worth providing an instruction or examples to get the community container working.
The text was updated successfully, but these errors were encountered: