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

RX 5700 (same for any gfx1010 card) additional Specific Setup Instructions #6

Open
creeloper27 opened this issue Nov 12, 2024 · 0 comments

Comments

@creeloper27
Copy link

I have a RX 5700 (gfx1010) that is supported by ROCm but PyTorch ROCm is missing the files for gfx1010 gpus even when installing using the proper command pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2/ as 6.2 is the latest at tiem of writing), I had to copy the relative files from the ROCm installation folder to the PyTorch installation folder using sudo cp /opt/rocm/lib/rocblas/library/*1010* PATH/TO/PYTHON/VENV/lib/python3.12/site-packages/torch/lib/rocblas/library/ && sudo chwon $USER:$USER PATH/TO/PYTHON/VENV/lib/python3.12/site-packages/torch/lib/rocblas/library/* (PATH/TO/PYTHON/VENV can also be the path to user or system package directories if you are not using a python venv).

It would be nice to add these specific steps to the instructions for anyone using a gfx1010 card untill PyTorch adds the missing files.

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