Skip to content

Commit ff46dd5

Browse files
authored
[executorch] Rename phi-3-mini-lora directory to match phi-3-mini-lora
Differential Revision: D61820324 Pull Request resolved: #4914
1 parent a79b1a6 commit ff46dd5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/models/phi3-mini-lora/README.md renamed to examples/models/phi-3-mini-lora/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this example, we export to ExecuTorch a model ([phi-3-mini](https://github.co
66
`./install_requirements.sh` in ExecuTorch root directory.
77

88
### Step 2: Install Requirements
9-
- `./examples/models/phi3-mini-lora/install_requirements.sh`
9+
- `./examples/models/phi-3-mini-lora/install_requirements.sh`
1010

1111
### Step 3: Export and run the model
1212
1. Export the inferenace and training models to ExecuTorch.
@@ -22,5 +22,6 @@ python export_model.py
2222
# Build the executor_runner target
2323
cmake --build cmake-out --target executor_runner -j9
2424
25-
./cmake-out/executor_runner --model_path mini_phi3_lora.pte
25+
# Run the model for inference.
26+
./cmake-out/executor_runner --model_path phi3_mini_lora.pte
2627
```

0 commit comments

Comments
 (0)