Update README.md
Browse files
README.md
CHANGED
|
@@ -84,9 +84,9 @@ Note: The following benchmarks are evaluated by TRT-LLM-backend on several **bas
|
|
| 84 |
|
| 85 |
|
| 86 |
### Use with transformers
|
| 87 |
-
First, please install transformers.
|
| 88 |
```SHELL
|
| 89 |
-
pip install
|
| 90 |
```
|
| 91 |
Our model defaults to using slow-thinking reasoning, and there are two ways to disable CoT reasoning.
|
| 92 |
1. Pass **"enable_thinking=False"** when calling apply_chat_template.
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
### Use with transformers
|
| 87 |
+
First, please install transformers.
|
| 88 |
```SHELL
|
| 89 |
+
pip install "transformers>=4.56.0"
|
| 90 |
```
|
| 91 |
Our model defaults to using slow-thinking reasoning, and there are two ways to disable CoT reasoning.
|
| 92 |
1. Pass **"enable_thinking=False"** when calling apply_chat_template.
|