Skip to content

Commit

Permalink
doc: minor
Browse files Browse the repository at this point in the history
Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com>
  • Loading branch information
2 people authored and ggerganov committed Jan 9, 2025
1 parent e0e23b5 commit 3199b2f
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 3199b2f

Please sign in to comment.