Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,7 @@ Once ExecuTorch is [set-up](https://pytorch.org/executorch/main/getting-started.
|
|
22 |
First need to install the required packages:
|
23 |
```Shell
|
24 |
pip install git+https://github.com/huggingface/optimum-executorch@main
|
|
|
25 |
```
|
26 |
Then update the dependencies to latest in order to work on the SmolLM3-3B:
|
27 |
```Py
|
|
|
22 |
First need to install the required packages:
|
23 |
```Shell
|
24 |
pip install git+https://github.com/huggingface/optimum-executorch@main
|
25 |
+
cd optimum-executorch
|
26 |
```
|
27 |
Then update the dependencies to latest in order to work on the SmolLM3-3B:
|
28 |
```Py
|