Skip to content

Add support for Python 3.14.3 and PyTorch 2.10.0#2149

Open
chameleon-ai wants to merge 4 commits into
Anjok07:masterfrom
chameleon-ai:master
Open

Add support for Python 3.14.3 and PyTorch 2.10.0#2149
chameleon-ai wants to merge 4 commits into
Anjok07:masterfrom
chameleon-ai:master

Conversation

@chameleon-ai

Copy link
Copy Markdown

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:

python -m venv venv
source venv/bin/activate
pip install --upgrade pip wheel
pip install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1
pip install -r requirements.txt

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.txt has been completely redone from scratch, so platform specific dependency issues are not reflected.
Not tested on versions of python older than 3.10

@iMartyn

iMartyn commented Feb 24, 2026

Copy link
Copy Markdown

Data point: tested and working on Linux + nvidia

@chiajunjie-digipen

Copy link
Copy Markdown

Second vouch, build, downloading MDX model and actual separation works

@suurt8ll

suurt8ll commented Mar 6, 2026

Copy link
Copy Markdown

I'm running up-to-date Arch Linux, both the build process and the app itself work without problems!

@xnr32

xnr32 commented Mar 15, 2026

Copy link
Copy Markdown

works on ubuntu 24.04, thanks!

@RattusSolarus

RattusSolarus commented Apr 11, 2026

Copy link
Copy Markdown

Works on Debian Trixie. Spent a while failing with the original master before finding this.
Actually I'm amazed how well it works. I'm mixing a project from a live performance which has a lot of drum spill in the vocals which hasn't been able to be solved before. Running the vocal track with MDX Kim_Vocal_2 removed virtually all the drums with almost no residual artefacts. Brilliant!
Thanks for your wonderful work. 👍

@nikolas nikolas mentioned this pull request Jun 6, 2026
Comment thread requirements.txt
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants