danielhanchen commited on
Commit
40ec95c
Β·
verified Β·
1 Parent(s): f07439b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,12 +4,14 @@ language:
4
  - zh
5
  library_name: transformers
6
  license: other
 
7
  pipeline_tag: text-generation
8
  base_model:
9
  - zai-org/GLM-5.3
 
10
  ---
11
 
12
- # GLM-5.3-BF16
13
 
14
  GLM-5.3 uses the same base model as GLM-5.2 β€” every gain comes from post-training. Compared with GLM-5.2, it is much better at complex coding and long-horizon tasks:
15
 
@@ -45,6 +47,7 @@ GLM-5.3 supports deployment with the following frameworks. Feel free to try them
45
 
46
  - [SGLang](https://github.com/sgl-project/sglang) β€” see [cookbook](https://cookbook.sglang.io/autoregressive/GLM/GLM-5.3)
47
  - [vLLM](https://github.com/vllm-project/vllm) β€” see [recipes](https://recipes.vllm.ai/zai-org/GLM-5.3)
 
48
  - [Transformers](https://github.com/huggingface/transformers) β€” see [transformers docs](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/glm_moe_dsa.md)
49
  - [KTransformers](https://github.com/kvcache-ai/ktransformers) β€” see [tutorial](https://github.com/kvcache-ai/ktransformers/blob/main/doc/en/kt-kernel/GLM-5.2-Tutorial.md)
50
  - [Unsloth](https://github.com/unslothai/unsloth) β€” see [guide](https://unsloth.ai/docs/models/GLM-5.3)
 
4
  - zh
5
  library_name: transformers
6
  license: other
7
+ license_name: glm-5.3
8
  pipeline_tag: text-generation
9
  base_model:
10
  - zai-org/GLM-5.3
11
+ - zai-org/GLM-5.3-BF16
12
  ---
13
 
14
+ # GLM-5.3
15
 
16
  GLM-5.3 uses the same base model as GLM-5.2 β€” every gain comes from post-training. Compared with GLM-5.2, it is much better at complex coding and long-horizon tasks:
17
 
 
47
 
48
  - [SGLang](https://github.com/sgl-project/sglang) β€” see [cookbook](https://cookbook.sglang.io/autoregressive/GLM/GLM-5.3)
49
  - [vLLM](https://github.com/vllm-project/vllm) β€” see [recipes](https://recipes.vllm.ai/zai-org/GLM-5.3)
50
+ - [TokenSpeed](https://github.com/lightseekorg/tokenspeed) β€” see [here](https://lightseek.org/tokenspeed/recipes/models#glm-5-3)
51
  - [Transformers](https://github.com/huggingface/transformers) β€” see [transformers docs](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/glm_moe_dsa.md)
52
  - [KTransformers](https://github.com/kvcache-ai/ktransformers) β€” see [tutorial](https://github.com/kvcache-ai/ktransformers/blob/main/doc/en/kt-kernel/GLM-5.2-Tutorial.md)
53
  - [Unsloth](https://github.com/unslothai/unsloth) β€” see [guide](https://unsloth.ai/docs/models/GLM-5.3)