metascroy commited on
Commit
fd2c662
·
verified ·
1 Parent(s): e8345c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -201,7 +201,7 @@ python -m executorch.examples.models.phi_4_mini.convert_weights pytorch_model.bi
201
  ```
202
 
203
  Once the checkpoint is converted, we can export to ExecuTorch's pte format with the XNNPACK delegate.
204
- The below command exports with a max_seq_length/max_context_length of 128, which is the default value.
205
 
206
  ```Shell
207
  PARAMS="executorch/examples/models/phi_4_mini/config.json"
 
201
  ```
202
 
203
  Once the checkpoint is converted, we can export to ExecuTorch's pte format with the XNNPACK delegate.
204
+ The below command exports with a max_seq_length/max_context_length of 128, the default value, but it can be changed as desired.
205
 
206
  ```Shell
207
  PARAMS="executorch/examples/models/phi_4_mini/config.json"