From 80e5683162a2418b068060b75e9fb6ad8208e758 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Tue, 30 Sep 2025 10:27:53 +0100 Subject: [PATCH] fixed-typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d7d4e9..97769b1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ To use Llama.cpp with hardware acceleration inside a toolbox container, you must ```sh toolbox create llama-rocm-6.4.4-rocwmma \ - --image docker.io/kyuz0/amd-strix-halo-toolboxes:rocm-6.4.3-rocwmma \ + --image docker.io/kyuz0/amd-strix-halo-toolboxes:rocm-6.4.4-rocwmma \ -- --device /dev/dri --device /dev/kfd \ --group-add video --group-add render --group-add sudo --security-opt seccomp=unconfined ```