Update README.md
Browse files
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,
|
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"
|