File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 58
58
push : ${{ github.event_name != 'pull_request' }}
59
59
tags : ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
60
60
labels : ${{ steps.metadata.outputs.labels }}
61
- cache-from : type=gha
62
- cache-to : type=gha,mode=max
63
61
build-args : |
64
62
CUDA_VERSION=${{ matrix.cuda_version }}
65
63
CUDA=${{ matrix.cuda }}
Original file line number Diff line number Diff line change @@ -115,5 +115,3 @@ jobs:
115
115
push : ${{ github.event_name != 'pull_request' }}
116
116
tags : ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
117
117
labels : ${{ steps.metadata.outputs.labels }}
118
- cache-from : type=gha
119
- cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments