Skip to content

Commit a08f445

Browse files
authored
Merge branch 'main' into aybchan/gke-update
2 parents 3d53140 + e52c2ee commit a08f445

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/_ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ jobs:
739739
job-config-file: ".github/eks-workflow-files/axlearn/axlearn-fuji-model.yml"
740740
job-name: ${{ env.JOB_NAME }}
741741

742-
test-alphafold-inference-eks:
742+
test-alphafold-inference:
743743
needs: build-alphafold
744744
if: >-
745745
inputs.ARCHITECTURE == 'amd64' &&
@@ -757,17 +757,18 @@ jobs:
757757
NUM_GPUS: 1
758758
IMAGE: ${{ needs.build-alphafold.outputs.DOCKER_TAG_FINAL }}
759759
COMMAND: |
760-
set -e
760+
set -e;
761761
762-
python -c "from alphafold3.build_data import build_data; build_data()"
762+
python -c 'from alphafold3.build_data import build_data; build_data()';
763763
764764
python /usr/local/bin/generate_af_parameters.py \
765765
--input-parameters-file /opt/alphafold_input_data/model_parameters.md \
766-
--out-model-dir /opt/alphafold/model
766+
--out-model-dir /opt/alphafold/model;
767767
768768
python /usr/local/bin/af3_inference_benchmark.py \
769769
--input-json-path /opt/alphafold_input_data/input_sequences/bench_L00512.json \
770770
--model-dir /opt/alphafold/model \
771771
--output-json /opt/output/output.json
772772
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
773773
NVCR_TOKEN: ${{ secrets.NVCR_TOKEN }}
774+
STATISTICS: true

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ We support and test the following JAX frameworks and model architectures. More d
6868
<a href="https://gist.github.com/nvjax/913c2af68649fe568e9711c2dabb23ae/#file-final-jax-md"><img style="height:1em;" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fnvjax%2F913c2af68649fe568e9711c2dabb23ae%2Fraw%2Fbadge-jax-build-arm64.json&logo=docker&label=arm64"></a>
6969
</td>
7070
<td>
71-
<br>
7271
<a href="https://gist.github.com/nvjax/913c2af68649fe568e9711c2dabb23ae/#file-badge-jax-unit-backend-independent-h100-json">
7372
<img style="height:1em;" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fnvjax%2F913c2af68649fe568e9711c2dabb23ae%2Fraw%2Fbadge-jax-unit-backend-independent-H100.json&logo=nvidia&label=JAX%20-%20backend%20independent%20(H100)">
7473
</a>
@@ -196,7 +195,9 @@ We support and test the following JAX frameworks and model architectures. More d
196195
</a>
197196
</td>
198197
<td>
199-
[no tests]
198+
<a href="https://gist.github.com/nvjax/913c2af68649fe568e9711c2dabb23ae/#file-badge-alphafold-inference-h100-json">
199+
<img style="height:1em;" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fnvjax%2F913c2af68649fe568e9711c2dabb23ae%2Fraw%2Fbadge-alphafold-inference-H100.json&logo=nvidia&label=AlphaFold%20inference%20(H100)">
200+
</a>
200201
</td>
201202
</tr>
202203
</tbody>
@@ -273,12 +274,14 @@ For this initiative, we are publishing `scale-training` tagged containers - `jax
273274
</tbody>
274275
</table>
275276

276-
The dedicated scale-training workflow runs every Saturday at 00:00 UTC and publishes containers every other Saturday, starting on April 18, 2026.
277+
The table belowed shows all the produced `scale-training` containers.
278+
From Saturday 23rd May, `scale-training` container will be generated and published every other Saturday at 00:00 UTC.
277279
Refer to this page [STAGING.md](https://github.com/openxla/xla/blob/nv-staging/latest/STAGING.md) for more information on the underlying XLA staging branch, the pending PRs included. The page also lists the corresponding JAX commit used.
278280

279281
Staging releases:
280282
| Release date | Container | XLA branch (includes pending PRs) |
281283
| ------------------------------------- | -------------- |-------------- |
284+
| 2026-05-11 | [ghcr.io/nvidia/jax:jax-scale-training-2026-05-11](https://github.com/NVIDIA/JAX-Toolbox/pkgs/container/jax/856082965?tag=jax-scale-training-2026-05-11) | [5dfe2147](https://github.com/openxla/xla/blob/552b0a3ef06453c74de9f62f778a0f3a960d7e6d/STAGING.md)
282285
| 2026-04-24 | [ghcr.io/nvidia/jax:jax-scale-training-2026-04-24](https://github.com/NVIDIA/JAX-Toolbox/pkgs/container/jax/820220988?tag=jax-scale-training-2026-04-24) | [5dfe2147](https://github.com/openxla/xla/blob/5dfe2147cbdd54b2fa1d76da817c64a1847373ca/STAGING.md)
283286
| 2026-04-18 | [ghcr.io/nvidia/jax:jax-scale-training-2026-04-18](https://github.com/NVIDIA/JAX-Toolbox/pkgs/container/jax/805313885?tag=jax-scale-training-2026-04-18) | [8147118](https://github.com/sfvaroglu/xla/tree/8147118a7b9707d26dcb747767a9c0dd9081325f)
284287

0 commit comments

Comments
 (0)