Update README.md

This commit is contained in:
gyunggyung 2023-03-19 09:55:23 +09:00 committed by GitHub
parent d7def1a752
commit f3d0530ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 - 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 - 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 - Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105
- Ohter language fine-tuning: https://github.com/gyunggyung/OpenMLLM
## Description ## Description