From: toyer Date: Mon, 8 Jul 2024 05:57:19 +0000 (+0800) Subject: readme : add supported glm models (#8360) X-Git-Tag: upstream/0.0.4488~1148 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=04ce3a8b19256a155aea4d14eaa87edf274c93c3;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add supported glm models (#8360) --- diff --git a/README.md b/README.md index aba6a4c5..5498d5fc 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Typically finetunes of the base models below are supported as well. - [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) +- [x] [ChatGLM3-6b](https://huggingface.co/THUDM/chatglm3-6b) + [ChatGLM4-9b](https://huggingface.co/THUDM/glm-4-9b) (instructions for supporting more models: [HOWTO-add-model.md](./docs/HOWTO-add-model.md))