From aa1cd6a357a74132a3b4c3e27913c5b95f761a12 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 22 Jul 2024 16:10:26 +0300 Subject: [PATCH] Created Modules (markdown) --- Modules.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Modules.md diff --git a/Modules.md b/Modules.md new file mode 100644 index 0000000..70975a8 --- /dev/null +++ b/Modules.md @@ -0,0 +1,32 @@ +ref https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md + +Incomplete list of modules that can be included in the commit title - feel free to update: + +- [backend] (`cuda`, `metal`, `vulkan`, etc.) +- [example] (`main`, `bench`, `server`, etc.) +- bugfix +- build +- chore +- ci +- cmake +- common +- convert +- docker +- docs +- examples +- fix +- ggml +- github +- llama +- llava +- logging +- make +- minor +- model +- nix +- py +- readme +- sampling +- scripts +- tests +- workflows