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 50cbe9a commit 62c5cebCopy full SHA for 62c5ceb
.ci/scripts/test_qnn_static_llama.sh
@@ -38,7 +38,7 @@ $PYTHON_EXECUTABLE backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleSc
38
exit_code1=$?
39
40
# Checks accuracy with weight sharing disabled since x86 does not support weight sharing.
41
-$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
+$PYTHON_EXECUTABLE backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleScript.test_stories_single_llama --model SM8650 --build_folder build-x86/ --executorch_root . --artifact_dir . --enable_x86_64
42
exit_code2=$?
43
44
# Check the exit codes and print messages
0 commit comments