File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ echo "Creating tokenizer.bin"
3333$PYTHON_EXECUTABLE -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
3434
3535set +e
36- echo " Creating tokenizer.bin"
37- # # Compile only as weight sharing is not applicable on x86
38- # $PYTHON_EXECUTABLE backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleScript.test_stories_single_llama --model SM8650 --build_folder build-android/ --executorch_root . --artifact_dir . --compile_only
39- # exit_code1=$?
36+ # Compile only as weight sharing is not applicable on x86
37+ $PYTHON_EXECUTABLE backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleScript.test_stories_single_llama --model SM8650 --build_folder build-android/ --executorch_root . --artifact_dir . --compile_only
38+ exit_code1=$?
4039
4140# # Checks accuracy with weight sharing disabled since x86 does not support weight sharing.
4241# $PYTHON_EXECUTABLE backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleScript.test_stories_single_llama --model SM8650 --build_folder build-x86_64/ --executorch_root . --artifact_dir . --enable_x86_64
You can’t perform that action at this time.
0 commit comments