Add support for Python 3.14.3 and PyTorch 2.10.0#2149
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. |
| screeninfo==0.8.1 | ||
| # Note: Be sure to install the proper pytorch for your platform by following the instructions at https://pytorch.org/ | ||
| # torch | ||
| audioread |
There was a problem hiding this comment.
Congrats on getting this working - You may want to pin all these at the current versions they are working at, but that is your call.
I am not sure where the maintainer is, but it would be good to get these changes merged.
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