]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to training example
authorGeorgi Gerganov <redacted>
Mon, 15 May 2023 04:50:54 +0000 (07:50 +0300)
committerGitHub <redacted>
Mon, 15 May 2023 04:50:54 +0000 (07:50 +0300)
README.md

index 1b4fed4560d3b87790dbc0ec6b480d4e26392cd2..7250a545831d94c30ffc1836097875fecb99e9b6 100644 (file)
--- 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