Search
Results
Linux 6.10 Improves AMD ROCm Compute Support For “Small“ Ryzen APUs - Phoronix Forums
Install this version. Find when in tumbleweed
Integrated GPU support · Issue #2637 · ollama/ollama
Latest (0.1.27) docker image with ROCm works for me on Ryzen 5600G with 8GB VRAM allocation. Prompt processing is 2x faster than with CPU. Generation runs at max speed even if CPU is busy running other processes. I am on Fedora 39. Container setup: HSA_OVERRIDE_GFX_VERSION=9.0.0
SDB:AMD GPGPU - openSUSE Wiki
Use this to install ROCm on Tumbleweed. Does NOT talk about Pytorch, the tag is for completeness.
Install AMD ROCm on Debian Bookworm (stable) – random ideas
Try this to install ROCm v 4.something. Use Kernel up to 5.4 to be safe (5.4 started in 2020)
AMD Yes! ROCm Team · GitLab
forum of DEBIAN TEAM WORKING ON ROCM PACKAGING
ROCm/pytorch at release/2.1_with_triton_fixes
AMD's repo of Pytorch. This is the branch I succesfully built.
ROCm/pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration
acai66/Pytorch_ROCm_whl: Pytorch compiled with ROCm.
Install Pytorch on ROCm from AMD git repo. TRY THIS!!!
[Issue]: 7900xtx system hang - full lock · Issue #2689 · ROCm/ROCm
Describes flags that build PyTorch locally - maybe I should try that!!
AMD Releases ROCm 6.0.2 With Improved Stability For Instinct MI300 Series - Phoronix Forums
This guy claims he got both gfx900 and gfx902 working. I asked to try my test.
ROCm / HIP cookbook for any distro! Tested with Blender and Stable Diffusion on Tumbleweed with AMD Radeon 7600 - English / Open Chat - openSUSE Forums
Another attempt failed for me.
SDB:AMD GPGPU - openSUSE Wiki
nktice/AMD-AI: AMD (Radeon GPU) ROCm based setup for popular AI tools on Ubuntu 22.04 / 23.04
[rocm] No GPU support after rebuild with ROCm 6.0 (#6) · Issues · Arch Linux / Packaging / Packages / python-pytorch · GitLab
This site seems to claim there is a known fix. Looks like someone is fixing it???
Installing PyTorch for ROCm — ROCm installation (Linux)
Installing PyTorch for ROCm - this document claims gfx900 compatibility
Index of /rocm/manylinux/
Pytorch packages from AMD. Goes with amdgpu-install packages in https://repo.radeon.com/amdgpu-install/
Index of /amdgpu-install/
Repo of rocm (amdgpu) packages from amd. The last version 4, 4.5.2 is under 21.40.2. Try to install with Kernel 5.4 (release 2020). Same packages under different old names are at https://repo.radeon.com/rocm/apt/
Pytorch versions for rocm - nightly, NOT amd
Need help with getting results on Ryzen 5600G with RoCm 5.5 - PyTorch Forums
ROCm 5.xx ever planning to include gfx90c GPUs? · Issue #1743 · ROCm/ROCm
Suggested git-build of pytorch on gfx90c FAILED for me
Document describing installation. The only supported claim: Ubuntu 22.04.3 Desktop Version with HWE Ubuntu kernel 6.5 Yes
Is there a support plan for Renoir apu ? · Issue #1101 · ROCm/ROCm
AMD Ryzen AI CPUs & Radeon 7000 GPUs Can Run Localized Chatbots Using LLMs Just Like NVIDIA's Chat With RTX
LM Studio can be installed on Linux with APU or GPU (looks like it needs the AI CPU though??) and run LLM. Install on Laptop and test if it works.
Install PyTorch for ROCm — Use ROCm on Radeon GPUs
Install PyTorch corresponding to rocm versions from Pytorch prebuild by AMD. Also has post-install validation
Script for testing PyTorch support with AMD GPUs using ROCM
Test for PyTorch and ROCm after installing ROCm.
ROCm installation for Linux — ROCm installation (Linux)
Top of the guide describing ROCm on Linux. There are 2 core approaches: Using RPM (Package manager), or using AMD installer. I should use Package manager. Also single-version vs. multi-version. I should use single-version, latest.
AMD Extends Support for PyTorch Machine Learning Development on Select RDNA™ 3 GPUs with ROCm™ 5.7 | PyTorch
The links in “How to guide“ provide instructions that are hopeful. Maybe start with those instructions!
how to install rocm on opensuse/suse | Civitai
Another rocm installation claim on Opensuse. Interesting note: I realize this is a bit old, but you don't really need amdgpu from the repository: it comes for free with the kernel. amdgpu-dkms is only needed if you're stuck on an older kernel version and you can't upgrade for some reason. For example, Tumbleweed users will not need it..
Installing ROCM in TW and Leap - English / Hardware - openSUSE Forums
This guy seems to claim ROCM can run on Tumbleweed using Distrobox. But what is distrobox?
Doesn't ROCm support AMD's integrated GPU (APU)? · Issue #2216 · ROCm/ROCm
This guy claims successful installation of ROCm on Ubuntu - this seems to be workable for Tumbleweed as well. See the comment “nav9 commented on Jul 16, 2023“
Ditching CUDA for AMD ROCm for more accessible LLM training and inference. | by Rafael Manzano Masapanta | Medium
Train LLM on AMD APU. In this scenario, we’ll use an APU because most laptops with a Ryzen CPU include an iGPU; specifically, this post should work with iGPUs based on the “GCN 5.0” architecture, or “Vega” for friends. We’ll use an AMD Ryzen 2200G in this post, an entry-level processor equipped with 4C/4T and an integrated GPU.