From 0b3392887b9cd036c0020668aa9a03389ddfcbce Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Wed, 10 Apr 2024 21:57:48 +0200 Subject: [PATCH] doc: add a model: add a link to ggml-debug --- docs/HOWTO-add-model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/HOWTO-add-model.md b/docs/HOWTO-add-model.md index 3581f3e65..e8aa71dc3 100644 --- a/docs/HOWTO-add-model.md +++ b/docs/HOWTO-add-model.md @@ -100,6 +100,8 @@ Have a look to existing implementation like `build_llama`, `build_dbrx` or `buil When implementing a new graph, please note that the underlying `ggml` backends might not support them all, support of missing backend operations can be added in another PR. +Note: to debug the inference graph: you can use [ggml-debug](../examples/ggml-debug). + ## GGUF specification https://github.com/ggerganov/ggml/blob/master/docs/gguf.md