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 3760458 commit 526a0d8Copy full SHA for 526a0d8
.ci/scripts/setup-stories-llama.sh
.github/workflows/pull.yml
@@ -460,7 +460,8 @@ jobs:
460
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
461
462
# Retrieve 110M Stories Llama Artifacts
463
- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-stories-llama.sh
+ PYTHON_EXECUTABLE=python bash .ci/scripts/utils.sh
464
+ PYTHON_EXECUTABLE=python download_stories_model_artifacts
465
466
# Test static llama stories110m
467
PYTHON_EXECUTABLE=python 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"
0 commit comments