Skip to content

[executorch] Rename phi-3-mini-lora directory to match phi-3-mini-lora #4914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this example, we export to ExecuTorch a model ([phi-3-mini](https://github.co
`./install_requirements.sh` in ExecuTorch root directory.

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

### Step 3: Export and run the model
1. Export the inferenace and training models to ExecuTorch.
Expand All @@ -22,5 +22,6 @@ python export_model.py
# Build the executor_runner target
cmake --build cmake-out --target executor_runner -j9

./cmake-out/executor_runner --model_path mini_phi3_lora.pte
# Run the model for inference.
./cmake-out/executor_runner --model_path phi3_mini_lora.pte
```
Loading