Skip to content

Commit 86777a0

Browse files
committed
Simplify ExecuTorch install instructions to use stable release >=1.1.0
1 parent d7d058e commit 86777a0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • program-data-separation/cpp/lora_example

program-data-separation/cpp/lora_example/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ If you want to train your own LoRA adapters, [Unsloth](https://unsloth.ai/) prov
2929

3030
## Install ExecuTorch
3131

32-
Install from a recent nightly build (recommended for LoRA export features):
32+
Install executorch>=1.1.0:
3333
```bash
34-
pip install executorch==1.1.0.devYYYYMMDD --extra-index-url https://download.pytorch.org/whl/nightly/cpu
34+
pip install executorch>=1.1.0
3535
```
3636

37-
Use a recent nightly, as some LoRA export features are not available in executorch==1.0.0.
38-
3937
Alternatively, [install from source](https://docs.pytorch.org/executorch/stable/using-executorch-building-from-source.html#install-executorch-pip-package-from-source):
4038

4139
```bash

0 commit comments

Comments
 (0)