manaestras commited on
Commit
6fd6ecb
·
verified ·
1 Parent(s): 9bbf08b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,9 +86,9 @@ Note: The following benchmarks are evaluated by TRT-LLM-backend on several **bas
86
   
87
 
88
  ### Use with transformers
89
- First, please install transformers. We will merge it into the main branch later.
90
  ```SHELL
91
- pip install git+https://github.com/huggingface/transformers@4970b23cedaf745f963779b4eae68da281e8c6ca
92
  ```
93
  Our model defaults to using slow-thinking reasoning, and there are two ways to disable CoT reasoning.
94
  1. Pass **"enable_thinking=False"** when calling apply_chat_template.
 
86
   
87
 
88
  ### Use with transformers
89
+ First, please install transformers.
90
  ```SHELL
91
+ pip install "transformers>=4.56.0"
92
  ```
93
  Our model defaults to using slow-thinking reasoning, and there are two ways to disable CoT reasoning.
94
  1. Pass **"enable_thinking=False"** when calling apply_chat_template.