2024-08-22T20:29:04.9422163Z Current runner version: '2.319.1' 2024-08-22T20:29:04.9428561Z Runner name: 'i-0eea49a58ce4268be' 2024-08-22T20:29:04.9429387Z Runner group name: 'Default' 2024-08-22T20:29:04.9430351Z Machine name: 'ip-10-0-19-136' 2024-08-22T20:29:04.9446788Z Testing runner upgrade compatibility 2024-08-22T20:29:05.1258093Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:29:05.1260477Z Contents: read 2024-08-22T20:29:05.1261036Z Metadata: read 2024-08-22T20:29:05.1261640Z Packages: read 2024-08-22T20:29:05.1262144Z ##[endgroup] 2024-08-22T20:29:05.1265277Z Secret source: Actions 2024-08-22T20:29:05.1266124Z Prepare workflow directory 2024-08-22T20:29:05.2281988Z Prepare all required actions 2024-08-22T20:29:05.2447421Z Getting action download info 2024-08-22T20:29:05.4640343Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:29:05.7668685Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:29:05.8998794Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:29:06.0268845Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:29:06.1575770Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:29:06.4287304Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:06.4289602Z ##[group] Inputs 2024-08-22T20:29:06.4294027Z script: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:06.4298820Z timeout: 30 2024-08-22T20:29:06.4299281Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:06.4299748Z upload-artifact: 2024-08-22T20:29:06.4300213Z download-artifact: 2024-08-22T20:29:06.4300692Z repository: 2024-08-22T20:29:06.4301046Z fetch-depth: 1 2024-08-22T20:29:06.4301480Z submodules: 2024-08-22T20:29:06.4301886Z ref: 2024-08-22T20:29:06.4302290Z test-infra-repository: pytorch/test-infra 2024-08-22T20:29:06.4302861Z test-infra-ref: 2024-08-22T20:29:06.4303295Z docker-image: pytorch/conda-builder 2024-08-22T20:29:06.4303811Z docker-build-dir: .ci/docker 2024-08-22T20:29:06.4304323Z gpu-arch-type: cuda 2024-08-22T20:29:06.4304730Z gpu-arch-version: 12.1 2024-08-22T20:29:06.4305159Z job-name: linux-job 2024-08-22T20:29:06.4305986Z continue-on-error: false 2024-08-22T20:29:06.4306471Z binary-matrix: 2024-08-22T20:29:06.4306887Z run-with-docker: true 2024-08-22T20:29:06.4307382Z secrets-env: 2024-08-22T20:29:06.4307730Z no-sudo: false 2024-08-22T20:29:06.4308121Z ##[endgroup] 2024-08-22T20:29:06.4308958Z Complete job name: test-gpu-compile (cuda, stories15M) / linux-job 2024-08-22T20:29:06.5035174Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:29:06.5187639Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:29:06.5200066Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:06.5200692Z ##[endgroup] 2024-08-22T20:29:07.4951314Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:07.4951839Z Instance Type: g5.4xlarge 2024-08-22T20:29:07.4952908Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:29:07.4953453Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:29:13.2466145Z ##[group]Run set -euxo pipefail 2024-08-22T20:29:13.2466703Z set -euxo pipefail 2024-08-22T20:29:13.2467124Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:29:13.2467673Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:29:13.2468212Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:13.2468631Z else 2024-08-22T20:29:13.2469011Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:29:13.2469520Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:13.2469918Z fi 2024-08-22T20:29:13.2470188Z  2024-08-22T20:29:13.2470490Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:29:13.2470904Z echo "::endgroup::" 2024-08-22T20:29:13.2482049Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:13.2482422Z env: 2024-08-22T20:29:13.2482748Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.2483213Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:13.2483620Z PR_NUMBER: 1044 2024-08-22T20:29:13.2487808Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:13.2492048Z NO_SUDO: false 2024-08-22T20:29:13.2492379Z ##[endgroup] 2024-08-22T20:29:13.2524826Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:29:13.2545732Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:29:13.2554627Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:29:13.2555374Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:13.3780930Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:29:13.3801816Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:13.3815434Z + echo ::endgroup:: 2024-08-22T20:29:13.3816361Z ##[endgroup] 2024-08-22T20:29:13.3930479Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:13.3930882Z with: 2024-08-22T20:29:13.3931181Z repository: pytorch/test-infra 2024-08-22T20:29:13.3931561Z path: test-infra 2024-08-22T20:29:13.3931869Z submodules: recursive 2024-08-22T20:29:13.3932392Z token: *** 2024-08-22T20:29:13.3932713Z ssh-strict: true 2024-08-22T20:29:13.3933046Z persist-credentials: true 2024-08-22T20:29:13.3933394Z clean: true 2024-08-22T20:29:13.3933717Z sparse-checkout-cone-mode: true 2024-08-22T20:29:13.3934118Z fetch-depth: 1 2024-08-22T20:29:13.3934410Z fetch-tags: false 2024-08-22T20:29:13.3934715Z lfs: false 2024-08-22T20:29:13.3935013Z set-safe-directory: true 2024-08-22T20:29:13.3935342Z env: 2024-08-22T20:29:13.3935667Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.3936133Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:13.3936502Z PR_NUMBER: 1044 2024-08-22T20:29:13.3940675Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:13.3945052Z ##[endgroup] 2024-08-22T20:29:13.5029744Z Syncing repository: pytorch/test-infra 2024-08-22T20:29:13.5030987Z ##[group]Getting Git version info 2024-08-22T20:29:13.5032214Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:29:13.5033684Z [command]/usr/bin/git version 2024-08-22T20:29:13.5034250Z git version 2.40.1 2024-08-22T20:29:13.5042247Z ##[endgroup] 2024-08-22T20:29:13.5060272Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/62c66944-8916-431f-beca-54d6d10b8675' before making global git config changes 2024-08-22T20:29:13.5062170Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:13.5066823Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:13.5113136Z ##[group]Initializing the repository 2024-08-22T20:29:13.5117111Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:13.5159291Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:13.5160216Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:13.5161187Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:13.5161752Z hint: 2024-08-22T20:29:13.5162214Z hint: git config --global init.defaultBranch 2024-08-22T20:29:13.5162737Z hint: 2024-08-22T20:29:13.5163279Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:13.5164175Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:13.5165050Z hint: 2024-08-22T20:29:13.5165595Z hint: git branch -m 2024-08-22T20:29:13.5166659Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:29:13.5174992Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:29:13.5217527Z ##[endgroup] 2024-08-22T20:29:13.5218371Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:13.5221906Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:13.5262669Z ##[endgroup] 2024-08-22T20:29:13.5263437Z ##[group]Setting up auth 2024-08-22T20:29:13.5269285Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:13.5311352Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:29:13.5686062Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:13.5728331Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:29:13.6085564Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:13.6143134Z ##[endgroup] 2024-08-22T20:29:13.6144031Z ##[group]Determining the default branch 2024-08-22T20:29:13.6147429Z Retrieving the default branch name 2024-08-22T20:29:13.7696561Z Default branch 'main' 2024-08-22T20:29:13.7697417Z ##[endgroup] 2024-08-22T20:29:13.7698026Z ##[group]Fetching the repository 2024-08-22T20:29:13.7702572Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-08-22T20:29:14.0063903Z remote: Enumerating objects: 1649, done. 2024-08-22T20:29:14.0065289Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:29:14.0066576Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:29:14.0067969Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:29:14.0069245Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:29:14.0070573Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:29:14.0071845Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:29:14.0073109Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:29:14.0073827Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:29:14.0074520Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:29:14.0075170Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:29:14.0075855Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:29:14.0076355Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:29:14.0076839Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:29:14.0077410Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:29:14.0077902Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:29:14.0078383Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:29:14.0078877Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:29:14.0079370Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:29:14.0079851Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:29:14.0080928Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:29:14.0081764Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:29:14.0082256Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:29:14.0082802Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:29:14.0083300Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:29:14.0083780Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:29:14.0084269Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:29:14.0084757Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:29:14.0085234Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:29:14.0085718Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:29:14.0086205Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:29:14.0086694Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:29:14.0087173Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:29:14.0087887Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:29:14.0088380Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:29:14.0088857Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:29:14.0089344Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:29:14.0089836Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:29:14.0090314Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:29:14.0090949Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:29:14.0091441Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:29:14.0091923Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:29:14.0092446Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:29:14.0092955Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:29:14.0093438Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:29:14.0093928Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:29:14.0094430Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:29:14.0094911Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:29:14.0095396Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:29:14.0095888Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:29:14.0096517Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:29:14.0096999Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:29:14.0097489Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:29:14.0097981Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:29:14.0098464Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:29:14.0098953Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:29:14.0099439Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:29:14.0099917Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:29:14.0100408Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:29:14.0100906Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:29:14.0101385Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:29:14.0101877Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:29:14.0102379Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:29:14.0102901Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:29:14.0103469Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:29:14.0104000Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:29:14.0104509Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:29:14.0105016Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:29:14.0105524Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:29:14.0106033Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:29:14.0106533Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:29:14.0107038Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:29:14.0107547Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:29:14.0108244Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:29:14.0108741Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:29:14.0109246Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:29:14.0109756Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:29:14.0110249Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:29:14.0110751Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:29:14.0111254Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:29:14.0111748Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:29:14.0112275Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:29:14.0112804Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:29:14.0113296Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:29:14.0113796Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:29:14.0114393Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:29:14.0114891Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:29:14.0115394Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:29:14.0115900Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:29:14.0116398Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:29:14.0116906Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:29:14.0117497Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:29:14.0118050Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:29:14.0118541Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:29:14.0119050Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:29:14.0119732Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:29:14.0120232Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:29:14.0120735Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:29:14.0121236Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:29:14.0121744Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:29:14.0122240Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:29:14.0122738Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:29:14.0123441Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:29:14.0123985Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:29:14.0124505Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:29:14.0125034Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:29:14.0125555Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:29:14.0126082Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:29:14.0126605Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:29:14.0127121Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:29:14.0127679Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:29:14.0128207Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:29:14.0128745Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:29:14.0129278Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:29:14.0129817Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:29:14.0130348Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:29:14.0130868Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:29:14.0131395Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:29:14.0131921Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:29:14.0132439Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:29:14.0132964Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:29:14.0133494Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:29:14.0134013Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:29:14.0134538Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:29:14.0135062Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:29:14.0135580Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:29:14.0136105Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:29:14.0136637Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:29:14.0137156Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:29:14.0137675Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:29:14.0138199Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:29:14.0138714Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:29:14.0139249Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:29:14.0139770Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:29:14.0140292Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:29:14.0140947Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:29:14.0141471Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:29:14.0141992Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:29:14.0142564Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:29:14.0143090Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:29:14.0143615Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:29:14.0144131Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:29:14.0144658Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:29:14.0145183Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:29:14.0145697Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:29:14.0146220Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:29:14.0146743Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:29:14.0147267Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:29:14.0147792Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:29:14.0148314Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:29:14.0148827Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:29:14.0149348Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:29:14.0149963Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:29:14.0150484Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:29:14.0151014Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:29:14.0151534Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:29:14.0152059Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:29:14.0152617Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:29:14.0153648Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:29:14.0154403Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:29:14.0154924Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:29:14.0155456Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:29:14.0155978Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:29:14.0156493Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:29:14.0157025Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:29:14.0157604Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:29:14.0158117Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:29:14.0158637Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:29:14.0159161Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:29:14.0159677Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:29:14.0160197Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:29:14.0160718Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:29:14.0161238Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:29:14.0161766Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:29:14.0162286Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:29:14.0162806Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:29:14.0163322Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:29:14.0163847Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:29:14.0164372Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:29:14.0164888Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:29:14.0165408Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:29:14.0165928Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:29:14.0166445Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:29:14.0166977Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:29:14.0167520Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:29:14.0168158Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:29:14.0168699Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:29:14.0169239Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:29:14.0169776Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:29:14.0170315Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:29:14.0170849Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:29:14.0171379Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:29:14.0171919Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:29:14.0172455Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:29:14.0172993Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:29:14.0173527Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:29:14.0174053Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:29:14.0174592Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:29:14.0175122Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:29:14.0175657Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:29:14.0176185Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:29:14.0176835Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:29:14.0177368Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:29:14.0177888Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:29:14.0178460Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:29:14.0178983Z Receiving objects: 0% (1/1649) 2024-08-22T20:29:14.0179372Z Receiving objects: 1% (17/1649) 2024-08-22T20:29:14.0179782Z Receiving objects: 2% (33/1649) 2024-08-22T20:29:14.0180174Z Receiving objects: 3% (50/1649) 2024-08-22T20:29:14.0189091Z Receiving objects: 4% (66/1649) 2024-08-22T20:29:14.0194526Z Receiving objects: 5% (83/1649) 2024-08-22T20:29:14.0200209Z Receiving objects: 6% (99/1649) 2024-08-22T20:29:14.0203004Z Receiving objects: 7% (116/1649) 2024-08-22T20:29:14.0204667Z Receiving objects: 8% (132/1649) 2024-08-22T20:29:14.0209240Z Receiving objects: 9% (149/1649) 2024-08-22T20:29:14.0212504Z Receiving objects: 10% (165/1649) 2024-08-22T20:29:14.0215640Z Receiving objects: 11% (182/1649) 2024-08-22T20:29:14.0218546Z Receiving objects: 12% (198/1649) 2024-08-22T20:29:14.0442040Z Receiving objects: 13% (215/1649) 2024-08-22T20:29:14.0519623Z Receiving objects: 14% (231/1649) 2024-08-22T20:29:14.0523026Z Receiving objects: 15% (248/1649) 2024-08-22T20:29:14.0526877Z Receiving objects: 16% (264/1649) 2024-08-22T20:29:14.0531147Z Receiving objects: 17% (281/1649) 2024-08-22T20:29:14.0567607Z Receiving objects: 18% (297/1649) 2024-08-22T20:29:14.0579398Z Receiving objects: 19% (314/1649) 2024-08-22T20:29:14.0580213Z Receiving objects: 20% (330/1649) 2024-08-22T20:29:14.0585181Z Receiving objects: 21% (347/1649) 2024-08-22T20:29:14.0588464Z Receiving objects: 22% (363/1649) 2024-08-22T20:29:14.0591965Z Receiving objects: 23% (380/1649) 2024-08-22T20:29:14.0602177Z Receiving objects: 24% (396/1649) 2024-08-22T20:29:14.0618461Z Receiving objects: 25% (413/1649) 2024-08-22T20:29:14.0621791Z Receiving objects: 26% (429/1649) 2024-08-22T20:29:14.0622652Z Receiving objects: 27% (446/1649) 2024-08-22T20:29:14.0629609Z Receiving objects: 28% (462/1649) 2024-08-22T20:29:14.0632160Z Receiving objects: 29% (479/1649) 2024-08-22T20:29:14.0641560Z Receiving objects: 30% (495/1649) 2024-08-22T20:29:14.0648266Z Receiving objects: 31% (512/1649) 2024-08-22T20:29:14.0654145Z Receiving objects: 32% (528/1649) 2024-08-22T20:29:14.0662372Z Receiving objects: 33% (545/1649) 2024-08-22T20:29:14.0663248Z Receiving objects: 34% (561/1649) 2024-08-22T20:29:14.0665387Z Receiving objects: 35% (578/1649) 2024-08-22T20:29:14.0670951Z Receiving objects: 36% (594/1649) 2024-08-22T20:29:14.0677086Z Receiving objects: 37% (611/1649) 2024-08-22T20:29:14.0679934Z Receiving objects: 38% (627/1649) 2024-08-22T20:29:14.0683982Z Receiving objects: 39% (644/1649) 2024-08-22T20:29:14.0688786Z Receiving objects: 40% (660/1649) 2024-08-22T20:29:14.0693354Z Receiving objects: 41% (677/1649) 2024-08-22T20:29:14.0697621Z Receiving objects: 42% (693/1649) 2024-08-22T20:29:14.0701050Z Receiving objects: 43% (710/1649) 2024-08-22T20:29:14.0703651Z Receiving objects: 44% (726/1649) 2024-08-22T20:29:14.0707013Z Receiving objects: 45% (743/1649) 2024-08-22T20:29:14.0711381Z Receiving objects: 46% (759/1649) 2024-08-22T20:29:14.0714004Z Receiving objects: 47% (776/1649) 2024-08-22T20:29:14.0717071Z Receiving objects: 48% (792/1649) 2024-08-22T20:29:14.0720625Z Receiving objects: 49% (809/1649) 2024-08-22T20:29:14.0725199Z Receiving objects: 50% (825/1649) 2024-08-22T20:29:14.0727800Z Receiving objects: 51% (841/1649) 2024-08-22T20:29:14.0730092Z Receiving objects: 52% (858/1649) 2024-08-22T20:29:14.0735188Z Receiving objects: 53% (874/1649) 2024-08-22T20:29:14.0738742Z Receiving objects: 54% (891/1649) 2024-08-22T20:29:14.0740129Z Receiving objects: 55% (907/1649) 2024-08-22T20:29:14.0742692Z Receiving objects: 56% (924/1649) 2024-08-22T20:29:14.0746505Z Receiving objects: 57% (940/1649) 2024-08-22T20:29:14.0751856Z Receiving objects: 58% (957/1649) 2024-08-22T20:29:14.0759955Z Receiving objects: 59% (973/1649) 2024-08-22T20:29:14.0763380Z Receiving objects: 60% (990/1649) 2024-08-22T20:29:14.0766836Z Receiving objects: 61% (1006/1649) 2024-08-22T20:29:14.0770160Z Receiving objects: 62% (1023/1649) 2024-08-22T20:29:14.0775382Z Receiving objects: 63% (1039/1649) 2024-08-22T20:29:14.0780860Z Receiving objects: 64% (1056/1649) 2024-08-22T20:29:14.0785094Z Receiving objects: 65% (1072/1649) 2024-08-22T20:29:14.0787044Z Receiving objects: 66% (1089/1649) 2024-08-22T20:29:14.0791145Z Receiving objects: 67% (1105/1649) 2024-08-22T20:29:14.0795280Z Receiving objects: 68% (1122/1649) 2024-08-22T20:29:14.0801787Z Receiving objects: 69% (1138/1649) 2024-08-22T20:29:14.0806644Z Receiving objects: 70% (1155/1649) 2024-08-22T20:29:14.0814774Z Receiving objects: 71% (1171/1649) 2024-08-22T20:29:14.0822838Z Receiving objects: 72% (1188/1649) 2024-08-22T20:29:14.0860369Z Receiving objects: 73% (1204/1649) 2024-08-22T20:29:14.0865715Z Receiving objects: 74% (1221/1649) 2024-08-22T20:29:14.0947239Z Receiving objects: 75% (1237/1649) 2024-08-22T20:29:14.0948749Z Receiving objects: 76% (1254/1649) 2024-08-22T20:29:14.0954580Z Receiving objects: 77% (1270/1649) 2024-08-22T20:29:14.0955455Z Receiving objects: 78% (1287/1649) 2024-08-22T20:29:14.0958297Z Receiving objects: 79% (1303/1649) 2024-08-22T20:29:14.0963784Z Receiving objects: 80% (1320/1649) 2024-08-22T20:29:14.0972424Z Receiving objects: 81% (1336/1649) 2024-08-22T20:29:14.1013720Z Receiving objects: 82% (1353/1649) 2024-08-22T20:29:14.1015396Z Receiving objects: 83% (1369/1649) 2024-08-22T20:29:14.1018528Z Receiving objects: 84% (1386/1649) 2024-08-22T20:29:14.1021242Z Receiving objects: 85% (1402/1649) 2024-08-22T20:29:14.1021678Z Receiving objects: 86% (1419/1649) 2024-08-22T20:29:14.1022083Z Receiving objects: 87% (1435/1649) 2024-08-22T20:29:14.1023214Z Receiving objects: 88% (1452/1649) 2024-08-22T20:29:14.1026242Z Receiving objects: 89% (1468/1649) 2024-08-22T20:29:14.1028407Z Receiving objects: 90% (1485/1649) 2024-08-22T20:29:14.1029406Z Receiving objects: 91% (1501/1649) 2024-08-22T20:29:14.1029821Z Receiving objects: 92% (1518/1649) 2024-08-22T20:29:14.1030886Z Receiving objects: 93% (1534/1649) 2024-08-22T20:29:14.1034030Z Receiving objects: 94% (1551/1649) 2024-08-22T20:29:14.1034711Z Receiving objects: 95% (1567/1649) 2024-08-22T20:29:14.1041414Z Receiving objects: 96% (1584/1649) 2024-08-22T20:29:14.1052913Z Receiving objects: 97% (1600/1649) 2024-08-22T20:29:14.1063418Z Receiving objects: 98% (1617/1649) 2024-08-22T20:29:14.1083723Z Receiving objects: 99% (1633/1649) 2024-08-22T20:29:14.1084747Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:29:14.1099235Z Receiving objects: 100% (1649/1649) 2024-08-22T20:29:14.1099859Z Receiving objects: 100% (1649/1649), 2.83 MiB | 28.43 MiB/s, done. 2024-08-22T20:29:14.1107404Z Resolving deltas: 0% (0/371) 2024-08-22T20:29:14.1110255Z Resolving deltas: 1% (4/371) 2024-08-22T20:29:14.1110918Z Resolving deltas: 2% (9/371) 2024-08-22T20:29:14.1111603Z Resolving deltas: 3% (12/371) 2024-08-22T20:29:14.1112203Z Resolving deltas: 4% (15/371) 2024-08-22T20:29:14.1114624Z Resolving deltas: 5% (19/371) 2024-08-22T20:29:14.1115149Z Resolving deltas: 6% (23/371) 2024-08-22T20:29:14.1115658Z Resolving deltas: 7% (26/371) 2024-08-22T20:29:14.1116327Z Resolving deltas: 8% (31/371) 2024-08-22T20:29:14.1117504Z Resolving deltas: 9% (34/371) 2024-08-22T20:29:14.1118203Z Resolving deltas: 10% (38/371) 2024-08-22T20:29:14.1119101Z Resolving deltas: 11% (41/371) 2024-08-22T20:29:14.1121584Z Resolving deltas: 12% (46/371) 2024-08-22T20:29:14.1122114Z Resolving deltas: 13% (49/371) 2024-08-22T20:29:14.1123380Z Resolving deltas: 14% (52/371) 2024-08-22T20:29:14.1126165Z Resolving deltas: 15% (56/371) 2024-08-22T20:29:14.1127015Z Resolving deltas: 16% (61/371) 2024-08-22T20:29:14.1139860Z Resolving deltas: 17% (65/371) 2024-08-22T20:29:14.1141811Z Resolving deltas: 18% (68/371) 2024-08-22T20:29:14.1142585Z Resolving deltas: 19% (71/371) 2024-08-22T20:29:14.1143097Z Resolving deltas: 20% (75/371) 2024-08-22T20:29:14.1143833Z Resolving deltas: 21% (78/371) 2024-08-22T20:29:14.1144498Z Resolving deltas: 22% (82/371) 2024-08-22T20:29:14.1146388Z Resolving deltas: 23% (86/371) 2024-08-22T20:29:14.1146930Z Resolving deltas: 24% (90/371) 2024-08-22T20:29:14.1147433Z Resolving deltas: 25% (93/371) 2024-08-22T20:29:14.1148105Z Resolving deltas: 26% (97/371) 2024-08-22T20:29:14.1148769Z Resolving deltas: 27% (101/371) 2024-08-22T20:29:14.1149307Z Resolving deltas: 28% (104/371) 2024-08-22T20:29:14.1149969Z Resolving deltas: 29% (108/371) 2024-08-22T20:29:14.1151118Z Resolving deltas: 30% (112/371) 2024-08-22T20:29:14.1153043Z Resolving deltas: 31% (116/371) 2024-08-22T20:29:14.1160267Z Resolving deltas: 32% (119/371) 2024-08-22T20:29:14.1160879Z Resolving deltas: 33% (123/371) 2024-08-22T20:29:14.1161956Z Resolving deltas: 34% (127/371) 2024-08-22T20:29:14.1163898Z Resolving deltas: 35% (130/371) 2024-08-22T20:29:14.1164570Z Resolving deltas: 36% (134/371) 2024-08-22T20:29:14.1165543Z Resolving deltas: 37% (138/371) 2024-08-22T20:29:14.1167224Z Resolving deltas: 38% (141/371) 2024-08-22T20:29:14.1167998Z Resolving deltas: 39% (145/371) 2024-08-22T20:29:14.1169126Z Resolving deltas: 40% (149/371) 2024-08-22T20:29:14.1170094Z Resolving deltas: 41% (153/371) 2024-08-22T20:29:14.1171276Z Resolving deltas: 42% (156/371) 2024-08-22T20:29:14.1173116Z Resolving deltas: 43% (160/371) 2024-08-22T20:29:14.1173863Z Resolving deltas: 44% (164/371) 2024-08-22T20:29:14.1174410Z Resolving deltas: 45% (167/371) 2024-08-22T20:29:14.1174920Z Resolving deltas: 46% (171/371) 2024-08-22T20:29:14.1176121Z Resolving deltas: 47% (175/371) 2024-08-22T20:29:14.1176700Z Resolving deltas: 48% (179/371) 2024-08-22T20:29:14.1177867Z Resolving deltas: 49% (182/371) 2024-08-22T20:29:14.1178650Z Resolving deltas: 50% (187/371) 2024-08-22T20:29:14.1179298Z Resolving deltas: 51% (190/371) 2024-08-22T20:29:14.1180040Z Resolving deltas: 52% (194/371) 2024-08-22T20:29:14.1180652Z Resolving deltas: 53% (197/371) 2024-08-22T20:29:14.1183705Z Resolving deltas: 54% (201/371) 2024-08-22T20:29:14.1184235Z Resolving deltas: 55% (206/371) 2024-08-22T20:29:14.1184754Z Resolving deltas: 56% (209/371) 2024-08-22T20:29:14.1186085Z Resolving deltas: 57% (213/371) 2024-08-22T20:29:14.1186739Z Resolving deltas: 58% (216/371) 2024-08-22T20:29:14.1188524Z Resolving deltas: 59% (219/371) 2024-08-22T20:29:14.1189824Z Resolving deltas: 60% (223/371) 2024-08-22T20:29:14.1191622Z Resolving deltas: 61% (228/371) 2024-08-22T20:29:14.1192142Z Resolving deltas: 62% (232/371) 2024-08-22T20:29:14.1193831Z Resolving deltas: 63% (234/371) 2024-08-22T20:29:14.1196108Z Resolving deltas: 64% (238/371) 2024-08-22T20:29:14.1197114Z Resolving deltas: 65% (242/371) 2024-08-22T20:29:14.1199024Z Resolving deltas: 66% (245/371) 2024-08-22T20:29:14.1199559Z Resolving deltas: 67% (249/371) 2024-08-22T20:29:14.1200064Z Resolving deltas: 68% (253/371) 2024-08-22T20:29:14.1200581Z Resolving deltas: 69% (256/371) 2024-08-22T20:29:14.1201086Z Resolving deltas: 70% (260/371) 2024-08-22T20:29:14.1201597Z Resolving deltas: 71% (266/371) 2024-08-22T20:29:14.1202121Z Resolving deltas: 72% (268/371) 2024-08-22T20:29:14.1202681Z Resolving deltas: 73% (272/371) 2024-08-22T20:29:14.1203189Z Resolving deltas: 74% (275/371) 2024-08-22T20:29:14.1203683Z Resolving deltas: 75% (279/371) 2024-08-22T20:29:14.1204183Z Resolving deltas: 76% (282/371) 2024-08-22T20:29:14.1204682Z Resolving deltas: 77% (286/371) 2024-08-22T20:29:14.1205175Z Resolving deltas: 78% (290/371) 2024-08-22T20:29:14.1205699Z Resolving deltas: 79% (294/371) 2024-08-22T20:29:14.1206215Z Resolving deltas: 80% (298/371) 2024-08-22T20:29:14.1206716Z Resolving deltas: 81% (301/371) 2024-08-22T20:29:14.1207227Z Resolving deltas: 82% (306/371) 2024-08-22T20:29:14.1207738Z Resolving deltas: 83% (308/371) 2024-08-22T20:29:14.1208240Z Resolving deltas: 84% (312/371) 2024-08-22T20:29:14.1208897Z Resolving deltas: 85% (317/371) 2024-08-22T20:29:14.1209409Z Resolving deltas: 86% (320/371) 2024-08-22T20:29:14.1209907Z Resolving deltas: 87% (323/371) 2024-08-22T20:29:14.1210365Z Resolving deltas: 88% (327/371) 2024-08-22T20:29:14.1210746Z Resolving deltas: 89% (331/371) 2024-08-22T20:29:14.1211122Z Resolving deltas: 90% (334/371) 2024-08-22T20:29:14.1211501Z Resolving deltas: 91% (338/371) 2024-08-22T20:29:14.1211880Z Resolving deltas: 92% (342/371) 2024-08-22T20:29:14.1212256Z Resolving deltas: 93% (346/371) 2024-08-22T20:29:14.1212773Z Resolving deltas: 94% (349/371) 2024-08-22T20:29:14.1215953Z Resolving deltas: 95% (353/371) 2024-08-22T20:29:14.1216485Z Resolving deltas: 96% (357/371) 2024-08-22T20:29:14.1216999Z Resolving deltas: 97% (360/371) 2024-08-22T20:29:14.1220131Z Resolving deltas: 98% (364/371) 2024-08-22T20:29:14.1222620Z Resolving deltas: 99% (368/371) 2024-08-22T20:29:14.1223511Z Resolving deltas: 100% (371/371) 2024-08-22T20:29:14.1224053Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:29:14.1517433Z From https://github.com/pytorch/test-infra 2024-08-22T20:29:14.1518166Z * [new branch] main -> origin/main 2024-08-22T20:29:14.1543902Z ##[endgroup] 2024-08-22T20:29:14.1544560Z ##[group]Determining the checkout info 2024-08-22T20:29:14.1545998Z ##[endgroup] 2024-08-22T20:29:14.1546672Z ##[group]Checking out the ref 2024-08-22T20:29:14.1550244Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:29:14.2758291Z Switched to a new branch 'main' 2024-08-22T20:29:14.2758825Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:29:14.2770511Z ##[endgroup] 2024-08-22T20:29:14.2771173Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:29:14.2775080Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:14.2834706Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:29:14.2877067Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:29:14.2919864Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:29:14.2959016Z ##[endgroup] 2024-08-22T20:29:14.2959548Z ##[group]Fetching submodules 2024-08-22T20:29:14.2961689Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:29:14.3319204Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:29:14.3670013Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:29:14.4024895Z ##[endgroup] 2024-08-22T20:29:14.4026046Z ##[group]Persisting credentials for submodules 2024-08-22T20:29:14.4030929Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-22T20:29:14.4387820Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-22T20:29:14.4738706Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:29:14.5090024Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:29:14.5440171Z ##[endgroup] 2024-08-22T20:29:14.5489106Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:14.5527437Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:29:14.5825169Z Prepare all required actions 2024-08-22T20:29:14.5825654Z Getting action download info 2024-08-22T20:29:14.6783490Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:15.1715215Z Getting action download info 2024-08-22T20:29:15.2659302Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:29:15.4883854Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:29:15.4884323Z env: 2024-08-22T20:29:15.4884638Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.4885096Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.4885476Z PR_NUMBER: 1044 2024-08-22T20:29:15.4889658Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:15.4893871Z ##[endgroup] 2024-08-22T20:29:15.5088838Z ##[group]Run set -euo pipefail 2024-08-22T20:29:15.5089392Z set -euo pipefail 2024-08-22T20:29:15.5089908Z function get_ec2_metadata() { 2024-08-22T20:29:15.5090657Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:29:15.5091826Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:29:15.5092611Z  category=$1 2024-08-22T20:29:15.5093124Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:29:15.5093693Z } 2024-08-22T20:29:15.5094061Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:29:15.5094634Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:29:15.5095291Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:29:15.5095858Z echo "system info $(uname -a)" 2024-08-22T20:29:15.5104976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.5105469Z env: 2024-08-22T20:29:15.5105820Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.5106282Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.5106664Z PR_NUMBER: 1044 2024-08-22T20:29:15.5110858Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:15.5115098Z ##[endgroup] 2024-08-22T20:29:15.5203184Z ami-id: ami-06c68f701d8090592 2024-08-22T20:29:15.5256469Z instance-id: i-0eea49a58ce4268be 2024-08-22T20:29:15.5308659Z instance-type: g5.4xlarge 2024-08-22T20:29:15.5322730Z system info Linux ip-10-0-19-136.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:29:15.5445928Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:29:15.5446514Z if systemctl is-active --quiet docker; then 2024-08-22T20:29:15.5447233Z  echo "Docker daemon is running..."; 2024-08-22T20:29:15.5447666Z else 2024-08-22T20:29:15.5448159Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:29:15.5448734Z fi 2024-08-22T20:29:15.5457157Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.5457648Z env: 2024-08-22T20:29:15.5457963Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.5458429Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.5458806Z PR_NUMBER: 1044 2024-08-22T20:29:15.5463013Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:15.5467240Z ##[endgroup] 2024-08-22T20:29:15.5557389Z Docker daemon is running... 2024-08-22T20:29:15.5585104Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:15.5585990Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:15.5586715Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:29:15.5587576Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:29:15.5588583Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:29:15.5597802Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.5598286Z env: 2024-08-22T20:29:15.5598608Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.5599067Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.5599439Z PR_NUMBER: 1044 2024-08-22T20:29:15.5603595Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:15.5607831Z AWS_RETRY_MODE: standard 2024-08-22T20:29:15.5608184Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:29:15.5608523Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:29:15.5608882Z ##[endgroup] 2024-08-22T20:29:16.6307278Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:16.6309201Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:16.6311360Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:16.6312402Z 2024-08-22T20:29:16.6312633Z Login Succeeded 2024-08-22T20:29:16.6369040Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:16.6369986Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:16.6370704Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:16.6379809Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:16.6380291Z env: 2024-08-22T20:29:16.6380612Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:16.6381072Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:16.6381438Z PR_NUMBER: 1044 2024-08-22T20:29:16.6385590Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:16.6389781Z ##[endgroup] 2024-08-22T20:29:16.6489658Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:16.6490271Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:16.6490799Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:16.6491289Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:16.6491906Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:16.6492468Z  2024-08-22T20:29:16.6492898Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:29:16.6493508Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:16.6494021Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:16.6494672Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:16.6495274Z  2024-08-22T20:29:16.6495599Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:29:16.6496083Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:16.6496531Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:16.6497089Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:16.6505488Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:16.6505990Z env: 2024-08-22T20:29:16.6506312Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:16.6506786Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:16.6507165Z PR_NUMBER: 1044 2024-08-22T20:29:16.6511480Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:16.6515749Z ##[endgroup] 2024-08-22T20:29:16.8734324Z ##[group]Run needs=0 2024-08-22T20:29:16.8734657Z needs=0 2024-08-22T20:29:16.8735173Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:29:16.8735929Z  needs=1 2024-08-22T20:29:16.8736231Z fi 2024-08-22T20:29:16.8736580Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:29:16.8745286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:16.8745773Z env: 2024-08-22T20:29:16.8746098Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:16.8746570Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:16.8746942Z PR_NUMBER: 1044 2024-08-22T20:29:16.8751098Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:16.8755548Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:16.8756311Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:16.8757038Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:16.8757638Z ##[endgroup] 2024-08-22T20:29:16.9251285Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:29:16.9251808Z with: 2024-08-22T20:29:16.9252087Z driver-version: 550.54.15 2024-08-22T20:29:16.9252430Z env: 2024-08-22T20:29:16.9252741Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:16.9253201Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:16.9253591Z PR_NUMBER: 1044 2024-08-22T20:29:16.9257797Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:16.9262240Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:16.9263025Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:16.9263805Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:16.9264315Z ##[endgroup] 2024-08-22T20:29:16.9315290Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:29:16.9315847Z with: 2024-08-22T20:29:16.9316120Z timeout_minutes: 10 2024-08-22T20:29:16.9316445Z max_attempts: 3 2024-08-22T20:29:16.9349295Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:29:16.9382316Z retry_wait_seconds: 10 2024-08-22T20:29:16.9382680Z polling_interval_seconds: 1 2024-08-22T20:29:16.9383042Z warning_on_retry: true 2024-08-22T20:29:16.9383393Z continue_on_error: false 2024-08-22T20:29:16.9383724Z env: 2024-08-22T20:29:16.9384037Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:16.9384496Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:16.9384869Z PR_NUMBER: 1044 2024-08-22T20:29:16.9388996Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:16.9393370Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:16.9394184Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:16.9394905Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:16.9395480Z DRIVER_VERSION: 550.54.15 2024-08-22T20:29:16.9395819Z ##[endgroup] 2024-08-22T20:29:17.0293577Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:29:17.0294292Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:29:17.0296889Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:29:17.3661313Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:29:17.3662261Z No packages marked for removal. 2024-08-22T20:29:17.3723368Z Dependencies resolved. 2024-08-22T20:29:17.3732847Z Nothing to do. 2024-08-22T20:29:17.3733144Z Complete! 2024-08-22T20:29:17.4034554Z + install_nvidia_driver_common 2024-08-22T20:29:17.4038001Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:29:17.4038559Z Before installing NVIDIA driver 2024-08-22T20:29:17.4039694Z + lspci 2024-08-22T20:29:17.4146862Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:17.4147625Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:17.4148573Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:17.4149621Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:17.4150442Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:17.4151234Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:17.4152102Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:17.4152907Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:17.4153489Z + lsmod 2024-08-22T20:29:17.4192916Z Module Size Used by 2024-08-22T20:29:17.4193737Z xt_conntrack 16384 1 2024-08-22T20:29:17.4194477Z nft_chain_nat 16384 3 2024-08-22T20:29:17.4195213Z xt_MASQUERADE 20480 1 2024-08-22T20:29:17.4196095Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:17.4197049Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:17.4198297Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:17.4199575Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:17.4200487Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:17.4201328Z xfrm_user 57344 1 2024-08-22T20:29:17.4202085Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:17.4202961Z xt_addrtype 16384 2 2024-08-22T20:29:17.4203579Z nft_compat 20480 4 2024-08-22T20:29:17.4204071Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:17.4204672Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:17.4205210Z br_netfilter 36864 0 2024-08-22T20:29:17.4205615Z bridge 307200 1 br_netfilter 2024-08-22T20:29:17.4206043Z stp 16384 1 bridge 2024-08-22T20:29:17.4206459Z llc 16384 2 bridge,stp 2024-08-22T20:29:17.4206869Z overlay 167936 0 2024-08-22T20:29:17.4207236Z tls 114688 0 2024-08-22T20:29:17.4207603Z nls_ascii 16384 1 2024-08-22T20:29:17.4207959Z nls_cp437 20480 1 2024-08-22T20:29:17.4208321Z vfat 24576 1 2024-08-22T20:29:17.4208679Z fat 86016 1 vfat 2024-08-22T20:29:17.4209072Z sunrpc 692224 1 2024-08-22T20:29:17.4209446Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:17.4209805Z ena 167936 0 2024-08-22T20:29:17.4210173Z ptp 36864 1 ena 2024-08-22T20:29:17.4210568Z pps_core 24576 1 ptp 2024-08-22T20:29:17.4210945Z aesni_intel 393216 0 2024-08-22T20:29:17.4211304Z i8042 45056 0 2024-08-22T20:29:17.4211668Z serio 28672 3 i8042 2024-08-22T20:29:17.4212077Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:17.4212595Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:17.4213223Z button 24576 0 2024-08-22T20:29:17.4213734Z sch_fq_codel 20480 17 2024-08-22T20:29:17.4214134Z dm_mod 188416 0 2024-08-22T20:29:17.4214613Z fuse 163840 1 2024-08-22T20:29:17.4215081Z configfs 57344 1 2024-08-22T20:29:17.4215513Z dax 45056 1 dm_mod 2024-08-22T20:29:17.4215903Z loop 36864 0 2024-08-22T20:29:17.4216275Z dmi_sysfs 20480 0 2024-08-22T20:29:17.4216641Z crc32_pclmul 16384 0 2024-08-22T20:29:17.4216992Z crc32c_intel 24576 0 2024-08-22T20:29:17.4217351Z efivarfs 24576 1 2024-08-22T20:29:17.4217701Z + modinfo nvidia 2024-08-22T20:29:17.4218397Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:17.4219079Z alias: char-major-195-* 2024-08-22T20:29:17.4219759Z version: 550.54.15 2024-08-22T20:29:17.4220107Z supported: external 2024-08-22T20:29:17.4220434Z license: NVIDIA 2024-08-22T20:29:17.4220812Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:17.4221461Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:17.4221910Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:17.4222369Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:17.4222863Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:17.4223501Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:17.4224008Z depends: i2c-core,drm 2024-08-22T20:29:17.4224359Z retpoline: Y 2024-08-22T20:29:17.4224651Z name: nvidia 2024-08-22T20:29:17.4225252Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:17.4225943Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:17.4226567Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:17.4227151Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:17.4227589Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:17.4228006Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:17.4228463Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:17.4228890Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:17.4229311Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:17.4229832Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:17.4230393Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:17.4230854Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:17.4231272Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:17.4231678Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:17.4232119Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:17.4232636Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:17.4233208Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:17.4233750Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:17.4234345Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:17.4234932Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:17.4235531Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:17.4236105Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:17.4236588Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:17.4237169Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:17.4237703Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:17.4238192Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:17.4238645Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:17.4239120Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:17.4239573Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:17.4240013Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:17.4240510Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:17.4241017Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:17.4241499Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:17.4241978Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:17.4242460Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:17.4242941Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:17.4243432Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:17.4243901Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:17.4244305Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:17.4244766Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:17.4245218Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:17.4245663Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:17.4246135Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:17.4246596Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:17.4247040Z parm: rm_firmware_active:charp 2024-08-22T20:29:17.4247442Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:29:17.4247814Z ++ command -v nvidia-smi 2024-08-22T20:29:17.4248305Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:29:17.4248671Z + set +e 2024-08-22T20:29:17.4249170Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:29:19.6915487Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:29:19.6916123Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:19.6917270Z + '[' 0 -ne 0 ']' 2024-08-22T20:29:19.6917633Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:29:19.6918116Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:29:19.6919076Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:29:19.6920118Z + set -e 2024-08-22T20:29:19.6920427Z + '[' 1 -eq 0 ']' 2024-08-22T20:29:19.6920999Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:29:19.6921736Z + post_install_nvidia_driver_common 2024-08-22T20:29:19.6922273Z + sudo modprobe nvidia 2024-08-22T20:29:19.7920782Z + echo 'After installing NVIDIA driver' 2024-08-22T20:29:19.7921230Z + lspci 2024-08-22T20:29:19.7921537Z After installing NVIDIA driver 2024-08-22T20:29:19.8026841Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:19.8027708Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:19.8028641Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:19.8029443Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:19.8030241Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:19.8031018Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:19.8031744Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:19.8032547Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:19.8033126Z + lsmod 2024-08-22T20:29:19.8059251Z Module Size Used by 2024-08-22T20:29:19.8060189Z nvidia_uvm 4706304 0 2024-08-22T20:29:19.8061137Z nvidia 54071296 1 nvidia_uvm 2024-08-22T20:29:19.8062124Z drm 602112 1 nvidia 2024-08-22T20:29:19.8063171Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:29:19.8064201Z backlight 24576 1 drm 2024-08-22T20:29:19.8064695Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:29:19.8065130Z xt_conntrack 16384 1 2024-08-22T20:29:19.8065500Z nft_chain_nat 16384 3 2024-08-22T20:29:19.8065862Z xt_MASQUERADE 20480 1 2024-08-22T20:29:19.8066308Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:19.8066800Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:19.8067363Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:19.8067996Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:19.8068466Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:19.8068895Z xfrm_user 57344 1 2024-08-22T20:29:19.8069280Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:19.8069692Z xt_addrtype 16384 2 2024-08-22T20:29:19.8070066Z nft_compat 20480 4 2024-08-22T20:29:19.8070506Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:19.8071119Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:19.8071655Z br_netfilter 36864 0 2024-08-22T20:29:19.8072050Z bridge 307200 1 br_netfilter 2024-08-22T20:29:19.8072481Z stp 16384 1 bridge 2024-08-22T20:29:19.8072894Z llc 16384 2 bridge,stp 2024-08-22T20:29:19.8073299Z overlay 167936 0 2024-08-22T20:29:19.8073659Z tls 114688 0 2024-08-22T20:29:19.8074017Z nls_ascii 16384 1 2024-08-22T20:29:19.8074368Z nls_cp437 20480 1 2024-08-22T20:29:19.8074727Z vfat 24576 1 2024-08-22T20:29:19.8075085Z fat 86016 1 vfat 2024-08-22T20:29:19.8075756Z sunrpc 692224 1 2024-08-22T20:29:19.8076128Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:19.8076497Z ena 167936 0 2024-08-22T20:29:19.8076872Z ptp 36864 1 ena 2024-08-22T20:29:19.8077498Z pps_core 24576 1 ptp 2024-08-22T20:29:19.8078201Z aesni_intel 393216 0 2024-08-22T20:29:19.8078556Z i8042 45056 0 2024-08-22T20:29:19.8078918Z serio 28672 3 i8042 2024-08-22T20:29:19.8079333Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:19.8079836Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:19.8080327Z button 24576 0 2024-08-22T20:29:19.8080692Z sch_fq_codel 20480 17 2024-08-22T20:29:19.8081054Z dm_mod 188416 0 2024-08-22T20:29:19.8081409Z fuse 163840 1 2024-08-22T20:29:19.8081846Z configfs 57344 1 2024-08-22T20:29:19.8082359Z dax 45056 1 dm_mod 2024-08-22T20:29:19.8082869Z loop 36864 0 2024-08-22T20:29:19.8083352Z dmi_sysfs 20480 0 2024-08-22T20:29:19.8083778Z crc32_pclmul 16384 0 2024-08-22T20:29:19.8084151Z crc32c_intel 24576 0 2024-08-22T20:29:19.8084516Z efivarfs 24576 1 2024-08-22T20:29:19.8084871Z + modinfo nvidia 2024-08-22T20:29:19.8085569Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:19.8086271Z alias: char-major-195-* 2024-08-22T20:29:19.8086637Z version: 550.54.15 2024-08-22T20:29:19.8086975Z supported: external 2024-08-22T20:29:19.8087315Z license: NVIDIA 2024-08-22T20:29:19.8087689Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:19.8088264Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:19.8088774Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:19.8089294Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:19.8089807Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:19.8090289Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:19.8090783Z depends: i2c-core,drm 2024-08-22T20:29:19.8091135Z retpoline: Y 2024-08-22T20:29:19.8091438Z name: nvidia 2024-08-22T20:29:19.8092035Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:19.8092729Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:19.8093361Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:19.8093986Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:19.8094427Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:19.8094854Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:19.8095300Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:19.8095722Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:19.8096155Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:19.8096676Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:19.8097223Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:19.8097693Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:19.8098118Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:19.8098524Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:19.8098975Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:19.8099522Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:19.8100089Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:19.8100642Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:19.8101243Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:19.8101823Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:19.8102422Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:19.8103126Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:19.8103628Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:19.8104182Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:19.8104716Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:19.8105291Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:19.8105740Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:19.8106217Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:19.8106683Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:19.8107112Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:19.8107607Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:19.8108132Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:19.8108594Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:19.8109070Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:19.8109562Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:19.8110038Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:19.8110532Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:19.8110998Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:19.8111393Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:19.8111853Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:19.8112313Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:19.8112753Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:19.8113224Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:19.8113696Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:19.8114181Z parm: rm_firmware_active:charp 2024-08-22T20:29:19.8114572Z + set +e 2024-08-22T20:29:19.8114876Z + nvidia-smi 2024-08-22T20:29:21.3834952Z Thu Aug 22 20:29:21 2024 2024-08-22T20:29:21.3835970Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:21.3836835Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:21.3837696Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:21.3838495Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:21.3839400Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:21.3840087Z | | | MIG M. | 2024-08-22T20:29:21.3840629Z |=========================================+========================+======================| 2024-08-22T20:29:21.3934955Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:21.3935909Z | 0% 29C P0 57W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:21.3936592Z | | | N/A | 2024-08-22T20:29:21.3937329Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:21.3938115Z 2024-08-22T20:29:21.3938989Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:21.3939622Z | Processes: | 2024-08-22T20:29:21.3940325Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:21.3941019Z | ID ID Usage | 2024-08-22T20:29:21.3941576Z |=========================================================================================| 2024-08-22T20:29:21.3942227Z | No running processes found | 2024-08-22T20:29:21.3943350Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:21.9963533Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:29:23.5720591Z NVIDIA A10G 2024-08-22T20:29:24.0338691Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:24.0339347Z + '[' 0 -eq 0 ']' 2024-08-22T20:29:24.0339995Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:29:24.0340424Z + set -e 2024-08-22T20:29:24.0340706Z INFO: Ignoring allowed status 0 2024-08-22T20:29:24.0347520Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:29:24.0351478Z + sudo yum install -y yum-utils 2024-08-22T20:29:24.4195879Z Last metadata expiration check: 0:00:37 ago on Thu Aug 22 20:28:47 2024. 2024-08-22T20:29:24.4415557Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:29:24.4716497Z Dependencies resolved. 2024-08-22T20:29:24.4840386Z Nothing to do. 2024-08-22T20:29:24.4840735Z Complete! 2024-08-22T20:29:24.5198858Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:29:24.5199895Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:24.5201196Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:24.7947896Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:24.8593028Z + sudo yum install -y nvidia-docker2 2024-08-22T20:29:25.3908754Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:29:25.4125620Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:29:25.4421912Z Dependencies resolved. 2024-08-22T20:29:25.4545394Z Nothing to do. 2024-08-22T20:29:25.4545918Z Complete! 2024-08-22T20:29:25.4918675Z + sudo systemctl restart docker 2024-08-22T20:29:29.2245122Z Thu Aug 22 20:29:29 2024 2024-08-22T20:29:29.2246076Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:29.2246931Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:29.2247733Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:29.2248536Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:29.2249422Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:29.2250113Z | | | MIG M. | 2024-08-22T20:29:29.2250660Z |=========================================+========================+======================| 2024-08-22T20:29:29.2367675Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:29.2368395Z | 0% 29C P0 57W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:29.2369028Z | | | N/A | 2024-08-22T20:29:29.2369703Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:29.2370393Z 2024-08-22T20:29:29.2371071Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:29.2371700Z | Processes: | 2024-08-22T20:29:29.2372393Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:29.2373081Z | ID ID Usage | 2024-08-22T20:29:29.2373669Z |=========================================================================================| 2024-08-22T20:29:29.2374674Z | No running processes found | 2024-08-22T20:29:29.2375437Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:30.0060001Z Command completed after 1 attempt(s). 2024-08-22T20:29:30.0164887Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:30.0165827Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:30.0166422Z # shellcheck disable=SC2046 2024-08-22T20:29:30.0166882Z docker stop $(docker ps -q) || true 2024-08-22T20:29:30.0167377Z # Prune all of the docker images 2024-08-22T20:29:30.0167820Z docker system prune -af 2024-08-22T20:29:30.0181750Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:30.0182251Z env: 2024-08-22T20:29:30.0182582Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.0183047Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:30.0183430Z PR_NUMBER: 1044 2024-08-22T20:29:30.0187656Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:30.0192088Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:30.0192863Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:30.0193594Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:30.0194204Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:30.0194688Z ##[endgroup] 2024-08-22T20:29:30.0526497Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:30.0527281Z See 'docker stop --help'. 2024-08-22T20:29:30.0527513Z 2024-08-22T20:29:30.0527731Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:30.0528105Z 2024-08-22T20:29:30.0528251Z Stop one or more running containers 2024-08-22T20:29:30.0729832Z Total reclaimed space: 0B 2024-08-22T20:29:30.0802045Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:30.0802659Z with: 2024-08-22T20:29:30.0803192Z github-secret: *** 2024-08-22T20:29:30.0804281Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:30.0805397Z activate-with-label: false 2024-08-22T20:29:30.0805864Z label: with-ssh 2024-08-22T20:29:30.0806306Z remove-existing-keys: true 2024-08-22T20:29:30.0806780Z fail-silently: true 2024-08-22T20:29:30.0807179Z env: 2024-08-22T20:29:30.0807637Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.0808203Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:30.0808672Z PR_NUMBER: 1044 2024-08-22T20:29:30.0813075Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:30.0817798Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:30.0818733Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:30.0819951Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:30.0820856Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:30.0821569Z ##[endgroup] 2024-08-22T20:29:30.1648550Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:30.4890769Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:30.5646454Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:30.5662491Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:30.5689147Z Login using: ssh ec2-user@ec2-3-227-232-224.compute-1.amazonaws.com 2024-08-22T20:29:30.5690628Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:30.5692012Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:30.5828225Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:30.5828712Z with: 2024-08-22T20:29:30.5829093Z repository: pytorch/torchchat 2024-08-22T20:29:30.5829656Z ref: refs/pull/1044/merge 2024-08-22T20:29:30.5830104Z path: pytorch/torchchat 2024-08-22T20:29:30.5830497Z fetch-depth: 1 2024-08-22T20:29:30.5831077Z token: *** 2024-08-22T20:29:30.5831457Z ssh-strict: true 2024-08-22T20:29:30.5831851Z persist-credentials: true 2024-08-22T20:29:30.5832650Z clean: true 2024-08-22T20:29:30.5833060Z sparse-checkout-cone-mode: true 2024-08-22T20:29:30.5833530Z fetch-tags: false 2024-08-22T20:29:30.5833973Z lfs: false 2024-08-22T20:29:30.5834364Z set-safe-directory: true 2024-08-22T20:29:30.5834820Z env: 2024-08-22T20:29:30.5835270Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.5835811Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:30.5836529Z PR_NUMBER: 1044 2024-08-22T20:29:30.5840992Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:30.5845444Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:30.5846389Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:30.5847269Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:30.5848039Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:30.5848569Z ##[endgroup] 2024-08-22T20:29:30.6727492Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:30.6737291Z ##[group]Getting Git version info 2024-08-22T20:29:30.6738228Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:30.6759209Z [command]/usr/bin/git version 2024-08-22T20:29:30.6808335Z git version 2.40.1 2024-08-22T20:29:30.6830601Z ##[endgroup] 2024-08-22T20:29:30.6844470Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/45c8a27c-dc01-4460-a7b2-f89a100fedaf' before making global git config changes 2024-08-22T20:29:30.6845811Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:30.6848591Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:30.6890970Z ##[group]Initializing the repository 2024-08-22T20:29:30.6894116Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:30.6939368Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:30.6941673Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:30.6943621Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:30.6945352Z hint: 2024-08-22T20:29:30.6946602Z hint: git config --global init.defaultBranch 2024-08-22T20:29:30.6947444Z hint: 2024-08-22T20:29:30.6948140Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:30.6949347Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:30.6950107Z hint: 2024-08-22T20:29:30.6950519Z hint: git branch -m 2024-08-22T20:29:30.6951908Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:30.6953888Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:30.6994601Z ##[endgroup] 2024-08-22T20:29:30.6995387Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:30.6996921Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:30.7038106Z ##[endgroup] 2024-08-22T20:29:30.7038762Z ##[group]Setting up auth 2024-08-22T20:29:30.7043509Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:30.7084935Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:29:30.7445002Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:30.7485228Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:29:30.7835509Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:30.7887475Z ##[endgroup] 2024-08-22T20:29:30.7888362Z ##[group]Fetching the repository 2024-08-22T20:29:30.7894901Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/1044/merge:refs/remotes/pull/1044/merge 2024-08-22T20:29:30.9866435Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:30.9867489Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:30.9868437Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:30.9869207Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:30.9870068Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:30.9870861Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:30.9871602Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:30.9872385Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:30.9873152Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:30.9873794Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:30.9874482Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:30.9875075Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:30.9875640Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:30.9876228Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:30.9876862Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:30.9877595Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:30.9878455Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:30.9878990Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:30.9879563Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:30.9880202Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:30.9880738Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:30.9881307Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:30.9881941Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:30.9882479Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:30.9883062Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:30.9883672Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:30.9884249Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:30.9884838Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:30.9885451Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:30.9885990Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:30.9886580Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:30.9887363Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:30.9887903Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:30.9888497Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:30.9889122Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:30.9889672Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:30.9890236Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:30.9890895Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:30.9891452Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:30.9892023Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:30.9892633Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:30.9893225Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:30.9893760Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:30.9894385Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:30.9894999Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:30.9895554Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:30.9896220Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:30.9896840Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:30.9897385Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:30.9898082Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:30.9898662Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:30.9899205Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:30.9899850Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:30.9900432Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:30.9900973Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:30.9901620Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:30.9902204Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:30.9902751Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:30.9903398Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:30.9903970Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:30.9904510Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:30.9905202Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:30.9905778Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:30.9906340Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:30.9906970Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:30.9907542Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:30.9908186Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:30.9908725Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:30.9909301Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:30.9910058Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:30.9910601Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:30.9911196Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:30.9911865Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:30.9912403Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:30.9912995Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:30.9913615Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:30.9914156Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:30.9914752Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:30.9915369Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:30.9915913Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:30.9916511Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:30.9917195Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:30.9917749Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:30.9918343Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:30.9919106Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:30.9919875Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:30.9920446Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:30.9921092Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:30.9921689Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:30.9922231Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:30.9922873Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:30.9923447Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:30.9923983Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:30.9924656Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:30.9925235Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:30.9925827Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:30.9926480Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:30.9927104Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:30.9927644Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:30.9928285Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:30.9928870Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:30.9929415Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:30.9930094Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:30.9930722Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:30.9931292Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:30.9931964Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:30.9932567Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:30.9933233Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:30.9933854Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:30.9934467Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:30.9935107Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:30.9935728Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:30.9936357Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:30.9937010Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:30.9937625Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:30.9938227Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:30.9938848Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:30.9939466Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:30.9940088Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:30.9940741Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:30.9954438Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:30.9967262Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:30.9974358Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:30.9974945Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:30.9979130Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:30.9982673Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:30.9983585Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:30.9985695Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:30.9986405Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:30.9993117Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:30.9993695Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:30.9994383Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:30.9998640Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:30.9999496Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:31.0000252Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:31.0001110Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:31.0001811Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:31.0002381Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:31.0002984Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:31.0003666Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:31.0004281Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:31.0004895Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:31.0005563Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:31.0006131Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:31.0006756Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:31.0015655Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:31.0016460Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:31.0017218Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:31.0017915Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:31.0018733Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:31.0019710Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:31.0020443Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:31.0021182Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:31.0021967Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:31.0022819Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:31.0023577Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:31.0024370Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:31.0025136Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:31.0025776Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:31.0026396Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:31.0027214Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:31.0028032Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:31.0028652Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:31.0029352Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:31.0030237Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:31.0031034Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:31.0031695Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:31.0032342Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:31.0033191Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:31.0034000Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:31.0034637Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:31.0035696Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:31.0038628Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:31.0042155Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:31.0044109Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:31.0045122Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:31.0045879Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:31.0049899Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:31.0051194Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:31.0052206Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:31.0053088Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:31.0060879Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:31.0061716Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:31.0062677Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:31.0063476Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:31.0064285Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:31.0065355Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:31.0066147Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:31.0066940Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:31.0067667Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:31.0068276Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:31.0068843Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:31.0069514Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:31.0070169Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:31.0070733Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:31.0071401Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:31.0072000Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:31.0072570Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:31.0073241Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:31.0073854Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:31.0074420Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:31.0075086Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:31.0075684Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:31.0076263Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:31.0076973Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:31.0095404Z Receiving objects: 0% (1/237) 2024-08-22T20:29:31.0096053Z Receiving objects: 1% (3/237) 2024-08-22T20:29:31.0096702Z Receiving objects: 2% (5/237) 2024-08-22T20:29:31.0097327Z Receiving objects: 3% (8/237) 2024-08-22T20:29:31.0099142Z Receiving objects: 4% (10/237) 2024-08-22T20:29:31.0099944Z Receiving objects: 5% (12/237) 2024-08-22T20:29:31.0100612Z Receiving objects: 6% (15/237) 2024-08-22T20:29:31.0101266Z Receiving objects: 7% (17/237) 2024-08-22T20:29:31.0101905Z Receiving objects: 8% (19/237) 2024-08-22T20:29:31.0104168Z Receiving objects: 9% (22/237) 2024-08-22T20:29:31.0104872Z Receiving objects: 10% (24/237) 2024-08-22T20:29:31.0105547Z Receiving objects: 11% (27/237) 2024-08-22T20:29:31.0106270Z Receiving objects: 12% (29/237) 2024-08-22T20:29:31.0106900Z Receiving objects: 13% (31/237) 2024-08-22T20:29:31.0107580Z Receiving objects: 14% (34/237) 2024-08-22T20:29:31.0108046Z Receiving objects: 15% (36/237) 2024-08-22T20:29:31.0110297Z Receiving objects: 16% (38/237) 2024-08-22T20:29:31.0111012Z Receiving objects: 17% (41/237) 2024-08-22T20:29:31.0111622Z Receiving objects: 18% (43/237) 2024-08-22T20:29:31.0112236Z Receiving objects: 19% (46/237) 2024-08-22T20:29:31.0112924Z Receiving objects: 20% (48/237) 2024-08-22T20:29:31.0113499Z Receiving objects: 21% (50/237) 2024-08-22T20:29:31.0114122Z Receiving objects: 22% (53/237) 2024-08-22T20:29:31.0115108Z Receiving objects: 23% (55/237) 2024-08-22T20:29:31.0115683Z Receiving objects: 24% (57/237) 2024-08-22T20:29:31.0116262Z Receiving objects: 25% (60/237) 2024-08-22T20:29:31.0116978Z Receiving objects: 26% (62/237) 2024-08-22T20:29:31.0117665Z Receiving objects: 27% (64/237) 2024-08-22T20:29:31.0118276Z Receiving objects: 28% (67/237) 2024-08-22T20:29:31.0119014Z Receiving objects: 29% (69/237) 2024-08-22T20:29:31.0119837Z Receiving objects: 30% (72/237) 2024-08-22T20:29:31.0120329Z Receiving objects: 31% (74/237) 2024-08-22T20:29:31.0121086Z Receiving objects: 32% (76/237) 2024-08-22T20:29:31.0121652Z Receiving objects: 33% (79/237) 2024-08-22T20:29:31.0122158Z Receiving objects: 34% (81/237) 2024-08-22T20:29:31.0122947Z Receiving objects: 35% (83/237) 2024-08-22T20:29:31.0123520Z Receiving objects: 36% (86/237) 2024-08-22T20:29:31.0124185Z Receiving objects: 37% (88/237) 2024-08-22T20:29:31.0124891Z Receiving objects: 38% (91/237) 2024-08-22T20:29:31.0125464Z Receiving objects: 39% (93/237) 2024-08-22T20:29:31.0126163Z Receiving objects: 40% (95/237) 2024-08-22T20:29:31.0126766Z Receiving objects: 41% (98/237) 2024-08-22T20:29:31.0127477Z Receiving objects: 42% (100/237) 2024-08-22T20:29:31.0127987Z Receiving objects: 43% (102/237) 2024-08-22T20:29:31.0128466Z Receiving objects: 44% (105/237) 2024-08-22T20:29:31.0128966Z Receiving objects: 45% (107/237) 2024-08-22T20:29:31.0129500Z Receiving objects: 46% (110/237) 2024-08-22T20:29:31.0129976Z Receiving objects: 47% (112/237) 2024-08-22T20:29:31.0130472Z Receiving objects: 48% (114/237) 2024-08-22T20:29:31.0130962Z Receiving objects: 49% (117/237) 2024-08-22T20:29:31.0151849Z Receiving objects: 50% (119/237) 2024-08-22T20:29:31.0152800Z Receiving objects: 51% (121/237) 2024-08-22T20:29:31.0154712Z Receiving objects: 52% (124/237) 2024-08-22T20:29:31.0228645Z Receiving objects: 53% (126/237) 2024-08-22T20:29:31.0229279Z Receiving objects: 54% (128/237) 2024-08-22T20:29:31.0231033Z Receiving objects: 55% (131/237) 2024-08-22T20:29:31.0233240Z Receiving objects: 56% (133/237) 2024-08-22T20:29:31.0233905Z Receiving objects: 57% (136/237) 2024-08-22T20:29:31.0234652Z Receiving objects: 58% (138/237) 2024-08-22T20:29:31.0235116Z Receiving objects: 59% (140/237) 2024-08-22T20:29:31.0235623Z Receiving objects: 60% (143/237) 2024-08-22T20:29:31.0236379Z Receiving objects: 61% (145/237) 2024-08-22T20:29:31.0236894Z Receiving objects: 62% (147/237) 2024-08-22T20:29:31.0237506Z Receiving objects: 63% (150/237) 2024-08-22T20:29:31.0238358Z Receiving objects: 64% (152/237) 2024-08-22T20:29:31.0240201Z Receiving objects: 65% (155/237) 2024-08-22T20:29:31.0240849Z Receiving objects: 66% (157/237) 2024-08-22T20:29:31.0241643Z Receiving objects: 67% (159/237) 2024-08-22T20:29:31.0242281Z Receiving objects: 68% (162/237) 2024-08-22T20:29:31.0242913Z Receiving objects: 69% (164/237) 2024-08-22T20:29:31.0243517Z Receiving objects: 70% (166/237) 2024-08-22T20:29:31.0244159Z Receiving objects: 71% (169/237) 2024-08-22T20:29:31.0244779Z Receiving objects: 72% (171/237) 2024-08-22T20:29:31.0245509Z Receiving objects: 73% (174/237) 2024-08-22T20:29:31.0246103Z Receiving objects: 74% (176/237) 2024-08-22T20:29:31.0248510Z Receiving objects: 75% (178/237) 2024-08-22T20:29:31.0249473Z Receiving objects: 76% (181/237) 2024-08-22T20:29:31.0250108Z Receiving objects: 77% (183/237) 2024-08-22T20:29:31.0250993Z Receiving objects: 78% (185/237) 2024-08-22T20:29:31.0252061Z Receiving objects: 79% (188/237) 2024-08-22T20:29:31.0253939Z Receiving objects: 80% (190/237) 2024-08-22T20:29:31.0256034Z Receiving objects: 81% (192/237) 2024-08-22T20:29:31.0256888Z Receiving objects: 82% (195/237) 2024-08-22T20:29:31.0260926Z Receiving objects: 83% (197/237) 2024-08-22T20:29:31.0262503Z Receiving objects: 84% (200/237) 2024-08-22T20:29:31.0264506Z Receiving objects: 85% (202/237) 2024-08-22T20:29:31.0265115Z Receiving objects: 86% (204/237) 2024-08-22T20:29:31.0265691Z Receiving objects: 87% (207/237) 2024-08-22T20:29:31.0266987Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:31.0267707Z Receiving objects: 88% (209/237) 2024-08-22T20:29:31.0270262Z Receiving objects: 89% (211/237) 2024-08-22T20:29:31.0270794Z Receiving objects: 90% (214/237) 2024-08-22T20:29:31.0271701Z Receiving objects: 91% (216/237) 2024-08-22T20:29:31.0272343Z Receiving objects: 92% (219/237) 2024-08-22T20:29:31.0273389Z Receiving objects: 93% (221/237) 2024-08-22T20:29:31.0274265Z Receiving objects: 94% (223/237) 2024-08-22T20:29:31.0274831Z Receiving objects: 95% (226/237) 2024-08-22T20:29:31.0277197Z Receiving objects: 96% (228/237) 2024-08-22T20:29:31.0277791Z Receiving objects: 97% (230/237) 2024-08-22T20:29:31.0278573Z Receiving objects: 98% (233/237) 2024-08-22T20:29:31.0279149Z Receiving objects: 99% (235/237) 2024-08-22T20:29:31.0279603Z Receiving objects: 100% (237/237) 2024-08-22T20:29:31.0280937Z Receiving objects: 100% (237/237), 488.09 KiB | 27.12 MiB/s, done. 2024-08-22T20:29:31.0282348Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:31.0283252Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:31.0284017Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:31.0285009Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:31.0285539Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:31.0288040Z Resolving deltas: 31% (5/16) 2024-08-22T20:29:31.0288517Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:31.0289046Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:31.0289504Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:31.0289958Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:31.0290551Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:31.0290985Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:31.0291447Z Resolving deltas: 81% (13/16) 2024-08-22T20:29:31.0291992Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:31.0292423Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:31.0293061Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:31.0293621Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:31.0391231Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:31.0392068Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:31.0418140Z ##[endgroup] 2024-08-22T20:29:31.0419243Z ##[group]Determining the checkout info 2024-08-22T20:29:31.0421427Z ##[endgroup] 2024-08-22T20:29:31.0422476Z ##[group]Checking out the ref 2024-08-22T20:29:31.0426532Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:31.0605401Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:31.0606094Z 2024-08-22T20:29:31.0606675Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:31.0607645Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:31.0608769Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:31.0609628Z 2024-08-22T20:29:31.0610187Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:31.0611565Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:31.0612310Z 2024-08-22T20:29:31.0612719Z git switch -c 2024-08-22T20:29:31.0613293Z 2024-08-22T20:29:31.0613600Z Or undo this operation with: 2024-08-22T20:29:31.0614021Z 2024-08-22T20:29:31.0614247Z git switch - 2024-08-22T20:29:31.0614610Z 2024-08-22T20:29:31.0615194Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:31.0616083Z 2024-08-22T20:29:31.0617018Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:31.0619847Z ##[endgroup] 2024-08-22T20:29:31.0662989Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:31.0699454Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:31.0913951Z Prepare all required actions 2024-08-22T20:29:31.1047661Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:31.1048316Z with: 2024-08-22T20:29:31.1048966Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1049566Z docker-build-dir: .ci/docker 2024-08-22T20:29:31.1050068Z working-directory: pytorch/torchchat 2024-08-22T20:29:31.1050701Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1051332Z force-push: false 2024-08-22T20:29:31.1051726Z env: 2024-08-22T20:29:31.1052128Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1052690Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:31.1053161Z PR_NUMBER: 1044 2024-08-22T20:29:31.1057537Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:31.1062059Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:31.1062939Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:31.1063751Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:31.1064503Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:31.1065056Z ##[endgroup] 2024-08-22T20:29:31.1118630Z ##[group]Run set -ex 2024-08-22T20:29:31.1119152Z set -ex 2024-08-22T20:29:31.1119867Z  2024-08-22T20:29:31.1120591Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:31.1121612Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:31.1122517Z # job could then download the pre-built image as usual 2024-08-22T20:29:31.1123361Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:31.1124111Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1124849Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1125512Z  2024-08-22T20:29:31.1126113Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:31.1126868Z  exit 0 2024-08-22T20:29:31.1127307Z else 2024-08-22T20:29:31.1127832Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1128365Z fi 2024-08-22T20:29:31.1128743Z  2024-08-22T20:29:31.1129319Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:31.1130247Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:31.1131146Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:31.1131919Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:31.1132721Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1133544Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1134176Z else 2024-08-22T20:29:31.1134694Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:31.1135756Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1136704Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:31.1138406Z fi 2024-08-22T20:29:31.1147877Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:31.1148528Z env: 2024-08-22T20:29:31.1148922Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1149467Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:31.1149978Z PR_NUMBER: 1044 2024-08-22T20:29:31.1154287Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:31.1158898Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:31.1159796Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:31.1160626Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:31.1161325Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:31.1161974Z REPO_NAME: torchchat 2024-08-22T20:29:31.1162429Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1163001Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:31.1163642Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1164199Z ##[endgroup] 2024-08-22T20:29:31.1198615Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:31.1199151Z + echo skip=true 2024-08-22T20:29:31.1199721Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1200616Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:31.1201535Z + exit 0 2024-08-22T20:29:31.1202143Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:31.1324969Z Prepare all required actions 2024-08-22T20:29:31.1368662Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:31.1369200Z with: 2024-08-22T20:29:31.1369698Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1370362Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1370937Z env: 2024-08-22T20:29:31.1371448Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1371989Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:31.1372436Z PR_NUMBER: 1044 2024-08-22T20:29:31.1376855Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:31.1381368Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:31.1382276Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:31.1383266Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:31.1383934Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:31.1384547Z ##[endgroup] 2024-08-22T20:29:31.1455316Z ##[group]Run set -x 2024-08-22T20:29:31.1455670Z set -x 2024-08-22T20:29:31.1455963Z set +e 2024-08-22T20:29:31.1456253Z  2024-08-22T20:29:31.1456535Z login() { 2024-08-22T20:29:31.1457190Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:31.1457903Z } 2024-08-22T20:29:31.1458185Z  2024-08-22T20:29:31.1458453Z retry () { 2024-08-22T20:29:31.1458836Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:31.1459288Z } 2024-08-22T20:29:31.1459560Z  2024-08-22T20:29:31.1459879Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:31.1460288Z  2024-08-22T20:29:31.1460552Z set -e 2024-08-22T20:29:31.1461033Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:31.1461729Z # only pull docker image if it's not available locally 2024-08-22T20:29:31.1462481Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:31.1463176Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:31.1463608Z fi 2024-08-22T20:29:31.1472573Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:31.1473069Z env: 2024-08-22T20:29:31.1473394Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.1473848Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:31.1474226Z PR_NUMBER: 1044 2024-08-22T20:29:31.1478709Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:29:31.1483106Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:31.1483880Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:31.1484604Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:31.1485221Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:31.1485839Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1486346Z ##[endgroup] 2024-08-22T20:29:31.1513399Z + set +e 2024-08-22T20:29:31.1514045Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1514677Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.1517489Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:31.1518966Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:31.7132691Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:31.7133770Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:31.7134814Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:31.7135385Z 2024-08-22T20:29:31.7135509Z Login Succeeded 2024-08-22T20:29:31.7156983Z + set -e 2024-08-22T20:29:31.7157550Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.7315360Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.7315963Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:31.8933719Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:31.8934228Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:31.8934706Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:31.8935221Z f3b743645691: Pulling fs layer 2024-08-22T20:29:31.8935705Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:31.8936189Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:31.8936675Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:31.8937168Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:31.8937567Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:31.8937936Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:31.8938300Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:31.8938659Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:31.8939023Z 6d463d3f66d5: Waiting 2024-08-22T20:29:31.8939385Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:31.8939745Z af5c0f3f240b: Waiting 2024-08-22T20:29:31.8940065Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:31.8940414Z 1c60ace79a8a: Waiting 2024-08-22T20:29:31.8940742Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:31.8941103Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:31.8941468Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:31.8941841Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:31.8942198Z 784019980816: Pulling fs layer 2024-08-22T20:29:31.8942549Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:31.8942863Z 09ec69653086: Waiting 2024-08-22T20:29:31.8943165Z e8f5e731f8e4: Waiting 2024-08-22T20:29:31.8943479Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:31.8943793Z 6a40c884dc1c: Waiting 2024-08-22T20:29:31.8944116Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:31.8944472Z db6f5f4c0334: Waiting 2024-08-22T20:29:31.8944785Z 90d96273fa23: Waiting 2024-08-22T20:29:31.8945103Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:31.8945476Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:31.8945848Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:31.8946216Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:31.8946588Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:31.8946960Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:31.8947324Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:31.8947689Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:31.8948302Z a7beba6b9d19: Waiting 2024-08-22T20:29:31.8948630Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:31.8948986Z b2ba091c4c7d: Waiting 2024-08-22T20:29:31.8949312Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:31.8949673Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:31.8950024Z 2b99a72dd557: Waiting 2024-08-22T20:29:31.8950340Z 8cfb81a5220c: Waiting 2024-08-22T20:29:31.8950643Z f49fb64d359c: Waiting 2024-08-22T20:29:31.8950956Z c5058f81a371: Waiting 2024-08-22T20:29:31.8951258Z bfb071e5ae48: Waiting 2024-08-22T20:29:31.8951569Z 417dce1e59af: Waiting 2024-08-22T20:29:31.8951872Z e7fc196062f1: Waiting 2024-08-22T20:29:31.8952172Z ca3686f68fee: Waiting 2024-08-22T20:29:31.9555408Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:29:31.9555960Z 1feefa38b24d: Download complete 2024-08-22T20:29:31.9577815Z f3b743645691: Verifying Checksum 2024-08-22T20:29:31.9578343Z f3b743645691: Download complete 2024-08-22T20:29:32.0485289Z 09ec69653086: Download complete 2024-08-22T20:29:32.6785700Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:32.6786170Z 2d473b07cdd5: Download complete 2024-08-22T20:29:32.7270330Z af5c0f3f240b: Download complete 2024-08-22T20:29:32.8318323Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:32.8318868Z 6d463d3f66d5: Download complete 2024-08-22T20:29:32.9249713Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:32.9250323Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:32.9665834Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:29:32.9667204Z 6a40c884dc1c: Download complete 2024-08-22T20:29:33.0125187Z 21c4fd2610fc: Download complete 2024-08-22T20:29:33.0552965Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:33.0553535Z 90d96273fa23: Download complete 2024-08-22T20:29:33.3168620Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:33.3169403Z 1c60ace79a8a: Download complete 2024-08-22T20:29:33.4080279Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:33.4080696Z 07dcdf002e0e: Download complete 2024-08-22T20:29:33.9620586Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:33.9621783Z e8f5e731f8e4: Download complete 2024-08-22T20:29:34.4907130Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:34.4907606Z 625bfd303d2d: Download complete 2024-08-22T20:29:34.5267003Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:34.5267651Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:34.5430371Z db6f5f4c0334: Download complete 2024-08-22T20:29:34.5769099Z 784019980816: Verifying Checksum 2024-08-22T20:29:34.5769617Z 784019980816: Download complete 2024-08-22T20:29:34.5823313Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:34.5823894Z a7beba6b9d19: Download complete 2024-08-22T20:29:34.7093433Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:34.7094001Z 2b99a72dd557: Download complete 2024-08-22T20:29:34.7234069Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:34.7234653Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:34.7626997Z f49fb64d359c: Verifying Checksum 2024-08-22T20:29:34.7627555Z f49fb64d359c: Download complete 2024-08-22T20:29:34.7990969Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:34.7991673Z b2ba091c4c7d: Download complete 2024-08-22T20:29:34.8448607Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:34.8449188Z 8cfb81a5220c: Download complete 2024-08-22T20:29:34.8946446Z c5058f81a371: Download complete 2024-08-22T20:29:35.0327122Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:35.0327882Z ca3686f68fee: Download complete 2024-08-22T20:29:35.0773371Z fdb9230cd483: Download complete 2024-08-22T20:29:35.1395565Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:35.1396077Z dc18f68db4d4: Download complete 2024-08-22T20:29:36.2039955Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:36.2209645Z 1feefa38b24d: Pull complete 2024-08-22T20:29:36.2363851Z f3b743645691: Pull complete 2024-08-22T20:29:36.2516420Z 09ec69653086: Pull complete 2024-08-22T20:29:38.8580160Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:38.8580762Z bfb071e5ae48: Download complete 2024-08-22T20:29:40.1621946Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:40.6901945Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:40.6902912Z e7fc196062f1: Download complete 2024-08-22T20:29:42.4923741Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:42.5052101Z af5c0f3f240b: Pull complete 2024-08-22T20:29:43.8206781Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:43.9707628Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:43.9896078Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:44.0054056Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:44.0214954Z 90d96273fa23: Pull complete 2024-08-22T20:29:47.3760277Z 625bfd303d2d: Pull complete 2024-08-22T20:29:48.7799266Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:52.6537210Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:54.4209400Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:54.4338758Z db6f5f4c0334: Pull complete 2024-08-22T20:29:54.4466895Z 784019980816: Pull complete 2024-08-22T20:29:54.4591442Z a7beba6b9d19: Pull complete 2024-08-22T20:30:24.4083905Z 417dce1e59af: Verifying Checksum 2024-08-22T20:30:24.4084525Z 417dce1e59af: Download complete 2024-08-22T20:31:15.4903550Z 417dce1e59af: Pull complete 2024-08-22T20:31:15.9554234Z 2b99a72dd557: Pull complete 2024-08-22T20:31:16.2185830Z f49fb64d359c: Pull complete 2024-08-22T20:31:31.6173039Z bfb071e5ae48: Pull complete 2024-08-22T20:31:31.8489367Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:32.0822886Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:32.3091332Z c5058f81a371: Pull complete 2024-08-22T20:31:32.8560047Z ca3686f68fee: Pull complete 2024-08-22T20:31:33.0849568Z fdb9230cd483: Pull complete 2024-08-22T20:31:33.3284840Z dc18f68db4d4: Pull complete 2024-08-22T20:31:52.3346973Z e7fc196062f1: Pull complete 2024-08-22T20:31:52.4556941Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:52.5085866Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:52.5351265Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:52.5519252Z ##[group]Run set -ex 2024-08-22T20:31:52.5519994Z set -ex 2024-08-22T20:31:52.5520289Z { 2024-08-22T20:31:52.5520600Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:52.5521024Z  echo "set -eou pipefail"; 2024-08-22T20:31:52.5521456Z  # shellcheck disable=SC2016 2024-08-22T20:31:52.5521943Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:52.5522400Z  echo "set -x"; 2024-08-22T20:31:52.5522758Z  echo "${SCRIPT}"; 2024-08-22T20:31:52.5523152Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:52.5523621Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:52.5524544Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:52.5537312Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:52.5537658Z env: 2024-08-22T20:31:52.5538020Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:52.5538476Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:52.5538856Z PR_NUMBER: 1044 2024-08-22T20:31:52.5543012Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:31:52.5547444Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:52.5548226Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:52.5548956Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:52.5549562Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:52.5550430Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:52.5550852Z ##[endgroup] 2024-08-22T20:31:52.5588573Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:52.5590637Z + echo 'set -eou pipefail' 2024-08-22T20:31:52.5591120Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:52.5591568Z + echo 'set -x' 2024-08-22T20:31:52.5592022Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:52.5592452Z nvidia-smi 2024-08-22T20:31:52.5592728Z echo "::endgroup::" 2024-08-22T20:31:52.5596086Z 2024-08-22T20:31:52.5596696Z echo "::group::Install required packages" 2024-08-22T20:31:52.5597215Z ./install_requirements.sh cuda 2024-08-22T20:31:52.5597574Z pip3 list 2024-08-22T20:31:52.5598501Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:31:52.5599172Z echo "::endgroup::" 2024-08-22T20:31:52.5599364Z 2024-08-22T20:31:52.5599512Z echo "::group::Download checkpoint" 2024-08-22T20:31:52.5599943Z export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:31:52.5601524Z bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:31:52.5603116Z echo "::endgroup::" 2024-08-22T20:31:52.5603314Z 2024-08-22T20:31:52.5603470Z echo "::group::Convert checkpoint" 2024-08-22T20:31:52.5603928Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:31:52.5604602Z echo "::endgroup::" 2024-08-22T20:31:52.5604793Z 2024-08-22T20:31:52.5604929Z echo "::group::Run inference" 2024-08-22T20:31:52.5605774Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" 2024-08-22T20:31:52.5606413Z echo "::endgroup::" 2024-08-22T20:31:52.5606740Z ' 2024-08-22T20:31:52.5607196Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:52.5608253Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:32.3414891Z Running command: 2024-08-22T20:32:32.3422525Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_10515112133" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat:/pytorch/torchchat" -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bb674c30-f32d-4c5d-97e2-8602d50553b8":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bb674c30-f32d-4c5d-97e2-8602d50553b8" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:32.3429032Z 2024-08-22T20:32:32.3429466Z cf31801b79ab255b59ac90fac43d900782cfcc9cc216f2df0d998c21b661c87a 2024-08-22T20:32:32.3430469Z Running command: docker exec -t cf31801b79ab255b59ac90fac43d900782cfcc9cc216f2df0d998c21b661c87a /exec 2024-08-22T20:32:32.3431395Z + echo '::group::Print machine info' 2024-08-22T20:32:32.3432183Z ##[group]Print machine info 2024-08-22T20:32:32.3432569Z + nvidia-smi 2024-08-22T20:32:32.3432865Z Thu Aug 22 20:32:30 2024 2024-08-22T20:32:32.3433421Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:32.3434241Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:32:32.3435036Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:32.3435840Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:32:32.3436732Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:32:32.3437415Z | | | MIG M. | 2024-08-22T20:32:32.3438023Z |=========================================+========================+======================| 2024-08-22T20:32:32.3438648Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:32:32.3439398Z | 0% 25C P8 9W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:32:32.3440024Z | | | N/A | 2024-08-22T20:32:32.3440675Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:32.3441246Z 2024-08-22T20:32:32.3442389Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:32.3443015Z | Processes: | 2024-08-22T20:32:32.3443718Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:32:32.3444402Z | ID ID Usage | 2024-08-22T20:32:32.3444963Z |=========================================================================================| 2024-08-22T20:32:32.3445597Z | No running processes found | 2024-08-22T20:32:32.3446353Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:32.3446865Z + echo ::endgroup:: 2024-08-22T20:32:32.3447397Z ##[endgroup] 2024-08-22T20:32:32.3447810Z + echo '::group::Install required packages' 2024-08-22T20:32:32.3448473Z ##[group]Install required packages 2024-08-22T20:32:32.3448900Z + ./install_requirements.sh cuda 2024-08-22T20:32:32.3449713Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:32.3450717Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:32.3451668Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:32.3452468Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:32.3453175Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:32.3454324Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:32.3455289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 16.9 MB/s eta 0:00:00 2024-08-22T20:32:32.3456110Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:32.3456731Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:32.3457507Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:32.3458440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 14.3 MB/s eta 0:00:00 2024-08-22T20:32:32.3459238Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:32.3460154Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:32.3461153Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:32.3462074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 81.2 MB/s eta 0:00:00 2024-08-22T20:32:32.3462857Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:32.3463563Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:32.3464394Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:32.3465327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 65.1 MB/s eta 0:00:00 2024-08-22T20:32:32.3466164Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:32.3467413Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:32.3468687Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:32.3469606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 88.3 MB/s eta 0:00:00 2024-08-22T20:32:32.3470414Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:32.3471798Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-08-22T20:32:32.3473037Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:32.3474068Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 8.5/18.3 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3475164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 17.1/18.3 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:32.3476218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:32:32.3477231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:32:32.3478322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 83.3 MB/s eta 0:00:00 2024-08-22T20:32:33.6586637Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:33.6587665Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:33.6589059Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:33.6590380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 75.5 MB/s eta 0:00:00 2024-08-22T20:32:33.6591288Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:33.6592217Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:33.6593229Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:33.6594160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 24.3 MB/s eta 0:00:00 2024-08-22T20:32:33.6595404Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:32:33.6596441Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:33.6597319Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:33.6598420Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:33.6599448Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/26.9 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:32:33.6600554Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 16.1/26.9 MB 252.3 MB/s eta 0:00:01 2024-08-22T20:32:33.6601644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 24.8/26.9 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:33.6603077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.6604103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.6605091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.6606080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.6607060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 57.8 MB/s eta 0:00:00 2024-08-22T20:32:33.6607839Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:33.6608707Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:33.6609746Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:33.6610688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 58.2 MB/s eta 0:00:00 2024-08-22T20:32:33.6611458Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:33.6612337Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:33.6613325Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:33.6614248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 75.9 MB/s eta 0:00:00 2024-08-22T20:32:33.6615033Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:33.6615741Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:33.6616588Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:33.6617592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 6.6/8.7 MB 197.2 MB/s eta 0:00:01 2024-08-22T20:32:33.6618628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 204.8 MB/s eta 0:00:01 2024-08-22T20:32:33.6619932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 204.8 MB/s eta 0:00:01 2024-08-22T20:32:33.6620909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 80.6 MB/s eta 0:00:00 2024-08-22T20:32:33.6621673Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:33.6622303Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:33.6623085Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:33.6624309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 32.1 MB/s eta 0:00:00 2024-08-22T20:32:33.6625250Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.6626052Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:33.6626881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:33.6627808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 46.2 MB/s eta 0:00:00 2024-08-22T20:32:33.6628709Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.6629447Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:33.6630230Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:33.6631195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 25.9 MB/s eta 0:00:00 2024-08-22T20:32:33.6632114Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.6632898Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:33.6633692Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:33.6634634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 83.6 MB/s eta 0:00:00 2024-08-22T20:32:33.6635522Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.6636261Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:33.6636997Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.6637666Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:33.6638650Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:40.1521156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 26.5 MB/s eta 0:00:00 2024-08-22T20:32:40.1522454Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:40.1523472Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:40.1524237Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:40.1525018Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1525755Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:40.1526557Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:40.1527493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 65.8 MB/s eta 0:00:00 2024-08-22T20:32:40.1528924Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1529707Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:40.1530508Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:40.1531442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 61.0 MB/s eta 0:00:00 2024-08-22T20:32:40.1532357Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1533155Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:40.1533969Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:40.1534897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 35.4 MB/s eta 0:00:00 2024-08-22T20:32:40.1535852Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1536612Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:40.1537169Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:40.1537928Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1538702Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:40.1539493Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:40.1540428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 34.5 MB/s eta 0:00:00 2024-08-22T20:32:40.1541437Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1542492Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:40.1543538Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:40.1544561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 8.6/13.3 MB 258.8 MB/s eta 0:00:01 2024-08-22T20:32:40.1545613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:32:40.1546612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:32:40.1547584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 106.0 MB/s eta 0:00:00 2024-08-22T20:32:40.1548473Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1549176Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:40.1549840Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:40.1550661Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.1551500Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:40.1552369Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:40.1553299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/797.3 MB 208.0 MB/s eta 0:00:04 2024-08-22T20:32:40.1554303Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/797.3 MB 200.0 MB/s eta 0:00:04 2024-08-22T20:32:40.1555328Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.8/797.3 MB 198.6 MB/s eta 0:00:04 2024-08-22T20:32:40.1556388Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.7/797.3 MB 198.5 MB/s eta 0:00:04 2024-08-22T20:32:40.1557519Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/797.3 MB 197.8 MB/s eta 0:00:04 2024-08-22T20:32:40.1558738Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/797.3 MB 200.2 MB/s eta 0:00:04 2024-08-22T20:32:40.1559821Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.5/797.3 MB 205.7 MB/s eta 0:00:04 2024-08-22T20:32:40.1560920Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.6/797.3 MB 205.8 MB/s eta 0:00:04 2024-08-22T20:32:40.1562056Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/797.3 MB 208.2 MB/s eta 0:00:04 2024-08-22T20:32:40.1563150Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.9/797.3 MB 207.0 MB/s eta 0:00:04 2024-08-22T20:32:40.1564271Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/797.3 MB 207.5 MB/s eta 0:00:04 2024-08-22T20:32:40.1565359Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.2/797.3 MB 206.6 MB/s eta 0:00:04 2024-08-22T20:32:40.1566440Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.4/797.3 MB 208.1 MB/s eta 0:00:04 2024-08-22T20:32:40.1567524Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/797.3 MB 226.2 MB/s eta 0:00:04 2024-08-22T20:32:40.1568601Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.3/797.3 MB 228.9 MB/s eta 0:00:04 2024-08-22T20:32:40.1569694Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.2/797.3 MB 228.0 MB/s eta 0:00:03 2024-08-22T20:32:40.1570899Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.3/797.3 MB 230.1 MB/s eta 0:00:03 2024-08-22T20:32:41.4838509Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.4/797.3 MB 234.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4839987Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.5/797.3 MB 233.2 MB/s eta 0:00:03 2024-08-22T20:32:41.4841128Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.7/797.3 MB 235.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4842229Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/797.3 MB 229.3 MB/s eta 0:00:03 2024-08-22T20:32:41.4843329Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.7/797.3 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4844447Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.7/797.3 MB 228.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4845558Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.3/797.3 MB 222.6 MB/s eta 0:00:03 2024-08-22T20:32:41.4846650Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.0/797.3 MB 220.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4847747Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.9/797.3 MB 225.9 MB/s eta 0:00:03 2024-08-22T20:32:41.4848845Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.3/797.3 MB 215.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4849940Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.3/797.3 MB 197.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4851029Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.4/797.3 MB 230.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4852209Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.5/797.3 MB 235.3 MB/s eta 0:00:03 2024-08-22T20:32:41.4853292Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/797.3 MB 231.0 MB/s eta 0:00:03 2024-08-22T20:32:41.4854384Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 241.7/797.3 MB 235.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4855475Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 249.6/797.3 MB 227.8 MB/s eta 0:00:03 2024-08-22T20:32:41.4856564Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 257.3/797.3 MB 221.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4857648Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 265.5/797.3 MB 230.9 MB/s eta 0:00:03 2024-08-22T20:32:41.4859056Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.6/797.3 MB 215.4 MB/s eta 0:00:03 2024-08-22T20:32:41.4860147Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 280.8/797.3 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:32:41.4861237Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.4/797.3 MB 230.0 MB/s eta 0:00:03 2024-08-22T20:32:41.4862319Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 295.2/797.3 MB 199.2 MB/s eta 0:00:03 2024-08-22T20:32:41.4863400Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 302.8/797.3 MB 222.8 MB/s eta 0:00:03 2024-08-22T20:32:41.4864493Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 310.7/797.3 MB 229.3 MB/s eta 0:00:03 2024-08-22T20:32:41.4865617Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 318.9/797.3 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:32:41.4866702Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 326.1/797.3 MB 223.0 MB/s eta 0:00:03 2024-08-22T20:32:41.4867790Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 331.1/797.3 MB 169.2 MB/s eta 0:00:03 2024-08-22T20:32:41.4868873Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 338.4/797.3 MB 198.8 MB/s eta 0:00:03 2024-08-22T20:32:41.4869966Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 342.9/797.3 MB 229.8 MB/s eta 0:00:02 2024-08-22T20:32:41.4871051Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 342.9/797.3 MB 229.8 MB/s eta 0:00:02 2024-08-22T20:32:41.4872381Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 349.3/797.3 MB 102.0 MB/s eta 0:00:05 2024-08-22T20:32:41.4873471Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 357.0/797.3 MB 228.4 MB/s eta 0:00:02 2024-08-22T20:32:41.4874555Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 365.0/797.3 MB 229.1 MB/s eta 0:00:02 2024-08-22T20:32:41.4875632Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 373.2/797.3 MB 239.0 MB/s eta 0:00:02 2024-08-22T20:32:41.4876720Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 381.4/797.3 MB 232.1 MB/s eta 0:00:02 2024-08-22T20:32:41.4877885Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 389.6/797.3 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:32:41.4879008Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.9/797.3 MB 239.6 MB/s eta 0:00:02 2024-08-22T20:32:41.4880080Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 406.1/797.3 MB 236.4 MB/s eta 0:00:02 2024-08-22T20:32:42.8090543Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 414.3/797.3 MB 236.4 MB/s eta 0:00:02 2024-08-22T20:32:42.8091899Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 422.9/797.3 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:32:42.8093330Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 431.0/797.3 MB 239.1 MB/s eta 0:00:02 2024-08-22T20:32:42.8094599Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 438.9/797.3 MB 229.6 MB/s eta 0:00:02 2024-08-22T20:32:42.8095777Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 446.2/797.3 MB 217.5 MB/s eta 0:00:02 2024-08-22T20:32:42.8096883Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 454.1/797.3 MB 220.2 MB/s eta 0:00:02 2024-08-22T20:32:42.8097980Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 234.5 MB/s eta 0:00:02 2024-08-22T20:32:42.8099079Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 466.5/797.3 MB 172.6 MB/s eta 0:00:02 2024-08-22T20:32:42.8100172Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 474.3/797.3 MB 225.1 MB/s eta 0:00:02 2024-08-22T20:32:42.8101270Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 481.9/797.3 MB 226.0 MB/s eta 0:00:02 2024-08-22T20:32:42.8102828Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 490.2/797.3 MB 224.7 MB/s eta 0:00:02 2024-08-22T20:32:42.8103930Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 497.1/797.3 MB 212.1 MB/s eta 0:00:02 2024-08-22T20:32:42.8105023Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 504.6/797.3 MB 207.9 MB/s eta 0:00:02 2024-08-22T20:32:42.8106113Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 513.0/797.3 MB 243.3 MB/s eta 0:00:02 2024-08-22T20:32:42.8107198Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 521.4/797.3 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:32:42.8108287Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 529.4/797.3 MB 232.6 MB/s eta 0:00:02 2024-08-22T20:32:42.8109403Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 535.0/797.3 MB 184.9 MB/s eta 0:00:02 2024-08-22T20:32:42.8110484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 543.2/797.3 MB 196.7 MB/s eta 0:00:02 2024-08-22T20:32:42.8111550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 551.3/797.3 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:32:42.8112630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 559.6/797.3 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:42.8113704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 566.8/797.3 MB 218.3 MB/s eta 0:00:02 2024-08-22T20:32:42.8114779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 575.1/797.3 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:32:42.8115888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 582.6/797.3 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:32:42.8116969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.3/797.3 MB 205.6 MB/s eta 0:00:02 2024-08-22T20:32:42.8118113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 596.6/797.3 MB 201.3 MB/s eta 0:00:01 2024-08-22T20:32:42.8119196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 604.7/797.3 MB 228.6 MB/s eta 0:00:01 2024-08-22T20:32:42.8120447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 612.8/797.3 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:42.8121519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 621.0/797.3 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:32:42.8122741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 629.2/797.3 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:32:42.8123938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 637.5/797.3 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:42.8125015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 645.7/797.3 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:42.8126107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 653.9/797.3 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:32:42.8127179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 661.9/797.3 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:42.8128249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 670.2/797.3 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:32:42.8129328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.5/797.3 MB 174.7 MB/s eta 0:00:01 2024-08-22T20:32:42.8130412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 681.9/797.3 MB 164.9 MB/s eta 0:00:01 2024-08-22T20:32:42.8131480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 689.5/797.3 MB 225.6 MB/s eta 0:00:01 2024-08-22T20:32:42.8132556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 697.8/797.3 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:32:44.6484267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 704.3/797.3 MB 204.2 MB/s eta 0:00:01 2024-08-22T20:32:44.6485777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 712.6/797.3 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:44.6486905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 720.9/797.3 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:44.6488035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 729.5/797.3 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:44.6489130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 738.1/797.3 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:44.6490214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 744.9/797.3 MB 214.3 MB/s eta 0:00:01 2024-08-22T20:32:44.6491306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 753.0/797.3 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:44.6492427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 761.4/797.3 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:44.6493504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 769.6/797.3 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:44.6495361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 777.8/797.3 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:44.6496389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 784.8/797.3 MB 211.5 MB/s eta 0:00:01 2024-08-22T20:32:44.6497393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 792.6/797.3 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:44.6498412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6499425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6500431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6501459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6502471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6503475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6504470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6505477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6506502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6507515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6508716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6509719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6510729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6511735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6512731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6513863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6514911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6515920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6516910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6517987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6518996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6520245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6521248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6522312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6523321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6524444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6525461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0255764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0257293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0258940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0259963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0260989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0262004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0263000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0264015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0265075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0266086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0267079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0268087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0269104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0270112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0271109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0272148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0273149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0274141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0275131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0276135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0277143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0278444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0279450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0280454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0281463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0282474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0283468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0284485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0285532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0286532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0287536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0288545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0289540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0290543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0291578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0292586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0293587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0294578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0295574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:46.0296581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4041003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4042763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4043901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4044918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4045909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4046917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4047925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4048954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4049947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4050959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4051989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4052998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4054008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4055200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4056320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4057324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4058332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4059356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4060374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4061369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4062427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4063446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4064558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4065555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4066571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4067580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4068624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4069636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4070649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4071660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4072660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4073669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4074674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4075865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4076856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4077968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4078968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4079961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4080946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:47.4081986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7852849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7854525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7855614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7856642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7857664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7858673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7859810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7860837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7861847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7862839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7863853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7864854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7866172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7867172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7868185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7869191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7870193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7871186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7872206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7873232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7874238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7875249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7876261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7877264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7878336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7879483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7880498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7881502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7882501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7883555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7884559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7885659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7886668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7887677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7888693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7889704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7890700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7891702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7892733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:48.7893720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9562107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9563552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9564797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9566049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9567771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9569176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9570553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9571647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9572650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9573655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9574663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9575700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9576702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9577706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9578754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9579775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9580778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9581814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9582819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9583889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9584888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9585908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9586926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9587932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9589936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9590961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9591968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9592977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9593972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9595309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9596484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9597486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9598600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:50.9599589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:50.9600534Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:50.9601381Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:50.9602217Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:50.9603028Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:50.9603917Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:50.9604923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 6.0/9.5 MB 179.7 MB/s eta 0:00:01 2024-08-22T20:32:50.9605974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 197.1 MB/s eta 0:00:01 2024-08-22T20:32:50.9606942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 107.2 MB/s eta 0:00:00 2024-08-22T20:32:53.4117929Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:32:53.4119157Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:53.4120792Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:53.4122480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:53.4123449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 37.0 MB/s eta 0:00:00 2024-08-22T20:32:53.4124403Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:53.4125105Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:53.4125662Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:53.4126853Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:32:53.4128504Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:32:53.4129726Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:53.4130759Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:53.4131787Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:53.4132736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 45.6 MB/s eta 0:00:00 2024-08-22T20:32:53.4134072Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:32:53.4135702Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:32:53.4137296Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:32:53.4138918Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:32:53.4140206Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:53.4141317Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:53.4142322Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:53.4143299Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:53.4144377Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:53.4145310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 99.0 MB/s eta 0:00:00 2024-08-22T20:32:53.4146181Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:53.4147515Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:32:53.4148684Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:53.4149629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 75.4 MB/s eta 0:00:00 2024-08-22T20:32:53.4150536Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:53.4151833Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:32:53.4153092Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:53.4154049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 78.4 MB/s eta 0:00:00 2024-08-22T20:32:53.4155392Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:32:53.4156573Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:53.4157587Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:32:53.4158739Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:53.4159708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 256.7 MB/s eta 0:00:01 2024-08-22T20:32:53.4160676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 125.2 MB/s eta 0:00:00 2024-08-22T20:32:53.4161549Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.4162286Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:53.4163078Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:53.4164016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 93.1 MB/s eta 0:00:00 2024-08-22T20:32:53.4164917Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.4165667Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:53.4166403Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.4167152Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:53.4168289Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:32:53.4169462Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.4170706Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:32:53.4171945Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:53.4172962Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 6.8/13.0 MB 203.4 MB/s eta 0:00:01 2024-08-22T20:32:53.4174016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 222.4 MB/s eta 0:00:01 2024-08-22T20:32:53.4175022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 222.4 MB/s eta 0:00:01 2024-08-22T20:32:53.4176005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 102.5 MB/s eta 0:00:00 2024-08-22T20:32:53.4176899Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.4178074Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:53.4179076Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:53.4180038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 188.6 MB/s eta 0:00:01 2024-08-22T20:32:55.2658591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 77.0 MB/s eta 0:00:00 2024-08-22T20:32:55.2659774Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2660941Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:55.2661931Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:55.2662880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 52.8 MB/s eta 0:00:00 2024-08-22T20:32:55.2663806Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2664794Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:55.2665800Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:55.2666807Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/39.9 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:32:55.2667906Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/39.9 MB 192.6 MB/s eta 0:00:01 2024-08-22T20:32:55.2668986Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 20.5/39.9 MB 204.3 MB/s eta 0:00:01 2024-08-22T20:32:55.2670076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 27.1/39.9 MB 202.6 MB/s eta 0:00:01 2024-08-22T20:32:55.2671587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 33.7/39.9 MB 196.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2672638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.6/39.9 MB 173.6 MB/s eta 0:00:01 2024-08-22T20:32:55.2673644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2674631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2675612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2676607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2677633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2678716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2679687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2680677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 173.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2681653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 29.4 MB/s eta 0:00:00 2024-08-22T20:32:55.2682544Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2683272Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:55.2684090Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:55.2685025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 56.2 MB/s eta 0:00:00 2024-08-22T20:32:55.2685916Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2686668Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:55.2687392Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2688105Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:55.2688889Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2689679Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:55.2690480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:55.2691621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 50.0 MB/s eta 0:00:00 2024-08-22T20:32:55.2692528Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2693297Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:55.2694078Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:55.2695037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:55.2696004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 103.8 MB/s eta 0:00:00 2024-08-22T20:32:55.2696894Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2697745Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:55.2698641Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:55.2699582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 25.9 MB/s eta 0:00:00 2024-08-22T20:32:55.2700455Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:55.2701176Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:55.2701966Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:55.2702898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 57.0 MB/s eta 0:00:00 2024-08-22T20:32:55.2704158Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 31)) (3.1.4) 2024-08-22T20:32:55.2705338Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:55.2706105Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:55.2707371Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) (5.9.0) 2024-08-22T20:32:55.2708782Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2709901Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:57.1169005Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:57.1170321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 81.4 MB/s eta 0:00:00 2024-08-22T20:32:57.1172226Z [?25hRequirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (4.19.2) 2024-08-22T20:32:57.1173755Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:57.1174559Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:57.1175370Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:57.1176319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 32.4 MB/s eta 0:00:00 2024-08-22T20:32:57.1177201Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:57.1177935Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:57.1178728Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:57.1179656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 21.8 MB/s eta 0:00:00 2024-08-22T20:32:57.1180787Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:57.1181662Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:57.1182440Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:57.1183368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 21.5 MB/s eta 0:00:00 2024-08-22T20:32:57.1184330Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.1185419Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:57.1186412Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:57.1187357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 53.8 MB/s eta 0:00:00 2024-08-22T20:32:57.1188385Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.1189560Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:57.1190629Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:57.1191567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:32:57.1192546Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.1193598Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:57.1194603Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:57.1195577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 120.2 MB/s eta 0:00:00 2024-08-22T20:32:57.1196634Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:57.1197473Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:57.1198333Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:57.1199265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 17.2 MB/s eta 0:00:00 2024-08-22T20:32:57.1200610Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) (2.1.3) 2024-08-22T20:32:57.1202431Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:32:57.1204441Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2024.1) 2024-08-22T20:32:57.1205832Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:57.1206902Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:57.1207940Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:57.1208889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 73.0 MB/s eta 0:00:00 2024-08-22T20:32:57.1210318Z [?25hRequirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2.0.4) 2024-08-22T20:32:57.1212079Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (3.4) 2024-08-22T20:32:57.1213847Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:32:57.1215270Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:57.1216134Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:57.1216944Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:57.1217881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 27.3 MB/s eta 0:00:00 2024-08-22T20:32:57.1218907Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:57.1219968Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:57.1220769Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:57.1221707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 74.3 MB/s eta 0:00:00 2024-08-22T20:32:57.1222693Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.1223506Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:57.1224290Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:57.1225237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 37.8 MB/s eta 0:00:00 2024-08-22T20:32:57.1226213Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.1227001Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:57.1227777Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:58.6552822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 105.4 MB/s eta 0:00:00 2024-08-22T20:32:58.6556092Z [?25hRequirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) (1.16.0) 2024-08-22T20:32:58.6557818Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6558667Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:58.6559547Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6560364Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:58.6561174Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6562256Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:58.6563382Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6564463Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:58.6565484Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:58.6566512Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/41.2 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:32:58.6567614Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 15.5/41.2 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6568712Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.9/41.2 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6569813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 32.4/41.2 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:58.6570917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 40.0/41.2 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6571960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6572970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6573967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6574958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6575986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6577275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 41.6 MB/s eta 0:00:00 2024-08-22T20:32:58.6578316Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6579168Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:58.6579962Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:58.6580910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 61.9 MB/s eta 0:00:00 2024-08-22T20:32:58.6581986Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6582906Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:58.6583701Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6584461Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:58.6585247Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:58.6586268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 260.5 MB/s eta 0:00:01 2024-08-22T20:32:58.6587237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 101.0 MB/s eta 0:00:00 2024-08-22T20:32:58.6588162Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6589179Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:58.6590176Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:58.6591355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 120.9 MB/s eta 0:00:00 2024-08-22T20:32:58.6592487Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6593866Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:32:58.6595062Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:58.6596072Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/23.7 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:32:58.6597159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 17.3/23.7 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:32:58.6598272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 257.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6599529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 257.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6600530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 257.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6601670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 257.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6602648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 63.0 MB/s eta 0:00:00 2024-08-22T20:32:58.6603750Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:58.6605150Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:32:58.6606356Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:58.6607321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 106.0 MB/s eta 0:00:00 2024-08-22T20:32:59.9388219Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.9389888Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:32:59.9391164Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:59.9392189Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 8.2/14.1 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:59.9393253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:32:59.9394308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:32:59.9395320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:32:59.9396310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 78.6 MB/s eta 0:00:00 2024-08-22T20:32:59.9397438Z [?25hCollecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.9398892Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:32:59.9400101Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:59.9401047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/664.8 MB 239.2 MB/s eta 0:00:03 2024-08-22T20:32:59.9402530Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/664.8 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:32:59.9403612Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/664.8 MB 249.6 MB/s eta 0:00:03 2024-08-22T20:32:59.9404717Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/664.8 MB 252.1 MB/s eta 0:00:03 2024-08-22T20:32:59.9405814Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/664.8 MB 250.7 MB/s eta 0:00:03 2024-08-22T20:32:59.9406921Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/664.8 MB 249.7 MB/s eta 0:00:03 2024-08-22T20:32:59.9408016Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.7/664.8 MB 249.9 MB/s eta 0:00:03 2024-08-22T20:32:59.9409145Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.3/664.8 MB 250.8 MB/s eta 0:00:03 2024-08-22T20:32:59.9410262Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/664.8 MB 250.4 MB/s eta 0:00:03 2024-08-22T20:32:59.9411359Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/664.8 MB 251.7 MB/s eta 0:00:03 2024-08-22T20:32:59.9412450Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/664.8 MB 250.1 MB/s eta 0:00:03 2024-08-22T20:32:59.9413555Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.8/664.8 MB 250.3 MB/s eta 0:00:03 2024-08-22T20:32:59.9414658Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.5/664.8 MB 251.6 MB/s eta 0:00:03 2024-08-22T20:32:59.9415775Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.2/664.8 MB 251.2 MB/s eta 0:00:03 2024-08-22T20:32:59.9416875Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.8/664.8 MB 250.2 MB/s eta 0:00:03 2024-08-22T20:32:59.9417972Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.5/664.8 MB 250.7 MB/s eta 0:00:03 2024-08-22T20:32:59.9419068Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.1/664.8 MB 251.0 MB/s eta 0:00:03 2024-08-22T20:32:59.9420390Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.7/664.8 MB 250.6 MB/s eta 0:00:03 2024-08-22T20:32:59.9421487Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.4/664.8 MB 250.0 MB/s eta 0:00:03 2024-08-22T20:32:59.9422586Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.9/664.8 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:32:59.9423947Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.5/664.8 MB 250.1 MB/s eta 0:00:02 2024-08-22T20:32:59.9425051Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.2/664.8 MB 251.1 MB/s eta 0:00:02 2024-08-22T20:32:59.9426197Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 197.9/664.8 MB 251.2 MB/s eta 0:00:02 2024-08-22T20:32:59.9427291Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 206.5/664.8 MB 249.7 MB/s eta 0:00:02 2024-08-22T20:32:59.9428386Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 215.2/664.8 MB 251.3 MB/s eta 0:00:02 2024-08-22T20:32:59.9429480Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 223.8/664.8 MB 251.1 MB/s eta 0:00:02 2024-08-22T20:32:59.9430606Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 232.6/664.8 MB 252.0 MB/s eta 0:00:02 2024-08-22T20:32:59.9431702Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 241.3/664.8 MB 251.6 MB/s eta 0:00:02 2024-08-22T20:32:59.9432794Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 250.0/664.8 MB 252.1 MB/s eta 0:00:02 2024-08-22T20:33:01.2579792Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 258.6/664.8 MB 251.7 MB/s eta 0:00:02 2024-08-22T20:33:01.2581140Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 267.3/664.8 MB 251.3 MB/s eta 0:00:02 2024-08-22T20:33:01.2582283Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 276.0/664.8 MB 250.9 MB/s eta 0:00:02 2024-08-22T20:33:01.2583458Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 284.6/664.8 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:33:01.2584566Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 293.3/664.8 MB 252.2 MB/s eta 0:00:02 2024-08-22T20:33:01.2585669Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 302.0/664.8 MB 251.5 MB/s eta 0:00:02 2024-08-22T20:33:01.2586766Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 310.6/664.8 MB 250.6 MB/s eta 0:00:02 2024-08-22T20:33:01.2587865Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 319.3/664.8 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:33:01.2588958Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 327.9/664.8 MB 251.8 MB/s eta 0:00:02 2024-08-22T20:33:01.2590478Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 336.6/664.8 MB 250.8 MB/s eta 0:00:02 2024-08-22T20:33:01.2591563Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 345.3/664.8 MB 252.1 MB/s eta 0:00:02 2024-08-22T20:33:01.2592647Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 353.9/664.8 MB 250.8 MB/s eta 0:00:02 2024-08-22T20:33:01.2593729Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 362.7/664.8 MB 252.6 MB/s eta 0:00:02 2024-08-22T20:33:01.2594820Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 371.4/664.8 MB 252.4 MB/s eta 0:00:02 2024-08-22T20:33:01.2595948Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 380.0/664.8 MB 250.9 MB/s eta 0:00:02 2024-08-22T20:33:01.2597075Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 388.7/664.8 MB 251.8 MB/s eta 0:00:02 2024-08-22T20:33:01.2598267Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 397.4/664.8 MB 251.9 MB/s eta 0:00:02 2024-08-22T20:33:01.2599350Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 406.0/664.8 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:33:01.2600429Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 414.6/664.8 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:33:01.2601506Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 423.2/664.8 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:01.2602586Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 431.9/664.8 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:33:01.2603870Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 440.5/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:33:01.2604950Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 449.1/664.8 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:01.2606036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 457.8/664.8 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:33:01.2607108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 466.5/664.8 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:01.2608186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 475.1/664.8 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:33:01.2609262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 483.7/664.8 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:01.2610380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 492.3/664.8 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:33:01.2611473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 500.9/664.8 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:33:01.2612550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 509.6/664.8 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:33:01.2613620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 518.2/664.8 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:33:01.2614697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 526.8/664.8 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:33:01.2615774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 535.5/664.8 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:33:01.2616886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 544.2/664.8 MB 250.7 MB/s eta 0:00:01 2024-08-22T20:33:01.2617948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 552.9/664.8 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:33:01.2619021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 561.6/664.8 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:33:01.2620484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 570.2/664.8 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:33:01.2621550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 578.9/664.8 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:03.0159261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 587.6/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:33:03.0161060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 596.2/664.8 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:03.0162174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 604.8/664.8 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:33:03.0163271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 613.4/664.8 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:03.0164353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 622.0/664.8 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:03.0165443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 630.7/664.8 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:03.0166578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 639.3/664.8 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:33:03.0167658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 647.9/664.8 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:33:03.0168707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 656.5/664.8 MB 250.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0169718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0170715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0171732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0172739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0173747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0174769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0175786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0176796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0177800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0178793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0179815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0180929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0182020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0183016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0184034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0185046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0186040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0187137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0188177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0189311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0190459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0191470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0192487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0193500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0194540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0195550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0196606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0197610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0198680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:03.0199684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3950115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3951994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3953151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3954194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3955221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3956228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3957254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3958397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3959405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3960401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3961429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3962453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3963635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3964843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3965955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3966975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3967966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3968969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3969983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3970989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3972041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3973057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3974067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3975082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3976091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3977109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3978138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3979157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3980157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3981160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3982183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3983209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3984215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3985442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3986465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3987530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3988547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3989555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3990573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:04.3991611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7754187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7755706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7756943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7758046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7759049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7760062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7761128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7762122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7763126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7764144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7765153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7766148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7767674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7768690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7769720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7770725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7771746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7772747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7773748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7774781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7775803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7776816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7777876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7778861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7779886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7781011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7782014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7783018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7784023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7785018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7786005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7787104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7788187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7789201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7790197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7791214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7792218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7793223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7794251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7795262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6337633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6339164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6340662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6342185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6343866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6345173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6346195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6347262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6348253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6349321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6350369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6351452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6352486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6353501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6354592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6355595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6356668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6357805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6358872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6359911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6360960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6362018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6363106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6364147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6365409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6366463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6367564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6368571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6369574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6370574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6371657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6372642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6373731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6374823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6375867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6376909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:07.6378041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.9 MB/s eta 0:00:00 2024-08-22T20:33:07.6379184Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:07.6380588Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:33:07.6381865Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:33:07.6382929Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/410.6 MB 228.1 MB/s eta 0:00:02 2024-08-22T20:33:08.9629898Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.1/410.6 MB 215.2 MB/s eta 0:00:02 2024-08-22T20:33:08.9631535Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.6/410.6 MB 200.9 MB/s eta 0:00:02 2024-08-22T20:33:08.9633491Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.1/410.6 MB 210.6 MB/s eta 0:00:02 2024-08-22T20:33:08.9634675Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.5/410.6 MB 210.8 MB/s eta 0:00:02 2024-08-22T20:33:08.9635783Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/410.6 MB 227.6 MB/s eta 0:00:02 2024-08-22T20:33:08.9636873Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/410.6 MB 245.8 MB/s eta 0:00:02 2024-08-22T20:33:08.9638110Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/410.6 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:33:08.9639214Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.2/410.6 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:33:08.9640414Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.9/410.6 MB 249.7 MB/s eta 0:00:02 2024-08-22T20:33:08.9641510Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/410.6 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:33:08.9642597Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.1/410.6 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:33:08.9643770Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/410.6 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:33:08.9644868Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.3/410.6 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:33:08.9646003Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.8/410.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:08.9647126Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 130.4/410.6 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:33:08.9648271Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/410.6 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:33:08.9649358Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 147.6/410.6 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:33:08.9650497Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 156.2/410.6 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:33:08.9651628Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 164.8/410.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:08.9652747Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 173.4/410.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:08.9654020Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 181.9/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:33:08.9655233Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 190.5/410.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:08.9656357Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 199.1/410.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:08.9657475Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 207.8/410.6 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:08.9658595Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 216.5/410.6 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:33:08.9659676Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 225.2/410.6 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:33:08.9660756Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 233.9/410.6 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:33:08.9661921Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 242.5/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:08.9662999Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 251.1/410.6 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:08.9664158Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.7/410.6 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:08.9665241Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 268.3/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:08.9666365Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 277.0/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:08.9667436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 285.6/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:08.9668868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 294.2/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:33:08.9669969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 302.8/410.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:08.9671070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 311.4/410.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:08.9672204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 320.0/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:08.9673288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 328.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:10.5590363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 337.2/410.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:10.5591794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 345.7/410.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:10.5592928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 354.4/410.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:33:10.5594028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 363.0/410.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:33:10.5595134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 371.7/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:10.5596228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 380.3/410.6 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5597331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 388.9/410.6 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:10.5598618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 397.6/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:10.5599664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 406.4/410.6 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:10.5600703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5601718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5602711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5603721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5605739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5606761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5607762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5608771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5609791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5610800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5611800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5612861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5613871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5614893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5615897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5616920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5617999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5619045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5620289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5621298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5622303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5623296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5624304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5625468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5626587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5627582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5628577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5629590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5630593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:10.5631585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9398574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9399803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9400981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9402085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9403189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9404349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9405460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9406575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9407736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9408838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9409915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9411053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9412184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9413714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9414838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9415941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9417046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9418185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9419303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9420803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9421920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9423059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9424200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9425299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9426429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9427563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9428991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9430152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9431242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9432321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9433474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9434574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9435706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9436850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9438001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9439103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9440134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9441185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9442194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:11.9443326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6489491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6490631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6491652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6492654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6493664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6495143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6496155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6497150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 253.9 MB/s eta 0:00:01 2024-08-22T20:33:13.6498153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:33:13.6499229Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:13.6500602Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:33:13.6501804Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:33:13.6502868Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/121.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:13.6504127Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/121.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:13.6505242Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.3/121.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6506340Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.8/121.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:13.6507437Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/121.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:13.6508539Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 51.0/121.6 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:33:13.6509669Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 59.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:13.6510755Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 68.1/121.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:13.6511829Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 76.7/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:13.6512910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 85.3/121.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6513983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 93.8/121.6 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:13.6515064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 102.4/121.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:13.6516341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 111.0/121.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6517410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 119.5/121.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:13.6518500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6520033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6521295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6522307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6523328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6524345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6525355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6526356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6527341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6528335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6529398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6530433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6531436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:13.6532448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1146383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1147683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1148728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1150188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1151220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1152227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1153221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1154219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1155242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1156254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1157284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1158372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1159402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1160415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1161392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 9.4 MB/s eta 0:00:00 2024-08-22T20:33:15.1162477Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:15.1164063Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:33:15.1165275Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:33:15.1166351Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/56.5 MB 161.0 MB/s eta 0:00:01 2024-08-22T20:33:15.1167568Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.1/56.5 MB 165.8 MB/s eta 0:00:01 2024-08-22T20:33:15.1168787Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/56.5 MB 144.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1169992Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 21.6/56.5 MB 152.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1171195Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 26.4/56.5 MB 166.8 MB/s eta 0:00:01 2024-08-22T20:33:15.1172432Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 30.3/56.5 MB 133.3 MB/s eta 0:00:01 2024-08-22T20:33:15.1173626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 38.1/56.5 MB 176.3 MB/s eta 0:00:01 2024-08-22T20:33:15.1174811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 46.5/56.5 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:33:15.1175996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 54.7/56.5 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:33:15.1177146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1178260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1179391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1180475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1181578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1182674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1183765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1184882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1186184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1187282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1188364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1189461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:15.1190557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5416892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5418154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5419226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5420486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5421472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5422449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5423456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5424450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5425467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5426437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.6 MB/s eta 0:00:00 2024-08-22T20:33:16.5427531Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:16.5428934Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:33:16.5430197Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:33:16.5431206Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/124.2 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:33:16.5432306Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/124.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:16.5433795Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/124.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:16.5434891Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/124.2 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:16.5435985Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/124.2 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:16.5437080Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.8/124.2 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:16.5438252Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 59.3/124.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:16.5439331Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.9/124.2 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:16.5440445Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 76.6/124.2 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:16.5441524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 85.1/124.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:16.5442602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 93.7/124.2 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:33:16.5443672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 102.3/124.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:16.5444743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 110.9/124.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:16.5445834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 119.5/124.2 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:16.5446909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5447912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5448930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5449929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5450925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5451907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5453106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5454104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5455089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5456080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5457087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5458088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:16.5459077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9668372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9669617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9670653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9671677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9672684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9674110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9675562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9676699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9677796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9678798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9680134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9681141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9683217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9684674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9685698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9686700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9687926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9688920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9690507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9691547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9693487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9694503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9695803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9696811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9698052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9699186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9700279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9702492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9703853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9704861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9706085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:33:17.9707187Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:17.9708919Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:33:17.9710206Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:33:17.9712269Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/196.0 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:33:17.9713392Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/196.0 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:33:17.9714999Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/196.0 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:33:17.9716822Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/196.0 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:33:17.9718487Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/196.0 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:33:17.9720694Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/196.0 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:33:19.4404207Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/196.0 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:19.4405420Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 67.3/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:19.4406545Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 75.9/196.0 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:19.4407742Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 84.5/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:33:19.4409226Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 93.1/196.0 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:19.4410739Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 101.7/196.0 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:33:19.4411862Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 110.3/196.0 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:19.4412948Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 118.9/196.0 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:19.4414043Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 127.5/196.0 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:19.4415128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 136.1/196.0 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:19.4416233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 144.6/196.0 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:19.4417342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 153.2/196.0 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:19.4418445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 161.8/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:19.4419829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 170.3/196.0 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4420936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 178.9/196.0 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:19.4422017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 187.5/196.0 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4423072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4424120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4425130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4426150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4427156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4428145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4429137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4430447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4431457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4432447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4433455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4434452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4435444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4436445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4437466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4438585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4439578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4440616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4441613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4442604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4443845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4444840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:19.4445839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8205599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8207082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8208264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8209327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8210369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8211387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8212420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8213456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8214485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8215487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8216543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8217578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8218592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8219889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8220927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8221951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8223288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8224314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8225325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8226351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8227364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8228377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8229398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8230620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8231617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8232629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8233670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8234672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8235669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8236727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8237823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8238819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8239814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8240828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8241850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8242974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8244085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8245091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8246091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:20.8247081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3370162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3371638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3372791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3373816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3374823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3375808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:33:22.3376854Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:22.3378207Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:33:22.3379388Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:33:22.3380438Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/176.2 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3381542Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/176.2 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:33:22.3382641Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.3/176.2 MB 205.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3383731Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.3/176.2 MB 204.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3384825Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/176.2 MB 204.4 MB/s eta 0:00:01 2024-08-22T20:33:22.3385924Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/176.2 MB 204.1 MB/s eta 0:00:01 2024-08-22T20:33:22.3387458Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/176.2 MB 207.5 MB/s eta 0:00:01 2024-08-22T20:33:22.3388541Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/176.2 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:33:22.3389619Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/176.2 MB 216.7 MB/s eta 0:00:01 2024-08-22T20:33:22.3390705Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 71.8/176.2 MB 216.0 MB/s eta 0:00:01 2024-08-22T20:33:22.3391792Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 79.3/176.2 MB 217.4 MB/s eta 0:00:01 2024-08-22T20:33:22.3392877Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 86.7/176.2 MB 216.2 MB/s eta 0:00:01 2024-08-22T20:33:22.3393995Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 94.2/176.2 MB 217.7 MB/s eta 0:00:01 2024-08-22T20:33:22.3395073Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 101.7/176.2 MB 217.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3396156Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 109.3/176.2 MB 218.1 MB/s eta 0:00:01 2024-08-22T20:33:22.3397230Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 116.2/176.2 MB 206.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3398399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 123.1/176.2 MB 200.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3399479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 130.1/176.2 MB 202.7 MB/s eta 0:00:01 2024-08-22T20:33:22.3400776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 137.1/176.2 MB 203.0 MB/s eta 0:00:01 2024-08-22T20:33:22.3401850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 144.1/176.2 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:33:22.3402925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 151.5/176.2 MB 211.5 MB/s eta 0:00:01 2024-08-22T20:33:22.3404006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 159.1/176.2 MB 218.4 MB/s eta 0:00:01 2024-08-22T20:33:22.3405081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 166.5/176.2 MB 217.4 MB/s eta 0:00:01 2024-08-22T20:33:22.3406121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 174.3/176.2 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3407170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3408172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3409163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3410161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3411170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:22.3412171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7640003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7641711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7642740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7643765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7644774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7645772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7646784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7648724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7649748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7650754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7651824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7652826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7653831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7654842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7655874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7656875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7657864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7658855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7659867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7660868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7661899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7662907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7663914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7664917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7665903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7666905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7668013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7669101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7670107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7671117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7672114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7673114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7674105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7675148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7676149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7677144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:23.7678197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:33:23.7679248Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:23.7680558Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:33:23.7681784Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:33:23.7682730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 32.7 MB/s eta 0:00:00 2024-08-22T20:33:25.2067348Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:25.2068804Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:33:25.2070029Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:33:25.2071025Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/209.4 MB 134.9 MB/s eta 0:00:02 2024-08-22T20:33:25.2072164Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/209.4 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:25.2073502Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/209.4 MB 204.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2074771Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.5/209.4 MB 135.2 MB/s eta 0:00:02 2024-08-22T20:33:25.2075901Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/209.4 MB 230.6 MB/s eta 0:00:01 2024-08-22T20:33:25.2077002Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/209.4 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2078173Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/209.4 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:25.2079263Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.9/209.4 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2080348Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/209.4 MB 225.4 MB/s eta 0:00:01 2024-08-22T20:33:25.2081528Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 69.1/209.4 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:33:25.2082622Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/209.4 MB 210.8 MB/s eta 0:00:01 2024-08-22T20:33:25.2083703Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 82.6/209.4 MB 205.5 MB/s eta 0:00:01 2024-08-22T20:33:25.2084782Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 89.8/209.4 MB 217.3 MB/s eta 0:00:01 2024-08-22T20:33:25.2085873Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 97.6/209.4 MB 228.6 MB/s eta 0:00:01 2024-08-22T20:33:25.2087010Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 104.9/209.4 MB 231.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2088218Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 111.3/209.4 MB 188.7 MB/s eta 0:00:01 2024-08-22T20:33:25.2089311Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 116.6/209.4 MB 167.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2090402Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 123.2/209.4 MB 166.8 MB/s eta 0:00:01 2024-08-22T20:33:25.2091469Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 128.7/209.4 MB 180.0 MB/s eta 0:00:01 2024-08-22T20:33:25.2092542Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 136.9/209.4 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2093621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 145.4/209.4 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2094823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 153.7/209.4 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:25.2095896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 161.5/209.4 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:25.2096980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 167.8/209.4 MB 194.8 MB/s eta 0:00:01 2024-08-22T20:33:25.2098055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 174.5/209.4 MB 188.0 MB/s eta 0:00:01 2024-08-22T20:33:25.2099134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 177.2/209.4 MB 200.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2100200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 177.2/209.4 MB 200.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2101307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 177.2/209.4 MB 200.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2102385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 177.2/209.4 MB 200.1 MB/s eta 0:00:01 2024-08-22T20:33:25.2103457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 181.4/209.4 MB 55.4 MB/s eta 0:00:01 2024-08-22T20:33:25.2104519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 186.8/209.4 MB 51.7 MB/s eta 0:00:01 2024-08-22T20:33:25.2105594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 191.5/209.4 MB 138.7 MB/s eta 0:00:01 2024-08-22T20:33:25.2106664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 198.7/209.4 MB 177.0 MB/s eta 0:00:01 2024-08-22T20:33:25.2107980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 206.6/209.4 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:33:25.2108998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:25.2110015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2829690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2831158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2832628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2834042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2835298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2836423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2837537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2838722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2839715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2840729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2841767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2842771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2843772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2844858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2845888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2846902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2848255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2849272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2850277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2851277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2852279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2853300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2854310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2855346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2856348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2857353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2858360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2859327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 8.9 MB/s eta 0:00:00 2024-08-22T20:33:27.2860562Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:27.2861800Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:27.2862797Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:27.2863819Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 8.0/19.7 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:33:27.2864919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 16.3/19.7 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:33:27.2865970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2866977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2867973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:27.2869137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 70.6 MB/s eta 0:00:00 2024-08-22T20:33:27.2870191Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:27.2871333Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:27.2872362Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:27.2873327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:37.6191390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 77.9 MB/s eta 0:00:00 2024-08-22T20:33:37.6193289Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) (23.1.0) 2024-08-22T20:33:37.6195417Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (67.8.0) 2024-08-22T20:33:37.6196889Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6197862Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:37.6198766Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6199640Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:37.6200527Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6201397Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:37.6202274Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6203122Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:37.6203972Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6204851Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:37.6205759Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6206601Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:37.6207538Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6208504Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:37.6209450Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6210592Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:37.6212180Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6213782Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:33:37.6215207Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:37.6216163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 48.1 MB/s eta 0:00:00 2024-08-22T20:33:37.6217246Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6218668Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:33:37.6220392Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:37.6221350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 39.1 MB/s eta 0:00:00 2024-08-22T20:33:37.6222401Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6223751Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:33:37.6224956Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:37.6225899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 69.4 MB/s eta 0:00:00 2024-08-22T20:33:37.6227024Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:37.6227955Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:37.6229394Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:37.6231450Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:37.6233382Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:37.6234918Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:37.6235803Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:37.6237184Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:37.6238790Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:37.6239872Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:37.6240889Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:37.6241835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 83.8 MB/s eta 0:00:00 2024-08-22T20:33:37.6242796Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:37.6243632Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:37.6244913Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=683846f3bc677153a2f95048e8956ead43f42205570a36a3999cbf7034d4af0c 2024-08-22T20:33:37.6246574Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:37.6247614Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:37.6249009Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=af2829a8c1b696661d4c7ba3b596bd34e8fd31ac1c05a6635cd71ab898077df9 2024-08-22T20:33:37.6250454Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:37.6251427Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:37.6252703Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=c4951c17d872f0ebbde95c8fa9e38583f032e1e816a73b9f59b9c3b2bc316f64 2024-08-22T20:33:37.6254103Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:37.6255076Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:37.6256353Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=253fadc916157847135de645c95a2ff9f8ec1716d2f9497ae977f7d26359ee50 2024-08-22T20:33:37.6257751Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:37.6258736Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:48.4350864Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, watchdog, tzdata, typing-extensions, triton, tqdm, tornado, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, safetensors, requests, regex, pygments, pycryptodomex, pybind11, protobuf, portalocker, pillow, pathvalidate, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, mdurl, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, cachetools, blinker, aiohappyeyeballs, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pydeck, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, markdown-it-py, huggingface_hub, gitdb, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, rich, nvidia-cusolver-cu12, gitpython, aiohttp, transformers, torch, DataProperty, altair, tabledata, streamlit, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-08-22T20:34:48.4357603Z Attempting uninstall: tqdm 2024-08-22T20:34:48.4358125Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:48.4358662Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:48.4359117Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:48.4359575Z Attempting uninstall: requests 2024-08-22T20:34:48.4360015Z Found existing installation: requests 2.29.0 2024-08-22T20:34:48.4360530Z Uninstalling requests-2.29.0: 2024-08-22T20:34:48.4361023Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:48.4361475Z Attempting uninstall: cmake 2024-08-22T20:34:48.4361882Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:48.4362369Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:48.4362820Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:48.4373378Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 watchdog-4.0.2 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstd-1.5.5.1 2024-08-22T20:34:48.4383859Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:48.4385261Z + pip3 uninstall -y triton 2024-08-22T20:34:48.4385690Z Found existing installation: triton 3.0.0 2024-08-22T20:34:48.4386154Z Uninstalling triton-3.0.0: 2024-08-22T20:34:48.4386581Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:48.4388117Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:48.4389927Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:48.4390959Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:48.4391655Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:48.4392662Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.5.0.dev20240814%2Bcu121-cp311-cp311-linux_x86_64.whl (778.6 MB) 2024-08-22T20:34:48.4393906Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:48.4394855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/778.6 MB 254.0 MB/s eta 0:00:04 2024-08-22T20:34:48.4395862Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/778.6 MB 247.7 MB/s eta 0:00:04 2024-08-22T20:34:48.4396932Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.7/778.6 MB 248.3 MB/s eta 0:00:04 2024-08-22T20:34:48.4398350Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.2/778.6 MB 246.2 MB/s eta 0:00:04 2024-08-22T20:34:48.4399446Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/778.6 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:34:48.4400555Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.3/778.6 MB 248.9 MB/s eta 0:00:03 2024-08-22T20:34:48.4401657Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.9/778.6 MB 247.4 MB/s eta 0:00:03 2024-08-22T20:34:48.4402750Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.5/778.6 MB 248.5 MB/s eta 0:00:03 2024-08-22T20:34:48.4403848Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/778.6 MB 246.7 MB/s eta 0:00:03 2024-08-22T20:34:48.4404976Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.7/778.6 MB 249.5 MB/s eta 0:00:03 2024-08-22T20:34:48.4406068Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.3/778.6 MB 250.1 MB/s eta 0:00:03 2024-08-22T20:34:48.4407158Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.0/778.6 MB 251.1 MB/s eta 0:00:03 2024-08-22T20:34:48.4408242Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.5/778.6 MB 248.9 MB/s eta 0:00:03 2024-08-22T20:34:48.4409334Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.1/778.6 MB 248.0 MB/s eta 0:00:03 2024-08-22T20:34:48.4410422Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.6/778.6 MB 247.9 MB/s eta 0:00:03 2024-08-22T20:34:48.4411549Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.2/778.6 MB 247.2 MB/s eta 0:00:03 2024-08-22T20:34:48.4412635Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.8/778.6 MB 250.1 MB/s eta 0:00:03 2024-08-22T20:34:49.7571538Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.5/778.6 MB 250.8 MB/s eta 0:00:03 2024-08-22T20:34:49.7572963Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.1/778.6 MB 251.0 MB/s eta 0:00:03 2024-08-22T20:34:49.7574107Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.4/778.6 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:34:49.7575269Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.7/778.6 MB 240.2 MB/s eta 0:00:03 2024-08-22T20:34:49.7576842Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.9/778.6 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:34:49.7578120Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/778.6 MB 237.3 MB/s eta 0:00:03 2024-08-22T20:34:49.7579226Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.3/778.6 MB 240.4 MB/s eta 0:00:03 2024-08-22T20:34:49.7580311Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/778.6 MB 246.7 MB/s eta 0:00:03 2024-08-22T20:34:49.7581398Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.6/778.6 MB 248.8 MB/s eta 0:00:03 2024-08-22T20:34:49.7582487Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.1/778.6 MB 249.1 MB/s eta 0:00:03 2024-08-22T20:34:49.7584006Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.5/778.6 MB 240.6 MB/s eta 0:00:03 2024-08-22T20:34:49.7585096Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 246.6/778.6 MB 236.8 MB/s eta 0:00:03 2024-08-22T20:34:49.7587189Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 254.8/778.6 MB 236.7 MB/s eta 0:00:03 2024-08-22T20:34:49.7588717Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 263.2/778.6 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:34:49.7589803Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 271.7/778.6 MB 247.2 MB/s eta 0:00:03 2024-08-22T20:34:49.7591650Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 280.1/778.6 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:34:49.7592797Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 288.3/778.6 MB 238.3 MB/s eta 0:00:03 2024-08-22T20:34:49.7594484Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 296.6/778.6 MB 239.1 MB/s eta 0:00:03 2024-08-22T20:34:49.7596047Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 305.0/778.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:34:49.7597552Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.4/778.6 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:34:49.7599619Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 322.0/778.6 MB 249.1 MB/s eta 0:00:02 2024-08-22T20:34:49.7601737Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 330.7/778.6 MB 249.9 MB/s eta 0:00:02 2024-08-22T20:34:49.7604087Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 339.3/778.6 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:34:49.7605627Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 347.9/778.6 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:34:49.7607668Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.5/778.6 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:34:49.7609691Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.2/778.6 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:34:49.7611739Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 373.8/778.6 MB 249.6 MB/s eta 0:00:02 2024-08-22T20:34:49.7613263Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 381.9/778.6 MB 238.7 MB/s eta 0:00:02 2024-08-22T20:34:49.7615286Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 389.6/778.6 MB 225.1 MB/s eta 0:00:02 2024-08-22T20:34:49.7617307Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 397.4/778.6 MB 227.3 MB/s eta 0:00:02 2024-08-22T20:34:49.7619537Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 405.4/778.6 MB 231.1 MB/s eta 0:00:02 2024-08-22T20:34:49.7621563Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 412.5/778.6 MB 212.9 MB/s eta 0:00:02 2024-08-22T20:34:49.7623088Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 418.5/778.6 MB 182.4 MB/s eta 0:00:02 2024-08-22T20:34:49.7625197Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 425.9/778.6 MB 215.2 MB/s eta 0:00:02 2024-08-22T20:34:49.7627198Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 433.6/778.6 MB 224.9 MB/s eta 0:00:02 2024-08-22T20:34:49.7629220Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 441.4/778.6 MB 223.6 MB/s eta 0:00:02 2024-08-22T20:34:49.7630747Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 449.0/778.6 MB 223.0 MB/s eta 0:00:02 2024-08-22T20:34:49.7632414Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 456.7/778.6 MB 219.7 MB/s eta 0:00:02 2024-08-22T20:34:51.5011008Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 464.3/778.6 MB 220.8 MB/s eta 0:00:02 2024-08-22T20:34:51.5012223Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 472.0/778.6 MB 222.6 MB/s eta 0:00:02 2024-08-22T20:34:51.5013793Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 479.7/778.6 MB 221.3 MB/s eta 0:00:02 2024-08-22T20:34:51.5015032Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 487.3/778.6 MB 222.4 MB/s eta 0:00:02 2024-08-22T20:34:51.5016144Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 495.0/778.6 MB 223.1 MB/s eta 0:00:02 2024-08-22T20:34:51.5017220Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 502.7/778.6 MB 223.3 MB/s eta 0:00:02 2024-08-22T20:34:51.5018303Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 511.2/778.6 MB 241.4 MB/s eta 0:00:02 2024-08-22T20:34:51.5019762Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.8/778.6 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:34:51.5021146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 528.4/778.6 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:34:51.5022352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 537.1/778.6 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:34:51.5023434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 545.6/778.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:34:51.5024516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 553.9/778.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:34:51.5025599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 562.3/778.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:34:51.5026673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 570.9/778.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:34:51.5027747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 579.4/778.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:34:51.5029137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 588.0/778.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:34:51.5030227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 596.6/778.6 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:34:51.5031307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 605.2/778.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:34:51.5032381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 613.8/778.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:34:51.5033452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 622.4/778.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:34:51.5034530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 631.0/778.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:34:51.5035629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 639.7/778.6 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:34:51.5036702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 648.2/778.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:34:51.5037771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 656.9/778.6 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:34:51.5038959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 665.5/778.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:34:51.5040025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 674.1/778.6 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:34:51.5041099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 682.7/778.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:34:51.5042205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 691.3/778.6 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:51.5043286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 699.9/778.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:34:51.5044346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 708.5/778.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:34:51.5045431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 717.1/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:34:51.5046501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 725.6/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:51.5047575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 734.2/778.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:34:51.5048829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 742.6/778.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:34:51.5049900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 751.0/778.6 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:34:51.5050956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 759.5/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:51.5051970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 768.1/778.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:34:51.5052973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 776.7/778.6 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:34:52.9280014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9281445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9282682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9283701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9284719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9285743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9286751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9287741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9288805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9289829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9290841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9291838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9292852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9293855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9295236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9296240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9297249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9298262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9299269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9300260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9301300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9302369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9303364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9304363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9305371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9306375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9307373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9308402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9309405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9310407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9311401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9312457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9313461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9314565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9315643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9316642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9317635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9318750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9320151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:52.9321169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3088263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3089509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3090705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3091801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3092972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3094098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3095758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3096868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3097955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3099114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3100193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3101305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3102466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3103717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3105079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3106295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3107475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3108823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3110027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3111282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3112644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3113975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3115127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3116478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3117673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3119083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3121014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3122315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3123609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3124854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3126014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3127326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3128668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3129879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3131098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3132219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3133410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3134571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3135651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:54.3136791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6903597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6905049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6906611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6907740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6908861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6910372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6911465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6912612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6913778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6914864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6915911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6917153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6918360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6919805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6920967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6922065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6923153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6924276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6925399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6926513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6927659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6928717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6929844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6931033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6932892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6933949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6935091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6936198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6937334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6938390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6939497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6940675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6941788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6942890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6944071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6945188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6946279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6947598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6948699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:55.6949785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0729775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0731700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0733052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0734257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0735472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0736681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0738268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0739363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0740418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0741618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0742781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0743908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0745013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0746107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0747224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0748329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0749624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0750870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0752046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0753173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0754263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0755413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0756524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0757617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0758868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0759951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0761086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0762155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0763244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0764395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0765516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0766569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0767708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0768815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0769893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0771008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0772302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0773422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0774539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:57.0775636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4552263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4553924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4555113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4556323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4557428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4558616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4559787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4560853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4561938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4563155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4564247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4565364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4566533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4567627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4568731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4570160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4571286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4572376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4573520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4574597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4575702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4576868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4578016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4579099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4580261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4581350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4582405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4583564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4584845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4586014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4587069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4588161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4589364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4590454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4591521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4592697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4593789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4594896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4595991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:34:58.4597081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3019208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3021390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3022847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3024002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3025196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3026326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3027440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3029039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3030153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3031311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3032397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3033487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3034643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3035763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3036858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3038260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3039351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3040435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3041565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3042657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3043843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3045016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3046075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3047182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3048346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3049435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3050582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3051928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:35:00.3053032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.2 MB/s eta 0:00:00 2024-08-22T20:35:00.3054275Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:35:00.3055882Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:35:00.3057412Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:35:00.3058905Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:35:00.3060327Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:35:00.3061954Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:35:00.3063755Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:35:00.3065543Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:35:00.3067282Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (9.1.0.70) 2024-08-22T20:35:00.3069002Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.3.1) 2024-08-22T20:35:00.3070772Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.0.2.54) 2024-08-22T20:35:00.3072516Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (10.3.2.106) 2024-08-22T20:35:00.3074271Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.4.5.107) 2024-08-22T20:35:00.3076042Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.0.106) 2024-08-22T20:35:00.3077314Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:00.3078732Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-08-22T20:35:01.7704468Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:35:01.7706446Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/188.7 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:35:01.7707707Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/188.7 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:35:01.7708927Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/188.7 MB 225.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7710169Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.7/188.7 MB 230.7 MB/s eta 0:00:01 2024-08-22T20:35:01.7711385Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/188.7 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:35:01.7712536Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/188.7 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:35:01.7713820Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.7/188.7 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:35:01.7715085Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 65.2/188.7 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7716259Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 73.6/188.7 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:35:01.7717462Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 82.1/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7718793Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 90.6/188.7 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:35:01.7720472Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 98.9/188.7 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:35:01.7721785Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 107.2/188.7 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:35:01.7722935Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 115.7/188.7 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:35:01.7724103Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 124.2/188.7 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:35:01.7725357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 132.6/188.7 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:35:01.7726534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 140.9/188.7 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:35:01.7727680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 149.4/188.7 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:35:01.7729242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 157.8/188.7 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:35:01.7730416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 166.0/188.7 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:35:01.7731609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 174.3/188.7 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7732805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 182.8/188.7 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:35:01.7733946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7735078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7736273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7737355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7738625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7739831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7741017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7742102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7743271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7744406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7745462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7746603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7747717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7748856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7749939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:01.7751246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1506476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1508215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1509782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1510893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1512004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1513228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1514326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1515390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1516559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1517651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1518853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1520613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1522057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1523181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1524321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1525392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1526485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1527637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1528878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1529964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1531195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1532393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1533556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1534769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1535864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1536988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1538117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1539208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1540295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1541454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1542505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1543844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1544997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1546113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1547169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1548306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1549414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1550564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1551636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:03.1552749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5950584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5952236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5953464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5954787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5955943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5956997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5958251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5959366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5960501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5961573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5962866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5964165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5965224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5966317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5967500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5968596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5969647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5970838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5971918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.8 MB/s eta 0:00:00 2024-08-22T20:35:04.5973322Z [?25hRequirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:35:04.5974630Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:04.5975907Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2Bdedb7bdf33-cp311-cp311-linux_x86_64.whl (239.5 MB) 2024-08-22T20:35:04.5977206Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:35:04.5978355Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/239.5 MB 199.7 MB/s eta 0:00:02 2024-08-22T20:35:04.5979547Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/239.5 MB 205.3 MB/s eta 0:00:02 2024-08-22T20:35:04.5980754Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.7/239.5 MB 203.7 MB/s eta 0:00:02 2024-08-22T20:35:04.5981998Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.5/239.5 MB 198.9 MB/s eta 0:00:02 2024-08-22T20:35:04.5983187Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/239.5 MB 186.8 MB/s eta 0:00:02 2024-08-22T20:35:04.5984359Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/239.5 MB 186.3 MB/s eta 0:00:02 2024-08-22T20:35:04.5985595Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.7/239.5 MB 191.3 MB/s eta 0:00:02 2024-08-22T20:35:04.5987002Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/239.5 MB 190.3 MB/s eta 0:00:01 2024-08-22T20:35:04.5988149Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.9/239.5 MB 193.1 MB/s eta 0:00:01 2024-08-22T20:35:04.5989392Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/239.5 MB 192.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5990596Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.2/239.5 MB 193.3 MB/s eta 0:00:01 2024-08-22T20:35:04.5991771Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/239.5 MB 198.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5993030Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/239.5 MB 200.3 MB/s eta 0:00:01 2024-08-22T20:35:04.5994210Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 93.8/239.5 MB 201.2 MB/s eta 0:00:01 2024-08-22T20:35:04.5995437Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 100.8/239.5 MB 203.4 MB/s eta 0:00:01 2024-08-22T20:35:04.5996691Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 107.8/239.5 MB 203.9 MB/s eta 0:00:01 2024-08-22T20:35:04.5997831Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 114.8/239.5 MB 203.1 MB/s eta 0:00:01 2024-08-22T20:35:06.0649058Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 121.8/239.5 MB 203.0 MB/s eta 0:00:01 2024-08-22T20:35:06.0651053Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 128.5/239.5 MB 198.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0652994Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 135.1/239.5 MB 193.6 MB/s eta 0:00:01 2024-08-22T20:35:06.0654685Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 141.7/239.5 MB 192.9 MB/s eta 0:00:01 2024-08-22T20:35:06.0656343Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 148.7/239.5 MB 199.4 MB/s eta 0:00:01 2024-08-22T20:35:06.0657681Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 155.7/239.5 MB 202.2 MB/s eta 0:00:01 2024-08-22T20:35:06.0658894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 162.6/239.5 MB 202.6 MB/s eta 0:00:01 2024-08-22T20:35:06.0660119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 169.9/239.5 MB 209.6 MB/s eta 0:00:01 2024-08-22T20:35:06.0661681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 177.4/239.5 MB 216.8 MB/s eta 0:00:01 2024-08-22T20:35:06.0662870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 184.9/239.5 MB 216.8 MB/s eta 0:00:01 2024-08-22T20:35:06.0664091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 192.2/239.5 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:35:06.0665322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 199.7/239.5 MB 217.4 MB/s eta 0:00:01 2024-08-22T20:35:06.0666502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 207.1/239.5 MB 216.1 MB/s eta 0:00:01 2024-08-22T20:35:06.0667742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 214.6/239.5 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:35:06.0669213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 222.1/239.5 MB 217.6 MB/s eta 0:00:01 2024-08-22T20:35:06.0670479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 229.4/239.5 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:35:06.0671681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 237.1/239.5 MB 222.1 MB/s eta 0:00:01 2024-08-22T20:35:06.0673071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0674162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0675319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0676553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0677725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0678973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0680100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0681194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0682366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0683419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0684561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0685823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0686871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0687952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0689112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0690202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0691285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0692472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0693561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0694724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0695780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:06.0696918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4439713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4441915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4443487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4444925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4446002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4447172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4448329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4449464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4450539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4451691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4452788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4453908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4455010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4456132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4457254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4458385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4459524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4460616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4461748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4462821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4464109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4465287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4466377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4467428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4468584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4469678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4470809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4471985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4473071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4474174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4475312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4476361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4477472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4478827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4479946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4481000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4482144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4483252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4484367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:07.4485633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0276019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0278050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0279211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0280347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0281531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0282591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0283766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0284918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0286041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0287093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0288387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0289533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0291226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0292326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0293426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0294570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0295649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0296742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0297890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0299050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0300118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0301286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0302391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0303562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0304705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0305838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0306939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0308121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0309184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0310286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0311454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0312548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0313818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0314977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0316178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:35:09.0317220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 2.9 MB/s eta 0:00:00 2024-08-22T20:35:09.0318226Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:09.0319240Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:35:09.0320620Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:35:09.0321741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:35:09.0322865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:36:56.1568199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:36:56.1570140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:36:56.1572347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 37.5 MB/s eta 0:00:00 2024-08-22T20:36:56.1574930Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.5.0.dev20240814) (12.6.20) 2024-08-22T20:36:56.1577554Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:36:56.1579589Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.3) 2024-08-22T20:36:56.1581643Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:56.1582617Z Attempting uninstall: sympy 2024-08-22T20:36:56.1583429Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:56.1584701Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:56.1585383Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:56.1586283Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:56.1587278Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:56.1588228Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:56.1589028Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:56.1590286Z Attempting uninstall: torch 2024-08-22T20:36:56.1591177Z Found existing installation: torch 2.4.0 2024-08-22T20:36:56.1591914Z Uninstalling torch-2.4.0: 2024-08-22T20:36:56.1592495Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:56.1593585Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:36:56.1595682Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:56.1597700Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.1598739Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.1600094Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-5_76d679 2024-08-22T20:36:56.1601594Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-5_76d679 2024-08-22T20:36:56.1602773Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:56.1603971Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.1605108Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.1606075Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.1606934Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:56.1607680Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:56.1608577Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - done 2024-08-22T20:36:56.1610146Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019164 sha256=6b0150b027c186a67667b5f2df4205255a841b4908c431b9cd75e8cd8f795a24 2024-08-22T20:36:56.1611773Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:56.1612676Z Successfully built torchao 2024-08-22T20:36:56.1613112Z Installing collected packages: torchao 2024-08-22T20:36:56.1613802Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:56.1615508Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:56.1617021Z + python3 scripts/patch_triton.py 2024-08-22T20:36:56.1617546Z + pip3 list 2024-08-22T20:36:56.1617926Z Package Version 2024-08-22T20:36:56.1618476Z ------------------------- ----------------------- 2024-08-22T20:36:56.1619104Z absl-py 2.1.0 2024-08-22T20:36:56.1619968Z accelerate 0.33.0 2024-08-22T20:36:56.1620451Z aiohappyeyeballs 2.4.0 2024-08-22T20:36:56.1620976Z aiohttp 3.10.5 2024-08-22T20:36:56.1621434Z aiosignal 1.3.1 2024-08-22T20:36:56.1621888Z altair 5.4.0 2024-08-22T20:36:56.1622446Z anaconda-anon-usage 0.4.4 2024-08-22T20:36:56.1622963Z anaconda-client 1.12.3 2024-08-22T20:36:56.1623448Z attrs 23.1.0 2024-08-22T20:36:56.1623924Z beautifulsoup4 4.12.3 2024-08-22T20:36:56.1624386Z blinker 1.8.2 2024-08-22T20:36:56.1624860Z blobfile 2.1.1 2024-08-22T20:36:56.1625333Z boltons 23.0.0 2024-08-22T20:36:56.1625788Z brotlipy 0.7.0 2024-08-22T20:36:56.1626272Z cachetools 5.5.0 2024-08-22T20:36:56.1626748Z certifi 2024.7.4 2024-08-22T20:36:56.1627532Z cffi 1.15.1 2024-08-22T20:36:56.1628177Z chardet 4.0.0 2024-08-22T20:36:56.1629037Z charset-normalizer 2.0.4 2024-08-22T20:36:56.1629536Z click 8.1.7 2024-08-22T20:36:56.1629989Z cmake 3.30.2 2024-08-22T20:36:56.1630474Z colorama 0.4.6 2024-08-22T20:36:56.1630949Z conda 23.5.2 2024-08-22T20:36:56.1631461Z conda-build 24.3.0 2024-08-22T20:36:56.1631992Z conda-content-trust 0.1.3 2024-08-22T20:36:56.1632480Z conda_index 0.5.0 2024-08-22T20:36:56.1632992Z conda-libmamba-solver 23.5.0 2024-08-22T20:36:56.1633550Z conda-package-handling 2.1.0 2024-08-22T20:36:56.1634052Z conda_package_streaming 0.8.0 2024-08-22T20:36:56.1634521Z cryptography 39.0.1 2024-08-22T20:36:56.1635015Z DataProperty 1.0.1 2024-08-22T20:36:56.1635473Z datasets 2.21.0 2024-08-22T20:36:56.1635925Z defusedxml 0.7.1 2024-08-22T20:36:56.1636420Z dill 0.3.8 2024-08-22T20:36:56.1636857Z evaluate 0.4.2 2024-08-22T20:36:56.1637322Z fastjsonschema 2.16.2 2024-08-22T20:36:56.1637903Z filelock 3.13.1 2024-08-22T20:36:56.1638348Z Flask 3.0.3 2024-08-22T20:36:56.1638791Z frozenlist 1.4.1 2024-08-22T20:36:56.1639277Z fsspec 2024.6.1 2024-08-22T20:36:56.1639731Z gguf 0.9.1 2024-08-22T20:36:56.1640190Z gitdb 4.0.11 2024-08-22T20:36:56.1640705Z GitPython 3.1.43 2024-08-22T20:36:56.1641250Z huggingface-hub 0.24.6 2024-08-22T20:36:56.1641728Z idna 3.4 2024-08-22T20:36:56.1642214Z itsdangerous 2.2.0 2024-08-22T20:36:56.1642628Z Jinja2 3.1.4 2024-08-22T20:36:56.1643089Z joblib 1.4.2 2024-08-22T20:36:56.1643576Z jsonlines 4.0.0 2024-08-22T20:36:56.1643995Z jsonpatch 1.32 2024-08-22T20:36:56.1644465Z jsonpointer 2.1 2024-08-22T20:36:56.1645041Z jsonschema 4.19.2 2024-08-22T20:36:56.1645545Z jsonschema-specifications 2023.7.1 2024-08-22T20:36:56.1646060Z jupyter_core 5.7.2 2024-08-22T20:36:56.1646611Z libarchive-c 2.9 2024-08-22T20:36:56.1647029Z libmambapy 1.4.1 2024-08-22T20:36:56.1647501Z lm_eval 0.4.2 2024-08-22T20:36:56.1647998Z lxml 4.9.4 2024-08-22T20:36:56.1648483Z markdown-it-py 3.0.0 2024-08-22T20:36:56.1648938Z MarkupSafe 2.1.3 2024-08-22T20:36:56.1649451Z mbstrdecoder 1.1.3 2024-08-22T20:36:56.1649888Z mdurl 0.1.2 2024-08-22T20:36:56.1650337Z menuinst 2.1.2 2024-08-22T20:36:56.1650973Z more-itertools 10.1.0 2024-08-22T20:36:56.1651419Z mpmath 1.3.0 2024-08-22T20:36:56.1651867Z multidict 6.0.5 2024-08-22T20:36:56.1652348Z multiprocess 0.70.16 2024-08-22T20:36:56.1652836Z narwhals 1.5.2 2024-08-22T20:36:56.1653286Z nbformat 5.9.2 2024-08-22T20:36:56.1653768Z networkx 3.3 2024-08-22T20:36:56.1654242Z ninja 1.11.1.1 2024-08-22T20:36:56.1654700Z nltk 3.9.1 2024-08-22T20:36:56.1655156Z numexpr 2.10.1 2024-08-22T20:36:56.1655630Z numpy 1.26.4 2024-08-22T20:36:56.1656159Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:36:56.1656808Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:36:56.1657362Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:36:56.1657902Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:36:56.1658474Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:36:56.1659005Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:36:56.1659541Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:36:56.1660131Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:36:56.1660786Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:36:56.1661347Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:36:56.1661969Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:36:56.1662502Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:36:56.1663069Z packaging 23.0 2024-08-22T20:36:56.1663532Z pandas 2.2.2 2024-08-22T20:36:56.1663989Z pathvalidate 3.2.0 2024-08-22T20:36:56.1664525Z peft 0.12.0 2024-08-22T20:36:56.1664998Z pillow 10.4.0 2024-08-22T20:36:56.1665473Z pip 23.1.2 2024-08-22T20:36:56.1665925Z pkginfo 1.10.0 2024-08-22T20:36:56.1666398Z platformdirs 3.10.0 2024-08-22T20:36:56.1666873Z pluggy 1.0.0 2024-08-22T20:36:56.1667333Z portalocker 2.10.1 2024-08-22T20:36:56.1667817Z protobuf 5.27.3 2024-08-22T20:36:56.1668370Z psutil 5.9.0 2024-08-22T20:36:56.1668818Z pyarrow 17.0.0 2024-08-22T20:36:56.1669310Z pybind11 2.13.5 2024-08-22T20:36:56.1669783Z pycosat 0.6.4 2024-08-22T20:36:56.1670241Z pycparser 2.21 2024-08-22T20:36:56.1670732Z pycryptodomex 3.20.0 2024-08-22T20:36:56.1671194Z pydeck 0.9.1 2024-08-22T20:36:56.1671659Z Pygments 2.18.0 2024-08-22T20:36:56.1672147Z pyOpenSSL 23.0.0 2024-08-22T20:36:56.1672603Z PySocks 1.7.1 2024-08-22T20:36:56.1673062Z pytablewriter 1.2.0 2024-08-22T20:36:56.1673636Z python-dateutil 2.9.0.post0 2024-08-22T20:36:56.1674288Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:36:56.1674801Z pytz 2024.1 2024-08-22T20:36:56.1675288Z PyYAML 6.0.1 2024-08-22T20:36:56.1675746Z referencing 0.30.2 2024-08-22T20:36:56.1676223Z regex 2024.7.24 2024-08-22T20:36:56.1676699Z requests 2.32.3 2024-08-22T20:36:56.1677216Z requests-toolbelt 1.0.0 2024-08-22T20:36:56.1677805Z rich 13.7.1 2024-08-22T20:36:56.1678330Z rouge-score 0.1.2 2024-08-22T20:36:56.1678830Z rpds-py 0.10.6 2024-08-22T20:36:56.1679309Z ruamel.yaml 0.17.21 2024-08-22T20:36:56.1679788Z sacrebleu 2.4.3 2024-08-22T20:36:56.1680347Z safetensors 0.4.4 2024-08-22T20:36:56.1680895Z scikit-learn 1.5.1 2024-08-22T20:36:56.1681370Z scipy 1.14.1 2024-08-22T20:36:56.1681833Z sentencepiece 0.2.0 2024-08-22T20:36:56.1682317Z setuptools 67.8.0 2024-08-22T20:36:56.1682808Z six 1.16.0 2024-08-22T20:36:56.1683255Z smmap 5.0.1 2024-08-22T20:36:56.1683724Z snakeviz 2.2.0 2024-08-22T20:36:56.1684192Z soupsieve 2.5 2024-08-22T20:36:56.1684661Z sqlitedict 2.1.0 2024-08-22T20:36:56.1685118Z streamlit 1.37.1 2024-08-22T20:36:56.1685586Z sympy 1.13.1 2024-08-22T20:36:56.1686134Z tabledata 1.3.3 2024-08-22T20:36:58.2416610Z tabulate 0.9.0 2024-08-22T20:36:58.2417311Z tcolorpy 0.1.6 2024-08-22T20:36:58.2417999Z tenacity 8.5.0 2024-08-22T20:36:58.2418613Z threadpoolctl 3.5.0 2024-08-22T20:36:58.2419225Z tiktoken 0.7.0 2024-08-22T20:36:58.2420191Z tokenizers 0.19.1 2024-08-22T20:36:58.2420653Z toml 0.10.2 2024-08-22T20:36:58.2421104Z toolz 0.12.0 2024-08-22T20:36:58.2421681Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:36:58.2422200Z torchao 0.4.0+gite11201a 2024-08-22T20:36:58.2422771Z tornado 6.4.1 2024-08-22T20:36:58.2423292Z tqdm 4.66.5 2024-08-22T20:36:58.2423953Z tqdm-multiprocess 0.0.11 2024-08-22T20:36:58.2424419Z traitlets 5.14.3 2024-08-22T20:36:58.2425192Z transformers 4.44.2 2024-08-22T20:36:58.2425613Z typepy 1.3.2 2024-08-22T20:36:58.2426229Z typing_extensions 4.12.2 2024-08-22T20:36:58.2426746Z tzdata 2024.1 2024-08-22T20:36:58.2427166Z urllib3 1.26.16 2024-08-22T20:36:58.2427649Z watchdog 4.0.2 2024-08-22T20:36:58.2428148Z Werkzeug 3.0.4 2024-08-22T20:36:58.2428632Z wheel 0.38.4 2024-08-22T20:36:58.2429102Z word2number 1.1 2024-08-22T20:36:58.2429592Z xxhash 3.5.0 2024-08-22T20:36:58.2430000Z yarl 1.9.4 2024-08-22T20:36:58.2430470Z zstandard 0.19.0 2024-08-22T20:36:58.2430997Z zstd 1.5.5.1 2024-08-22T20:36:58.2431825Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:36:58.2432953Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:36:58.2433759Z + echo ::endgroup:: 2024-08-22T20:36:58.2434536Z ##[endgroup] 2024-08-22T20:36:58.2435018Z + echo '::group::Download checkpoint' 2024-08-22T20:36:58.2435936Z ##[group]Download checkpoint 2024-08-22T20:36:58.2436416Z + export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:36:58.2437004Z + REPO_NAME=tinyllamas/stories15M 2024-08-22T20:36:58.2438895Z + bash .ci/scripts/wget_checkpoint.sh tinyllamas/stories15M https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:58.2440563Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:36:58.2442111Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:58.2443582Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:36:58.2444156Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:36:58.2444759Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:36:58.2445468Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:36:58.2446128Z + IFS=, 2024-08-22T20:36:58.2446597Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:58.2447526Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:36:58.2448532Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:58.2449504Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:58.2450569Z --2024-08-22 20:36:57-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:58.2451613Z Resolving huggingface.co (huggingface.co)... 18.154.227.7, 18.154.227.87, 18.154.227.69, ... 2024-08-22T20:36:58.2452577Z Connecting to huggingface.co (huggingface.co)|18.154.227.7|:443... connected. 2024-08-22T20:36:58.2453329Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:58.2462217Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617295&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5NX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=KGKwAtcNZPVITBQ6-H2WTwYn2CC-3roYvx1eJKBhtCapR-wWgquVL3%7E648ATSwAqAt0OEs2cG1aouMgw5eTe9HNvj%7Eim0fDPPEG0AE6P1HrUwhh-7da%7EA73%7EwOkV2ddcPW8EjrCDvdD5%7ENwxkjvFgt36PRMV-TPTlQMJvwqBNKLzXoabubLvOB13iJ72TaNTQP%7EP4hcUuihzO5NX5nYzxzv3tlOG-rSQf%7EFGTLmOd4lpvl37D5Y2CJ-R%7EGA0989Tuyh55iWlxQb7e%7EsFMPeeQfnj3X7N09m3FglZcMEvXAsfILFgjk6MAVUV4HV3QEGhnDiD1Om2-Blhbg9uxCDqpg__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:36:58.2478701Z --2024-08-22 20:36:57-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617295&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5NX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=KGKwAtcNZPVITBQ6-H2WTwYn2CC-3roYvx1eJKBhtCapR-wWgquVL3%7E648ATSwAqAt0OEs2cG1aouMgw5eTe9HNvj%7Eim0fDPPEG0AE6P1HrUwhh-7da%7EA73%7EwOkV2ddcPW8EjrCDvdD5%7ENwxkjvFgt36PRMV-TPTlQMJvwqBNKLzXoabubLvOB13iJ72TaNTQP%7EP4hcUuihzO5NX5nYzxzv3tlOG-rSQf%7EFGTLmOd4lpvl37D5Y2CJ-R%7EGA0989Tuyh55iWlxQb7e%7EsFMPeeQfnj3X7N09m3FglZcMEvXAsfILFgjk6MAVUV4HV3QEGhnDiD1Om2-Blhbg9uxCDqpg__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:36:58.2487511Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.111, 108.138.64.36, 108.138.64.121, ... 2024-08-22T20:36:58.2488770Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.111|:443... connected. 2024-08-22T20:36:58.2489583Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:58.2490266Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:36:58.2490930Z Saving to: ‘stories15M.pt’ 2024-08-22T20:36:58.2491230Z 2024-08-22T20:36:58.2491236Z 2024-08-22T20:36:58.2491542Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:58.2492343Z 100%[======================================>] 60,789,090 --.-K/s in 0.1s 2024-08-22T20:36:58.2492786Z 2024-08-22T20:36:58.2495402Z 2024-08-22 20:36:58 (420 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:36:58.2495931Z 2024-08-22T20:36:58.2496308Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:58.2497122Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:36:58.2498067Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:58.2499092Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:58.2500034Z --2024-08-22 20:36:58-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:58.2500822Z Resolving github.com (github.com)... 140.82.112.4 2024-08-22T20:36:58.2501597Z Connecting to github.com (github.com)|140.82.112.4|:443... connected. 2024-08-22T20:36:58.2502306Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:58.2503157Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:36:58.2504463Z --2024-08-22 20:36:58-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:36:58.2505666Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... 2024-08-22T20:36:58.2506852Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-08-22T20:36:58.2507798Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:58.2508454Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:36:58.2509089Z Saving to: ‘tokenizer.model’ 2024-08-22T20:36:58.2509428Z 2024-08-22T20:36:58.2509434Z 2024-08-22T20:36:58.2509786Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:58.2510506Z 100%[======================================>] 499,723 --.-K/s in 0.007s 2024-08-22T20:36:58.2511019Z 2024-08-22T20:36:58.2511483Z 2024-08-22 20:36:58 (66.7 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:36:58.2511961Z 2024-08-22T20:36:58.2512320Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:58.2513149Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:36:58.2514060Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:58.2514909Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:58.2515883Z --2024-08-22 20:36:58-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:58.2516662Z Resolving github.com (github.com)... 140.82.112.4 2024-08-22T20:36:58.2517407Z Connecting to github.com (github.com)|140.82.112.4|:443... connected. 2024-08-22T20:36:58.2518304Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:58.2519159Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:36:58.2520755Z --2024-08-22 20:36:58-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:36:58.2521939Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... 2024-08-22T20:36:58.2523152Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-08-22T20:36:58.2524099Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:58.2524719Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:36:58.2525318Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:36:58.2525672Z 2024-08-22T20:36:58.2525678Z 2024-08-22T20:36:58.2526000Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:58.2526714Z 100%[======================================>] 433,869 --.-K/s in 0.006s 2024-08-22T20:36:58.2527102Z 2024-08-22T20:36:58.2527494Z 2024-08-22 20:36:58 (74.7 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:36:58.2528085Z 2024-08-22T20:36:58.2528219Z + popd 2024-08-22T20:36:58.2528640Z /pytorch/torchchat 2024-08-22T20:36:58.2529011Z + echo ::endgroup:: 2024-08-22T20:36:58.2529769Z ##[endgroup] 2024-08-22T20:36:58.2530257Z + echo '::group::Convert checkpoint' 2024-08-22T20:36:58.2531093Z ##[group]Convert checkpoint 2024-08-22T20:39:04.0339110Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-08-22T20:39:04.0339969Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:39:04.0341208Z /pytorch/torchchat 2024-08-22T20:39:04.0342125Z + echo ::endgroup:: 2024-08-22T20:39:04.0343153Z ##[endgroup] 2024-08-22T20:39:04.0344003Z + echo '::group::Run inference' 2024-08-22T20:39:04.0345102Z ##[group]Run inference 2024-08-22T20:39:04.0346473Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda compile 2024-08-22T20:39:04.0347217Z arg:compile 2024-08-22T20:39:04.0347801Z ############### Run inference with torch.compile for dtype float32 ############### 2024-08-22T20:39:04.0348429Z 2024-08-22T20:39:04.0348716Z ****************************************** 2024-08-22T20:39:04.0349962Z ************** non-quantized ************* 2024-08-22T20:39:04.0351094Z ****************************************** 2024-08-22T20:39:04.0351482Z 2024-08-22T20:39:04.0352532Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:53:02.2618700Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:53:02.2619175Z  fi 2024-08-22T20:53:02.2619947Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:53:02.2620610Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:53:02.2621174Z  fi 2024-08-22T20:53:02.2621808Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:53:02.2622631Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:53:02.2623154Z fi 2024-08-22T20:53:02.2623427Z  2024-08-22T20:53:02.2623699Z upload_docs=0 2024-08-22T20:53:02.2624272Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:53:02.2624938Z # empty folders do not count 2024-08-22T20:53:02.2625556Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:53:02.2626438Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:53:02.2627429Z  # upload will probably not work correctly 2024-08-22T20:53:02.2627909Z  upload_docs=1 2024-08-22T20:53:02.2628232Z fi 2024-08-22T20:53:02.2628665Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:53:02.2641641Z shell: /usr/bin/bash -e {0} 2024-08-22T20:53:02.2642141Z env: 2024-08-22T20:53:02.2642605Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:02.2643293Z REPOSITORY: pytorch/torchchat 2024-08-22T20:53:02.2643853Z PR_NUMBER: 1044 2024-08-22T20:53:02.2650674Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:53:02.2658019Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:53:02.2659183Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:53:02.2660286Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:53:02.2661202Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:53:02.2661936Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:53:02.2662434Z ##[endgroup] 2024-08-22T20:53:02.2761608Z Prepare all required actions 2024-08-22T20:53:02.2799250Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:53:02.2799726Z with: 2024-08-22T20:53:02.2799982Z env: 2024-08-22T20:53:02.2800307Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:02.2800756Z REPOSITORY: pytorch/torchchat 2024-08-22T20:53:02.2801129Z PR_NUMBER: 1044 2024-08-22T20:53:02.2805344Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:53:02.2809806Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:53:02.2810578Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:53:02.2811295Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:53:02.2811910Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:53:02.2812384Z ##[endgroup] 2024-08-22T20:53:02.2833965Z ##[group]Run set -eou pipefail 2024-08-22T20:53:02.2834363Z set -eou pipefail 2024-08-22T20:53:02.2834705Z  2024-08-22T20:53:02.2835208Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:53:02.2835843Z for _ in $(seq 1440); do 2024-08-22T20:53:02.2836313Z  # Break if no ssh session exists anymore 2024-08-22T20:53:02.2836975Z  if [ "$(who)" = "" ]; then 2024-08-22T20:53:02.2837370Z  break 2024-08-22T20:53:02.2837685Z  fi 2024-08-22T20:53:02.2838070Z  echo "." 2024-08-22T20:53:02.2838381Z  sleep 5 2024-08-22T20:53:02.2838684Z done 2024-08-22T20:53:02.2847280Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:53:02.2847766Z env: 2024-08-22T20:53:02.2848086Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:02.2848538Z REPOSITORY: pytorch/torchchat 2024-08-22T20:53:02.2848901Z PR_NUMBER: 1044 2024-08-22T20:53:02.2853046Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:53:02.2857500Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:53:02.2858269Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:53:02.2859002Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:53:02.2859619Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:53:02.2860086Z ##[endgroup] 2024-08-22T20:53:02.2887930Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:53:02.2972170Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:53:02.2972939Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:53:02.2973527Z # shellcheck disable=SC2046 2024-08-22T20:53:02.2973982Z docker stop $(docker ps -q) || true 2024-08-22T20:53:02.2974459Z # Prune all of the docker images 2024-08-22T20:53:02.2974908Z docker system prune -af 2024-08-22T20:53:02.2983887Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:53:02.2984392Z env: 2024-08-22T20:53:02.2984722Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:02.2985183Z REPOSITORY: pytorch/torchchat 2024-08-22T20:53:02.2985572Z PR_NUMBER: 1044 2024-08-22T20:53:02.2989791Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:53:02.2994202Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:53:02.2994984Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:53:02.2995719Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:53:02.2996557Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:53:02.2997043Z ##[endgroup] 2024-08-22T20:53:13.2993256Z cf31801b79ab 2024-08-22T20:53:17.4568062Z Deleted Containers: 2024-08-22T20:53:17.4568747Z cf31801b79ab255b59ac90fac43d900782cfcc9cc216f2df0d998c21b661c87a 2024-08-22T20:53:17.4569303Z 2024-08-22T20:53:22.9057974Z Deleted Images: 2024-08-22T20:53:22.9058816Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:22.9060020Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:53:22.9061222Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:53:22.9062100Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:53:22.9062940Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:53:22.9063814Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:53:22.9065144Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:53:22.9066108Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:53:22.9066946Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:53:22.9067871Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:53:22.9068686Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:53:22.9069507Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:53:22.9070343Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:53:22.9071559Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:53:22.9072980Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:53:22.9073903Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:53:22.9074850Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:53:22.9075680Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:53:22.9076521Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:53:22.9077335Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:53:22.9078249Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:53:22.9079065Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:53:22.9079881Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:53:22.9080683Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:53:22.9081565Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:53:22.9082367Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:53:22.9083185Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:53:22.9084034Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:53:22.9084880Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:53:22.9085705Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:53:22.9086553Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:53:22.9087368Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:53:22.9088202Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:53:22.9089091Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:53:22.9090525Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:53:22.9091664Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:53:22.9092499Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:53:22.9093003Z 2024-08-22T20:53:22.9093141Z Total reclaimed space: 24.07GB 2024-08-22T20:53:22.9137873Z ##[group]Run set +e 2024-08-22T20:53:22.9138234Z set +e 2024-08-22T20:53:22.9138590Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:53:22.9139171Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:53:22.9139684Z else 2024-08-22T20:53:22.9140074Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:53:22.9140544Z fi 2024-08-22T20:53:22.9140821Z set -e 2024-08-22T20:53:22.9150569Z shell: /usr/bin/bash -e {0} 2024-08-22T20:53:22.9150933Z env: 2024-08-22T20:53:22.9151253Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:53:22.9151712Z REPOSITORY: pytorch/torchchat 2024-08-22T20:53:22.9152091Z PR_NUMBER: 1044 2024-08-22T20:53:22.9156294Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "compile" echo "::endgroup::" 2024-08-22T20:53:22.9160826Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:53:22.9161592Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:53:22.9162307Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:53:22.9162924Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:53:22.9163402Z NO_SUDO: false 2024-08-22T20:53:22.9163699Z ##[endgroup] 2024-08-22T20:53:23.0411956Z Post job cleanup. 2024-08-22T20:53:23.1391556Z Post job cleanup. 2024-08-22T20:53:23.2274827Z [command]/usr/bin/git version 2024-08-22T20:53:23.2329876Z git version 2.40.1 2024-08-22T20:53:23.2368300Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/15ab4091-48f5-4a5e-ab9e-3b012f446b18' before making global git config changes 2024-08-22T20:53:23.2369616Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:53:23.2373496Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:53:23.2423652Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:53:23.2468079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:53:23.2833172Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:53:23.2868256Z http.https://github.com/.extraheader 2024-08-22T20:53:23.2878135Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:53:23.2923390Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:53:23.3363488Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:53:23.3387805Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:53:23.3396021Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:53:23.3396531Z ##[endgroup] 2024-08-22T20:53:29.3202287Z Cleaning up orphan processes