From bb6f71dfa50b7b4dbf27adaab3af497b0581fffc Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 3 Aug 2025 14:00:00 +0100 Subject: [PATCH] Removed unneeded reference to old hardware. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d120d0..cb53cb2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To use Llama.cpp with hardware acceleration inside a toolbox container, you must -- --device /dev/dri --group-add video --security-opt seccomp=unconfined ``` -* **For ROCm:** You must expose both `/dev/dri` and `/dev/kfd` (and sometimes `/dev/hsa` for older hardware), and add the user to extra groups for compute access. +* **For ROCm:** You must expose both `/dev/dri` and `/dev/kfd`, and add the user to extra groups for compute access. ```sh toolbox create llama-rocm-6.4.2 \