]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to ggllm.cpp repo (close #361)
authorGeorgi Gerganov <redacted>
Tue, 11 Jul 2023 18:10:14 +0000 (21:10 +0300)
committerGitHub <redacted>
Tue, 11 Jul 2023 18:10:14 +0000 (21:10 +0300)
README.md

index c3340d0e6acfcefbfbc56ade434673cd9c1a9058..caf83bf13dab47dfeac6319f65323cdb09530ca1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,10 +29,11 @@ Some of the development is currently happening in the [llama.cpp](https://github
 - [ ] 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 Falcon inference [cmp-nct/ggllm.cpp](https://github.com/cmp-nct/ggllm.cpp)
 - [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
-- [ ] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915
+- [X] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915
 - [X] Example of StableLM (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox)
 - [X] Example of BERT inference [skeskinen/bert.cpp](https://github.com/skeskinen/bert.cpp)
 - [X] Example of ðŸ’« StarCoder inference [examples/starcoder](https://github.com/ggerganov/ggml/tree/master/examples/starcoder)