Skip to content

Conversation

mudler
Copy link
Owner

@mudler mudler commented Oct 6, 2025

Description

This PR adds the neutts backend

Notes for Reviewers

Tested with:

name: neutts
backend: neutts
parameters:
 model: neuphonic/neutts-air

tts:
  audio_path: "./dave.wav"

options:
  - ref_text:So I'm live on radio. And I say, well, my dear friend James here clearly, and the whole room just froze. Turns out I'd completely misspoken and mentioned our other friend.
known_usecases:
  - tts

Signed commits

  • Yes, I signed my commits.

Copy link

github-actions bot commented Oct 6, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=96,col=6::96:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=794,col=6::794:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1021,col=3::1021:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/neutts/example_config.yaml
::warning file=backend/python/neutts/example_config.yaml,line=4,col=1::4:1 [document-start] missing document start "---"
::error file=backend/python/neutts/example_config.yaml,line=15,col=1::15:1 [trailing-spaces] trailing spaces
::error file=backend/python/neutts/example_config.yaml,line=19,col=1::19:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

Copy link

netlify bot commented Oct 6, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit cc0cfd0
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/68e7ee2a064288000827a0f3
😎 Deploy Preview https://deploy-preview-6404--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mudler mudler force-pushed the feat/neutts branch 2 times, most recently from 4700f70 to 0117c7f Compare October 7, 2025 09:43
Copy link

github-actions bot commented Oct 7, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=96,col=6::96:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=794,col=6::794:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1021,col=3::1021:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/neutts/example_config.yaml
::warning file=backend/python/neutts/example_config.yaml,line=4,col=1::4:1 [document-start] missing document start "---"
::error file=backend/python/neutts/example_config.yaml,line=15,col=1::15:1 [trailing-spaces] trailing spaces
::error file=backend/python/neutts/example_config.yaml,line=19,col=1::19:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

1 similar comment
Copy link

github-actions bot commented Oct 7, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=96,col=6::96:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=794,col=6::794:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1021,col=3::1021:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/neutts/example_config.yaml
::warning file=backend/python/neutts/example_config.yaml,line=4,col=1::4:1 [document-start] missing document start "---"
::error file=backend/python/neutts/example_config.yaml,line=15,col=1::15:1 [trailing-spaces] trailing spaces
::error file=backend/python/neutts/example_config.yaml,line=19,col=1::19:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

Copy link

github-actions bot commented Oct 7, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=96,col=6::96:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=794,col=6::794:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1021,col=3::1021:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/neutts/example_config.yaml
::warning file=backend/python/neutts/example_config.yaml,line=4,col=1::4:1 [document-start] missing document start "---"
::error file=backend/python/neutts/example_config.yaml,line=15,col=1::15:1 [trailing-spaces] trailing spaces
::error file=backend/python/neutts/example_config.yaml,line=19,col=1::19:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

@mudler
Copy link
Owner Author

mudler commented Oct 7, 2025

Failing at (opened neuphonic/neutts-air#26 ):

    class _ArrayXDExtensionType(pa.PyExtensionType):
AttributeError: module 'pyarrow' has no attribute 'PyExtensionType'. Did you mean: 'ExtensionType'?

Also slightly loosing interest in this backend neuphonic/neutts-air#3

Copy link

github-actions bot commented Oct 7, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=96,col=6::96:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=794,col=6::794:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1021,col=3::1021:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/neutts/example_config.yaml
::warning file=backend/python/neutts/example_config.yaml,line=4,col=1::4:1 [document-start] missing document start "---"
::error file=backend/python/neutts/example_config.yaml,line=15,col=1::15:1 [trailing-spaces] trailing spaces
::error file=backend/python/neutts/example_config.yaml,line=19,col=1::19:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

mudler added 2 commits October 7, 2025 18:20
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler force-pushed the feat/neutts branch 2 times, most recently from ebb41c0 to caa28e3 Compare October 7, 2025 16:22
mudler added 2 commits October 7, 2025 18:24
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler marked this pull request as ready for review October 7, 2025 16:51
@mudler
Copy link
Owner Author

mudler commented Oct 7, 2025

quantizated versions works too. Tested with neuphonic/neutts-air-q4-gguf

Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
@github-actions github-actions bot added the kind/documentation Improvements or additions to documentation label Oct 8, 2025
@mudler mudler force-pushed the feat/neutts branch 2 times, most recently from 36afff7 to cfd1acf Compare October 8, 2025 15:12
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler merged commit cb0ed55 into master Oct 9, 2025
33 checks passed
@mudler mudler deleted the feat/neutts branch October 9, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies kind/documentation Improvements or additions to documentation roadmap

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant