WAR for JAX unit-tests #2850
ci.yaml
on: pull_request
metadata
0s
Matrix: amd64 / test-distribution
Matrix: arm64 / test-distribution
Matrix: amd64 / test-jax / run-unit-test
Matrix: amd64 / test-pallas / run-unit-test
amd64
/
...
/
launch-slurm-runner
4h 4m
amd64
/
...
/
launch-slurm-runner
3h 50m
Matrix: arm64 / test-jax / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-pallas / run-unit-test
Waiting for pending jobs
arm64
/
...
/
launch-slurm-runner
arm64
/
...
/
launch-slurm-runner
Matrix: amd64 / test-te / run-unit-test
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-te-multigpu / te-multi-gpu
Matrix: amd64 / test-upstream-t5x / t5x-multi-gpu
Matrix: amd64 / test-upstream-t5x / t5x-multi-node
Matrix: amd64 / test-levanter / run-unit-test
Matrix: amd64 / test-maxtext / maxtext-multinode
Matrix: amd64 / test-maxtext / single-process-multi-device
Matrix: amd64 / test-triton / run-unit-test
Matrix: amd64 / test-gemma / run-unit-test
Matrix: arm64 / test-te / run-unit-test
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-te-multigpu / te-multi-gpu
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: arm64 / test-levanter / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-maxtext / maxtext-multinode
Waiting for pending jobs
Matrix: arm64 / test-maxtext / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-triton / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-gemma / run-unit-test
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
7s
Annotations
50 errors
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-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
|
amd64 / test-jax / jax-V100-unit-test
Process completed with exit code 1.
|
amd64 / test-pallas / pallas-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-jax / jax-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-maxtext / test-maxtext-outcome
Process completed with exit code 1.
|
amd64 / test-te / te-A100-unit-test
The self-hosted runner: A100-434b12ea339b lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
amd64 / test-upstream-pax / test-upstream-pax-metrics
Process completed with exit code 1.
|
amd64 / test-upstream-pax / test-upstream-pax-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N, 8, 2)
The job running on runner GitHub Actions 449 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N, 8, 2)
The operation was canceled.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N_fmha, 8, 2, --enable-fmha 1)
The job running on runner GitHub Actions 397 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N_fmha, 8, 2, --enable-fmha 1)
The operation was canceled.
|
amd64 / test-upstream-t5x / t5x-multi-node (2G2N, 2, 2)
The job running on runner GitHub Actions 425 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-t5x / t5x-multi-node (2G2N, 2, 2)
The operation was canceled.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
amd64 / test-triton / runner / launch-slurm-runner
The job running on runner GitHub Actions 245 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-triton / runner / launch-slurm-runner
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (5B_fused_attn_0, 1, 1, 8, 1, 2, --model-type 5B)
The job running on runner GitHub Actions 356 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (5B_fused_attn_0, 1, 1, 8, 1, 2, --model-type 5B)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (4DP1FSDP2TP1PP_TE, 1, 4, 1, 2, 4)
The job running on runner GitHub Actions 100 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (4DP1FSDP2TP1PP_TE, 1, 4, 1, 2, 4)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te (1, 8, 1, 1)
The job running on runner GitHub Actions 249 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te (1, 8, 1, 1)
The operation was canceled.
|
amd64 / test-rosetta-pax / single-process-multi-device-te (1, 8, 1, 1)
The job running on runner GitHub Actions 297 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / single-process-multi-device-te (1, 8, 1, 1)
The operation was canceled.
|
amd64 / test-rosetta-pax / single-process-evaluation-te (1, 8, 1, 1)
The job running on runner GitHub Actions 473 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / single-process-evaluation-te (1, 8, 1, 1)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (8DP1FSDP1TP1PP_TE, 1, 8, 1, 1, 4)
The job running on runner GitHub Actions 156 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (8DP1FSDP1TP1PP_TE, 1, 8, 1, 1, 4)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (5B_fused_attn_1, 1, 1, 8, 1, 2, --model-type 5B --enable-fused-attn)
The job running on runner GitHub Actions 23 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (LLaMA_eval_TE, 1, 1, 8, 1, 4, true, --model-type LLaMA70BProxy --evalu...
The job running on runner GitHub Actions 187 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (1DP8FSDP1TP1PP_TE, 1, 1, 8, 1, 4)
The job running on runner GitHub Actions 202 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (1DP8FSDP1TP1PP_TE, 1, 1, 8, 1, 4)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (1, 4, 1, 2)
The job running on runner GitHub Actions 8 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (1, 4, 1, 2)
The operation was canceled.
|
amd64 / test-rosetta-pax / single-process-multi-device-te (1, 1, 2, 4)
The job running on runner GitHub Actions 76 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / single-process-multi-device-te (1, 1, 2, 4)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (4, 2, 1, 1)
The job running on runner GitHub Actions 264 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (4, 2, 1, 1)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (16DP1FSDP1TP1PP_TE, 1, 16, 1, 1, 4)
The job running on runner GitHub Actions 451 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node-te (16DP1FSDP1TP1PP_TE, 1, 16, 1, 1, 4)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (1, 8, 1, 1)
The job running on runner GitHub Actions 384 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (1, 8, 1, 1)
The operation was canceled.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (4, 2, 1, 2)
The job running on runner GitHub Actions 27 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-pax / rosetta-pax-multi-node (4, 2, 1, 2)
The operation was canceled.
|
amd64 / test-rosetta-pax / test-pax-rosetta-outcome
Process completed with exit code 1.
|
amd64 / test-triton / triton-A100-unit-test
The self-hosted runner: A100-22141f332f86 lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact-base-build-amd64
Expired
|
570 Bytes |
|
artifact-base-build-arm64
Expired
|
570 Bytes |
|
artifact-equinox-build-amd64
Expired
|
572 Bytes |
|
artifact-equinox-build-arm64
Expired
|
570 Bytes |
|
artifact-gemma-build-amd64
Expired
|
563 Bytes |
|
artifact-grok-build-amd64
Expired
|
561 Bytes |
|
artifact-grok-build-arm64
Expired
|
560 Bytes |
|
artifact-jax-build-amd64
Expired
|
555 Bytes |
|
artifact-jax-build-arm64
Expired
|
554 Bytes |
|
artifact-levanter-build-amd64
Expired
|
576 Bytes |
|
artifact-levanter-build-arm64
Expired
|
575 Bytes |
|
artifact-maxtext-build-amd64
Expired
|
571 Bytes |
|
artifact-maxtext-test
Expired
|
1.84 KB |
|
artifact-pax-build-amd64
Expired
|
570 Bytes |
|
artifact-pax-build-arm64
Expired
|
570 Bytes |
|
artifact-rosetta-build-pax-amd64
Expired
|
585 Bytes |
|
artifact-rosetta-build-pax-arm64
Expired
|
588 Bytes |
|
artifact-rosetta-build-t5x-amd64
Expired
|
489 Bytes |
|
artifact-rosetta-build-t5x-arm64
Expired
|
489 Bytes |
|
artifact-rosetta-pax-mgmn-test
Expired
|
625 Bytes |
|
artifact-t5x-build-amd64
Expired
|
572 Bytes |
|
artifact-t5x-build-arm64
Expired
|
571 Bytes |
|
artifact-triton-build-amd64
Expired
|
564 Bytes |
|
artifact-upstream-pax-mgmn-test
Expired
|
709 Bytes |
|
artifact-upstream-t5x-mgmn-test
Expired
|
672 Bytes |
|
artifact-workflow-metadata
Expired
|
278 Bytes |
|
bumped-manifest
Expired
|
66.4 KB |
|
final-base
Expired
|
254 Bytes |
|
final-equinox
Expired
|
263 Bytes |
|
final-grok
Expired
|
254 Bytes |
|
final-jax
Expired
|
250 Bytes |
|
final-levanter
Expired
|
266 Bytes |
|
final-maxtext
Expired
|
263 Bytes |
|
final-pax
Expired
|
251 Bytes |
|
final-triton
Expired
|
260 Bytes |
|
final-upstream-pax
Expired
|
276 Bytes |
|
final-upstream-t5x
Expired
|
277 Bytes |
|
gemma-unit-test-A100
Expired
|
5.49 KB |
|
gemma-unit-test-V100
Expired
|
4.59 KB |
|
jax-unit-test-A100
Expired
|
3.9 MB |
|
jax-unit-test-V100
Expired
|
3.91 MB |
|
levanter-unit-test-A100
Expired
|
9.75 KB |
|
levanter-unit-test-V100
Expired
|
9.82 KB |
|
mealkit-equinox
Expired
|
272 Bytes |
|
mealkit-grok
Expired
|
263 Bytes |
|
mealkit-jax
Expired
|
261 Bytes |
|
mealkit-levanter
Expired
|
275 Bytes |
|
mealkit-maxtext
Expired
|
271 Bytes |
|
mealkit-pax
Expired
|
262 Bytes |
|
mealkit-triton
Expired
|
269 Bytes |
|
mealkit-upstream-pax
Expired
|
286 Bytes |
|
mealkit-upstream-t5x
Expired
|
286 Bytes |
|
pallas-unit-test-A100
Expired
|
8.96 KB |
|
pallas-unit-test-V100
Expired
|
11.8 KB |
|
rosetta-pax-9135093113-1DP1FSDP1TP1PP_TE
Expired
|
87 KB |
|
te-2GPU
Expired
|
6.48 KB |
|
te-4GPU
Expired
|
6.52 KB |
|
te-8GPU
Expired
|
6.62 KB |
|
te-multigpu-test
Expired
|
529 Bytes |
|
te-unit-test-V100
Expired
|
46.5 KB |
|
triton-unit-test-V100
Expired
|
4.69 KB |
|
upstream-maxtext-9135093113-1DP1FSDP1TP1PP
Expired
|
10.8 KB |
|
upstream-maxtext-9135093113-1DP1FSDP8TP1PP
Expired
|
15.4 KB |
|
upstream-maxtext-9135093113-1DP2FSDP4TP1PP_single_process
Expired
|
7.37 KB |
|
upstream-maxtext-9135093113-1DP4FSDP2TP1PP
Expired
|
12.9 KB |
|
upstream-maxtext-9135093113-1DP8FSDP1TP1PP
Expired
|
12.7 KB |
|
upstream-maxtext-9135093113-2DP2FSDP2TP1PP
Expired
|
15.4 KB |
|
upstream-maxtext-9135093113-4DP2FSDP2TP1PP
Expired
|
16.9 KB |
|
upstream-maxtext-metrics-test-log
Expired
|
4.5 KB |
|
upstream-pax-9135093113-16DP1FSDP1TP1PP
Expired
|
230 KB |
|
upstream-pax-9135093113-1DP1FSDP1TP1PP
Expired
|
142 KB |
|
upstream-pax-9135093113-1DP2FSDP4TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-9135093113-1DP8FSDP1TP1PP
Expired
|
427 KB |
|
upstream-pax-9135093113-2DP1FSDP1TP4PP
Expired
|
307 KB |
|
upstream-pax-9135093113-2DP1FSDP2TP4PP
Expired
|
229 KB |
|
upstream-pax-9135093113-4DP1FSDP2TP1PP
Expired
|
427 KB |
|
upstream-pax-9135093113-8DP1FSDP1TP1PP
Expired
|
427 KB |
|
upstream-pax-9135093113-8DP1FSDP1TP1PP_eval
Expired
|
108 KB |
|
upstream-pax-9135093113-8DP1FSDP1TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-9135093113-LLaMA_eval
Expired
|
245 KB |
|
upstream-t5x-9135093113-1G1N
Expired
|
5.46 MB |
|
upstream-t5x-9135093113-1G2N
Expired
|
5.45 MB |
|
upstream-t5x-9135093113-1P1G
Expired
|
5.46 MB |
|
upstream-t5x-9135093113-1P1G_fmha
Expired
|
5.5 MB |
|
upstream-t5x-9135093113-1P2G
Expired
|
5.44 MB |
|
upstream-t5x-9135093113-1P2G_fmha
Expired
|
5.44 MB |
|
upstream-t5x-9135093113-1P4G
Expired
|
5.44 MB |
|
upstream-t5x-9135093113-1P8G
Expired
|
5.44 MB |
|
upstream-t5x-9135093113-2G1N
Expired
|
5.45 MB |
|
upstream-t5x-9135093113-2G2N_fmha
Expired
|
5.46 MB |
|
upstream-t5x-9135093113-4G1N
Expired
|
5.47 MB |
|
upstream-t5x-9135093113-4G2N
Expired
|
5.5 MB |
|
upstream-t5x-9135093113-8G1N
Expired
|
5.49 MB |
|