Skip to content

Commit 152988d

Browse files
jackzhxngfacebook-github-bot
authored andcommitted
Fix README typo (#4135)
Summary: Pull Request resolved: #4135 Fix README on mini phi3 with LoRA example Reviewed By: helunwencser Differential Revision: D59294156 fbshipit-source-id: ea529a9794d3c8465c9cade22a9572262b68e4f7
1 parent 96fb2bf commit 152988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/phi3-mini-lora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The LoRA model used is recent and is not yet officially released on `TorchTune`.
1515
python export_model.py
1616
```
1717

18-
2. Run the model using an example runtime. For more more detailed steps on this, check out [Build & Run](https://pytorch.org/executorch/stable/getting-started-setup.html#build-run).
18+
2. Run the model using an example runtime. For more detailed steps on this, check out [Build & Run](https://pytorch.org/executorch/stable/getting-started-setup.html#build-run).
1919
```
2020
# Clean and configure the CMake build system. Compiled programs will appear in the executorch/cmake-out directory we create here.
2121
(rm -rf cmake-out && mkdir cmake-out && cd cmake-out && cmake ..)

0 commit comments

Comments
 (0)