docs/ggml-virt: add link to testing + configuration

This commit is contained in:
Kevin Pouget 2026-02-05 16:22:37 +01:00
parent cbb09080df
commit 48cdc36cf9
1 changed files with 5 additions and 0 deletions

View File

@ -189,3 +189,8 @@ python regenerate_remoting.py
* This work focused on improving the performance of llama.cpp running * This work focused on improving the performance of llama.cpp running
on MacOS containers, and is mainly tested on this platform. The on MacOS containers, and is mainly tested on this platform. The
linux support (via `krun`) is in progress. linux support (via `krun`) is in progress.
## See Also
- [Backend configuration](configuration.md)
- [Testing](testing.md)