Skip to content

Commit 15f2a66

Browse files
Tyronitaclaude
andcommitted
Fix Pallas GPU lowering by using Triton backend
JAX 0.10.1 defaults to Mosaic GPU backend which fails due to missing absl-py. Set JAX_PALLAS_USE_MOSAIC_GPU=0 to use Triton backend and install absl-py for future Mosaic GPU compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fbee928 commit 15f2a66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gpu-benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
BENCH_SIZE: ${{ inputs.size || 'MEDIUM' }}
2828
BENCH_LEVELS: ${{ inputs.levels || '1 2 3' }}
2929
BENCH_ALERT: ${{ inputs.alert_threshold || '150' }}
30+
JAX_PALLAS_USE_MOSAIC_GPU: "0"
3031

3132
jobs:
3233
benchmark:
@@ -43,6 +44,7 @@ jobs:
4344

4445
- name: Install JAX (CUDA)
4546
run: |
47+
pip install absl-py
4648
pip install -e ".[gpu,dev]"
4749
4850
- name: Verify GPU

0 commit comments

Comments
 (0)