nhanv commited on
Commit
272ac5b
·
verified ·
1 Parent(s): d7f6888

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ We use a simple template to generate the solution for evalplus:
46
 
47
  ## Quickstart
48
 
49
- Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.You should use transformer version 4.39 to avoid loading tokenizer errors.
50
  ```python
51
  from transformers import AutoModelForCausalLM, AutoTokenizer
52
  device = "cuda" # the device to load the model onto
 
46
 
47
  ## Quickstart
48
 
49
+ Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.You should use transformer version 4.39 if you receive an error when loading the tokenizer
50
  ```python
51
  from transformers import AutoModelForCausalLM, AutoTokenizer
52
  device = "cuda" # the device to load the model onto