]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add supported glm models (#8360)
authortoyer <redacted>
Mon, 8 Jul 2024 05:57:19 +0000 (13:57 +0800)
committerGitHub <redacted>
Mon, 8 Jul 2024 05:57:19 +0000 (08:57 +0300)
README.md

index aba6a4c59ada0607325c9bb303194078ebe8ad0a..5498d5fc6755acb6645061ed6e64551ab2395388 100644 (file)
--- 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))