From: Georgi Gerganov Date: Mon, 15 May 2023 04:50:54 +0000 (+0300) Subject: readme : add link to training example X-Git-Tag: upstream/0.0.1642~1468 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=010203f94a85df5c86b773dc5acb698c8e7b1e7b;p=pkg%2Fggml%2Fsources%2Fggml readme : add link to training example --- diff --git a/README.md b/README.md index 1b4fed45..7250a545 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of Cerebras-GPT inference [examples/gpt-2](https://github.com/ggerganov/ggml/tree/master/examples/gpt-2) - [ ] Example of FLAN-T5 inference https://github.com/ggerganov/ggml/pull/12 - [X] Example of LLaMA inference [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) +- [X] Example of LLaMA training [ggerganov/llama.cpp/examples/baby-llama](https://github.com/ggerganov/llama.cpp/tree/master/examples/baby-llama) - [X] Example of BLOOM inference [NouamaneTazi/bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp) - [X] Example of RWKV inference [saharNooby/rwkv.cpp](https://github.com/saharNooby/rwkv.cpp) - [ ] Example of [SAM](https://github.com/facebookresearch/segment-anything) inference