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)