leran1995 commited on
Commit
3384e42
·
verified ·
1 Parent(s): f761dfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -168,6 +168,8 @@ We recommend adjusting the inference settings according to the target scenario:
168
 
169
  ## Huggingface
170
 
 
 
171
  ```python
172
  from transformers import AutoModelForCausalLM, AutoTokenizer
173
 
 
168
 
169
  ## Huggingface
170
 
171
+ Install the required version with `pip install transformers==4.45.1`.
172
+
173
  ```python
174
  from transformers import AutoModelForCausalLM, AutoTokenizer
175