Skip to content

Commit ab861b9

Browse files
committed
Update
[ghstack-poisoned]
1 parent 5897ba4 commit ab861b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
104104
script: |
105105
set -eux
106-
# Install executorch
107-
bash ./install_executorch.sh
106+
# Install executorch in editable mode so custom op libs land in-tree
107+
bash ./install_executorch.sh --editable
108108
109109
# Build ExecuTorch with CUDA support
110110
cmake --workflow --preset llm-release-cuda

0 commit comments

Comments
 (0)