Skip to content

Commit a4d9688

Browse files
committed
Move pinned transformers
1 parent 4b37326 commit a4d9688

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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:
41+
To try every available optimization and experiment with the newest features, run:
4242
```python
4343
python install_dev.py
4444
```
45-
4645
This script will install `executorch`, `torch`, `torchao`, `transformers`, etc. from nightly builds or from source to access the latest models and optimizations.
4746

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

4950
## 🎯 Quick Start
5051

install_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def install_dep_from_source():
3131
"-m",
3232
"pip",
3333
"install",
34-
"git+https://github.com/huggingface/transformers@51f94ea06d19a6308c61bbb4dc97c40aabd12bad#egg=transformers", # v4.52.4
34+
"git+https://github.com/huggingface/transformers@37367c7d9fd23401c26e79a2b26253ab2d1b7236#egg=transformers",
3535
]
3636
)
3737
subprocess.check_call(

0 commit comments

Comments
 (0)