We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3306c commit afed564Copy full SHA for afed564
2 files changed
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
speculative-decoding:
124
runs-on: macos-15
125
timeout-minutes: 45
126
- needs: integration_matrix # Only run after core CI passes
+ needs: build_and_unit_test # Run in parallel with integration_matrix
127
steps:
128
- uses: actions/checkout@v4
129
with:
@@ -194,7 +194,7 @@ jobs:
194
speculative-decoding-eval:
195
196
197
- needs: integration_matrix
+ needs: build_and_unit_test
198
continue-on-error: true
199
200
mlx-swift-lm
@@ -1 +1 @@
1
-Subproject commit 11a43bea4df31a8303cab4cb4c24d142e98228fe
+Subproject commit a6c98c0122f41e9999a84ba99c597b852676daef
0 commit comments