Problem Description
Hey, I'm trying to follow this tutorial AMD Pytorch installation, however, I get no output from commands run after this step:
1- Verify if Pytorch is installed and detecting the GPU compute device.
python -c "import torch" 2>nul && echo Success || echo Failure
I tried removing all Python installations and tried again with UV, but still the same issue:
Anas ❯ uv venv
Using CPython 3.12.13
Creating virtual environment at: .venv
Activate with: .venv\Scripts\activate
Anas ❯ .venv\Scripts\activate
Anas ❯ uv pip install --no-cache-dir `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_core-7.2.1-py3-none-win_amd64.whl `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_devel-7.2.1-py3-none-win_amd64.whl `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_libraries_custom-7.2.1-py3-none-win_amd64.whl `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm-7.2.1.tar.gz
Resolved 4 packages in 860ms
Built rocm @ https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm-7.2.1.tar.gz
Prepared 4 packages in 1m 15s
Installed 4 packages in 1.16s
+ rocm==7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm-7.2.1.tar.gz)
+ rocm-sdk-core==7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_core-7.2.1-py3-none-win_amd64.whl)
+ rocm-sdk-devel==7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_devel-7.2.1-py3-none-win_amd64.whl)
+ rocm-sdk-libraries-custom==7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/rocm_sdk_libraries_custom-7.2.1-py3-none-win_amd64.whl)
pytorch pytorch
1m 19.262s Anas ❯ uv pip install --no-cache-dir `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torch-2.9.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torchaudio-2.9.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl `
> https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torchvision-0.24.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl
Resolved 17 packages in 1.90s
Prepared 14 packages in 1m 18s
Installed 14 packages in 6.88s
+ filelock==3.29.0
+ fsspec==2026.4.0
+ jinja2==3.1.6
+ markupsafe==3.0.3
+ mpmath==1.3.0
+ networkx==3.6.1
+ numpy==2.4.4
+ pillow==12.2.0
+ setuptools==82.0.1
+ sympy==1.14.0
+ torch==2.9.1+rocm7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torch-2.9.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl)
+ torchaudio==2.9.1+rocm7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torchaudio-2.9.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl)
+ torchvision==0.24.1+rocm7.2.1 (from https://repo.radeon.com/rocm/windows/rocm-rel-7.2.1/torchvision-0.24.1%2Brocm7.2.1-cp312-cp312-win_amd64.whl)
+ typing-extensions==4.15.0
Anas ❯ python -c "import torch" 2>nul && echo Success || echo Failure
Success
Anas ❯ python -c "import torch; print(torch.cuda.is_available())"
Anas ❯ python -c "import torch; print(f'device name [0]:', torch.cuda.get_device_name(0))"
Anas ❯ python -m torch.utils.collect_env
<frozen runpy>:128: RuntimeWarning: 'torch.utils.collect_env' found in sys.modules after import of package 'torch.utils', but prior to execution of 'torch.utils.collect_env'; this may result in unpredictable behaviour
Collecting environment information...
Anas ❯ hipinfo
I'm on version 26.3.1 of the Adrenalin GPU driver.
Operating System
Windows 11
CPU
AMD RYZEN 5 9600x
GPU
RX 9070XT
ROCm Version
7.2
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
Problem Description
Hey, I'm trying to follow this tutorial AMD Pytorch installation, however, I get no output from commands run after this step:
1- Verify if Pytorch is installed and detecting the GPU compute device.
python -c "import torch" 2>nul && echo Success || echo FailureI tried removing all Python installations and tried again with UV, but still the same issue:
I'm on version 26.3.1 of the Adrenalin GPU driver.
Operating System
Windows 11
CPU
AMD RYZEN 5 9600x
GPU
RX 9070XT
ROCm Version
7.2
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response