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 9adf131 commit fcd3234Copy full SHA for fcd3234
.github/workflows/pull.yml
@@ -621,7 +621,7 @@ jobs:
621
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}"
622
# Setup install_requirements for llama
623
PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh
624
- # Test static llama weight sharing and accuracy
+
625
echo ">>> Running config: ${{ matrix.config.name }}"
626
PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama_eval.sh \
627
--flags "${{ matrix.config.flags }}" \
0 commit comments