doc: add a model: add a link to ggml-debug
This commit is contained in:
parent
deadf29759
commit
0b3392887b
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ Have a look to existing implementation like `build_llama`, `build_dbrx` or `buil
|
|||
|
||||
When implementing a new graph, please note that the underlying `ggml` backends might not support them all, support of missing backend operations can be added in another PR.
|
||||
|
||||
Note: to debug the inference graph: you can use [ggml-debug](../examples/ggml-debug).
|
||||
|
||||
## GGUF specification
|
||||
|
||||
https://github.com/ggerganov/ggml/blob/master/docs/gguf.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue