20260802001858
·
52 commits
to master
since this release
Release Notes
20260802001858 (2026-08-05)
The first release based on the new TheRock ROCm build for gfx906.
Breaking changes
- Legacy ROCm builds (pre-TheRock) are no longer supported. All old build files/presets for ROCm 6.3.3 – 7.2.4 were removed from the repo. Existing images (
*-complete) remain on Docker Hub. If you are stuck on an old build (e.g.6.3.3) because of issues with the new builds, please open an issue. - Old Dockerfiles and presets were deleted/renamed; the build entry point for each project is now
build-and-push.image.sh.
ROCm (TheRock)
- ROCm 7.14 built from source via TheRock for
gfx906,VERSION_SUFFIX=7.14.0-gfx906+20260802001858. - New self-hosted APT repository (
s3.arkprojects.space/apt-gfx906/ubuntu) for easy host installation of the patched stack. - Image:
docker.io/mixa3607/rocm-gfx906:7.14-complete.
PyTorch
- 2.13.0 + ROCm 7.14 builds.
- Builds rewritten: wheels (
build-whl.Dockerfile) and image (build-image.Dockerfile) are now separate artifacts. - Wheels (Python 3.12,
cp312) published tos3.arkprojects.space/py-gfx906/rocm7.14/. - Image:
docker.io/mixa3607/pytorch-gfx906:v2.13.0-rocm-7.14.
ComfyUI
- v0.30.0 + PyTorch 2.13.0 + ROCm 7.14 build.
- Image:
docker.io/mixa3607/comfyui-gfx906:<ver>-rocm-7.14.
llama.cpp
- Added the mxxm fork (
mxxm-t/mx-llama.cpp) to daily builds. - ggml upstream daily builds (ROCm 7.14).
- Daily builds moved to
llamacpp-ggml-daily-build.yaml+llamacpp-mxxm-daily-build.yaml.
New: ROCm TransferBench (TB)
- Debian package build (
amdrocm-transferbench) for gfx906, ROCm 7.14. - Installable via the new APT repository.
New: ROCm Validation Suite (RVS)
- Debian package build (
rocm-validation-suite) for gfx906, ROCm 7.14. - Installable via the new APT repository.
Other
- vLLM builds paused (images remain available).
rocm-tensilemarked as deprecated.- CI workflows updated for the new release tag; pinned
20260802001858. - Documentation overhaul: per-project READMEs,
BUILD-IMAGES.mdandBUILD-PACKAGES.mdfor ROCm.