Skip to content

Commit a07e1b6

Browse files
committed
Fix
1 parent 48c30a0 commit a07e1b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension/android/executorch_android/android_test_setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ curl -Ls "https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.m
2222
touch params.json
2323
echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' > params.json
2424
python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -X -kv
25-
python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
2625

2726
cp *.pte "${BASEDIR}/src/androidTest/resources/stories.pte"
28-
cp tokenizer.bin "${BASEDIR}/src/androidTest/resources/tokenizer.bin"
27+
cp tokenizer.model "${BASEDIR}/src/androidTest/resources/tokenizer.bin"
2928
popd

0 commit comments

Comments
 (0)