Skip to content

Commit afed564

Browse files
committed
ci: run speculative decoding evaluations in parallel with integration matrix
1 parent 8f3306c commit afed564

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
speculative-decoding:
124124
runs-on: macos-15
125125
timeout-minutes: 45
126-
needs: integration_matrix # Only run after core CI passes
126+
needs: build_and_unit_test # Run in parallel with integration_matrix
127127
steps:
128128
- uses: actions/checkout@v4
129129
with:
@@ -194,7 +194,7 @@ jobs:
194194
speculative-decoding-eval:
195195
runs-on: macos-15
196196
timeout-minutes: 45
197-
needs: integration_matrix
197+
needs: build_and_unit_test
198198
continue-on-error: true
199199
steps:
200200
- uses: actions/checkout@v4

mlx-swift-lm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 11a43bea4df31a8303cab4cb4c24d142e98228fe
1+
Subproject commit a6c98c0122f41e9999a84ba99c597b852676daef

0 commit comments

Comments
 (0)