]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add GPT-NeoX + Pythia to the list of supported models (#7491)
authorVictor Nogueira <redacted>
Thu, 23 May 2024 12:12:43 +0000 (15:12 +0300)
committerGitHub <redacted>
Thu, 23 May 2024 12:12:43 +0000 (15:12 +0300)
README.md

index f4088c05e6eee4e977d69163d232e536f4161c26..ccd12e2112ff2dee378db61405faea03bb20a8c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ Typically finetunes of the base models below are supported as well.
 - [x] [SEA-LION](https://huggingface.co/models?search=sea-lion)
 - [x] [GritLM-7B](https://huggingface.co/GritLM/GritLM-7B) + [GritLM-8x7B](https://huggingface.co/GritLM/GritLM-8x7B)
 - [x] [OLMo](https://allenai.org/olmo)
+- [x] [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) + [Pythia](https://github.com/EleutherAI/pythia)
 
 (instructions for supporting more models: [HOWTO-add-model.md](./docs/HOWTO-add-model.md))