Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -155,7 +155,7 @@ python -m executorch.examples.models.llama.export_llama \
155
  --max_context_length 1024 \
156
  --max_seq_length 1024 \
157
  --dtype fp32 \
158
- --metadata '{"get_bos_id":199999, "get_eos_ids":[200020,199999]}'
159
  ```
160
 
161
  After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app)).
 
155
  --max_context_length 1024 \
156
  --max_seq_length 1024 \
157
  --dtype fp32 \
158
+ --metadata '{"get_bos_id":151644, "get_eos_ids":[151643, 151645]}'
159
  ```
160
 
161
  After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app)).