chore: sync tinygrad (#1151)

* commence the sync!

* !cancelled

* Thats it folks
This commit is contained in:
James Vecellio-Grant
2025-08-12 19:33:06 -07:00
committed by GitHub
parent 28b17858be
commit 68625222b6
4 changed files with 5 additions and 5 deletions
@@ -127,7 +127,7 @@ jobs:
retry_failed_models:
needs: [setup, get_and_build]
runs-on: ubuntu-latest
if: ${{ needs.setup.result != 'failure' && (failure() && !cancelled()) }}
if: ${{ needs.setup.result != 'failure' && !cancelled() }}
outputs:
retry_matrix: ${{ steps.set-retry-matrix.outputs.retry_matrix }}
steps: