Skip to content

Commit

Permalink
doc: minor
Browse files Browse the repository at this point in the history
Co-authored-by: ThiloteE <[email protected]>
  • Loading branch information
phymbert and ThiloteE authored Dec 28, 2024
1 parent 075ab0d commit 523e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/HOWTO-add-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This is the funniest part, you have to provide the inference graph implementatio

Have a look at existing implementation like `build_llama`, `build_dbrx` or `build_bert`.

Some `ggml` backends do not support all operations, backend implementation can be added in a separate PR.
Some `ggml` backends do not support all operations. Backend implementations can be added in a separate PR.

Note: to debug the inference graph: you can use [llama-eval-callback](/examples/eval-callback/).

Expand Down

0 comments on commit 523e640

Please sign in to comment.