summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author唐璜 <113148619+donjuanplatinum@users.noreply.github.com>2024-08-05 11:48:09 -0400
committerGitHub <noreply@github.com>2024-08-05 17:48:09 +0200
commit500c9f288214cf817c8c52c7c9a6187cb279c563 (patch)
tree8dfffb5d59f861086b75f0450d655495b73c7d26 /README.md
parent2be9bd211e34333b605695242896903231ab26da (diff)
downloadcandle-500c9f288214cf817c8c52c7c9a6187cb279c563.tar.gz
candle-500c9f288214cf817c8c52c7c9a6187cb279c563.tar.bz2
candle-500c9f288214cf817c8c52c7c9a6187cb279c563.zip
add models support and example for THUDM/glm-4 (#2362)
* add models support and example for THUDM/glm-4 * fix the ci report * fmt * fix * Update README.org * Update README.org * fmt * Update README.org * README.md add codegeex4 * README.md add glm4 * Typo. * change expect into ? --------- Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54991fae..543b9ca8 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,8 @@ We also provide a some command line based examples using state of the art models
- [LLaMA v1, v2, and v3](./candle-examples/examples/llama/): general LLM, includes
the SOLAR-10.7B variant.
- [Falcon](./candle-examples/examples/falcon/): general LLM.
+- [Codegeex4](./candle-examples/examples/codegeex4-9b/): Code completion,code interpreter,web search,fuction calling,repository-level
+- [GLM4](./candle-examples/examples/glm4/): Open Multilingual Multimodal Chat LMs by THUDM
- [Gemma](./candle-examples/examples/gemma/): 2b and 7b general LLMs from Google Deepmind.
- [RecurrentGemma](./candle-examples/examples/recurrent-gemma/): 2b and 7b
Griffin based models from Google that mix attention with a RNN like state.