jerryzh168 commited on
Commit
9c26e80
·
verified ·
1 Parent(s): 075c375

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -218,7 +218,7 @@ python -m executorch.examples.models.llama.export_llama \
218
  --output_name="phi4-mini-8da4w.pte"
219
  ```
220
 
221
- After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app) at the start of the README).
222
 
223
  # Disclaimer
224
  PyTorch has not performed safety evaluations or red teamed the quantized models. Performance characteristics, outputs, and behaviors may differ from the original models. Users are solely responsible for selecting appropriate use cases, evaluating and mitigating for accuracy, safety, and fairness, ensuring security, and complying with all applicable laws and regulations.
 
218
  --output_name="phi4-mini-8da4w.pte"
219
  ```
220
 
221
+ After that you can run the model in a mobile app (see [Running in a mobile app](#running-in-a-mobile-app)).
222
 
223
  # Disclaimer
224
  PyTorch has not performed safety evaluations or red teamed the quantized models. Performance characteristics, outputs, and behaviors may differ from the original models. Users are solely responsible for selecting appropriate use cases, evaluating and mitigating for accuracy, safety, and fairness, ensuring security, and complying with all applicable laws and regulations.