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 ac4dddb commit 9fb9ce0Copy full SHA for 9fb9ce0
.github/workflows/trunk.yml
@@ -57,7 +57,7 @@ jobs:
57
# Debug
58
which pip
59
bash .ci/scripts/setup-conda.sh
60
- PYTHON_EXECUTABLE=python ${CONDA_RUN} bash ./install_executorch.sh --editable --pybind xnnpack --use-pt-pinned-commit
+ PYTHON_EXECUTABLE=python ${CONDA_RUN} bash ./install_executorch.sh --editable --pybind xnnpack
61
# Try to import extension library
62
python -c "from executorch.extension.llm.custom_ops import custom_ops"
63
0 commit comments