Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cac0595

Browse files
guangy10Guang Yang
andauthoredJun 18, 2025··
Update readme to reflect dev mode installation (#88)
Co-authored-by: Guang Yang <[email protected]>
1 parent 06cdf69 commit cac0595

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ pip install '.[dev]'
3838

3939
### 3. Install dependencies in dev mode
4040

41-
To access all supported optimizations or for development with the latest features, run:
42-
```python
41+
To access every available optimization and experiment with the newest features, run:
42+
```
4343
python install_dev.py
4444
```
4545

4646
This script will install `executorch`, `torch`, `torchao`, `transformers`, etc. from nightly builds or from source to access the latest models and optimizations.
4747

48+
To leave an existing ExecuTorch installation untouched, run `install_dev.py` with `--skip_override_torch` to prevent it from being overwritten.
4849

4950
## 🎯 Quick Start
5051

0 commit comments

Comments
 (0)
Please sign in to comment.