Do a PyPi release for cuda on arm (#2866)

This commit is contained in:
Awni Hannun
2025-12-04 15:28:29 -08:00
committed by GitHub
parent a6d6717181
commit 1fa8dc5797
4 changed files with 18 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ runs:
using: "composite"
steps:
- name: Use ccache
if: ${{ runner.arch == 'x86_64' }}
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ccache-${{ runner.os }}-${{ runner.arch }}-${{ inputs.toolkit }}-py${{ inputs.python-version }}