manaestras commited on
Commit
167d112
·
verified ·
1 Parent(s): 5c42082

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ Note: The following benchmarks are evaluated by TRT-LLM-backend on several **bas
88
  ### Use with transformers
89
  First, please install transformers.
90
  ```SHELL
91
- /apdcephfs_sh3/share_300843882/manayang/s2t_hf
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.
 
88
  ### Use with transformers
89
  First, please install transformers.
90
  ```SHELL
91
+ pip install transformers
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.