We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46c91 commit 73138a5Copy full SHA for 73138a5
.github/workflows/cuda.yml
@@ -194,7 +194,7 @@ jobs:
194
gpu-arch-version: 12.6
195
use-custom-docker-registry: false
196
submodules: recursive
197
- upload-artifact: gemma3-cuda-export
+ upload-artifact: ${{ matrix.quant.artifact }}
198
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
199
script: |
200
set -eux
0 commit comments