• 277 Posts
  • 1.22K Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle



  • I probably can’t help, I have ROCM acceleration working on my desktop linux PC for image gen and LLMs, but I don’t think I had to install the massive rocm files for it to work.

    What specifically are you trying to run using ROCM? If I remember right most of the stuff I tried just needed pytorch, which I would install in a python venv with pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3 That’s still pretty heft though, my current venv is 16GB in size, but may include some duplicate/old files from repeated upgrades without cleaning.