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 b92bc72 commit f0807eaCopy full SHA for f0807ea
.github/workflows/pull.yml
@@ -476,7 +476,7 @@ jobs:
476
PYTHON_EXECUTABLE=python download_stories_model_artifacts
477
PYTHONPATH="${PWD}" python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
478
479
- # Test static llama stories110m pte size
+ # Test static llama stories110m pte size with weight sharing
480
PYTHONPATH="${PWD}" 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
481
482
# Checks accuracy with weight sharing disabled since x86 does not support weight sharing.
0 commit comments