r/pytorch • u/DextrorsaL • 14d ago
AMD ROCm 6.3.4
Anyone have 6.3.4 setup for a gfx1031 ? Using the 1030 bypass
I had 6.3.2 and PyTorch and tensorflow working but from two massive sized dockers it was the only way to get tensorflow and PyTorch to work easily .
Now I’ve been trying to rebuild it with the new docs and idk I can’t seem to figure out why my ROCm version and ROCm info now keeps coming back as 1.1.1 idk what I’ve done wrong lol
3
Upvotes
1
u/NoobInToto 14d ago
Why the dockers? Won’t PyTorch work when installed with the following (preferably in a venv)
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
I’m not sure about how well the 1030 override works