feat: add glm and glm4 multipack and cce (#2546)

* feat: add glm and glm4 multipack

* feat: add glm4 example

* feat: add cce for glm
This commit is contained in:
NanoCode012
2025-04-23 21:27:51 +07:00
committed by GitHub
parent 32e335dd51
commit a6d28d19b1
5 changed files with 129 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ SUPPORTED_MULTIPACK_MODEL_TYPES = [
"starcoder2",
"deepseek_v2",
"deepseek_v3",
"glm",
"glm4",
]