commit ab97d7616972df6fcc8a38f618be498874f221f0 Author: Georgi Gerganov Date: Wed Apr 5 18:55:25 2023 +0300 Initial Home page 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`