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

Cannot install multi backend (ROCm) Wheel version does not match filename #1473

Open
RSWilli opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@RSWilli
Copy link

RSWilli commented Jan 9, 2025

System Info

AMD RX 7800 XT

python
3.11.10

torch
2.4.1+rocm6.1

torchvision
0.19.1+rocm6.1

transformers
4.46.3

Reproduction

I am trying to get the invoke-ai/InvokeAI#7535 docker container to run for my GPU. bitsandbytes does not seem to be installed with the multi backend support, so I'm fiddling around in the docker file with the following command:

RUN uv pip install --python ${PYTHON_VERSION} --no-deps 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl'

And the command always gives me the following:

Wheel version does not match filename: 0.44.1.dev0+9315692 != 0.44.1.dev0

I do have the HSA_OVERRIDE_GFX_VERSION=11.0.0 env var set.

Expected behavior

it installs

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

No branches or pull requests

1 participant