fixed-typo

This commit is contained in:
Donato Capitella
2025-09-30 10:27:53 +01:00
parent c2624c5cbe
commit 80e5683162
+1 -1
View File
@@ -84,7 +84,7 @@ To use Llama.cpp with hardware acceleration inside a toolbox container, you must
```sh ```sh
toolbox create llama-rocm-6.4.4-rocwmma \ 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 \ -- --device /dev/dri --device /dev/kfd \
--group-add video --group-add render --group-add sudo --security-opt seccomp=unconfined --group-add video --group-add render --group-add sudo --security-opt seccomp=unconfined
``` ```