We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf62cfd commit ff7f18dCopy full SHA for ff7f18d
.github/workflows/main.yml
@@ -60,8 +60,6 @@ jobs:
60
push: ${{ github.event_name != 'pull_request' }}
61
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
62
labels: ${{ steps.metadata.outputs.labels }}
63
- cache-from: type=gha
64
- cache-to: type=gha,mode=max
65
build-axolotl-runpod:
66
needs: build-axolotl
67
if: github.repository_owner == 'OpenAccess-AI-Collective'
0 commit comments