Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch Compatibility #82

Closed
NeonDaniel opened this issue Nov 7, 2022 · 2 comments
Closed

Torch Compatibility #82

NeonDaniel opened this issue Nov 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@NeonDaniel
Copy link
Member

Re #81
Pickled models have specific dependencies; consider how to support torch and other dependency versions with the same distributed models

@NeonDaniel NeonDaniel added the bug Something isn't working label Nov 7, 2022
@NeonBohdan
Copy link
Collaborator

Some time ago we found that our pickled models don't work with torch==1.13.0
And we fixed it here

But later hotfix torch==1.13.1 was released
And models work with it again
Now even torch==2.0.0 released, but I was unable to install in on RasPI

@NeonDaniel
Copy link
Member Author

Ah, sounds like this was a one-off issue with that version; so our current dependency spec should work and there's nothing else we need to do here

@github-actions github-actions bot mentioned this issue Feb 23, 2024
NeonDaniel added a commit that referenced this issue Feb 23, 2024
# Changelog

##
[0.7.3a7](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a7)
(2024-02-23)

[Full
Changelog](0.7.3a6...0.7.3a7)

**Merged pull requests:**

- Update Gradio Web UI
[\#114](#114)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.7.3a6](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a6)
(2024-02-23)

[Full
Changelog](0.7.3a5...0.7.3a6)

**Merged pull requests:**

- Pin ovos-tts-server version for stable container release
[\#113](#113)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.7.3a5](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a5)
(2024-02-23)

[Full
Changelog](0.7.2...0.7.3a5)

**Implemented enhancements:**

- \[FEAT\] Python3.11-Compatible PyTorch
[\#109](#109)

**Fixed bugs:**

- \[BUG\] I get error message "KeyError: 'en-us'" when I use
"CoquiTTS\(\)"
[\#99](#99)
- Torch Compatibility
[\#82](#82)

**Closed issues:**

- Tried to install Neon tts on Windows 11 using docker commands in
PowerShell
[\#105](#105)
- "TypeError: NoneType object is not callable" when starting
ovos-tts-server
[\#88](#88)

**Merged pull requests:**

- Update automation to publish GH prereleases
[\#112](#112)
([NeonDaniel](https://github.com/NeonDaniel))
- Fix relative paths in setup.py
[\#111](#111)
([NeonDaniel](https://github.com/NeonDaniel))
- Loosen dependency for Python 3.11 Compat.
[\#110](#110)
([NeonDaniel](https://github.com/NeonDaniel))
- Handle connection errors and fall back to local cached model files
[\#108](#108)
([NeonDaniel](https://github.com/NeonDaniel))
- Update release automation to new workflow
[\#104](#104)
([NeonDaniel](https://github.com/NeonDaniel))
- Update Docker to include Gradio web UI
[\#102](#102)
([NeonDaniel](https://github.com/NeonDaniel))



\* *This Changelog was automatically generated by
[github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants