mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
autogen: cache downloads (#14997)
This commit is contained in:
parent
e3fa9896b7
commit
4a2fc7ecbb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/autogen.yml
vendored
4
.github/workflows/autogen.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
- name: Setup Environment
|
||||
uses: ./.github/actions/setup-tinygrad
|
||||
with:
|
||||
key: 'autogen'
|
||||
opencl: 'true'
|
||||
amd: 'true'
|
||||
cuda: 'true'
|
||||
|
|
@ -81,6 +82,7 @@ jobs:
|
|||
- name: Setup Environment
|
||||
uses: ./.github/actions/setup-tinygrad
|
||||
with:
|
||||
key: 'autogen-mac'
|
||||
llvm: 'true'
|
||||
- name: Regenerate autogen files
|
||||
run: |
|
||||
|
|
@ -110,6 +112,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Setup Environment
|
||||
uses: ./.github/actions/setup-tinygrad
|
||||
with:
|
||||
key: 'autogen-comgr'
|
||||
- name: Install autogen support packages
|
||||
run: |
|
||||
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue