Skip to content

Commit 94d6c1f

Browse files
committed
Merge branch 'alechan/add-te' of github.com:NVIDIA/JAX-Toolbox into alechan/add-te
2 parents 9c3d392 + b4f5c46 commit 94d6c1f

7 files changed

+163
-303
lines changed

.github/container/Dockerfile.triton

-113
This file was deleted.

.github/container/manifest.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ seqio:
7171
tracking_ref: main
7272
latest_verified_commit: 11706e4a1e01a81ea6b3e02c5ad147028d5b94bb
7373
mode: pip-vcs
74-
jax-triton:
75-
url: https://github.com/jax-ml/jax-triton.git
76-
tracking_ref: main
77-
latest_verified_commit: 1999d9b116bf7c5c94f70de4a45b414255366fbe
78-
mode: git-clone
7974
maxtext:
8075
url: https://github.com/google/maxtext.git
8176
tracking_ref: main

.github/workflows/_test_maxtext.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ jobs:
178178
max-parallel: 1
179179
matrix:
180180
PARALLEL_CONFIG:
181-
- [1, 1, 1, 1]
182-
- [1, 1, 8, 1]
183-
- [1, 1, 1, 8]
184-
- [1, 1, 4, 2]
181+
# - [1, 1, 1, 1]
182+
# - [1, 1, 8, 1]
183+
# - [1, 1, 1, 8]
184+
# - [1, 1, 4, 2]
185185
- [1, 2, 2, 2]
186186
# 2-node config temporarily disabled
187187
# - [1, 4, 2, 2]

0 commit comments

Comments
 (0)