From 3199b2f301a3ed468685825b937f2edae9d4b17a Mon Sep 17 00:00:00 2001 From: Pierrick Hymbert Date: Sat, 28 Dec 2024 19:38:08 +0100 Subject: [PATCH] doc: minor Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> --- docs/development/HOWTO-add-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/HOWTO-add-model.md b/docs/development/HOWTO-add-model.md index 61cc27e11..8fcd70811 100644 --- a/docs/development/HOWTO-add-model.md +++ b/docs/development/HOWTO-add-model.md @@ -96,7 +96,7 @@ NOTE: The dimensions in `ggml` are typically in the reverse order of the `pytorc This is the funniest part, you have to provide the inference graph implementation of the new model architecture in `llama_build_graph`. -Have a look at existing implementation like `build_llama`, `build_dbrx` or `build_bert`. +Have a look at existing implementations like `build_llama`, `build_dbrx` or `build_bert`. Some `ggml` backends do not support all operations. Backend implementations can be added in a separate PR.