From ab97d7616972df6fcc8a38f618be498874f221f0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 5 Apr 2023 18:55:25 +0300 Subject: [PATCH] Initial Home page --- GGML-Tips-&-Tricks.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 GGML-Tips-&-Tricks.md diff --git a/GGML-Tips-&-Tricks.md b/GGML-Tips-&-Tricks.md new file mode 100644 index 0000000..fc6389a --- /dev/null +++ b/GGML-Tips-&-Tricks.md @@ -0,0 +1,4 @@ +## Measuring the performance of the inference + +- Build with `GGML_PERF` +- Uncomment `ggml_graph_print(&gf);` in `llama.cpp`