From 48cdc36cf9210cbe1d5ec7c739d5ef86b3c0a5c5 Mon Sep 17 00:00:00 2001 From: Kevin Pouget Date: Thu, 5 Feb 2026 16:22:37 +0100 Subject: [PATCH] docs/ggml-virt: add link to testing + configuration --- docs/backend/GGML-VirtGPU/ggml-virt.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/backend/GGML-VirtGPU/ggml-virt.md b/docs/backend/GGML-VirtGPU/ggml-virt.md index 17850e6452..cbaa2b8c35 100644 --- a/docs/backend/GGML-VirtGPU/ggml-virt.md +++ b/docs/backend/GGML-VirtGPU/ggml-virt.md @@ -189,3 +189,8 @@ python regenerate_remoting.py * This work focused on improving the performance of llama.cpp running on MacOS containers, and is mainly tested on this platform. The linux support (via `krun`) is in progress. + +## See Also + +- [Backend configuration](configuration.md) +- [Testing](testing.md)