CI #2015
ci.yaml
on: schedule
metadata
0s
Matrix: amd64 / test-distribution
Matrix: arm64 / test-distribution
Matrix: amd64 / test-jax / jax-unit-test
Matrix: amd64 / test-jax / levanter-unit-test
Matrix: amd64 / test-jax / pallas-unit-test
Matrix: arm64 / test-jax / jax-unit-test
Waiting for pending jobs
Matrix: arm64 / test-jax / levanter-unit-test
Waiting for pending jobs
Matrix: arm64 / test-jax / pallas-unit-test
Waiting for pending jobs
Matrix: amd64 / test-te / te-multi-gpu
Matrix: amd64 / test-upstream-pax / pax-multi-node
Matrix: amd64 / test-upstream-pax / single-process-evaluation
Matrix: amd64 / test-upstream-pax / single-process-multi-device
Matrix: amd64 / test-levanter / jax-unit-test
Matrix: amd64 / test-levanter / levanter-unit-test
Matrix: amd64 / test-levanter / pallas-unit-test
Matrix: amd64 / test-pallas / jax-unit-test
Matrix: amd64 / test-pallas / levanter-unit-test
Matrix: amd64 / test-pallas / pallas-unit-test
Matrix: amd64 / test-upstream-t5x / t5x-multi-gpu
Matrix: amd64 / test-upstream-t5x / t5x-multi-node
Matrix: arm64 / test-te / te-multi-gpu
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / pax-multi-node
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / single-process-evaluation
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-levanter / jax-unit-test
Waiting for pending jobs
Matrix: arm64 / test-levanter / levanter-unit-test
Waiting for pending jobs
Matrix: arm64 / test-levanter / pallas-unit-test
Waiting for pending jobs
Matrix: arm64 / test-pallas / jax-unit-test
Waiting for pending jobs
Matrix: arm64 / test-pallas / levanter-unit-test
Waiting for pending jobs
Matrix: arm64 / test-pallas / pallas-unit-test
Waiting for pending jobs
Matrix: arm64 / test-upstream-t5x / t5x-multi-gpu
Waiting for pending jobs
Matrix: arm64 / test-upstream-t5x / t5x-multi-node
Waiting for pending jobs
Matrix: amd64 / test-rosetta-pax / rosetta-pax-multi-node-te
Matrix: amd64 / test-rosetta-pax / rosetta-pax-multi-node
Matrix: amd64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te
Matrix: amd64 / test-rosetta-pax / single-process-evaluation-te
Matrix: amd64 / test-rosetta-pax / single-process-multi-device-te
Matrix: amd64 / test-rosetta-t5x / multi-gpu-multi-node
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / single-process-multi-device
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / vit-single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / rosetta-pax-multi-node-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / rosetta-pax-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / single-process-evaluation-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / single-process-multi-device-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / multi-gpu-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / vit-single-process-multi-device
Waiting for pending jobs
Matrix: publish-containers
finalize
/
publish-badge
3s
Annotations
3 errors and 2 warnings
arm64 / build-upstream-t5x / build-upstream-t5x
buildx failed with: ERROR: failed to solve: linaro/tensorflow-arm64-build:2.12-multipython: unexpected status from HEAD request to https://registry-1.docker.io/v2/linaro/tensorflow-arm64-build/manifests/2.12-multipython: 500 Internal Server Error
|
amd64 / build-rosetta-t5x / build-rosetta
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -exu\nMANIFEST_DIR=$(dirname ${MANIFEST_FILE})\nif [[ \"${UPDATE_PATCHES}\" != \"true\" && \"${UPDATE_PATCHES}\" != \"false\" ]]; then\n echo \"UPDATE_PATCHES can only be true or false\"\n exit 1\nfi\nif [[ \"${UPDATE_PATCHES}\" == \"true\" ]]; then\n cp -r /mnt/jax-toolbox/.github/container/patches ${MANIFEST_DIR}/\n cp /mnt/jax-toolbox/.github/container/manifest.yaml ${MANIFEST_DIR}/manifest.yaml\n cp /mnt/jax-toolbox/.github/container/create-distribution.sh ${MANIFEST_DIR}/create-distribution.sh\n # TODO: remove\n cp /mnt/jax-toolbox/.github/container/pip-finalize.sh /usr/local/bin/\nfi\ncp -r /mnt/jax-toolbox/rosetta /opt/rosetta\n\nif [[ -n \"${UPDATED_TE_REF}\" ]]; then\n TE_INSTALL_DIR=/opt/transformer-engine\n yq e \".transformer-engine.latest_verified_commit = \\\"${UPDATED_TE_REF}\\\"\" -i $MANIFEST_FILE\n # Install from source instead of pre-built wheel\n sed -i -E 's@( file:///opt/transformer-engine)/dist/[^ ]*@\\1@' /opt/pip-tools.d/requirements-te.in\n git -C $TE_INSTALL_DIR fetch -a\n if [[ \"${UPDATED_TE_REF}\" =~ ^pull/ ]]; then\n PR_ID=$(cut -d/ -f2 <<<\"${UPDATED_TE_REF}\")\n git -C $TE_INSTALL_DIR fetch origin ${UPDATED_TE_REF}:PR-${PR_ID}\n git -C $TE_INSTALL_DIR checkout PR-${PR_ID}\n else\n git -C $TE_INSTALL_DIR checkout ${UPDATED_TE_REF}\n fi\nfi\n\n# Setting the username/email is required to author commits from patches\ngit config --global user.email \"${GIT_USER_EMAIL}\"\ngit config --global user.name \"${GIT_USER_NAME}\"\n\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package t5x\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package flax\n# Remove .gitconfig to avoid end-user authoring commits as the \"build user\"\nrm -f ~/.gitconfig\n\necho \"--extra-index-url https://developer.download.nvidia.com/compute/redist\" >> /opt/pip-tools.d/requirements-t5x.in\necho \"-e file:///opt/rosetta\" >> /opt/pip-tools.d/requirements-t5x.in\nEOF" did not complete successfully: exit code: 1
|
arm64 / build-upstream-pax / build-upstream-pax
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip-finalize.sh" did not complete successfully: exit code: 1
|
finalize / upload-badge
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
finalize / publish-badge
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
PAXML-7948050010-16DP1FSDP1TP1PP
Expired
|
894 KB |
|
PAXML-7948050010-1DP1FSDP1TP1PP
Expired
|
157 KB |
|
PAXML-7948050010-1DP2FSDP4TP1PP_single_process
Expired
|
159 KB |
|
PAXML-7948050010-1DP8FSDP1TP1PP
Expired
|
497 KB |
|
PAXML-7948050010-2DP1FSDP1TP4PP
Expired
|
371 KB |
|
PAXML-7948050010-2DP1FSDP2TP4PP
Expired
|
644 KB |
|
PAXML-7948050010-4DP1FSDP2TP1PP
Expired
|
501 KB |
|
PAXML-7948050010-8DP1FSDP1TP1PP
Expired
|
485 KB |
|
PAXML-7948050010-8DP1FSDP1TP1PP_eval
Expired
|
105 KB |
|
PAXML-7948050010-8DP1FSDP1TP1PP_single_process
Expired
|
158 KB |
|
T5X-7948050010-1G1N
Expired
|
36.1 KB |
|
T5X-7948050010-1G2N
Expired
|
43.7 KB |
|
T5X-7948050010-1P1G
Expired
|
35.7 KB |
|
T5X-7948050010-1P2G
Expired
|
35.9 KB |
|
T5X-7948050010-1P4G
Expired
|
35.9 KB |
|
T5X-7948050010-1P8G
Expired
|
36 KB |
|
T5X-7948050010-2G1N
Expired
|
42.7 KB |
|
T5X-7948050010-2G2N
Expired
|
58 KB |
|
T5X-7948050010-4G1N
Expired
|
57.5 KB |
|
T5X-7948050010-4G2N
Expired
|
83.7 KB |
|
T5X-7948050010-8G1N
Expired
|
88.3 KB |
|
T5X-7948050010-8G2N
Expired
|
140 KB |
|
artifact-base-build-amd64
Expired
|
569 Bytes |
|
artifact-base-build-arm64
Expired
|
570 Bytes |
|
artifact-final-report
Expired
|
864 Bytes |
|
artifact-jax-build-amd64
Expired
|
563 Bytes |
|
artifact-jax-build-arm64
Expired
|
563 Bytes |
|
artifact-jax-unit-test-A100
Expired
|
12.4 KB |
|
artifact-jax-unit-test-V100
Expired
|
11.7 KB |
|
artifact-levanter-build-amd64
Expired
|
576 Bytes |
|
artifact-levanter-build-arm64
Expired
|
575 Bytes |
|
artifact-levanter-unit-test-A100
Expired
|
1.36 KB |
|
artifact-levanter-unit-test-V100
Expired
|
1.36 KB |
|
artifact-maxtext-build-amd64
Expired
|
572 Bytes |
|
artifact-pallas-build-amd64
Expired
|
564 Bytes |
|
artifact-pallas-unit-test-A100
Expired
|
955 Bytes |
|
artifact-pallas-unit-test-V100
Expired
|
954 Bytes |
|
artifact-pax-build-amd64
Expired
|
569 Bytes |
|
artifact-pax-build-arm64
Expired
|
514 Bytes |
|
artifact-pax-mgmn-test
Expired
|
1.66 KB |
|
artifact-rosetta-build-pax-amd64
Expired
|
587 Bytes |
|
artifact-rosetta-build-t5x-amd64
Expired
|
489 Bytes |
|
artifact-t5x-build-amd64
Expired
|
570 Bytes |
|
artifact-t5x-build-arm64
Expired
|
473 Bytes |
|
artifact-t5x-mgmn-test
Expired
|
2.29 KB |
|
artifact-te-1g-test
Expired
|
6.85 KB |
|
artifact-te-2g-test
Expired
|
6.83 KB |
|
artifact-te-unit-test
Expired
|
238 KB |
|
artifact-workflow-metadata
Expired
|
267 Bytes |
|
maybe-bumped-manifest-amd64
Expired
|
1.83 KB |
|
maybe-bumped-manifest-arm64
Expired
|
1.83 KB |
|
maybe-bumped-patches-amd64
Expired
|
60 KB |
|
maybe-bumped-patches-arm64
Expired
|
60 KB |
|
metrics-test-log
Expired
|
2.66 KB |
|
rosetta-pax-7948050010-16DP1FSDP1TP1PP_TE
Expired
|
675 KB |
|
rosetta-pax-7948050010-1DP1FSDP1TP1PP_TE
Expired
|
92.6 KB |
|
rosetta-pax-7948050010-1DP2FSDP4TP1PP_single_process_TE
Expired
|
112 KB |
|
rosetta-pax-7948050010-1DP8FSDP1TP1PP_TE
Expired
|
367 KB |
|
rosetta-pax-7948050010-2DP1FSDP1TP4PP
Expired
|
314 KB |
|
rosetta-pax-7948050010-2DP1FSDP2TP4PP
Expired
|
579 KB |
|
rosetta-pax-7948050010-4DP1FSDP2TP1PP
Expired
|
413 KB |
|
rosetta-pax-7948050010-4DP1FSDP2TP1PP_TE
Expired
|
361 KB |
|
rosetta-pax-7948050010-8DP1FSDP1TP1PP
Expired
|
414 KB |
|
rosetta-pax-7948050010-8DP1FSDP1TP1PP_TE
Expired
|
362 KB |
|
rosetta-pax-7948050010-8DP1FSDP1TP1PP_eval_TE
Expired
|
73.5 KB |
|
rosetta-pax-7948050010-8DP1FSDP1TP1PP_single_process_TE
Expired
|
111 KB |
|
rosetta-pax-7948050010-8DP_TE_dropout
Expired
|
375 KB |
|
upstream-PAXML-metrics-test-log
Expired
|
5.32 KB |
|
upstream-T5X-metrics-test-log
Expired
|
7.93 KB |
|