From f3d0530ed3841e92b785b46f600e8abd82c3b51f Mon Sep 17 00:00:00 2001 From: gyunggyung Date: Sun, 19 Mar 2023 09:55:23 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fe5b54269d13..c4b4f753279d8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ - RMSNorm implementation / fixes: https://github.com/ggerganov/llama.cpp/issues/173 - Cache input prompts for faster initialization: https://github.com/ggerganov/llama.cpp/issues/64 - Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105 +- Ohter language fine-tuning: https://github.com/gyunggyung/OpenMLLM ## Description