You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usingsudo 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.
The text was updated successfully, but these errors were encountered: