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 07c1e61 commit 5b87ed4Copy full SHA for 5b87ed4
.github/workflows/trunk.yml
@@ -485,7 +485,7 @@ jobs:
485
eval "$(conda shell.bash hook)"
486
487
# Install requirements
488
- ${CONDA_RUN} EXECUTORCH_BUILD_TORCHAO=1 python install_executorch.py
+ ${CONDA_RUN} EXECUTORCH_BUILD_KERNELS_TORCHAO=1 python install_executorch.py
489
${CONDA_RUN} sh examples/models/llama/install_requirements.sh
490
491
# Run test
0 commit comments