We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5314f3 commit b97c65cCopy full SHA for b97c65c
extension/android/executorch_android/android_test_setup.sh
@@ -21,7 +21,7 @@ curl -C - -Ls "https://raw.githubusercontent.com/karpathy/llama2.c/master/tokeni
21
# Create params.json file
22
touch params.json
23
echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' > params.json
24
-python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -d fp16 --model=stories110m
+python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -d fp16 -n stories110m_h.pte -kv
25
python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin
26
27
cp stories110m_h.pte "${BASEDIR}/src/androidTest/resources/stories.pte"
0 commit comments