Mike0307 commited on
Commit
b57a229
1 Parent(s): 98d5593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -46,6 +46,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id)
46
  ## Inference Example
47
 
48
  ```python
 
49
  input_text = "<|user|>將這五種動物分成兩組。\n老虎、鯊魚、大象、鯨魚、袋鼠 <|end|>\n<|assistant|>"
50
 
51
  inputs = tokenizer(
 
46
  ## Inference Example
47
 
48
  ```python
49
+ # M2 pro takes about 3 seconds in this example.
50
  input_text = "<|user|>將這五種動物分成兩組。\n老虎、鯊魚、大象、鯨魚、袋鼠 <|end|>\n<|assistant|>"
51
 
52
  inputs = tokenizer(