manaestras commited on
Commit
296c343
·
verified ·
1 Parent(s): b28a1a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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. We will merge it into the main branch later.
88
  ```SHELL
89
- pip install git+https://github.com/huggingface/transformers@4970b23cedaf745f963779b4eae68da281e8c6ca
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.