Skip to content

Commit 7f1bfb3

Browse files
author
localai-bot
committed
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>
1 parent 61c139f commit 7f1bfb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gallery/index.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@
375375
- gpu
376376
overrides:
377377
backend: neutts
378+
parameters:
379+
model: neuphonic/neutts-air
378380
known_usecases:
379381
- tts
380382
- name: vllm-omni-z-image-turbo

0 commit comments

Comments
 (0)