feat: upgrade ROCm toolboxes to 7.2.2 and update documentation and CI configurations

This commit is contained in:
Donato Capitella
2026-04-26 16:25:44 +01:00
parent 1421e87060
commit 73be068e85
8 changed files with 32 additions and 38 deletions
@@ -1,12 +1,12 @@
# build stage
FROM registry.fedoraproject.org/fedora:43 AS builder
# rocm 7.2.1 repo
# rocm 7.2.2 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
[ROCm-7.2.2]
name=ROCm7.2.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.2/main
enabled=1
priority=50
gpgcheck=1
@@ -69,12 +69,12 @@ RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
# runtime stage
FROM registry.fedoraproject.org/fedora-minimal:43
# rocm 7.2.1 repo
# rocm 7.2.2 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
[ROCm-7.2.2]
name=ROCm7.2.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.2/main
enabled=1
priority=50
gpgcheck=1
@@ -1,14 +1,14 @@
# build stage
# Based on Dockerfile.rocm-7.2.1, but clones pedapudi/llama.cpp@gfx1151-opt
# Based on Dockerfile.rocm-7.2.2, but clones pedapudi/llama.cpp@gfx1151-opt
# (PR #21344: gfx1151 nwarps, tile sizing to curb VGPR pressure)
FROM registry.fedoraproject.org/fedora:43 AS builder
# rocm 7.2.1 repo
# rocm 7.2.2 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
[ROCm-7.2.2]
name=ROCm7.2.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.2/main
enabled=1
priority=50
gpgcheck=1
@@ -78,12 +78,12 @@ RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
# runtime stage
FROM registry.fedoraproject.org/fedora-minimal:43
# rocm 7.2.1 repo
# rocm 7.2.2 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
[ROCm-7.2.2]
name=ROCm7.2.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.2/main
enabled=1
priority=50
gpgcheck=1