Legacy builds (pre-TheRock) are no longer supported starting from the
20260802001858release. If you are stuck on an old build (e.g.6.3.3) because of issues with the new TheRock builds, please open an issue.
https://arkprojects.space/wiki/AMD_GFX906
sudo apt-get update
sudo apt-get install ca-certificates curl -y
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://s3.arkprojects.space/apt-gfx906/ubuntu/gpg -o /etc/apt/keyrings/apt-gfx906.asc
sudo chmod a+r /etc/apt/keyrings/apt-gfx906.asc
sudo tee /etc/apt/sources.list.d/gfx906.sources <<EOF
Types: deb
URIs: https://s3.arkprojects.space/apt-gfx906/ubuntu
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/apt-gfx906.asc
EOF
sudo apt-get update| Name | About | Artefacts | Status | Docs |
|---|---|---|---|---|
| ROCm | ROCm bulds | deb, image | readme | |
| ROCm Toolkit | ROCm tools image | image | readme | |
| ROCm Validation Suite | ROCm Validation Suite | deb | readme | |
| ROCm TransferBench | ROCm TransferBench | deb | readme | |
| AMD Memory Tweak | AMD HBM2 timing tool | deb | readme | |
| AMD Tuning | Tool for AMD GPU tuning | deb | readme | |
| Vega20 Metrics Exporter | Prometheus exporter for MI50/Vega 20 telemetry | deb, image | readme | |
| PyTorch | PyTorch | wheel, image | readme | |
| llama.cpp | llama.cpp | image | readme | |
| ComfyUI | ComfyUI | image | readme | |
| ROCm Bandwidth Test | ROCm Bandwidth Test | deb | Paused | readme |
| vLLM | vLLM | image | Paused | readme |
| ROCm tensile | gfx906 tensile files | files | Deprecated | readme |
flowchart TD
ubuntu[docker.io/library/ubuntu] --> rocm[docker.io/mixa3607/rocm-gfx906]
rocm --> toolkit[docker.io/mixa3607/rocm-toolkit-gfx906]
rocm --> llama[docker.io/mixa3607/llama.cpp-gfx906]
rocm --> torch[docker.io/mixa3607/pytorch-gfx906]
torch --> comfyui[docker.io/mixa3607/comfyui-gfx906]
torch --> vllm[docker.io/mixa3607/vllm-gfx906]