CI #3022
ci.yaml
on: schedule
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
23m 21s
amd64
/
...
/
launch-slurm-runner
15m 21s
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-gemma / run-unit-test
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
Waiting for pending jobs
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-gemma / run-unit-test
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: 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
Matrix: amd64 / test-rosetta-t5x / single-process-multi-device
Matrix: amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Matrix: amd64 / test-rosetta-t5x / vit-single-process-multi-device
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
4s
Annotations
10 errors and 2 warnings
amd64 / build-triton / build-triton
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -ex\npushd /opt/checkout/external/triton\nmkdir dist\n# Do not compile with -Werror\nsed -i -e 's|-Werror||g' CMakeLists.txt\n# The LLVM build above does not enable these libraries\nsed -i -e 's|\\(LLVMAMDGPU.*\\)|# \\1|g' CMakeLists.txt\n# Do not build tests\nsed -i -e 's|^\\s*add_subdirectory(unittest)|# unit tests disabled|' CMakeLists.txt\n# Do not build the AMD GPU backend\nsed -i -e 's|BackendInstaller.copy(\\[\"nvidia\", \"amd\"\\])|BackendInstaller.copy([\"nvidia\"])|g' python/setup.py\n# Google has patches that mess with include paths in source files\nsed -i -e '/include_directories(${PROJECT_SOURCE_DIR}\\/third_party)/a include_directories(${PROJECT_SOURCE_DIR}/third_party/nvidia/include)' CMakeLists.txt\nsed -i -e '/include_directories(${PROJECT_BINARY_DIR}\\/third_party)/a include_directories(${PROJECT_BINARY_DIR}/third_party/nvidia/include)' CMakeLists.txt\n# Extra patches to Triton maintained in XLA. These are already applied in the working directory.\nXLA_TRITON_PATCHES=\"${SRC_PATH_XLA}/third_party/triton\"\n# This patch adds two files that are not known to CMake\nif [[ -f \"${XLA_TRITON_PATCHES}/xla_extensions/sparse_dot.patch\" ]]; then\n sed -i -e '/ConvertLayoutOpToLLVM.cpp/a ConvertLayoutOpToLLVM/SharedToSparseDotOperand.cpp' third_party/nvidia/lib/TritonNVIDIAGPUToLLVM/CMakeLists.txt\n sed -i -e '/DotOpToLLVM.cpp/a DotOpToLLVM/Sparse.cpp' third_party/nvidia/lib/TritonNVIDIAGPUToLLVM/CMakeLists.txt\nfi\n# Use clang to match Google etc.\nLLVM_INCLUDE_DIRS=/opt/llvm-build/include \\\n LLVM_LIBRARY_DIR=/opt/llvm-build/lib \\\n LLVM_SYSPATH=/opt/llvm-build \\\n TRITON_BUILD_WITH_CLANG_LLD=1 \\\n pip wheel --verbose --wheel-dir=dist/ python/\n# Clean up the wheel build directory so it doesn't end up bloating the container\nrm -rf python/build\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 <<\"EOF\" bash -exu -o pipefail\npushd ${SRC_PATH_LINGVO}\n\n# Use aarch distribution of protobufs\npatch -p1 <<\"EOFINNER\"\ndiff --git a/lingvo/repo.bzl b/lingvo/repo.bzl\nindex ce65822d2..d9c0277aa 100644\n--- a/lingvo/repo.bzl\n+++ b/lingvo/repo.bzl\n@@ -232,9 +232,9 @@ filegroup(\n )\n \"\"\",\n urls = [\n- \"https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-x86_64.zip\",\n+ \"https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-aarch_64.zip\",\n ],\n- sha256 = \"3cd951aff8ce713b94cde55e12378f505f2b89d47bf080508cf77e3934f680b6\",\n+ sha256 = \"a584286dfa8ebb17032ece206ed74d5e9931e2edb9016e427be2a0dab3b21071\",\n )\n\n def icu():\nEOFINNER\n\npip install tensorflow_datasets==4.9.2 auditwheel tensorflow==2.13.0 /opt/tensorflow_text*.whl\nsed -i 's/tensorflow=/#tensorflow=/' docker/dev.requirements.txt\nsed -i 's/tensorflow-text=/#tensorflow-text=/' docker/dev.requirements.txt\nsed -i 's/dataclasses=/#dataclasses=/' docker/dev.requirements.txt\npip install -r docker/dev.requirements.txt\n\n# Some tests are flaky right now, so we skip running the tests.\nSKIP_TESTS=1 PYTHON_MINOR_VERSION=$(python --version | cut -d ' ' -f 2 | cut -d '.' -f 2) pip_package/build.sh\nEOF" did not complete successfully: 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-16d804532732 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-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
amd64 / test-rosetta-pax / test-pax-rosetta-metrics
Process completed with exit code 1.
|
amd64 / test-rosetta-pax / test-pax-rosetta-outcome
Process completed with exit code 1.
|
amd64 / test-rosetta-t5x / test-t5x-rosetta-metrics
Process completed with exit code 1.
|
amd64 / test-rosetta-t5x / test-t5x-rosetta-outcome
Process completed with exit code 1.
|
merge-new-manifest
Unexpected input(s) 'owner_and_repo', valid inputs are ['route', 'mediaType']
|
merge-new-manifest
Unexpected input(s) 'owner_and_repo', 'head', 'base', 'body', 'title', 'draft', valid inputs are ['route', 'mediaType']
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
artifact-base-build-amd64
Expired
|
566 Bytes |
sha256:aa6b5f816298e52f63a4d33ace168f5827cbfaf233687441aecaa84b47f2caaf
|
|
artifact-base-build-arm64
Expired
|
565 Bytes |
sha256:ba20c128e90b9ef99c18df445dab7ca8c7c6802a1056a111c1f195f14956edaf
|
|
artifact-equinox-build-amd64
Expired
|
568 Bytes |
sha256:6f4a77c452fc9497aa7e88a6e853432d4025e7bcf82634eaeb9fb3c68534245c
|
|
artifact-equinox-build-arm64
Expired
|
567 Bytes |
sha256:fa95fd1849a12c3e5d27d213ff066412a0e43b6d8b4e89bd2e72b93fa4e58e20
|
|
artifact-final-report
Expired
|
8.63 KB |
sha256:fdf1ca2a9ccd1adb5a71525e98770b98edbc80d8a55bd53448dd2541d113904d
|
|
artifact-gemma-build-amd64
Expired
|
558 Bytes |
sha256:efc670200d3cf3c94faf9fd96b76549ebe29718720ea18c3e20f5fcc23dbe9c2
|
|
artifact-grok-build-amd64
Expired
|
557 Bytes |
sha256:c1be1d73af2439feda8ba938377dfbeec1013ca7f7a45639fad3e27ae4da81c4
|
|
artifact-grok-build-arm64
Expired
|
558 Bytes |
sha256:5989a6881d8ee346285f83b6cdeb39ea6722037a5c4b1432469af17221a78fbe
|
|
artifact-jax-build-amd64
Expired
|
552 Bytes |
sha256:a15eb2ed9219c4902d1b22c1cfd8f772f2dfc2c9ee38e3c28891651f347cb22b
|
|
artifact-jax-build-arm64
Expired
|
553 Bytes |
sha256:f32e30f729de85b09bbf5e581c6c68b99c334321591645fb366f6939bd4d1ceb
|
|
artifact-levanter-build-amd64
Expired
|
571 Bytes |
sha256:5468808ee9636382439ac673ff66abd1cc82fa01aaf3d7ae036acadf836c2f68
|
|
artifact-levanter-build-arm64
Expired
|
572 Bytes |
sha256:dafab846c4ecad57c08c4eae69d815c3dad9ad5834922e2efe2c9db0f6783645
|
|
artifact-maxtext-build-amd64
Expired
|
567 Bytes |
sha256:b22d4da37b461713a09627b2146da71de2f80b45cfc0ee4dfe0883787611398c
|
|
artifact-maxtext-test
Expired
|
2.53 KB |
sha256:67e17094486d628ed9629927e3a56772db62ac598f11a79e1d38af182144aa08
|
|
artifact-pax-build-amd64
Expired
|
567 Bytes |
sha256:60d71fbb16748205dbbc9996bf4feb5530199a7724de66b28f6bdf11c63855f8
|
|
artifact-pax-build-arm64
Expired
|
471 Bytes |
sha256:2fefd4cd96d377065f7dfc2a568c00fef641073a60b5cbf79e4cf6ec73da59d9
|
|
artifact-rosetta-build-pax-amd64
Expired
|
583 Bytes |
sha256:23146f14fb0f1e782087b97dd733aed6a89720ce288c95b779209f656d643fae
|
|
artifact-rosetta-build-t5x-amd64
Expired
|
584 Bytes |
sha256:a79753b19db2929c81b2813ece9676b51c99bbdf40da000c8484c7c7e55efafb
|
|
artifact-rosetta-build-t5x-arm64
Expired
|
584 Bytes |
sha256:a0461fe0b0031a0d6566c6231dbc4fb9ed086f3065b7b9f34267212431c07cc6
|
|
artifact-rosetta-pax-mgmn-test
Expired
|
753 Bytes |
sha256:e2b99cf6227c60a9423ffb28fbaec76fbc209c388ed857cf56623ebc511207d2
|
|
artifact-rosetta-t5x-mgmn-test
Expired
|
679 Bytes |
sha256:9f0ae83ff8775b43c5492f1dccb4bf6610046aebbb8bf6f80320cc975372f7f0
|
|
artifact-t5x-build-amd64
Expired
|
567 Bytes |
sha256:cf7d991f065e0e4d5abe70a1077431fc3c49ac5e7ac8caec634ff4710613dc82
|
|
artifact-t5x-build-arm64
Expired
|
567 Bytes |
sha256:dbaf46fa37e91ca0e803f0c53ddf789b41b9d242b79a718e7fe32b2ed3132371
|
|
artifact-triton-build-amd64
Expired
|
469 Bytes |
sha256:448f57a490e3aab362b280870f33da408f4378ff4de2aef2203b6ef30ddd4741
|
|
artifact-upstream-pax-mgmn-test
Expired
|
2.49 KB |
sha256:6a8a3553c6ad77ac44c13148ffca623b98d77915deb12ad82e94ce26a8481227
|
|
artifact-upstream-t5x-mgmn-test
Expired
|
1.54 KB |
sha256:7ebb83dba2d26b6970e02b426879a39b15e16aa05940900ea4e7587a955b8ca1
|
|
artifact-workflow-metadata
Expired
|
277 Bytes |
sha256:83582d363c4e5c3a825eb21b3f95167b7c2f42b12352aa60bb783519cc573417
|
|
bumped-manifest
Expired
|
70.1 KB |
sha256:e6cce72778be005db95fe5df3c930ec6e70f5b1a151f28425d90ecc39c18398d
|
|
final-base
Expired
|
249 Bytes |
sha256:cd24db1ff14f2c9a4ee102ea4621d3c62cbcb48d07b635c0564293e0c9e482f9
|
|
final-equinox
Expired
|
258 Bytes |
sha256:ff7f9f1ff87f30bdce7dd0d096d61a9ef67aaa35608ca8473a6afee0bae814c8
|
|
final-gemma
Expired
|
252 Bytes |
sha256:1263a56350e907de2fa76c69fb01c07d63c1e2c290cad01625a9c7813a544a72
|
|
final-grok
Expired
|
249 Bytes |
sha256:9442d21029a2c594910d5e2139c9c106469a1ddbd0a2da5eeefcf43b49c0f36d
|
|
final-jax
Expired
|
246 Bytes |
sha256:cb9b5463da5d1665ec7deb90662395d7b90f514704d7fca9a933f8ef75d4b195
|
|
final-levanter
Expired
|
261 Bytes |
sha256:b1301263ed12d686d3fc66814f41912be5af57673d78ac4cf2adf928e6e26d3a
|
|
final-maxtext
Expired
|
258 Bytes |
sha256:a66b7e30f209462b0f4a59d66ed35c3e7fe7bd9533a26753607f84b8c1f5e0d1
|
|
final-pax
Expired
|
246 Bytes |
sha256:af5c55879753af7419fbdcb1f4c0c5e4676d401edd3881ab1785265d8f01ced6
|
|
final-t5x
Expired
|
246 Bytes |
sha256:21dafde0b979b5229202027d74018303d19d7108bceedb2a68707a97b8ac55a5
|
|
final-upstream-pax
Expired
|
273 Bytes |
sha256:ac426f72efab93a48c7e504f82ee8ffdff37cf1b74316cf87c4b2f4d7286c3c7
|
|
final-upstream-t5x
Expired
|
273 Bytes |
sha256:e4352287dacccbd7015e9fe27e3b0df83c8b79858564fde7befd8555690f4a78
|
|
gemma-unit-test-A100
Expired
|
5.5 KB |
sha256:3c5fd243d79b98d5fcb8f25cb6408dfd125bd665253761cf0b0220900e4f919e
|
|
gemma-unit-test-V100
Expired
|
4.59 KB |
sha256:a581b1d9a6e5f5e24e729ca8c202d274ab9cad994c8adc5d1b54bbf10f4329c2
|
|
jax-unit-test-A100
Expired
|
15.2 KB |
sha256:de408498a646339dd51fddee019d7872d12d73a6150e6b6bb02072e46ce21dff
|
|
jax-unit-test-V100
Expired
|
17.3 KB |
sha256:39c564d9464db6f50de753f51bc85c8675b93a773f081c40b45d2cbde8cf42e3
|
|
levanter-unit-test-A100
Expired
|
21.5 KB |
sha256:bdcdcd772702c22e35cbb19c995c8b7db377c7b1ca88c408c2e873e39876bad9
|
|
levanter-unit-test-V100
Expired
|
20.1 KB |
sha256:f8e1f793ba98a7751633d9e3ad597ea9a5c92126eb1fb03ed29d8d3da93512a3
|
|
mealkit-equinox
Expired
|
269 Bytes |
sha256:9540c99680481acc13346888202524199ce52220caf714b26d8cbd5ed191de63
|
|
mealkit-gemma
Expired
|
263 Bytes |
sha256:0145c883e873cbeb0bd5732fa5755555ba57035f5f6d7c39757de53943141869
|
|
mealkit-grok
Expired
|
260 Bytes |
sha256:824e8f943bea419d79ec902a71349eb99dc6770ccf5509fb19add76ffd613237
|
|
mealkit-jax
Expired
|
256 Bytes |
sha256:c33b8bdcd0d3644dde5d39b1821dd05455a44b06e47482694c7da2f71c708f3f
|
|
mealkit-levanter
Expired
|
272 Bytes |
sha256:c241a8fd7aab1b60b77647b12b14c21a8eb2216ee217753cbf288e42ddac4668
|
|
mealkit-maxtext
Expired
|
268 Bytes |
sha256:d851a39ed4ad55864277f7499f6b0bade05e4a4ff751d0c145d5ce1de2ee58e2
|
|
mealkit-pax
Expired
|
258 Bytes |
sha256:d86a837bdd135172f1a203432abf846c2f6d78b4390fd0002a8eb00b8b139254
|
|
mealkit-t5x
Expired
|
258 Bytes |
sha256:3e2ac2f12a4d14f77385c997a2b216f607e4f1a382593a39fc458706a39bd4cc
|
|
mealkit-upstream-pax
Expired
|
282 Bytes |
sha256:96992c24738f137ba2faa93e211a3cfb18e093231715374343b78b6eb5fc7fad
|
|
mealkit-upstream-t5x
Expired
|
282 Bytes |
sha256:7e8176249408724452bcf8656f9ed571a3bf0ca06691100498572c7c7850742e
|
|
pallas-unit-test-A100
Expired
|
11.9 KB |
sha256:fa41a4a38972c58e8a2dcff59d3c7b0c16ce7e1e05a73b7a50685002684c7cd5
|
|
pallas-unit-test-V100
Expired
|
12 KB |
sha256:4eb860ca76c5ff9ab56e1aad99f77c4eea8421e6cdefdcf85557ad8a6019fd27
|
|
rosetta-pax-9480182148-16DP1FSDP1TP1PP_TE
Expired
|
1.12 KB |
sha256:3e7deb4539156684414ba16266dc04ed5ca261de63212d83130f21d347882f8d
|
|
rosetta-pax-9480182148-1DP1FSDP1TP1PP_TE
Expired
|
87.6 KB |
sha256:350fcd00a8005b5d3e60bda0bdd20c4cb2095e495692985064bc9f503414d6c6
|
|
rosetta-pax-9480182148-1DP2FSDP4TP1PP_single_process_TE
Expired
|
62.3 KB |
sha256:8c1f8d3dbddebf59ba590f1eafec116940504ec417a3c28657cc432d410df3f9
|
|
rosetta-pax-9480182148-1DP8FSDP1TP1PP_TE
Expired
|
341 KB |
sha256:41a2fd0648a49b795233ff69eb9df868a627167e70613150b30b18cc7c1c2c79
|
|
rosetta-pax-9480182148-2DP1FSDP1TP4PP
Expired
|
287 KB |
sha256:05d84382a29072cf252cf5a4365519e5f6e7fe9383e162159e1d8c47db13a6e0
|
|
rosetta-pax-9480182148-2DP1FSDP2TP4PP
Expired
|
236 KB |
sha256:1c4dafb0d208ff9e743c038a22e8e75c7be7dce73ceafcfeeb1c33ebe0359229
|
|
rosetta-pax-9480182148-4DP1FSDP2TP1PP
Expired
|
378 KB |
sha256:bea0afaf279769011ea5e32288cddc543b85bb8183175d5095bb897cb819e31c
|
|
rosetta-pax-9480182148-4DP1FSDP2TP1PP_TE
Expired
|
335 KB |
sha256:a3f78709ea6d07df0af07706586207e2b2448cb9d9e44dd0ac66ead780827a0b
|
|
rosetta-pax-9480182148-5B_fused_attn_0
Expired
|
397 KB |
sha256:a9e66d0c76fb612c6f12f4ca5693fbb0d2159878074604e7c457ec8dd9ca8f0a
|
|
rosetta-pax-9480182148-5B_fused_attn_1
Expired
|
398 KB |
sha256:ed4a6e6141d9e772bcd0d340c7bf4ec846205f9b4950c52367af22cd5ae22e0e
|
|
rosetta-pax-9480182148-8DP1FSDP1TP1PP
Expired
|
367 KB |
sha256:27ad573b4054be2ee88a744ad10917208385297b022ec168860a0b81d0bae101
|
|
rosetta-pax-9480182148-8DP1FSDP1TP1PP_TE
Expired
|
327 KB |
sha256:ca91e0c64240ee8fb913580a0526d86a3598ff8271e5ea019eef5d68b84baf65
|
|
rosetta-pax-9480182148-8DP1FSDP1TP1PP_eval_TE
Expired
|
443 MB |
sha256:5ae22df82d0e12dec89d3db890fa619e9cbc060633fb1cddc6f20c81f4c9e7b4
|
|
rosetta-pax-9480182148-8DP1FSDP1TP1PP_single_process_TE
Expired
|
62.2 KB |
sha256:079599325d45373c36de7bb9be670aa22d877a337b38933e94232e2285a9814e
|
|
rosetta-pax-9480182148-8DP_TE_dropout
Expired
|
334 KB |
sha256:1832612c6b95dc1ce26f5e11c4979f74ccacf8bff25eedfd16e34a18d2814544
|
|
rosetta-pax-9480182148-LLaMA_eval_TE
Expired
|
230 KB |
sha256:22d28f15796904ca87c5156d05690a1a25b24076b856b33f2f8cd3df66398c2f
|
|
rosetta-t5x-9480182148-1P1G_te-0
Expired
|
5.12 MB |
sha256:f470aa06e84553c00e0b8f990dced737f2a60183b7491803b93f00f986378ba3
|
|
rosetta-t5x-9480182148-1P8G_te-1
Expired
|
5.5 MB |
sha256:83f51de889bf1957c5fb2ba80f3e0e66321923110afe95086808bc324f0b695b
|
|
rosetta-t5x-9480182148-2N2G_te-0
Expired
|
5.2 MB |
sha256:65ce79be3821a342ef9036db391852670abd5b093a353ee69734534698c4e59d
|
|
rosetta-t5x-9480182148-2N8G-te-1
Expired
|
70.4 KB |
sha256:21c90f80c4bf8d677b20124dcf1d8f9f1ae3d5144ca720482d4a5154bf3f746b
|
|
rosetta-t5x-vit-9480182148-VIT1G1N
Expired
|
21.8 KB |
sha256:74d2c27cb689f2f5d2e9d000dc0ba062b36d26bc8508dc19bd01d9cd1f8987f6
|
|
rosetta-t5x-vit-9480182148-VIT1G2N
Expired
|
23.6 KB |
sha256:361f1569c65e9170678f000a2840f5cb793a1965206056757e674e7add214cc0
|
|
rosetta-t5x-vit-9480182148-VIT1P8G
Expired
|
22 KB |
sha256:001e3c4df4df76a35acf0170c9f20f7898a9c93dc16cfdcefb755640dac71d30
|
|
rosetta-t5x-vit-9480182148-VIT8G1N
Expired
|
33.2 KB |
sha256:881a56fa9b37e99529cfd8fccdd69fb1710caf95797c0ba397c99d9ad08adea4
|
|
rosetta-t5x-vit-9480182148-VIT8G2N
Expired
|
32.1 KB |
sha256:0d6f59da16287343d62abae3fb5ec4b7736862ebe15947c15bb6d6487dae5c60
|
|
te-2GPU
Expired
|
6.47 KB |
sha256:80a3166708209e37db408489ce4a61295fafd685712b75270fab9f01bc58e0bd
|
|
te-4GPU
Expired
|
6.52 KB |
sha256:c2e83407d9feb4a7fac911509e25cd83fd7e5687564bb5bd9fa74359e818038f
|
|
te-8GPU
Expired
|
6.56 KB |
sha256:8fb465bdf339aa52e0e097f2263570eae3fef6920e2ab00c0b0d0a080e6a1f33
|
|
te-multigpu-test
Expired
|
526 Bytes |
sha256:7b7a7a0c074c7593226e2729879070dcee0f1b8b92760936762e25c0165f1f49
|
|
te-unit-test-V100
Expired
|
622 KB |
sha256:46037a2c62262785d578e405daef9ec1d1bdb18611d6a5971465bed7966eaea9
|
|
upstream-maxtext-9480182148-1DP1FSDP1TP1PP
Expired
|
11.2 KB |
sha256:7173675e3b5745013c6388374557e6cc9c9e5ce8d35ff85556daf1e364127780
|
|
upstream-maxtext-9480182148-1DP1FSDP8TP1PP
Expired
|
15.9 KB |
sha256:a9187e374cf18cad5be1fd269b0799a3164e638c4e733ae178a44d6751a84a9e
|
|
upstream-maxtext-9480182148-1DP2FSDP4TP1PP_single_process
Expired
|
11.5 KB |
sha256:9dc6c6135c81df6f071f5790ce01dc5a2de25bd259bedded8a1d8daaca021eef
|
|
upstream-maxtext-9480182148-1DP4FSDP2TP1PP
Expired
|
16.1 KB |
sha256:4831987306904b0f1e8c53c1d5454bb93b3e26daea0f4a66fa2be3e26b5823f2
|
|
upstream-maxtext-9480182148-1DP8FSDP1TP1PP
Expired
|
16 KB |
sha256:ec8cef55f442fa668faa7a6bfb2aee7e508787a5ee697f4f040e9ad76839285c
|
|
upstream-maxtext-9480182148-2DP2FSDP2TP1PP
Expired
|
16.1 KB |
sha256:d256a0d75438090561526ff78d6156d9f56943d030be85b4bae97c54bba82eed
|
|
upstream-maxtext-9480182148-4DP2FSDP2TP1PP
Expired
|
19.6 KB |
sha256:8bb6a629b2fbe3bdb2ebc2aa54067809e2e0481acf66efb952a5bc9707a040c8
|
|
upstream-maxtext-metrics-test-log
Expired
|
5.27 KB |
sha256:42dc83da6c47d372cf9a225724585b1f1a4628ae833204b913934900692f9eda
|
|
upstream-pax-9480182148-16DP1FSDP1TP1PP
Expired
|
237 KB |
sha256:db4030a2315393863c2b68af4d331b084a43988970a5d5b374ea2a21f8c5689a
|
|
upstream-pax-9480182148-1DP1FSDP1TP1PP
Expired
|
142 KB |
sha256:27652e0fb64450543e027d7138a75afe2da927a03e92a5d2f76894fe3fc074d5
|
|
upstream-pax-9480182148-1DP2FSDP4TP1PP_single_process
Expired
|
143 KB |
sha256:322a7edb7536701326d568f421549076f689718ac69e810260e8e059ae33fe7b
|
|
upstream-pax-9480182148-1DP8FSDP1TP1PP
Expired
|
434 KB |
sha256:0c406420ce8707f0a339fc60f9428219b3684018a2eaefa522162804715174ca
|
|
upstream-pax-9480182148-2DP1FSDP1TP4PP
Expired
|
319 KB |
sha256:c666322c7778598c98236f9d29fa997d7266169cddd74493e1f2c252c2cbb310
|
|
upstream-pax-9480182148-2DP1FSDP2TP4PP
Expired
|
239 KB |
sha256:0ed5f72d3a5f8a5a8f87731ca13710b7d0960a8b44403656cf628e1e38c94db7
|
|
upstream-pax-9480182148-4DP1FSDP2TP1PP
Expired
|
428 KB |
sha256:e255e80c681d771e255007838f5fbcd250ac08e9ed685eaff9e672262aec2e87
|
|
upstream-pax-9480182148-8DP1FSDP1TP1PP
Expired
|
433 KB |
sha256:381402160b65bdf40c957a9b3cb5ca3dbc8178f200580814836764f740ab3998
|
|
upstream-pax-9480182148-8DP1FSDP1TP1PP_eval
Expired
|
109 KB |
sha256:6ed8dba656d47747e9532d1d52100e9a83de07dc6ac0168d3b4afc0bc0d71342
|
|
upstream-pax-9480182148-8DP1FSDP1TP1PP_single_process
Expired
|
143 KB |
sha256:eaffe687b9720464d2a048c5f917353fcf2f1ee40b9e570d9936cb656571d184
|
|
upstream-pax-9480182148-LLaMA_eval
Expired
|
241 KB |
sha256:7dde3ba93e850cd8e50fc7ec0651c24e5f4d017580c95fe41b66db23d3dcb265
|
|
upstream-pax-metrics-test-log
Expired
|
6.35 KB |
sha256:22f2a67e1e2edc8e23f73361043c00665f83a42f42202ab0ecbedf54d9a92eb9
|
|
upstream-t5x-9480182148-1P2G_fmha
Expired
|
5.58 MB |
sha256:eb27fc628b4eab6c27ea174dbe917beaa1c4f78d2e2028f1c3a147a8136b9d24
|
|
upstream-t5x-9480182148-1P8G
Expired
|
5.61 MB |
sha256:ee82019785552b223d3009dd3464ab7b3a68be00d65688918e61c622cddaff46
|
|
upstream-t5x-9480182148-8G2N
Expired
|
65.5 KB |
sha256:8317e009340a41a460f40012bc26b27a036f44a0d6a72df9d3615d21be9d2753
|
|
upstream-t5x-9480182148-8G2N_fmha
Expired
|
66.5 KB |
sha256:adfecfc9bc269f5fa6c0b677c41cab8bfe7bb8cdb4b8b855be7bb3bc39eafce1
|
|
upstream-t5x-metrics-test-log
Expired
|
7.11 KB |
sha256:7f58cc69b83383c105d023d87cd44ab7a38f94e4304c9b51fab25b3ff64fb74c
|
|