mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-29 03:24:49 -04:00
Fix: Add model parameter to neutts-air gallery definition (#8793)
fix: Add model parameter to neutts-air gallery definition The neutts-air model entry was missing the 'model' parameter in its configuration, which caused LocalAI to fail with an 'Unrecognized model' error when trying to use it. This change adds the required model parameter pointing to the HuggingFace repository (neuphonic/neutts-air) so the backend can properly load the model. Fixes #8792 Signed-off-by: localai-bot <localai-bot@example.com> Co-authored-by: localai-bot <localai-bot@example.com>
This commit is contained in:
@@ -1034,6 +1034,8 @@
|
||||
- gpu
|
||||
overrides:
|
||||
backend: neutts
|
||||
parameters:
|
||||
model: neuphonic/neutts-air
|
||||
known_usecases:
|
||||
- tts
|
||||
- name: vllm-omni-z-image-turbo
|
||||
|
||||
Reference in New Issue
Block a user