diff options
Diffstat (limited to 'docs/HOWTO-add-model.md')
-rw-r--r-- | docs/HOWTO-add-model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HOWTO-add-model.md b/docs/HOWTO-add-model.md index 13812424..3eec077e 100644 --- a/docs/HOWTO-add-model.md +++ b/docs/HOWTO-add-model.md @@ -100,7 +100,7 @@ Have a look at 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 for missing backend operations can be added in another PR. -Note: to debug the inference graph: you can use [eval-callback](../examples/eval-callback). +Note: to debug the inference graph: you can use [llama-eval-callback](../examples/eval-callback). ## GGUF specification |