Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 52fd00b

Browse files
authored
Update native-execution.md
( triggers unexpected token in macos zsh
1 parent 049418d commit 52fd00b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/native-execution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ python3 torchchat.py export stories15M --output-dso-path ./model.so
8383
We can now execute the runner with:
8484

8585
[shell default]: pip install wget
86+
8687
```
8788
curl -OL https://github.com/karpathy/llama2.c/raw/master/tokenizer.model
8889
./cmake-out/aoti_run ./model.so -z ./tokenizer.model -l 2 -i "Once upon a time"
@@ -109,7 +110,7 @@ installed ExecuTorch, running the commands below will build the
109110
runner, without re-installing ExecuTorch from source:
110111

111112
```
112-
# Pull submodules (re2, abseil) for Tiktoken
113+
# Pull submodules re2 and abseil for Tiktoken
113114
git submodule sync
114115
git submodule update --init
115116

0 commit comments

Comments
 (0)