guangy10 commited on
Commit
7095ff6
·
verified ·
1 Parent(s): de19084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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