zRzRzRzRzRzRzR commited on
Commit
f12e0fe
Β·
1 Parent(s): b196718
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -36,7 +36,14 @@ GLM-5.3-Flash supports deployment with the following frameworks. Feel free to tr
36
  - [SGLang](https://github.com/sgl-project/sglang) β€” see [cookbook](https://cookbook.sglang.io/autoregressive/GLM/GLM-5.3-Flash)
37
  - [vLLM](https://github.com/vllm-project/vllm) β€” see [recipes](https://recipes.vllm.ai/zai-org/GLM-5.3-Flash)
38
  - [TokenSpeed](https://github.com/lightseekorg/tokenspeed) β€” see [here](https://lightseek.org/tokenspeed/recipes/models#glm-5-3-flash)
 
39
  - [KTransformers](https://github.com/kvcache-ai/ktransformers) β€” see [tutorial](https://github.com/kvcache-ai/ktransformers/blob/main/doc/en/kt-kernel/GLM-5.3-Flash-Tutorial.md)
 
 
 
 
 
 
40
 
41
 
42
  ## Footnotes
 
36
  - [SGLang](https://github.com/sgl-project/sglang) β€” see [cookbook](https://cookbook.sglang.io/autoregressive/GLM/GLM-5.3-Flash)
37
  - [vLLM](https://github.com/vllm-project/vllm) β€” see [recipes](https://recipes.vllm.ai/zai-org/GLM-5.3-Flash)
38
  - [TokenSpeed](https://github.com/lightseekorg/tokenspeed) β€” see [here](https://lightseek.org/tokenspeed/recipes/models#glm-5-3-flash)
39
+ - [Transformers](https://github.com/huggingface/transformers) β€” see [transformers docs](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/glm5_next.md)
40
  - [KTransformers](https://github.com/kvcache-ai/ktransformers) β€” see [tutorial](https://github.com/kvcache-ai/ktransformers/blob/main/doc/en/kt-kernel/GLM-5.3-Flash-Tutorial.md)
41
+ - [Unsloth](https://github.com/unslothai/unsloth) β€” see [guide](https://unsloth.ai/docs/models/glm-5.3)
42
+
43
+ ### Note
44
+
45
+ - GLM-5.3-Flash supports controlling the thinking budget through the `reasoning_effort` parameter, which accepts three levels: `low`, `high`, and `max`. It defaults to `max` if not passed (or if set to any other value). To use `low` or `high`, pass them explicitly. For benchmark and leaderboard reproduction, keep the default `max`.
46
+ - In the chat template for GLM-5.3-Flash, `clear_thinking` defaults to `false` if not passed. For chat scenarios, explicitly pass `clear_thinking=true`.
47
 
48
 
49
  ## Footnotes