We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523e640 commit cf1fda8Copy full SHA for cf1fda8
docs/development/HOWTO-add-model.md
@@ -96,7 +96,7 @@ NOTE: The dimensions in `ggml` are typically in the reverse order of the `pytorc
96
97
This is the funniest part, you have to provide the inference graph implementation of the new model architecture in `llama_build_graph`.
98
99
-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`.
100
101
Some `ggml` backends do not support all operations. Backend implementations can be added in a separate PR.
102
0 commit comments