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.
2 parents 3406c0b + c98e48c commit 21f73fdCopy full SHA for 21f73fd
.ci/scripts/test_llama_lora.sh
@@ -67,8 +67,9 @@ $PYTHON_EXECUTABLE -m extension.llm.export.export_llm \
67
cmake_install_executorch_libraries
68
cmake_build_llama_runner
69
70
+PROMPT="What happens if you eat watermelon seeds?"
71
# Run llama runner
-RUNTIME_ARGS="--model_path=${EXPORTED_MODEL_NAME} --tokenizer_path=${DOWNLOADED_PATH}/tokenizer.model --prompt='What happens if you eat watermelon seeds?' --temperature=0 --seq_len=10 --warmup=1"
72
+RUNTIME_ARGS="--model_path=${EXPORTED_MODEL_NAME} --tokenizer_path=${DOWNLOADED_PATH}/tokenizer.model --prompt=${PROMPT} --temperature=0 --seq_len=10 --warmup=1"
73
74
NOW=$(date +"%H:%M:%S")
75
echo "Starting to run llama runner at ${NOW}"
0 commit comments