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 523e640 commit cf1fda8
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 @@ -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.

Expand Down

0 comments on commit cf1fda8

Please sign in to comment.