Add support for Python 3.14.3 and PyTorch 2.10.0#2149
Open
chameleon-ai wants to merge 4 commits intoAnjok07:masterfrom
Open
Add support for Python 3.14.3 and PyTorch 2.10.0#2149chameleon-ai wants to merge 4 commits intoAnjok07:masterfrom
chameleon-ai wants to merge 4 commits intoAnjok07:masterfrom
Conversation
|
Data point: tested and working on Linux + nvidia |
|
Second vouch, build, downloading MDX model and actual separation works |
|
I'm running up-to-date Arch Linux, both the build process and the app itself work without problems! |
|
works on ubuntu 24.04, thanks! |
|
Works on Debian Trixie. Spent a while failing with the original master before finding this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As far as I know, this is the minimal set of changes needed to bring everything up to date with the latest python and pytorch.
This also addresses:
#2108
#2107
#1897
And probably a host of other issues.
Exact instructions to install for my platform:
Also tested on python 3.13.12, 3.12.12, 3.11.14, and 3.10.19
Possibly deprecating:
#1830
I am only able to test this on Linux + AMD (ROCm 7.1)
Note that
requirements.txthas been completely redone from scratch, so platform specific dependency issues are not reflected.Not tested on versions of python older than 3.10