Skip to content

Commit 9595ff5

Browse files
committed
Debug
1 parent 75d98d4 commit 9595ff5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.ci/scripts/test_qnn_static_llama.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3535
set +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

0 commit comments

Comments
 (0)