Skip to content

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

@RSWilli

Description

@RSWilli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions