Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
|
|
|
|
3 |
- unsloth
|
4 |
base_model:
|
5 |
- Qwen/Qwen3-235B-A22B
|
@@ -103,7 +105,7 @@ For deployment, you can use `vllm>=0.8.5` or `sglang>=0.4.5.post2` to create an
|
|
103 |
|
104 |
> [!TIP]
|
105 |
> The `enable_thinking` switch is also available in APIs created by vLLM and SGLang.
|
106 |
-
> Please refer to
|
107 |
|
108 |
### `enable_thinking=True`
|
109 |
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- qwen3
|
4 |
+
- qwen
|
5 |
- unsloth
|
6 |
base_model:
|
7 |
- Qwen/Qwen3-235B-A22B
|
|
|
105 |
|
106 |
> [!TIP]
|
107 |
> The `enable_thinking` switch is also available in APIs created by vLLM and SGLang.
|
108 |
+
> Please refer to our documentation for [vLLM](https://qwen.readthedocs.io/en/latest/deployment/vllm.html#thinking-non-thinking-modes) and [SGLang](https://qwen.readthedocs.io/en/latest/deployment/sglang.html#thinking-non-thinking-modes) users.
|
109 |
|
110 |
### `enable_thinking=True`
|
111 |
|