2024-08-22T20:29:08.8587984Z Current runner version: '2.319.1' 2024-08-22T20:29:08.8594099Z Runner name: 'i-082cb1cc49b764a9b' 2024-08-22T20:29:08.8595031Z Runner group name: 'Default' 2024-08-22T20:29:08.8595909Z Machine name: 'ip-10-0-70-46' 2024-08-22T20:29:08.8612314Z Testing runner upgrade compatibility 2024-08-22T20:29:09.0002438Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:29:09.0004359Z Contents: read 2024-08-22T20:29:09.0004906Z Metadata: read 2024-08-22T20:29:09.0005499Z Packages: read 2024-08-22T20:29:09.0006079Z ##[endgroup] 2024-08-22T20:29:09.0009080Z Secret source: Actions 2024-08-22T20:29:09.0009840Z Prepare workflow directory 2024-08-22T20:29:09.1030954Z Prepare all required actions 2024-08-22T20:29:09.1195417Z Getting action download info 2024-08-22T20:29:09.3407295Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:29:09.5301966Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:29:09.7318215Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:29:09.8537110Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:29:10.0417410Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:29:10.3250056Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:10.3252266Z ##[group] Inputs 2024-08-22T20:29:10.3257552Z script: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:10.3264045Z timeout: 30 2024-08-22T20:29:10.3264486Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:10.3265011Z upload-artifact: 2024-08-22T20:29:10.3265468Z download-artifact: 2024-08-22T20:29:10.3265909Z repository: 2024-08-22T20:29:10.3266302Z fetch-depth: 1 2024-08-22T20:29:10.3266762Z submodules: 2024-08-22T20:29:10.3267205Z ref: 2024-08-22T20:29:10.3267664Z test-infra-repository: pytorch/test-infra 2024-08-22T20:29:10.3268207Z test-infra-ref: 2024-08-22T20:29:10.3268667Z docker-image: pytorch/conda-builder 2024-08-22T20:29:10.3269170Z docker-build-dir: .ci/docker 2024-08-22T20:29:10.3269640Z gpu-arch-type: cuda 2024-08-22T20:29:10.3270088Z gpu-arch-version: 12.1 2024-08-22T20:29:10.3270519Z job-name: linux-job 2024-08-22T20:29:10.3271344Z continue-on-error: false 2024-08-22T20:29:10.3271891Z binary-matrix: 2024-08-22T20:29:10.3272367Z run-with-docker: true 2024-08-22T20:29:10.3272843Z secrets-env: 2024-08-22T20:29:10.3273272Z no-sudo: false 2024-08-22T20:29:10.3273671Z ##[endgroup] 2024-08-22T20:29:10.3274595Z Complete job name: test-gpu-eval-sanity-check (cuda, stories15M) / linux-job 2024-08-22T20:29:10.3970339Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:29:10.4121939Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:29:10.4134120Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:10.4135079Z ##[endgroup] 2024-08-22T20:29:11.3713312Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:11.3713821Z Instance Type: g5.4xlarge 2024-08-22T20:29:11.3714519Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:29:11.3715070Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:29:17.1379507Z ##[group]Run set -euxo pipefail 2024-08-22T20:29:17.1380075Z set -euxo pipefail 2024-08-22T20:29:17.1380507Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:29:17.1381045Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:29:17.1381588Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:17.1382016Z else 2024-08-22T20:29:17.1382402Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:29:17.1382913Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:17.1383329Z fi 2024-08-22T20:29:17.1383615Z  2024-08-22T20:29:17.1383932Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:29:17.1384366Z echo "::endgroup::" 2024-08-22T20:29:17.1395281Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:17.1395637Z env: 2024-08-22T20:29:17.1395974Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:17.1396426Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:17.1396849Z PR_NUMBER: 1044 2024-08-22T20:29:17.1401885Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:17.1407157Z NO_SUDO: false 2024-08-22T20:29:17.1407455Z ##[endgroup] 2024-08-22T20:29:17.1438848Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:29:17.1460078Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:29:17.1469756Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:29:17.1470479Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:17.2521158Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:29:17.2543214Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:17.2558952Z + echo ::endgroup:: 2024-08-22T20:29:17.2559657Z ##[endgroup] 2024-08-22T20:29:17.2676831Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:17.2677261Z with: 2024-08-22T20:29:17.2677573Z repository: pytorch/test-infra 2024-08-22T20:29:17.2677961Z path: test-infra 2024-08-22T20:29:17.2678314Z submodules: recursive 2024-08-22T20:29:17.2678967Z token: *** 2024-08-22T20:29:17.2679334Z ssh-strict: true 2024-08-22T20:29:17.2679668Z persist-credentials: true 2024-08-22T20:29:17.2680015Z clean: true 2024-08-22T20:29:17.2680378Z sparse-checkout-cone-mode: true 2024-08-22T20:29:17.2680792Z fetch-depth: 1 2024-08-22T20:29:17.2681090Z fetch-tags: false 2024-08-22T20:29:17.2681399Z lfs: false 2024-08-22T20:29:17.2681701Z set-safe-directory: true 2024-08-22T20:29:17.2682037Z env: 2024-08-22T20:29:17.2682375Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:17.2682868Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:17.2683257Z PR_NUMBER: 1044 2024-08-22T20:29:17.2688470Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:17.2693748Z ##[endgroup] 2024-08-22T20:29:17.3774135Z Syncing repository: pytorch/test-infra 2024-08-22T20:29:17.3775354Z ##[group]Getting Git version info 2024-08-22T20:29:17.3776666Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:29:17.3778106Z [command]/usr/bin/git version 2024-08-22T20:29:17.3778680Z git version 2.40.1 2024-08-22T20:29:17.3788476Z ##[endgroup] 2024-08-22T20:29:17.3806924Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6255184b-9498-4fbe-be77-87ee4eec27eb' before making global git config changes 2024-08-22T20:29:17.3808777Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:17.3813161Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:17.3859753Z ##[group]Initializing the repository 2024-08-22T20:29:17.3863925Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:17.3908411Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:17.3909469Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:17.3910254Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:17.3910803Z hint: 2024-08-22T20:29:17.3911254Z hint: git config --global init.defaultBranch 2024-08-22T20:29:17.3911721Z hint: 2024-08-22T20:29:17.3912241Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:17.3913069Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:17.3913755Z hint: 2024-08-22T20:29:17.3914279Z hint: git branch -m 2024-08-22T20:29:17.3915564Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:29:17.3924444Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:29:17.3967335Z ##[endgroup] 2024-08-22T20:29:17.3968198Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:17.3971199Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:17.4012250Z ##[endgroup] 2024-08-22T20:29:17.4013039Z ##[group]Setting up auth 2024-08-22T20:29:17.4018987Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:17.4062004Z [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:17.4432026Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:17.4478738Z [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:17.4840648Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:17.4895663Z ##[endgroup] 2024-08-22T20:29:17.4896631Z ##[group]Determining the default branch 2024-08-22T20:29:17.4900092Z Retrieving the default branch name 2024-08-22T20:29:17.6279327Z Default branch 'main' 2024-08-22T20:29:17.6280282Z ##[endgroup] 2024-08-22T20:29:17.6281113Z ##[group]Fetching the repository 2024-08-22T20:29:17.6286664Z [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:17.8581981Z remote: Enumerating objects: 1649, done. 2024-08-22T20:29:17.8582543Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:29:17.8583037Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:29:17.8583611Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:29:17.8584297Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:29:17.8584905Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:29:17.8585584Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:29:17.8586278Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:29:17.8586974Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:29:17.8587662Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:29:17.8588359Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:29:17.8589012Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:29:17.8589499Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:29:17.8589992Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:29:17.8590473Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:29:17.8590950Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:29:17.8591437Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:29:17.8591933Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:29:17.8592422Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:29:17.8592899Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:29:17.8593394Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:29:17.8593885Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:29:17.8594364Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:29:17.8594858Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:29:17.8595426Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:29:17.8596108Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:29:17.8596753Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:29:17.8597293Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:29:17.8597977Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:29:17.8598558Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:29:17.8599054Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:29:17.8599773Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:29:17.8600273Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:29:17.8600765Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:29:17.8601395Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:29:17.8602823Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:29:17.8603545Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:29:17.8604231Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:29:17.8604761Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:29:17.8605253Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:29:17.8605739Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:29:17.8606225Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:29:17.8606711Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:29:17.8607458Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:29:17.8607952Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:29:17.8608434Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:29:17.8608918Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:29:17.8609445Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:29:17.8609950Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:29:17.8610429Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:29:17.8610915Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:29:17.8611405Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:29:17.8611886Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:29:17.8612420Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:29:17.8613100Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:29:17.8613794Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:29:17.8614506Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:29:17.8615208Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:29:17.8615796Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:29:17.8616290Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:29:17.8616882Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:29:17.8617360Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:29:17.8617857Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:29:17.8618545Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:29:17.8619188Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:29:17.8619710Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:29:17.8620273Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:29:17.8621004Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:29:17.8621719Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:29:17.8622274Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:29:17.8622774Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:29:17.8623276Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:29:17.8623773Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:29:17.8624272Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:29:17.8624769Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:29:17.8625262Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:29:17.8625762Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:29:17.8626261Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:29:17.8626751Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:29:17.8627246Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:29:17.8627746Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:29:17.8628245Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:29:17.8628918Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:29:17.8629419Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:29:17.8630034Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:29:17.8630745Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:29:17.8631272Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:29:17.8631977Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:29:17.8632699Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:29:17.8633302Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:29:17.8633800Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:29:17.8634290Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:29:17.8634795Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:29:17.8635293Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:29:17.8635908Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:29:17.8636415Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:29:17.8636918Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:29:17.8637501Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:29:17.8638232Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:29:17.8639114Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:29:17.8639980Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:29:17.8640606Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:29:17.8641223Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:29:17.8641763Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:29:17.8642287Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:29:17.8642817Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:29:17.8643332Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:29:17.8643862Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:29:17.8644381Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:29:17.8644896Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:29:17.8645403Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:29:17.8645928Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:29:17.8646470Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:29:17.8646994Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:29:17.8647524Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:29:17.8648051Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:29:17.8648572Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:29:17.8649263Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:29:17.8650002Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:29:17.8650805Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:29:17.8651566Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:29:17.8652287Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:29:17.8652809Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:29:17.8653339Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:29:17.8653858Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:29:17.8654369Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:29:17.8654900Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:29:17.8655603Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:29:17.8656332Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:29:17.8657167Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:29:17.8657912Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:29:17.8658458Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:29:17.8658980Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:29:17.8659632Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:29:17.8660156Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:29:17.8661013Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:29:17.8661563Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:29:17.8662083Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:29:17.8662594Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:29:17.8663111Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:29:17.8663630Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:29:17.8664143Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:29:17.8664660Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:29:17.8665180Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:29:17.8665860Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:29:17.8666575Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:29:17.8667322Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:29:17.8668056Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:29:17.8668805Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:29:17.8669552Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:29:17.8670091Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:29:17.8670604Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:29:17.8671119Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:29:17.8671636Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:29:17.8672150Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:29:17.8672670Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:29:17.8673289Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:29:17.8673943Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:29:17.8674478Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:29:17.8674996Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:29:17.8675506Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:29:17.8676022Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:29:17.8676544Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:29:17.8677054Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:29:17.8677573Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:29:17.8678089Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:29:17.8678602Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:29:17.8679137Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:29:17.8679687Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:29:17.8680215Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:29:17.8680734Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:29:17.8681249Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:29:17.8681772Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:29:17.8682285Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:29:17.8682801Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:29:17.8683353Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:29:17.8683940Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:29:17.8684506Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:29:17.8685089Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:29:17.8685718Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:29:17.8686239Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:29:17.8686761Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:29:17.8687281Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:29:17.8687985Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:29:17.8688526Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:29:17.8689053Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:29:17.8689589Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:29:17.8690118Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:29:17.8690675Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:29:17.8691313Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:29:17.8691916Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:29:17.8692445Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:29:17.8692966Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:29:17.8693510Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:29:17.8694144Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:29:17.8694672Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:29:17.8695197Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:29:17.8695715Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:29:17.8696240Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:29:17.8696854Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:29:17.8697369Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:29:17.8697889Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:29:17.8698413Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:29:17.8698931Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:29:17.8699495Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:29:17.8700020Z Receiving objects: 0% (1/1649) 2024-08-22T20:29:17.8700409Z Receiving objects: 1% (17/1649) 2024-08-22T20:29:17.8700901Z Receiving objects: 2% (33/1649) 2024-08-22T20:29:17.8704226Z Receiving objects: 3% (50/1649) 2024-08-22T20:29:17.8718562Z Receiving objects: 4% (66/1649) 2024-08-22T20:29:17.8720686Z Receiving objects: 5% (83/1649) 2024-08-22T20:29:17.8726580Z Receiving objects: 6% (99/1649) 2024-08-22T20:29:17.8729841Z Receiving objects: 7% (116/1649) 2024-08-22T20:29:17.8731751Z Receiving objects: 8% (132/1649) 2024-08-22T20:29:17.8736434Z Receiving objects: 9% (149/1649) 2024-08-22T20:29:17.8739994Z Receiving objects: 10% (165/1649) 2024-08-22T20:29:17.8743299Z Receiving objects: 11% (182/1649) 2024-08-22T20:29:17.8746390Z Receiving objects: 12% (198/1649) 2024-08-22T20:29:17.8968386Z Receiving objects: 13% (215/1649) 2024-08-22T20:29:17.9045239Z Receiving objects: 14% (231/1649) 2024-08-22T20:29:17.9049028Z Receiving objects: 15% (248/1649) 2024-08-22T20:29:17.9052840Z Receiving objects: 16% (264/1649) 2024-08-22T20:29:17.9057441Z Receiving objects: 17% (281/1649) 2024-08-22T20:29:17.9094800Z Receiving objects: 18% (297/1649) 2024-08-22T20:29:17.9107210Z Receiving objects: 19% (314/1649) 2024-08-22T20:29:17.9108210Z Receiving objects: 20% (330/1649) 2024-08-22T20:29:17.9113336Z Receiving objects: 21% (347/1649) 2024-08-22T20:29:17.9116939Z Receiving objects: 22% (363/1649) 2024-08-22T20:29:17.9120577Z Receiving objects: 23% (380/1649) 2024-08-22T20:29:17.9130970Z Receiving objects: 24% (396/1649) 2024-08-22T20:29:17.9147653Z Receiving objects: 25% (413/1649) 2024-08-22T20:29:17.9150538Z Receiving objects: 26% (429/1649) 2024-08-22T20:29:17.9152275Z Receiving objects: 27% (446/1649) 2024-08-22T20:29:17.9159154Z Receiving objects: 28% (462/1649) 2024-08-22T20:29:17.9162211Z Receiving objects: 29% (479/1649) 2024-08-22T20:29:17.9171805Z Receiving objects: 30% (495/1649) 2024-08-22T20:29:17.9178991Z Receiving objects: 31% (512/1649) 2024-08-22T20:29:17.9185050Z Receiving objects: 32% (528/1649) 2024-08-22T20:29:17.9193488Z Receiving objects: 33% (545/1649) 2024-08-22T20:29:17.9194393Z Receiving objects: 34% (561/1649) 2024-08-22T20:29:17.9197125Z Receiving objects: 35% (578/1649) 2024-08-22T20:29:17.9202778Z Receiving objects: 36% (594/1649) 2024-08-22T20:29:17.9209460Z Receiving objects: 37% (611/1649) 2024-08-22T20:29:17.9212644Z Receiving objects: 38% (627/1649) 2024-08-22T20:29:17.9217217Z Receiving objects: 39% (644/1649) 2024-08-22T20:29:17.9222415Z Receiving objects: 40% (660/1649) 2024-08-22T20:29:17.9227128Z Receiving objects: 41% (677/1649) 2024-08-22T20:29:17.9231703Z Receiving objects: 42% (693/1649) 2024-08-22T20:29:17.9235045Z Receiving objects: 43% (710/1649) 2024-08-22T20:29:17.9237906Z Receiving objects: 44% (726/1649) 2024-08-22T20:29:17.9241770Z Receiving objects: 45% (743/1649) 2024-08-22T20:29:17.9246287Z Receiving objects: 46% (759/1649) 2024-08-22T20:29:17.9249038Z Receiving objects: 47% (776/1649) 2024-08-22T20:29:17.9252247Z Receiving objects: 48% (792/1649) 2024-08-22T20:29:17.9255757Z Receiving objects: 49% (809/1649) 2024-08-22T20:29:17.9260578Z Receiving objects: 50% (825/1649) 2024-08-22T20:29:17.9265973Z Receiving objects: 51% (841/1649) 2024-08-22T20:29:17.9266413Z Receiving objects: 52% (858/1649) 2024-08-22T20:29:17.9271572Z Receiving objects: 53% (874/1649) 2024-08-22T20:29:17.9275232Z Receiving objects: 54% (891/1649) 2024-08-22T20:29:17.9277109Z Receiving objects: 55% (907/1649) 2024-08-22T20:29:17.9280434Z Receiving objects: 56% (924/1649) 2024-08-22T20:29:17.9284121Z Receiving objects: 57% (940/1649) 2024-08-22T20:29:17.9290104Z Receiving objects: 58% (957/1649) 2024-08-22T20:29:17.9298559Z Receiving objects: 59% (973/1649) 2024-08-22T20:29:17.9302269Z Receiving objects: 60% (990/1649) 2024-08-22T20:29:17.9305994Z Receiving objects: 61% (1006/1649) 2024-08-22T20:29:17.9309547Z Receiving objects: 62% (1023/1649) 2024-08-22T20:29:17.9315060Z Receiving objects: 63% (1039/1649) 2024-08-22T20:29:17.9320846Z Receiving objects: 64% (1056/1649) 2024-08-22T20:29:17.9325272Z Receiving objects: 65% (1072/1649) 2024-08-22T20:29:17.9327440Z Receiving objects: 66% (1089/1649) 2024-08-22T20:29:17.9331820Z Receiving objects: 67% (1105/1649) 2024-08-22T20:29:17.9336206Z Receiving objects: 68% (1122/1649) 2024-08-22T20:29:17.9342301Z Receiving objects: 69% (1138/1649) 2024-08-22T20:29:17.9347945Z Receiving objects: 70% (1155/1649) 2024-08-22T20:29:17.9355914Z Receiving objects: 71% (1171/1649) 2024-08-22T20:29:17.9363910Z Receiving objects: 72% (1188/1649) 2024-08-22T20:29:17.9401475Z Receiving objects: 73% (1204/1649) 2024-08-22T20:29:17.9407195Z Receiving objects: 74% (1221/1649) 2024-08-22T20:29:17.9489136Z Receiving objects: 75% (1237/1649) 2024-08-22T20:29:17.9490987Z Receiving objects: 76% (1254/1649) 2024-08-22T20:29:17.9496806Z Receiving objects: 77% (1270/1649) 2024-08-22T20:29:17.9498915Z Receiving objects: 78% (1287/1649) 2024-08-22T20:29:17.9501151Z Receiving objects: 79% (1303/1649) 2024-08-22T20:29:17.9506818Z Receiving objects: 80% (1320/1649) 2024-08-22T20:29:17.9515869Z Receiving objects: 81% (1336/1649) 2024-08-22T20:29:17.9557556Z Receiving objects: 82% (1353/1649) 2024-08-22T20:29:17.9559865Z Receiving objects: 83% (1369/1649) 2024-08-22T20:29:17.9563517Z Receiving objects: 84% (1386/1649) 2024-08-22T20:29:17.9566371Z Receiving objects: 85% (1402/1649) 2024-08-22T20:29:17.9567445Z Receiving objects: 86% (1419/1649) 2024-08-22T20:29:17.9567946Z Receiving objects: 87% (1435/1649) 2024-08-22T20:29:17.9568784Z Receiving objects: 88% (1452/1649) 2024-08-22T20:29:17.9571951Z Receiving objects: 89% (1468/1649) 2024-08-22T20:29:17.9574552Z Receiving objects: 90% (1485/1649) 2024-08-22T20:29:17.9576011Z Receiving objects: 91% (1501/1649) 2024-08-22T20:29:17.9576538Z Receiving objects: 92% (1518/1649) 2024-08-22T20:29:17.9577412Z Receiving objects: 93% (1534/1649) 2024-08-22T20:29:17.9580468Z Receiving objects: 94% (1551/1649) 2024-08-22T20:29:17.9581280Z Receiving objects: 95% (1567/1649) 2024-08-22T20:29:17.9587964Z Receiving objects: 96% (1584/1649) 2024-08-22T20:29:17.9599898Z Receiving objects: 97% (1600/1649) 2024-08-22T20:29:17.9611153Z Receiving objects: 98% (1617/1649) 2024-08-22T20:29:17.9631388Z Receiving objects: 99% (1633/1649) 2024-08-22T20:29:17.9632302Z remote: Total 1649 (delta 372), reused 1071 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:29:17.9646856Z Receiving objects: 100% (1649/1649) 2024-08-22T20:29:17.9647406Z Receiving objects: 100% (1649/1649), 2.83 MiB | 27.61 MiB/s, done. 2024-08-22T20:29:17.9655261Z Resolving deltas: 0% (0/372) 2024-08-22T20:29:17.9658262Z Resolving deltas: 1% (4/372) 2024-08-22T20:29:17.9660208Z Resolving deltas: 2% (8/372) 2024-08-22T20:29:17.9661045Z Resolving deltas: 3% (12/372) 2024-08-22T20:29:17.9661636Z Resolving deltas: 4% (15/372) 2024-08-22T20:29:17.9662117Z Resolving deltas: 5% (19/372) 2024-08-22T20:29:17.9663155Z Resolving deltas: 6% (23/372) 2024-08-22T20:29:17.9663706Z Resolving deltas: 7% (27/372) 2024-08-22T20:29:17.9664623Z Resolving deltas: 8% (30/372) 2024-08-22T20:29:17.9666457Z Resolving deltas: 9% (34/372) 2024-08-22T20:29:17.9667071Z Resolving deltas: 10% (38/372) 2024-08-22T20:29:17.9667555Z Resolving deltas: 11% (41/372) 2024-08-22T20:29:17.9670087Z Resolving deltas: 12% (45/372) 2024-08-22T20:29:17.9671325Z Resolving deltas: 13% (49/372) 2024-08-22T20:29:17.9671884Z Resolving deltas: 14% (53/372) 2024-08-22T20:29:17.9673134Z Resolving deltas: 15% (56/372) 2024-08-22T20:29:17.9676104Z Resolving deltas: 16% (60/372) 2024-08-22T20:29:17.9690112Z Resolving deltas: 17% (64/372) 2024-08-22T20:29:17.9691065Z Resolving deltas: 18% (67/372) 2024-08-22T20:29:17.9692151Z Resolving deltas: 19% (71/372) 2024-08-22T20:29:17.9692718Z Resolving deltas: 20% (76/372) 2024-08-22T20:29:17.9693101Z Resolving deltas: 21% (79/372) 2024-08-22T20:29:17.9694250Z Resolving deltas: 22% (82/372) 2024-08-22T20:29:17.9694957Z Resolving deltas: 23% (86/372) 2024-08-22T20:29:17.9695692Z Resolving deltas: 24% (90/372) 2024-08-22T20:29:17.9696825Z Resolving deltas: 25% (93/372) 2024-08-22T20:29:17.9698766Z Resolving deltas: 26% (97/372) 2024-08-22T20:29:17.9699221Z Resolving deltas: 27% (101/372) 2024-08-22T20:29:17.9704781Z Resolving deltas: 28% (105/372) 2024-08-22T20:29:17.9706172Z Resolving deltas: 29% (109/372) 2024-08-22T20:29:17.9706572Z Resolving deltas: 30% (112/372) 2024-08-22T20:29:17.9707462Z Resolving deltas: 31% (116/372) 2024-08-22T20:29:17.9708869Z Resolving deltas: 32% (120/372) 2024-08-22T20:29:17.9710728Z Resolving deltas: 33% (123/372) 2024-08-22T20:29:17.9711959Z Resolving deltas: 34% (128/372) 2024-08-22T20:29:17.9713452Z Resolving deltas: 35% (131/372) 2024-08-22T20:29:17.9714513Z Resolving deltas: 36% (135/372) 2024-08-22T20:29:17.9714977Z Resolving deltas: 37% (139/372) 2024-08-22T20:29:17.9717071Z Resolving deltas: 38% (142/372) 2024-08-22T20:29:17.9717474Z Resolving deltas: 39% (148/372) 2024-08-22T20:29:17.9718931Z Resolving deltas: 40% (149/372) 2024-08-22T20:29:17.9719376Z Resolving deltas: 41% (154/372) 2024-08-22T20:29:17.9720090Z Resolving deltas: 42% (157/372) 2024-08-22T20:29:17.9721081Z Resolving deltas: 43% (160/372) 2024-08-22T20:29:17.9723498Z Resolving deltas: 44% (164/372) 2024-08-22T20:29:17.9724556Z Resolving deltas: 45% (168/372) 2024-08-22T20:29:17.9725139Z Resolving deltas: 46% (172/372) 2024-08-22T20:29:17.9726213Z Resolving deltas: 47% (175/372) 2024-08-22T20:29:17.9726776Z Resolving deltas: 48% (179/372) 2024-08-22T20:29:17.9727505Z Resolving deltas: 49% (183/372) 2024-08-22T20:29:17.9728168Z Resolving deltas: 50% (186/372) 2024-08-22T20:29:17.9729143Z Resolving deltas: 51% (190/372) 2024-08-22T20:29:17.9730267Z Resolving deltas: 52% (194/372) 2024-08-22T20:29:17.9730794Z Resolving deltas: 53% (198/372) 2024-08-22T20:29:17.9732411Z Resolving deltas: 54% (201/372) 2024-08-22T20:29:17.9733335Z Resolving deltas: 55% (205/372) 2024-08-22T20:29:17.9734078Z Resolving deltas: 56% (209/372) 2024-08-22T20:29:17.9734888Z Resolving deltas: 57% (213/372) 2024-08-22T20:29:17.9736107Z Resolving deltas: 58% (216/372) 2024-08-22T20:29:17.9736923Z Resolving deltas: 59% (220/372) 2024-08-22T20:29:17.9739033Z Resolving deltas: 60% (224/372) 2024-08-22T20:29:17.9739738Z Resolving deltas: 61% (227/372) 2024-08-22T20:29:17.9742025Z Resolving deltas: 62% (232/372) 2024-08-22T20:29:17.9743245Z Resolving deltas: 63% (235/372) 2024-08-22T20:29:17.9744185Z Resolving deltas: 64% (239/372) 2024-08-22T20:29:17.9746397Z Resolving deltas: 65% (242/372) 2024-08-22T20:29:17.9746980Z Resolving deltas: 66% (246/372) 2024-08-22T20:29:17.9747537Z Resolving deltas: 67% (250/372) 2024-08-22T20:29:17.9748013Z Resolving deltas: 68% (254/372) 2024-08-22T20:29:17.9748535Z Resolving deltas: 69% (257/372) 2024-08-22T20:29:17.9749030Z Resolving deltas: 70% (261/372) 2024-08-22T20:29:17.9749501Z Resolving deltas: 71% (265/372) 2024-08-22T20:29:17.9749943Z Resolving deltas: 72% (268/372) 2024-08-22T20:29:17.9750463Z Resolving deltas: 73% (272/372) 2024-08-22T20:29:17.9750942Z Resolving deltas: 74% (277/372) 2024-08-22T20:29:17.9751325Z Resolving deltas: 75% (279/372) 2024-08-22T20:29:17.9751914Z Resolving deltas: 76% (283/372) 2024-08-22T20:29:17.9752470Z Resolving deltas: 77% (287/372) 2024-08-22T20:29:17.9752912Z Resolving deltas: 78% (291/372) 2024-08-22T20:29:17.9753409Z Resolving deltas: 79% (294/372) 2024-08-22T20:29:17.9753902Z Resolving deltas: 80% (298/372) 2024-08-22T20:29:17.9754386Z Resolving deltas: 81% (302/372) 2024-08-22T20:29:17.9754881Z Resolving deltas: 82% (306/372) 2024-08-22T20:29:17.9755406Z Resolving deltas: 83% (310/372) 2024-08-22T20:29:17.9755915Z Resolving deltas: 84% (313/372) 2024-08-22T20:29:17.9756305Z Resolving deltas: 85% (317/372) 2024-08-22T20:29:17.9756779Z Resolving deltas: 86% (320/372) 2024-08-22T20:29:17.9757221Z Resolving deltas: 87% (324/372) 2024-08-22T20:29:17.9757679Z Resolving deltas: 88% (328/372) 2024-08-22T20:29:17.9758197Z Resolving deltas: 89% (332/372) 2024-08-22T20:29:17.9758640Z Resolving deltas: 90% (335/372) 2024-08-22T20:29:17.9759095Z Resolving deltas: 91% (339/372) 2024-08-22T20:29:17.9759649Z Resolving deltas: 92% (343/372) 2024-08-22T20:29:17.9760221Z Resolving deltas: 93% (346/372) 2024-08-22T20:29:17.9761157Z Resolving deltas: 94% (350/372) 2024-08-22T20:29:17.9763984Z Resolving deltas: 95% (354/372) 2024-08-22T20:29:17.9768641Z Resolving deltas: 96% (358/372) 2024-08-22T20:29:17.9770777Z Resolving deltas: 97% (362/372) 2024-08-22T20:29:17.9773343Z Resolving deltas: 98% (366/372) 2024-08-22T20:29:17.9774364Z Resolving deltas: 99% (369/372) 2024-08-22T20:29:17.9775746Z Resolving deltas: 100% (372/372) 2024-08-22T20:29:17.9776178Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:29:17.9929662Z From https://github.com/pytorch/test-infra 2024-08-22T20:29:17.9930401Z * [new branch] main -> origin/main 2024-08-22T20:29:17.9955186Z ##[endgroup] 2024-08-22T20:29:17.9955728Z ##[group]Determining the checkout info 2024-08-22T20:29:17.9957568Z ##[endgroup] 2024-08-22T20:29:17.9958084Z ##[group]Checking out the ref 2024-08-22T20:29:17.9961762Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:29:18.1180503Z Switched to a new branch 'main' 2024-08-22T20:29:18.1181026Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:29:18.1191448Z ##[endgroup] 2024-08-22T20:29:18.1192036Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:29:18.1197000Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:18.1255254Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:29:18.1298200Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:29:18.1341477Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:29:18.1382377Z ##[endgroup] 2024-08-22T20:29:18.1382911Z ##[group]Fetching submodules 2024-08-22T20:29:18.1385048Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:29:18.1741444Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:29:18.2102435Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:29:18.2450029Z ##[endgroup] 2024-08-22T20:29:18.2450911Z ##[group]Persisting credentials for submodules 2024-08-22T20:29:18.2456616Z [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:18.2819490Z [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:18.3159935Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:29:18.3506552Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:29:18.3858519Z ##[endgroup] 2024-08-22T20:29:18.3910976Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:18.3949764Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:29:18.4255443Z Prepare all required actions 2024-08-22T20:29:18.4255943Z Getting action download info 2024-08-22T20:29:18.5145624Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:18.9065950Z Getting action download info 2024-08-22T20:29:19.0329427Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:29:19.1661796Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:29:19.1662332Z env: 2024-08-22T20:29:19.1662757Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:19.1663388Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:19.1663833Z PR_NUMBER: 1044 2024-08-22T20:29:19.1668989Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:19.1674519Z ##[endgroup] 2024-08-22T20:29:19.1876239Z ##[group]Run set -euo pipefail 2024-08-22T20:29:19.1876788Z set -euo pipefail 2024-08-22T20:29:19.1877236Z function get_ec2_metadata() { 2024-08-22T20:29:19.1877865Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:29:19.1878928Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:29:19.1879785Z  category=$1 2024-08-22T20:29:19.1880409Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:29:19.1881110Z } 2024-08-22T20:29:19.1881572Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:29:19.1882195Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:29:19.1882970Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:29:19.1883651Z echo "system info $(uname -a)" 2024-08-22T20:29:19.1892969Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:19.1893566Z env: 2024-08-22T20:29:19.1894019Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:19.1894616Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:19.1895101Z PR_NUMBER: 1044 2024-08-22T20:29:19.1900424Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:19.1906103Z ##[endgroup] 2024-08-22T20:29:19.2002124Z ami-id: ami-06c68f701d8090592 2024-08-22T20:29:19.2058215Z instance-id: i-082cb1cc49b764a9b 2024-08-22T20:29:19.2110244Z instance-type: g5.4xlarge 2024-08-22T20:29:19.2123964Z system info Linux ip-10-0-70-46.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:19.2258420Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:29:19.2259093Z if systemctl is-active --quiet docker; then 2024-08-22T20:29:19.2259722Z  echo "Docker daemon is running..."; 2024-08-22T20:29:19.2260293Z else 2024-08-22T20:29:19.2261232Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:29:19.2261892Z fi 2024-08-22T20:29:19.2271647Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:19.2272221Z env: 2024-08-22T20:29:19.2272700Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:19.2273234Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:19.2273703Z PR_NUMBER: 1044 2024-08-22T20:29:19.2278805Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:19.2284346Z ##[endgroup] 2024-08-22T20:29:19.2376005Z Docker daemon is running... 2024-08-22T20:29:19.2407972Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:19.2409183Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:19.2410081Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:29:19.2411060Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:29:19.2412084Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:29:19.2421703Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:19.2422374Z env: 2024-08-22T20:29:19.2422752Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:19.2423297Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:19.2423830Z PR_NUMBER: 1044 2024-08-22T20:29:19.2429067Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:19.2434789Z AWS_RETRY_MODE: standard 2024-08-22T20:29:19.2435251Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:29:19.2435680Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:29:19.2436150Z ##[endgroup] 2024-08-22T20:29:20.3061050Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:20.3062134Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:20.3063113Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:20.3063705Z 2024-08-22T20:29:20.3064806Z Login Succeeded 2024-08-22T20:29:20.3127771Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:20.3128634Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:20.3129400Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:20.3139141Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:20.3139790Z env: 2024-08-22T20:29:20.3140251Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:20.3140806Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:20.3141295Z PR_NUMBER: 1044 2024-08-22T20:29:20.3146411Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:20.3152129Z ##[endgroup] 2024-08-22T20:29:20.3259988Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:20.3261375Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:20.3262010Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:20.3262585Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:20.3263363Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:20.3264016Z  2024-08-22T20:29:20.3264506Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:29:20.3265231Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:20.3265847Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:20.3266554Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:20.3267361Z  2024-08-22T20:29:20.3267806Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:29:20.3268335Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:20.3268956Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:20.3269799Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:20.3279205Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:20.3279792Z env: 2024-08-22T20:29:20.3280374Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:20.3280946Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:20.3281434Z PR_NUMBER: 1044 2024-08-22T20:29:20.3286626Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:20.3292202Z ##[endgroup] 2024-08-22T20:29:20.5392234Z ##[group]Run needs=0 2024-08-22T20:29:20.5392716Z needs=0 2024-08-22T20:29:20.5393283Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:29:20.5393985Z  needs=1 2024-08-22T20:29:20.5394438Z fi 2024-08-22T20:29:20.5394836Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:29:20.5404039Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:20.5404659Z env: 2024-08-22T20:29:20.5405045Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:20.5405647Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:20.5406142Z PR_NUMBER: 1044 2024-08-22T20:29:20.5411228Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:20.5417023Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:20.5417878Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:20.5418748Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:20.5419372Z ##[endgroup] 2024-08-22T20:29:20.5781097Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:29:20.5781682Z with: 2024-08-22T20:29:20.5782071Z driver-version: 550.54.15 2024-08-22T20:29:20.5782509Z env: 2024-08-22T20:29:20.5782917Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:20.5783477Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:20.5783992Z PR_NUMBER: 1044 2024-08-22T20:29:20.5789414Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:20.5795098Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:20.5795938Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:20.5796749Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:20.5797396Z ##[endgroup] 2024-08-22T20:29:20.5856601Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:29:20.5857300Z with: 2024-08-22T20:29:20.5857647Z timeout_minutes: 10 2024-08-22T20:29:20.5858130Z max_attempts: 3 2024-08-22T20:29:20.5890334Z 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:20.5922782Z retry_wait_seconds: 10 2024-08-22T20:29:20.5923195Z polling_interval_seconds: 1 2024-08-22T20:29:20.5923726Z warning_on_retry: true 2024-08-22T20:29:20.5924234Z continue_on_error: false 2024-08-22T20:29:20.5924616Z env: 2024-08-22T20:29:20.5925105Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:20.5925652Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:20.5926094Z PR_NUMBER: 1044 2024-08-22T20:29:20.5931310Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:20.5937051Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:20.5937950Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:20.5938769Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:20.5939441Z DRIVER_VERSION: 550.54.15 2024-08-22T20:29:20.5939881Z ##[endgroup] 2024-08-22T20:29:20.6833553Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:29:20.6834486Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:29:20.6837171Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:29:21.0226435Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:29:21.0227035Z No packages marked for removal. 2024-08-22T20:29:21.0291814Z Dependencies resolved. 2024-08-22T20:29:21.0301739Z Nothing to do. 2024-08-22T20:29:21.0302092Z Complete! 2024-08-22T20:29:21.0607483Z + install_nvidia_driver_common 2024-08-22T20:29:21.0608638Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:29:21.0609320Z Before installing NVIDIA driver 2024-08-22T20:29:21.0610408Z + lspci 2024-08-22T20:29:21.0718187Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:21.0719187Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:21.0720164Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:21.0721052Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:21.0722086Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:21.0722920Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:21.0723742Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:21.0724977Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:21.0725661Z + lsmod 2024-08-22T20:29:21.0763431Z Module Size Used by 2024-08-22T20:29:21.0764836Z xt_conntrack 16384 1 2024-08-22T20:29:21.0765920Z nft_chain_nat 16384 3 2024-08-22T20:29:21.0767018Z xt_MASQUERADE 20480 1 2024-08-22T20:29:21.0768489Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:21.0769692Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:21.0770776Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:21.0771617Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:21.0772164Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:21.0772666Z xfrm_user 57344 1 2024-08-22T20:29:21.0773194Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:21.0773732Z xt_addrtype 16384 2 2024-08-22T20:29:21.0774269Z nft_compat 20480 4 2024-08-22T20:29:21.0774773Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:21.0775485Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:21.0776166Z br_netfilter 36864 0 2024-08-22T20:29:21.0776744Z bridge 307200 1 br_netfilter 2024-08-22T20:29:21.0777289Z stp 16384 1 bridge 2024-08-22T20:29:21.0777905Z llc 16384 2 bridge,stp 2024-08-22T20:29:21.0778368Z overlay 167936 0 2024-08-22T20:29:21.0778838Z tls 114688 0 2024-08-22T20:29:21.0779558Z nls_ascii 16384 1 2024-08-22T20:29:21.0779973Z nls_cp437 20480 1 2024-08-22T20:29:21.0780448Z sunrpc 692224 1 2024-08-22T20:29:21.0780951Z vfat 24576 1 2024-08-22T20:29:21.0781389Z fat 86016 1 vfat 2024-08-22T20:29:21.0782020Z ena 167936 0 2024-08-22T20:29:21.0782785Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:21.0783348Z ptp 36864 1 ena 2024-08-22T20:29:21.0784030Z pps_core 24576 1 ptp 2024-08-22T20:29:21.0784806Z aesni_intel 393216 0 2024-08-22T20:29:21.0785339Z i8042 45056 0 2024-08-22T20:29:21.0785878Z serio 28672 3 i8042 2024-08-22T20:29:21.0786632Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:21.0787367Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:21.0788010Z button 24576 0 2024-08-22T20:29:21.0788584Z sch_fq_codel 20480 17 2024-08-22T20:29:21.0789015Z dm_mod 188416 0 2024-08-22T20:29:21.0789462Z fuse 163840 1 2024-08-22T20:29:21.0790019Z configfs 57344 1 2024-08-22T20:29:21.0790449Z dax 45056 1 dm_mod 2024-08-22T20:29:21.0791035Z loop 36864 0 2024-08-22T20:29:21.0791569Z dmi_sysfs 20480 0 2024-08-22T20:29:21.0792000Z crc32_pclmul 16384 0 2024-08-22T20:29:21.0792493Z crc32c_intel 24576 0 2024-08-22T20:29:21.0793020Z efivarfs 24576 1 2024-08-22T20:29:21.0793436Z + modinfo nvidia 2024-08-22T20:29:21.0794261Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:21.0795105Z alias: char-major-195-* 2024-08-22T20:29:21.0795570Z version: 550.54.15 2024-08-22T20:29:21.0795988Z supported: external 2024-08-22T20:29:21.0796486Z license: NVIDIA 2024-08-22T20:29:21.0796918Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:21.0797585Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:21.0798177Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:21.0798749Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:21.0799302Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:21.0799964Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:21.0800601Z depends: i2c-core,drm 2024-08-22T20:29:21.0801008Z retpoline: Y 2024-08-22T20:29:21.0801452Z name: nvidia 2024-08-22T20:29:21.0802175Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:21.0802921Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:21.0803708Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:21.0804460Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:21.0804958Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:21.0805536Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:21.0806101Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:21.0806581Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:21.0807176Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:21.0807786Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:21.0808401Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:21.0809036Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:21.0809549Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:21.0810010Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:21.0810625Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:21.0811300Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:21.0811936Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:21.0812658Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:21.0813347Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:21.0814119Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:21.0814873Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:21.0815547Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:21.0816108Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:21.0816972Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:21.0817626Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:21.0818175Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:21.0818852Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:21.0819437Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:21.0820056Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:21.0820551Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:21.0821160Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:21.0821813Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:21.0822338Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:21.0822935Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:21.0823564Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:21.0824098Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:21.0824714Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:21.0825321Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:21.0825831Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:21.0826406Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:21.0827003Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:21.0827531Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:21.0828091Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:21.0828694Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:21.0829217Z parm: rm_firmware_active:charp 2024-08-22T20:29:21.0829728Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:29:21.0830296Z ++ command -v nvidia-smi 2024-08-22T20:29:21.0830776Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:29:21.0831224Z + set +e 2024-08-22T20:29:21.0831879Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:29:23.3330898Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:29:23.3332234Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:23.3333955Z + '[' 0 -ne 0 ']' 2024-08-22T20:29:23.3335216Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:29:23.3336101Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:29:23.3338396Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:29:23.3340452Z + set -e 2024-08-22T20:29:23.3340836Z + '[' 1 -eq 0 ']' 2024-08-22T20:29:23.3341597Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:29:23.3342356Z + post_install_nvidia_driver_common 2024-08-22T20:29:23.3342812Z + sudo modprobe nvidia 2024-08-22T20:29:23.4161959Z + echo 'After installing NVIDIA driver' 2024-08-22T20:29:23.4162623Z + lspci 2024-08-22T20:29:23.4163073Z After installing NVIDIA driver 2024-08-22T20:29:23.4267461Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:23.4268481Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:23.4269768Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:23.4270759Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:23.4271648Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:23.4272548Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:23.4273724Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:23.4274976Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:23.4275957Z + lsmod 2024-08-22T20:29:23.4299951Z Module Size Used by 2024-08-22T20:29:23.4300503Z nvidia_uvm 4706304 0 2024-08-22T20:29:23.4301763Z nvidia 54071296 1 nvidia_uvm 2024-08-22T20:29:23.4302538Z drm 602112 1 nvidia 2024-08-22T20:29:23.4303149Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:29:23.4303777Z backlight 24576 1 drm 2024-08-22T20:29:23.4304468Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:29:23.4304972Z xt_conntrack 16384 1 2024-08-22T20:29:23.4305484Z nft_chain_nat 16384 3 2024-08-22T20:29:23.4305940Z xt_MASQUERADE 20480 1 2024-08-22T20:29:23.4306456Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:23.4307078Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:23.4307806Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:23.4308483Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:23.4309076Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:23.4309603Z xfrm_user 57344 1 2024-08-22T20:29:23.4310049Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:23.4310596Z xt_addrtype 16384 2 2024-08-22T20:29:23.4311074Z nft_compat 20480 4 2024-08-22T20:29:23.4311605Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:23.4312330Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:23.4312970Z br_netfilter 36864 0 2024-08-22T20:29:23.4313454Z bridge 307200 1 br_netfilter 2024-08-22T20:29:23.4313987Z stp 16384 1 bridge 2024-08-22T20:29:23.4314570Z llc 16384 2 bridge,stp 2024-08-22T20:29:23.4315068Z overlay 167936 0 2024-08-22T20:29:23.4315529Z tls 114688 0 2024-08-22T20:29:23.4315998Z nls_ascii 16384 1 2024-08-22T20:29:23.4316443Z nls_cp437 20480 1 2024-08-22T20:29:23.4316925Z sunrpc 692224 1 2024-08-22T20:29:23.4317486Z vfat 24576 1 2024-08-22T20:29:23.4318093Z fat 86016 1 vfat 2024-08-22T20:29:23.4318931Z ena 167936 0 2024-08-22T20:29:23.4319529Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:23.4320148Z ptp 36864 1 ena 2024-08-22T20:29:23.4320812Z pps_core 24576 1 ptp 2024-08-22T20:29:23.4321477Z aesni_intel 393216 0 2024-08-22T20:29:23.4323016Z i8042 45056 0 2024-08-22T20:29:23.4323579Z serio 28672 3 i8042 2024-08-22T20:29:23.4324127Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:23.4324817Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:23.4325360Z button 24576 0 2024-08-22T20:29:23.4325813Z sch_fq_codel 20480 17 2024-08-22T20:29:23.4326361Z dm_mod 188416 0 2024-08-22T20:29:23.4326773Z fuse 163840 1 2024-08-22T20:29:23.4327222Z configfs 57344 1 2024-08-22T20:29:23.4327760Z dax 45056 1 dm_mod 2024-08-22T20:29:23.4328202Z loop 36864 0 2024-08-22T20:29:23.4328706Z dmi_sysfs 20480 0 2024-08-22T20:29:23.4329231Z crc32_pclmul 16384 0 2024-08-22T20:29:23.4329646Z crc32c_intel 24576 0 2024-08-22T20:29:23.4330121Z efivarfs 24576 1 2024-08-22T20:29:23.4330612Z + modinfo nvidia 2024-08-22T20:29:23.4331375Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:23.4332173Z alias: char-major-195-* 2024-08-22T20:29:23.4332698Z version: 550.54.15 2024-08-22T20:29:23.4333092Z supported: external 2024-08-22T20:29:23.4333536Z license: NVIDIA 2024-08-22T20:29:23.4334051Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:23.4334631Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:23.4335197Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:23.4335800Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:23.4336602Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:23.4337194Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:23.4337850Z depends: i2c-core,drm 2024-08-22T20:29:23.4338282Z retpoline: Y 2024-08-22T20:29:23.4338771Z name: nvidia 2024-08-22T20:29:23.4339573Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:23.4340316Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:23.4341037Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:23.4341842Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:23.4342369Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:23.4342851Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:23.4343465Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:23.4343981Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:23.4344464Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:23.4345154Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:23.4345798Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:23.4346326Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:23.4346921Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:23.4347419Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:23.4347924Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:23.4348663Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:23.4349330Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:23.4349971Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:23.4350714Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:23.4351390Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:23.4352070Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:23.4352791Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:23.4353370Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:23.4353975Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:23.4354647Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:23.4355232Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:23.4355769Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:23.4356435Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:23.4357019Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:23.4357515Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:23.4358148Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:23.4358781Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:23.4359306Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:23.4359933Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:23.4360538Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:23.4361550Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:23.4362174Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:23.4362760Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:23.4363311Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:23.4363890Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:23.4364471Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:23.4365006Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:23.4365587Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:23.4366164Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:23.4366697Z parm: rm_firmware_active:charp 2024-08-22T20:29:23.4367228Z + set +e 2024-08-22T20:29:23.4367634Z + nvidia-smi 2024-08-22T20:29:24.9960192Z Thu Aug 22 20:29:24 2024 2024-08-22T20:29:24.9962114Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:24.9963040Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:24.9964332Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:24.9965250Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:24.9966339Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:24.9967160Z | | | MIG M. | 2024-08-22T20:29:24.9967828Z |=========================================+========================+======================| 2024-08-22T20:29:25.0074735Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:25.0075803Z | 0% 34C P0 60W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:25.0076713Z | | | N/A | 2024-08-22T20:29:25.0077776Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:25.0078557Z 2024-08-22T20:29:25.0079345Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:25.0080239Z | Processes: | 2024-08-22T20:29:25.0081334Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:25.0082076Z | ID ID Usage | 2024-08-22T20:29:25.0082722Z |=========================================================================================| 2024-08-22T20:29:25.0083539Z | No running processes found | 2024-08-22T20:29:25.0084367Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:25.6106060Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:29:27.1804825Z NVIDIA A10G 2024-08-22T20:29:27.6187159Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:27.6187987Z + '[' 0 -eq 0 ']' 2024-08-22T20:29:27.6188634Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:29:27.6189155Z + set -e 2024-08-22T20:29:27.6189567Z INFO: Ignoring allowed status 0 2024-08-22T20:29:27.6195908Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:29:27.6200102Z + sudo yum install -y yum-utils 2024-08-22T20:29:28.0120591Z Last metadata expiration check: 0:00:36 ago on Thu Aug 22 20:28:51 2024. 2024-08-22T20:29:28.0339742Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:29:28.0640694Z Dependencies resolved. 2024-08-22T20:29:28.0764816Z Nothing to do. 2024-08-22T20:29:28.0766098Z Complete! 2024-08-22T20:29:28.1128342Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:29:28.1129585Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:28.1130974Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:28.3693926Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:28.4335509Z + sudo yum install -y nvidia-docker2 2024-08-22T20:29:28.9338108Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:29:28.9555944Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:29:28.9852595Z Dependencies resolved. 2024-08-22T20:29:28.9974908Z Nothing to do. 2024-08-22T20:29:28.9975430Z Complete! 2024-08-22T20:29:29.0346168Z + sudo systemctl restart docker 2024-08-22T20:29:32.9375685Z Thu Aug 22 20:29:32 2024 2024-08-22T20:29:32.9376866Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:32.9378221Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:32.9379131Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:32.9380216Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:32.9381235Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:32.9382056Z | | | MIG M. | 2024-08-22T20:29:32.9382698Z |=========================================+========================+======================| 2024-08-22T20:29:32.9493467Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:32.9494484Z | 0% 34C P0 60W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:32.9495256Z | | | N/A | 2024-08-22T20:29:32.9496437Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:32.9497269Z 2024-08-22T20:29:32.9498027Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:32.9498857Z | Processes: | 2024-08-22T20:29:32.9499849Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:32.9500718Z | ID ID Usage | 2024-08-22T20:29:32.9501461Z |=========================================================================================| 2024-08-22T20:29:32.9502192Z | No running processes found | 2024-08-22T20:29:32.9503028Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:33.6612488Z Command completed after 1 attempt(s). 2024-08-22T20:29:33.6719046Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:33.6719959Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:33.6720637Z # shellcheck disable=SC2046 2024-08-22T20:29:33.6721268Z docker stop $(docker ps -q) || true 2024-08-22T20:29:33.6721800Z # Prune all of the docker images 2024-08-22T20:29:33.6722337Z docker system prune -af 2024-08-22T20:29:33.6736979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:33.6737525Z env: 2024-08-22T20:29:33.6738014Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:33.6738588Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:33.6739095Z PR_NUMBER: 1044 2024-08-22T20:29:33.6744339Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:33.6750088Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:33.6751037Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:33.6751998Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:33.6752781Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:33.6753313Z ##[endgroup] 2024-08-22T20:29:33.7089603Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:33.7090433Z See 'docker stop --help'. 2024-08-22T20:29:33.7090723Z 2024-08-22T20:29:33.7091054Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:33.7091583Z 2024-08-22T20:29:33.7091763Z Stop one or more running containers 2024-08-22T20:29:33.7283290Z Total reclaimed space: 0B 2024-08-22T20:29:33.7363985Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:33.7364575Z with: 2024-08-22T20:29:33.7365197Z github-secret: *** 2024-08-22T20:29:33.7366189Z 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:33.7367269Z activate-with-label: false 2024-08-22T20:29:33.7367765Z label: with-ssh 2024-08-22T20:29:33.7368172Z remove-existing-keys: true 2024-08-22T20:29:33.7368648Z fail-silently: true 2024-08-22T20:29:33.7369065Z env: 2024-08-22T20:29:33.7369496Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:33.7370039Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:33.7370521Z PR_NUMBER: 1044 2024-08-22T20:29:33.7375661Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:33.7381503Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:33.7382356Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:33.7383181Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:33.7383913Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:33.7384482Z ##[endgroup] 2024-08-22T20:29:33.8212984Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:34.0786154Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:34.1424598Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:34.1439851Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:34.1465152Z Login using: ssh ec2-user@ec2-44-200-47-13.compute-1.amazonaws.com 2024-08-22T20:29:34.1466171Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:34.1467195Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:34.1602365Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:34.1602854Z with: 2024-08-22T20:29:34.1603332Z repository: pytorch/torchchat 2024-08-22T20:29:34.1603974Z ref: refs/pull/1044/merge 2024-08-22T20:29:34.1604429Z path: pytorch/torchchat 2024-08-22T20:29:34.1604941Z fetch-depth: 1 2024-08-22T20:29:34.1605450Z token: *** 2024-08-22T20:29:34.1605793Z ssh-strict: true 2024-08-22T20:29:34.1606284Z persist-credentials: true 2024-08-22T20:29:34.1606719Z clean: true 2024-08-22T20:29:34.1607090Z sparse-checkout-cone-mode: true 2024-08-22T20:29:34.1607646Z fetch-tags: false 2024-08-22T20:29:34.1608003Z lfs: false 2024-08-22T20:29:34.1608407Z set-safe-directory: true 2024-08-22T20:29:34.1608876Z env: 2024-08-22T20:29:34.1609254Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.1609818Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:34.1610325Z PR_NUMBER: 1044 2024-08-22T20:29:34.1615480Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:34.1621238Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:34.1622078Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:34.1622940Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:34.1623645Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:34.1624225Z ##[endgroup] 2024-08-22T20:29:34.2515037Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:34.2527173Z ##[group]Getting Git version info 2024-08-22T20:29:34.2528307Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:34.2550271Z [command]/usr/bin/git version 2024-08-22T20:29:34.2600468Z git version 2.40.1 2024-08-22T20:29:34.2622870Z ##[endgroup] 2024-08-22T20:29:34.2636736Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f0caa2e3-238a-4967-b36e-012cc25f75c3' before making global git config changes 2024-08-22T20:29:34.2638040Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:34.2641201Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:34.2684163Z ##[group]Initializing the repository 2024-08-22T20:29:34.2687253Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:34.2729688Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:34.2730773Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:34.2731732Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:34.2732372Z hint: 2024-08-22T20:29:34.2732963Z hint: git config --global init.defaultBranch 2024-08-22T20:29:34.2733567Z hint: 2024-08-22T20:29:34.2734182Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:34.2735471Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:34.2736143Z hint: 2024-08-22T20:29:34.2736714Z hint: git branch -m 2024-08-22T20:29:34.2737904Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:34.2743359Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:34.2785905Z ##[endgroup] 2024-08-22T20:29:34.2786705Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:34.2788044Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:34.2828670Z ##[endgroup] 2024-08-22T20:29:34.2829315Z ##[group]Setting up auth 2024-08-22T20:29:34.2833936Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:34.2875108Z [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:34.3233014Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:34.3274098Z [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:34.3625549Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:34.3680563Z ##[endgroup] 2024-08-22T20:29:34.3681489Z ##[group]Fetching the repository 2024-08-22T20:29:34.3687875Z [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:34.5747698Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:34.5748902Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:34.5749620Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:34.5750256Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:34.5750908Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:34.5751538Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:34.5752188Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:34.5752820Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:34.5753443Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:34.5753932Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:34.5754438Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:34.5755059Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:34.5755664Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:34.5756183Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:34.5756671Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:34.5757157Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:34.5757633Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:34.5758125Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:34.5758668Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:34.5759180Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:34.5759762Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:34.5760397Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:34.5761196Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:34.5761843Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:34.5762566Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:34.5763083Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:34.5763559Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:34.5764041Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:34.5764653Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:34.5765833Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:34.5766337Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:34.5766959Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:34.5767435Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:34.5767924Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:34.5768418Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:34.5768894Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:34.5769384Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:34.5769870Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:34.5770355Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:34.5770829Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:34.5771451Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:34.5772148Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:34.5772639Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:34.5773132Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:34.5773636Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:34.5774136Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:34.5774631Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:34.5775289Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:34.5775947Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:34.5776442Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:34.5777038Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:34.5777518Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:34.5778007Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:34.5778497Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:34.5778979Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:34.5779473Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:34.5780146Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:34.5780780Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:34.5781281Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:34.5781774Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:34.5782252Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:34.5782925Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:34.5783589Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:34.5784067Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:34.5784557Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:34.5785058Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:34.5785549Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:34.5786025Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:34.5786514Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:34.5787000Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:34.5787634Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:34.5788381Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:34.5789102Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:34.5789604Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:34.5790087Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:34.5790575Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:34.5791067Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:34.5791549Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:34.5792044Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:34.5792536Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:34.5793023Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:34.5793650Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:34.5794285Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:34.5794993Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:34.5795603Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:34.5796110Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:34.5796833Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:34.5797385Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:34.5797863Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:34.5798360Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:34.5798847Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:34.5799553Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:34.5800143Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:34.5800632Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:34.5801294Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:34.5801863Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:34.5802351Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:34.5802944Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:34.5803653Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:34.5804265Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:34.5804858Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:34.5805344Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:34.5805867Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:34.5806410Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:34.5806924Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:34.5807452Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:34.5807976Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:34.5808510Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:34.5809023Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:34.5809551Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:34.5810081Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:34.5810606Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:34.5811122Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:34.5811650Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:34.5812169Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:34.5812692Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:34.5813350Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:34.5814057Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:34.5814561Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:34.5815096Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:34.5829124Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:34.5844648Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:34.5849036Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:34.5850119Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:34.5855550Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:34.5858536Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:34.5859598Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:34.5861125Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:34.5862595Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:34.5863558Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:34.5864094Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:34.5864608Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:34.5868439Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:34.5871040Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:34.5871810Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:34.5872499Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:34.5873382Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:34.5873947Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:34.5874626Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:34.5875323Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:34.5875846Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:34.5876362Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:34.5876877Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:34.5877401Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:34.5877923Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:34.5878440Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:34.5879152Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:34.5879791Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:34.5882802Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:34.5885940Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:34.5887047Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:34.5887801Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:34.5888538Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:34.5889239Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:34.5889954Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:34.5890749Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:34.5891455Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:34.5892143Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:34.5892806Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:34.5893460Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:34.5894113Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:34.5894773Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:34.5895376Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:34.5896076Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:34.5896790Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:34.5897687Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:34.5899855Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:34.5902089Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:34.5903096Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:34.5905172Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:34.5905849Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:34.5908463Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:34.5910237Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:34.5914009Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:34.5916161Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:34.5917222Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:34.5917862Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:34.5922509Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:34.5923698Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:34.5924325Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:34.5925238Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:34.5931887Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:34.5933083Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:34.5934471Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:34.5935180Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:34.5935715Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:34.5938762Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:34.5939458Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:34.5940083Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:34.5940624Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:34.5941155Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:34.5941673Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:34.5942195Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:34.5942717Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:34.5943243Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:34.5943762Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:34.5944292Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:34.5944806Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:34.5945326Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:34.5945849Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:34.5946359Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:34.5946873Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:34.5947387Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:34.5947888Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:34.5948447Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:34.5967437Z Receiving objects: 0% (1/237) 2024-08-22T20:29:34.5967896Z Receiving objects: 1% (3/237) 2024-08-22T20:29:34.5968337Z Receiving objects: 2% (5/237) 2024-08-22T20:29:34.5969293Z Receiving objects: 3% (8/237) 2024-08-22T20:29:34.5971273Z Receiving objects: 4% (10/237) 2024-08-22T20:29:34.5972213Z Receiving objects: 5% (12/237) 2024-08-22T20:29:34.5972710Z Receiving objects: 6% (15/237) 2024-08-22T20:29:34.5973134Z Receiving objects: 7% (17/237) 2024-08-22T20:29:34.5973555Z Receiving objects: 8% (19/237) 2024-08-22T20:29:34.5976381Z Receiving objects: 9% (22/237) 2024-08-22T20:29:34.5976932Z Receiving objects: 10% (24/237) 2024-08-22T20:29:34.5977450Z Receiving objects: 11% (27/237) 2024-08-22T20:29:34.5977838Z Receiving objects: 12% (29/237) 2024-08-22T20:29:34.5978277Z Receiving objects: 13% (31/237) 2024-08-22T20:29:34.5978740Z Receiving objects: 14% (34/237) 2024-08-22T20:29:34.5979224Z Receiving objects: 15% (36/237) 2024-08-22T20:29:34.5982819Z Receiving objects: 16% (38/237) 2024-08-22T20:29:34.5983316Z Receiving objects: 17% (41/237) 2024-08-22T20:29:34.5983758Z Receiving objects: 18% (43/237) 2024-08-22T20:29:34.5984210Z Receiving objects: 19% (46/237) 2024-08-22T20:29:34.5984661Z Receiving objects: 20% (48/237) 2024-08-22T20:29:34.5985059Z Receiving objects: 21% (50/237) 2024-08-22T20:29:34.5985468Z Receiving objects: 22% (53/237) 2024-08-22T20:29:34.5985968Z Receiving objects: 23% (55/237) 2024-08-22T20:29:34.5986358Z Receiving objects: 24% (57/237) 2024-08-22T20:29:34.5986741Z Receiving objects: 25% (60/237) 2024-08-22T20:29:34.5987125Z Receiving objects: 26% (62/237) 2024-08-22T20:29:34.5987506Z Receiving objects: 27% (64/237) 2024-08-22T20:29:34.5990843Z Receiving objects: 28% (67/237) 2024-08-22T20:29:34.5991330Z Receiving objects: 29% (69/237) 2024-08-22T20:29:34.5991715Z Receiving objects: 30% (72/237) 2024-08-22T20:29:34.5992086Z Receiving objects: 31% (74/237) 2024-08-22T20:29:34.5993915Z Receiving objects: 32% (76/237) 2024-08-22T20:29:34.5994416Z Receiving objects: 33% (79/237) 2024-08-22T20:29:34.5994801Z Receiving objects: 34% (81/237) 2024-08-22T20:29:34.5995315Z Receiving objects: 35% (83/237) 2024-08-22T20:29:34.5995710Z Receiving objects: 36% (86/237) 2024-08-22T20:29:34.6004995Z Receiving objects: 37% (88/237) 2024-08-22T20:29:34.6005811Z Receiving objects: 38% (91/237) 2024-08-22T20:29:34.6009635Z Receiving objects: 39% (93/237) 2024-08-22T20:29:34.6010187Z Receiving objects: 40% (95/237) 2024-08-22T20:29:34.6010695Z Receiving objects: 41% (98/237) 2024-08-22T20:29:34.6011499Z Receiving objects: 42% (100/237) 2024-08-22T20:29:34.6012028Z Receiving objects: 43% (102/237) 2024-08-22T20:29:34.6012449Z Receiving objects: 44% (105/237) 2024-08-22T20:29:34.6012838Z Receiving objects: 45% (107/237) 2024-08-22T20:29:34.6013225Z Receiving objects: 46% (110/237) 2024-08-22T20:29:34.6013610Z Receiving objects: 47% (112/237) 2024-08-22T20:29:34.6014050Z Receiving objects: 48% (114/237) 2024-08-22T20:29:34.6014536Z Receiving objects: 49% (117/237) 2024-08-22T20:29:34.6039360Z Receiving objects: 50% (119/237) 2024-08-22T20:29:34.6043919Z Receiving objects: 51% (121/237) 2024-08-22T20:29:34.6045155Z Receiving objects: 52% (124/237) 2024-08-22T20:29:34.6138348Z Receiving objects: 53% (126/237) 2024-08-22T20:29:34.6138797Z Receiving objects: 54% (128/237) 2024-08-22T20:29:34.6140423Z Receiving objects: 55% (131/237) 2024-08-22T20:29:34.6142411Z Receiving objects: 56% (133/237) 2024-08-22T20:29:34.6142898Z Receiving objects: 57% (136/237) 2024-08-22T20:29:34.6143313Z Receiving objects: 58% (138/237) 2024-08-22T20:29:34.6143695Z Receiving objects: 59% (140/237) 2024-08-22T20:29:34.6144102Z Receiving objects: 60% (143/237) 2024-08-22T20:29:34.6144630Z Receiving objects: 61% (145/237) 2024-08-22T20:29:34.6145024Z Receiving objects: 62% (147/237) 2024-08-22T20:29:34.6145434Z Receiving objects: 63% (150/237) 2024-08-22T20:29:34.6146366Z Receiving objects: 64% (152/237) 2024-08-22T20:29:34.6148093Z Receiving objects: 65% (155/237) 2024-08-22T20:29:34.6148571Z Receiving objects: 66% (157/237) 2024-08-22T20:29:34.6149033Z Receiving objects: 67% (159/237) 2024-08-22T20:29:34.6149499Z Receiving objects: 68% (162/237) 2024-08-22T20:29:34.6149927Z Receiving objects: 69% (164/237) 2024-08-22T20:29:34.6150330Z Receiving objects: 70% (166/237) 2024-08-22T20:29:34.6151215Z Receiving objects: 71% (169/237) 2024-08-22T20:29:34.6151669Z Receiving objects: 72% (171/237) 2024-08-22T20:29:34.6154687Z Receiving objects: 73% (174/237) 2024-08-22T20:29:34.6155134Z Receiving objects: 74% (176/237) 2024-08-22T20:29:34.6157556Z Receiving objects: 75% (178/237) 2024-08-22T20:29:34.6158090Z Receiving objects: 76% (181/237) 2024-08-22T20:29:34.6158575Z Receiving objects: 77% (183/237) 2024-08-22T20:29:34.6159349Z Receiving objects: 78% (185/237) 2024-08-22T20:29:34.6160482Z Receiving objects: 79% (188/237) 2024-08-22T20:29:34.6163050Z Receiving objects: 80% (190/237) 2024-08-22T20:29:34.6164283Z Receiving objects: 81% (192/237) 2024-08-22T20:29:34.6165112Z Receiving objects: 82% (195/237) 2024-08-22T20:29:34.6168959Z Receiving objects: 83% (197/237) 2024-08-22T20:29:34.6170128Z Receiving objects: 84% (200/237) 2024-08-22T20:29:34.6173387Z Receiving objects: 85% (202/237) 2024-08-22T20:29:34.6173890Z Receiving objects: 86% (204/237) 2024-08-22T20:29:34.6174788Z Receiving objects: 87% (207/237) 2024-08-22T20:29:34.6175670Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:34.6176299Z Receiving objects: 88% (209/237) 2024-08-22T20:29:34.6178945Z Receiving objects: 89% (211/237) 2024-08-22T20:29:34.6179392Z Receiving objects: 90% (214/237) 2024-08-22T20:29:34.6180103Z Receiving objects: 91% (216/237) 2024-08-22T20:29:34.6180518Z Receiving objects: 92% (219/237) 2024-08-22T20:29:34.6181687Z Receiving objects: 93% (221/237) 2024-08-22T20:29:34.6182341Z Receiving objects: 94% (223/237) 2024-08-22T20:29:34.6182831Z Receiving objects: 95% (226/237) 2024-08-22T20:29:34.6185312Z Receiving objects: 96% (228/237) 2024-08-22T20:29:34.6185844Z Receiving objects: 97% (230/237) 2024-08-22T20:29:34.6186343Z Receiving objects: 98% (233/237) 2024-08-22T20:29:34.6186832Z Receiving objects: 99% (235/237) 2024-08-22T20:29:34.6187300Z Receiving objects: 100% (237/237) 2024-08-22T20:29:34.6188056Z Receiving objects: 100% (237/237), 488.09 KiB | 22.19 MiB/s, done. 2024-08-22T20:29:34.6190810Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:34.6191212Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:34.6191982Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:34.6193146Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:34.6195715Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:34.6196304Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:34.6196897Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:34.6197470Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:34.6198052Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:34.6198644Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:34.6199218Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:34.6199661Z Resolving deltas: 81% (13/16) 2024-08-22T20:29:34.6200036Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:34.6201553Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:34.6201959Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:34.6304770Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:34.6305463Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:34.6330386Z ##[endgroup] 2024-08-22T20:29:34.6331196Z ##[group]Determining the checkout info 2024-08-22T20:29:34.6333608Z ##[endgroup] 2024-08-22T20:29:34.6334359Z ##[group]Checking out the ref 2024-08-22T20:29:34.6338503Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:34.6510652Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:34.6511090Z 2024-08-22T20:29:34.6511573Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:34.6512350Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:34.6513093Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:34.6513665Z 2024-08-22T20:29:34.6514116Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:34.6515368Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:34.6515985Z 2024-08-22T20:29:34.6516312Z git switch -c 2024-08-22T20:29:34.6516724Z 2024-08-22T20:29:34.6516937Z Or undo this operation with: 2024-08-22T20:29:34.6517319Z 2024-08-22T20:29:34.6517501Z git switch - 2024-08-22T20:29:34.6517784Z 2024-08-22T20:29:34.6518308Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:34.6519002Z 2024-08-22T20:29:34.6519807Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:34.6521925Z ##[endgroup] 2024-08-22T20:29:34.6568710Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:34.6604991Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:34.6814940Z Prepare all required actions 2024-08-22T20:29:34.6936990Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:34.6937516Z with: 2024-08-22T20:29:34.6937871Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.6938354Z docker-build-dir: .ci/docker 2024-08-22T20:29:34.6938754Z working-directory: pytorch/torchchat 2024-08-22T20:29:34.6939298Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.6939853Z force-push: false 2024-08-22T20:29:34.6940156Z env: 2024-08-22T20:29:34.6940478Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.6940938Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:34.6941314Z PR_NUMBER: 1044 2024-08-22T20:29:34.6946301Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:34.6951965Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:34.6952743Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:34.6953466Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:34.6954087Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:34.6954599Z ##[endgroup] 2024-08-22T20:29:34.6976087Z ##[group]Run set -ex 2024-08-22T20:29:34.6976458Z set -ex 2024-08-22T20:29:34.6976824Z  2024-08-22T20:29:34.6977379Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:34.6978312Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:34.6979095Z # job could then download the pre-built image as usual 2024-08-22T20:29:34.6979818Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:34.6980486Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6981110Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6981658Z  2024-08-22T20:29:34.6982163Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:34.6982782Z  exit 0 2024-08-22T20:29:34.6983077Z else 2024-08-22T20:29:34.6983451Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6983898Z fi 2024-08-22T20:29:34.6984175Z  2024-08-22T20:29:34.6984641Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:34.6985485Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:34.6986242Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:34.6986937Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:34.6987651Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6988509Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6989055Z else 2024-08-22T20:29:34.6989492Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:34.6990157Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6991048Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:34.6991776Z fi 2024-08-22T20:29:34.7000826Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:34.7001322Z env: 2024-08-22T20:29:34.7001638Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7002096Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:34.7002477Z PR_NUMBER: 1044 2024-08-22T20:29:34.7007492Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:34.7014178Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:34.7015027Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:34.7015829Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:34.7016558Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:34.7017042Z REPO_NAME: torchchat 2024-08-22T20:29:34.7017434Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7017908Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:34.7018392Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.7018904Z ##[endgroup] 2024-08-22T20:29:34.7054561Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:34.7054983Z + echo skip=true 2024-08-22T20:29:34.7055444Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7056168Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:34.7056819Z + exit 0 2024-08-22T20:29:34.7057249Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:34.7174243Z Prepare all required actions 2024-08-22T20:29:34.7212879Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:34.7213377Z with: 2024-08-22T20:29:34.7213716Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7214299Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.7214807Z env: 2024-08-22T20:29:34.7215128Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7215598Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:34.7215999Z PR_NUMBER: 1044 2024-08-22T20:29:34.7221048Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:34.7226568Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:34.7227340Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:34.7272439Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:34.7273129Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:34.7273614Z ##[endgroup] 2024-08-22T20:29:34.7294343Z ##[group]Run set -x 2024-08-22T20:29:34.7294688Z set -x 2024-08-22T20:29:34.7294991Z set +e 2024-08-22T20:29:34.7295282Z  2024-08-22T20:29:34.7295553Z login() { 2024-08-22T20:29:34.7296206Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:34.7296977Z } 2024-08-22T20:29:34.7297247Z  2024-08-22T20:29:34.7297533Z retry () { 2024-08-22T20:29:34.7298089Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:34.7298532Z } 2024-08-22T20:29:34.7298814Z  2024-08-22T20:29:34.7299131Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:34.7299537Z  2024-08-22T20:29:34.7299811Z set -e 2024-08-22T20:29:34.7300286Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:34.7300984Z # only pull docker image if it's not available locally 2024-08-22T20:29:34.7301728Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:34.7302409Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:34.7302846Z fi 2024-08-22T20:29:34.7311652Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:34.7312148Z env: 2024-08-22T20:29:34.7312473Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:34.7312928Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:34.7313318Z PR_NUMBER: 1044 2024-08-22T20:29:34.7319047Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:29:34.7324600Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:34.7325373Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:34.7326104Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:34.7326737Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:34.7327353Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.7327867Z ##[endgroup] 2024-08-22T20:29:34.7357186Z + set +e 2024-08-22T20:29:34.7357962Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.7358718Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:34.7360841Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:34.7363093Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:35.2931762Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:35.2932639Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:35.2933470Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:35.2933970Z 2024-08-22T20:29:35.2934758Z Login Succeeded 2024-08-22T20:29:35.2957449Z + set -e 2024-08-22T20:29:35.2958128Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:35.3117134Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:35.3117895Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:35.4845166Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:35.4845844Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:35.4846360Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:35.4846865Z f3b743645691: Pulling fs layer 2024-08-22T20:29:35.4847318Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:35.4848038Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:35.4848406Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:35.4848774Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:35.4849136Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:35.4849505Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:35.4849874Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:35.4850235Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:35.4850600Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:35.4851013Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:35.4851378Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:35.4851750Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:35.4852119Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:35.4852483Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:35.4852845Z 784019980816: Pulling fs layer 2024-08-22T20:29:35.4853211Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:35.4853570Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:35.4853942Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:35.4854307Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:35.4854687Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:35.4855055Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:35.4855420Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:35.4855781Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:35.4856150Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:35.4856625Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:35.4856971Z 09ec69653086: Waiting 2024-08-22T20:29:35.4857484Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:35.4857854Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:35.4858199Z af5c0f3f240b: Waiting 2024-08-22T20:29:35.4858514Z 1c60ace79a8a: Waiting 2024-08-22T20:29:35.4858826Z 07dcdf002e0e: Waiting 2024-08-22T20:29:35.4859132Z 90d96273fa23: Waiting 2024-08-22T20:29:35.4859442Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:35.4859753Z 21c4fd2610fc: Waiting 2024-08-22T20:29:35.4860055Z 6a40c884dc1c: Waiting 2024-08-22T20:29:35.4860361Z 625bfd303d2d: Waiting 2024-08-22T20:29:35.4860961Z 6d463d3f66d5: Waiting 2024-08-22T20:29:35.4861281Z 8cfb81a5220c: Waiting 2024-08-22T20:29:35.4861588Z e8f5e731f8e4: Waiting 2024-08-22T20:29:35.4861903Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:35.4862206Z a7beba6b9d19: Waiting 2024-08-22T20:29:35.4862516Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:35.4862823Z bfb071e5ae48: Waiting 2024-08-22T20:29:35.4863166Z f49fb64d359c: Waiting 2024-08-22T20:29:35.4863583Z dc18f68db4d4: Waiting 2024-08-22T20:29:35.4864014Z b2ba091c4c7d: Waiting 2024-08-22T20:29:35.4864476Z ca3686f68fee: Waiting 2024-08-22T20:29:35.4864940Z 784019980816: Waiting 2024-08-22T20:29:35.4865371Z db6f5f4c0334: Waiting 2024-08-22T20:29:35.5321460Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:29:35.5321961Z 1feefa38b24d: Download complete 2024-08-22T20:29:35.5547779Z f3b743645691: Verifying Checksum 2024-08-22T20:29:35.5548373Z f3b743645691: Download complete 2024-08-22T20:29:36.3113254Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:36.3113869Z 2d473b07cdd5: Download complete 2024-08-22T20:29:36.3503351Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:29:36.3504135Z af5c0f3f240b: Download complete 2024-08-22T20:29:36.3593012Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:36.3593558Z 6d463d3f66d5: Download complete 2024-08-22T20:29:36.4703822Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:36.4704368Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:36.5185018Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:29:36.5185663Z 6a40c884dc1c: Download complete 2024-08-22T20:29:36.5610138Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:29:36.5610766Z 21c4fd2610fc: Download complete 2024-08-22T20:29:36.6104493Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:36.6104949Z 90d96273fa23: Download complete 2024-08-22T20:29:36.9507262Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:36.9507887Z 1c60ace79a8a: Download complete 2024-08-22T20:29:37.0058914Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:37.0059488Z 07dcdf002e0e: Download complete 2024-08-22T20:29:37.5915759Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:37.5916666Z e8f5e731f8e4: Download complete 2024-08-22T20:29:38.0437701Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:38.0438296Z 625bfd303d2d: Download complete 2024-08-22T20:29:38.0856059Z db6f5f4c0334: Download complete 2024-08-22T20:29:38.1204343Z 784019980816: Verifying Checksum 2024-08-22T20:29:38.1204767Z 784019980816: Download complete 2024-08-22T20:29:38.1888540Z a7beba6b9d19: Download complete 2024-08-22T20:29:38.2922172Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:38.2922659Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:38.3473637Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:38.3474199Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:38.3981401Z f49fb64d359c: Download complete 2024-08-22T20:29:38.4177589Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:38.4178149Z 2b99a72dd557: Download complete 2024-08-22T20:29:38.4579717Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:38.4580301Z b2ba091c4c7d: Download complete 2024-08-22T20:29:38.5021789Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:38.5485638Z c5058f81a371: Verifying Checksum 2024-08-22T20:29:38.5486142Z c5058f81a371: Download complete 2024-08-22T20:29:38.6904038Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:38.6904660Z ca3686f68fee: Download complete 2024-08-22T20:29:38.7292746Z fdb9230cd483: Download complete 2024-08-22T20:29:38.7830182Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:38.7830639Z dc18f68db4d4: Download complete 2024-08-22T20:29:39.7946347Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:39.8090533Z 1feefa38b24d: Pull complete 2024-08-22T20:29:39.8253746Z f3b743645691: Pull complete 2024-08-22T20:29:39.8433402Z 09ec69653086: Pull complete 2024-08-22T20:29:42.5401285Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:42.5401939Z bfb071e5ae48: Download complete 2024-08-22T20:29:43.7671438Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:44.3378579Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:46.0547376Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:46.0748889Z af5c0f3f240b: Pull complete 2024-08-22T20:29:47.3830391Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:47.5445243Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:47.5663886Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:47.5892403Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:47.6119544Z 90d96273fa23: Pull complete 2024-08-22T20:29:51.0262678Z 625bfd303d2d: Pull complete 2024-08-22T20:29:52.4431165Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:56.3257282Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:58.0774587Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:58.0988879Z db6f5f4c0334: Pull complete 2024-08-22T20:29:58.1184321Z 784019980816: Pull complete 2024-08-22T20:29:58.1390046Z a7beba6b9d19: Pull complete 2024-08-22T20:30:28.0205233Z 417dce1e59af: Verifying Checksum 2024-08-22T20:30:28.0207209Z 417dce1e59af: Download complete 2024-08-22T20:31:18.9623273Z 417dce1e59af: Pull complete 2024-08-22T20:31:19.4155633Z 2b99a72dd557: Pull complete 2024-08-22T20:31:19.6769899Z f49fb64d359c: Pull complete 2024-08-22T20:31:35.0414535Z bfb071e5ae48: Pull complete 2024-08-22T20:31:35.2744673Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:35.5013240Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:35.7367691Z c5058f81a371: Pull complete 2024-08-22T20:31:36.2812439Z ca3686f68fee: Pull complete 2024-08-22T20:31:36.5167234Z fdb9230cd483: Pull complete 2024-08-22T20:31:36.7493787Z dc18f68db4d4: Pull complete 2024-08-22T20:31:55.5393851Z e7fc196062f1: Pull complete 2024-08-22T20:31:55.6681689Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:55.7163808Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:55.7445180Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:55.7572140Z ##[group]Run set -ex 2024-08-22T20:31:55.7572504Z set -ex 2024-08-22T20:31:55.7572800Z { 2024-08-22T20:31:55.7573118Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:55.7573542Z  echo "set -eou pipefail"; 2024-08-22T20:31:55.7573969Z  # shellcheck disable=SC2016 2024-08-22T20:31:55.7574822Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:55.7575282Z  echo "set -x"; 2024-08-22T20:31:55.7575636Z  echo "${SCRIPT}"; 2024-08-22T20:31:55.7576126Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:55.7576593Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:55.7577501Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:55.7588756Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:55.7589103Z env: 2024-08-22T20:31:55.7589452Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:55.7589906Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:55.7590279Z PR_NUMBER: 1044 2024-08-22T20:31:55.7595237Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:31:55.7601111Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:55.7601877Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:55.7602597Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:55.7603198Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:55.7604070Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:55.7604514Z ##[endgroup] 2024-08-22T20:31:55.7641836Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:55.7642434Z + echo 'set -eou pipefail' 2024-08-22T20:31:55.7642954Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:55.7644758Z + echo 'set -x' 2024-08-22T20:31:55.7645332Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:55.7646948Z nvidia-smi 2024-08-22T20:31:55.7647301Z echo "::endgroup::" 2024-08-22T20:31:55.7647508Z 2024-08-22T20:31:55.7647912Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:55.7648587Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:55.7649151Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:55.7650105Z echo "::endgroup::" 2024-08-22T20:31:55.7650372Z 2024-08-22T20:31:55.7650606Z echo "::group::Install required packages" 2024-08-22T20:31:55.7651188Z ./install_requirements.sh cuda 2024-08-22T20:31:55.7651632Z pip3 list 2024-08-22T20:31:55.7652283Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:31:55.7652949Z echo "::endgroup::" 2024-08-22T20:31:55.7653141Z 2024-08-22T20:31:55.7655149Z echo "::group::Download checkpoint" 2024-08-22T20:31:55.7655803Z export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:31:55.7658174Z 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:55.7660023Z echo "::endgroup::" 2024-08-22T20:31:55.7660229Z 2024-08-22T20:31:55.7660373Z echo "::group::Convert checkpoint" 2024-08-22T20:31:55.7661107Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:31:55.7661788Z echo "::endgroup::" 2024-08-22T20:31:55.7661986Z 2024-08-22T20:31:55.7662110Z echo "::group::Run eval" 2024-08-22T20:31:55.7662730Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" 2024-08-22T20:31:55.7663385Z echo "::endgroup::" 2024-08-22T20:31:55.7663761Z ' 2024-08-22T20:31:55.7664229Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:55.7665271Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:38.0524402Z Running command: 2024-08-22T20:32:38.0533697Z 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_9c3f1950-ed2f-488e-a7b3-37553cf600a6":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_9c3f1950-ed2f-488e-a7b3-37553cf600a6" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:38.0540214Z 2024-08-22T20:32:38.0540641Z 24467a82a95de2535f0fb7d942482715189962c73bc5fe18a16154dd0aa84302 2024-08-22T20:32:38.0541610Z Running command: docker exec -t 24467a82a95de2535f0fb7d942482715189962c73bc5fe18a16154dd0aa84302 /exec 2024-08-22T20:32:38.0542452Z + echo '::group::Print machine info' 2024-08-22T20:32:38.0543184Z ##[group]Print machine info 2024-08-22T20:32:38.0543571Z + nvidia-smi 2024-08-22T20:32:38.0543874Z Thu Aug 22 20:32:33 2024 2024-08-22T20:32:38.0544435Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:38.0545240Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:32:38.0546012Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:38.0546811Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:32:38.0547692Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:32:38.0548370Z | | | MIG M. | 2024-08-22T20:32:38.0548913Z |=========================================+========================+======================| 2024-08-22T20:32:38.0549514Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:32:38.0550470Z | 0% 29C P8 15W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:32:38.0551105Z | | | N/A | 2024-08-22T20:32:38.0551758Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:38.0552478Z 2024-08-22T20:32:38.0553127Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:38.0553744Z | Processes: | 2024-08-22T20:32:38.0554424Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:32:38.0555104Z | ID ID Usage | 2024-08-22T20:32:38.0555668Z |=========================================================================================| 2024-08-22T20:32:38.0556353Z | No running processes found | 2024-08-22T20:32:38.0557091Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:38.0557587Z + echo ::endgroup:: 2024-08-22T20:32:38.0558115Z ##[endgroup] 2024-08-22T20:32:38.0558708Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:38.0559696Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:38.0560371Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:38.0561157Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:38.0561700Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:38.0562074Z 2024-08-22T20:32:38.0562400Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:38.0562948Z * epel: dl.fedoraproject.org 2024-08-22T20:32:38.0563204Z 2024-08-22T20:32:38.0563429Z base | 3.6 kB 00:00 2024-08-22T20:32:38.0563791Z 2024-08-22T20:32:38.0564137Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:38.0564535Z 2024-08-22T20:32:38.0564882Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:38.0565302Z 2024-08-22T20:32:38.0565520Z extras | 2.9 kB 00:00 2024-08-22T20:32:38.0565889Z 2024-08-22T20:32:38.0566108Z updates | 2.9 kB 00:00 2024-08-22T20:32:38.0566596Z Resolving Dependencies 2024-08-22T20:32:38.0566977Z --> Running transaction check 2024-08-22T20:32:38.0567599Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:38.0568619Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:38.0569404Z --> Running transaction check 2024-08-22T20:32:38.0570018Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:38.0570643Z --> Finished Dependency Resolution 2024-08-22T20:32:38.0570914Z 2024-08-22T20:32:38.0571043Z Dependencies Resolved 2024-08-22T20:32:38.0571255Z 2024-08-22T20:32:38.0571436Z ================================================================================ 2024-08-22T20:32:38.0572030Z Package Arch Version Repository Size 2024-08-22T20:32:38.0572611Z ================================================================================ 2024-08-22T20:32:38.0573046Z Installing: 2024-08-22T20:32:38.0573612Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:38.0574213Z Installing for dependencies: 2024-08-22T20:32:38.0574842Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:38.0575312Z 2024-08-22T20:32:38.0575602Z Transaction Summary 2024-08-22T20:32:38.0575984Z ================================================================================ 2024-08-22T20:32:38.0576595Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:38.0576902Z 2024-08-22T20:32:38.0577032Z Total download size: 6.3 M 2024-08-22T20:32:38.0577380Z Installed size: 25 M 2024-08-22T20:32:38.0577825Z Downloading packages: 2024-08-22T20:32:38.0578040Z 2024-08-22T20:32:38.0578476Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:38.0578975Z 2024-08-22T20:32:38.0579393Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:38.0580203Z -------------------------------------------------------------------------------- 2024-08-22T20:32:38.0580766Z Total 24 MB/s | 6.3 MB 00:00 2024-08-22T20:32:38.0581265Z Running transaction check 2024-08-22T20:32:38.0581617Z Running transaction test 2024-08-22T20:32:38.0581964Z Transaction test succeeded 2024-08-22T20:32:38.0582313Z Running transaction 2024-08-22T20:32:38.0582507Z 2024-08-22T20:32:38.0582904Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:38.0583745Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:38.0584584Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:38.0585428Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:38.0586255Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:38.0587077Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:38.0587905Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:38.0588740Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:38.0589566Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:38.0590441Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:38.0591272Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:38.0592087Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:38.0592915Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:38.0593740Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:38.0594574Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:38.0595393Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:38.0596221Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:38.0597049Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:38.0597865Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:38.0598695Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:38.0599520Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:38.0600397Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:38.0601224Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:38.0602047Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:38.0602871Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:38.0603685Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:38.0604513Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:38.0605436Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:40.1867971Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:40.1868834Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:40.1869282Z 2024-08-22T20:32:40.1869692Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:40.1870829Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:40.1871656Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:40.1872486Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:40.1873319Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:40.1874139Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:40.1874989Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:40.1875816Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:40.1876640Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:40.1877468Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:40.1878299Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:40.1879179Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:40.1880003Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:40.1880828Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:40.1881654Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:40.1882483Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:40.1883303Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:40.1884129Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:40.1884954Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:40.1885778Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:40.1886600Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:40.1887427Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:40.1888241Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:40.1889067Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:40.1889893Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:40.1890724Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:40.1891541Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:40.1892364Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:40.1893186Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:40.1894036Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:40.1895018Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:40.1896215Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:40.1897325Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:40.1898549Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:40.1899650Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:40.1900253Z 2024-08-22T20:32:40.1900665Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:40.1901141Z 2024-08-22T20:32:40.1901541Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:40.1902104Z 2024-08-22T20:32:40.1902214Z Installed: 2024-08-22T20:32:40.1902775Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:40.1903243Z 2024-08-22T20:32:40.1903372Z Dependency Installed: 2024-08-22T20:32:40.1903967Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:40.1904440Z 2024-08-22T20:32:40.1904549Z Complete! 2024-08-22T20:32:40.1905939Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:40.1908304Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:40.1909613Z + echo ::endgroup:: 2024-08-22T20:32:40.1910229Z ##[endgroup] 2024-08-22T20:32:40.1910672Z + echo '::group::Install required packages' 2024-08-22T20:32:40.1911348Z ##[group]Install required packages 2024-08-22T20:32:40.1911761Z + ./install_requirements.sh cuda 2024-08-22T20:32:40.1912561Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:40.1913568Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:40.1914507Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:40.1915292Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:40.1916002Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:40.1919294Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:40.1920300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 17.5 MB/s eta 0:00:00 2024-08-22T20:32:40.1921128Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:40.1921741Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:40.1922510Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:40.1923438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 17.8 MB/s eta 0:00:00 2024-08-22T20:32:40.1924232Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:40.1925152Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:40.1926150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:40.1927069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 85.1 MB/s eta 0:00:00 2024-08-22T20:32:40.1927874Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:40.1928561Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:40.1929368Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:40.1930304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 55.7 MB/s eta 0:00:00 2024-08-22T20:32:40.1931133Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:40.1932494Z 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:40.1933763Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:40.1934683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 101.6 MB/s eta 0:00:00 2024-08-22T20:32:40.1935594Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:40.1936822Z 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:40.1938036Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:40.1939046Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 8.4/18.3 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:32:40.1940139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 17.1/18.3 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:32:40.1941175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:41.5854329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:41.5855805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 88.5 MB/s eta 0:00:00 2024-08-22T20:32:41.5856766Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:41.5857475Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:41.5858255Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:41.5859220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 72.3 MB/s eta 0:00:00 2024-08-22T20:32:41.5860013Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:41.5861386Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:41.5862428Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:41.5863376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 23.9 MB/s eta 0:00:00 2024-08-22T20:32:41.5864566Z [?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:41.5865584Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:41.5866457Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:41.5867708Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:41.5868757Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/26.9 MB 206.8 MB/s eta 0:00:01 2024-08-22T20:32:41.5869936Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 14.7/26.9 MB 217.7 MB/s eta 0:00:01 2024-08-22T20:32:41.5871186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 22.8/26.9 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:41.5872233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:32:41.5873237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:32:41.5874232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:32:41.5875246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:32:41.5876215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 61.2 MB/s eta 0:00:00 2024-08-22T20:32:41.5876988Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:41.5877874Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:41.5878877Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:41.5879808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 74.8 MB/s eta 0:00:00 2024-08-22T20:32:41.5880589Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:41.5881454Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:41.5882448Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:41.5883368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 116.0 MB/s eta 0:00:00 2024-08-22T20:32:41.5884165Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:41.5884889Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:41.5885707Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:41.5886701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 8.0/8.7 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:32:41.5887743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:32:41.5888826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 125.0 MB/s eta 0:00:00 2024-08-22T20:32:41.5889591Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:41.5890221Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:41.5891001Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:41.5892084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 35.8 MB/s eta 0:00:00 2024-08-22T20:32:41.5893010Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.5893832Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:41.5894648Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:41.5895573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 69.8 MB/s eta 0:00:00 2024-08-22T20:32:41.5896564Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.5897295Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:41.5898072Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:41.5898998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 27.2 MB/s eta 0:00:00 2024-08-22T20:32:41.5899925Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.5900702Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:41.5901492Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:41.5902429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 82.3 MB/s eta 0:00:00 2024-08-22T20:32:41.5903330Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.5904070Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:41.5904795Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.5905464Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:48.0137375Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:48.0146484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 32.4 MB/s eta 0:00:00 2024-08-22T20:32:48.0147867Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:48.0149040Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:48.0150099Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:48.0151282Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0152691Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:48.0153936Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:48.0155354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 68.0 MB/s eta 0:00:00 2024-08-22T20:32:48.0156979Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0158167Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:48.0159377Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:48.0161144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 54.0 MB/s eta 0:00:00 2024-08-22T20:32:48.0162556Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0163840Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:48.0165615Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:48.0170155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 34.2 MB/s eta 0:00:00 2024-08-22T20:32:48.0175230Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0176940Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:48.0180153Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:48.0181317Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0182519Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:48.0183748Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:48.0185191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 34.2 MB/s eta 0:00:00 2024-08-22T20:32:48.0186648Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0188238Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:48.0189780Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:48.0191322Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 7.9/13.3 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:48.0192928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:32:48.0194466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:32:48.0196174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 111.9 MB/s eta 0:00:00 2024-08-22T20:32:48.0197546Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0198619Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:48.0199474Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:48.0200829Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.0202120Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:48.0203528Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:48.0204943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/797.3 MB 217.4 MB/s eta 0:00:04 2024-08-22T20:32:48.0206457Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/797.3 MB 218.1 MB/s eta 0:00:04 2024-08-22T20:32:48.0208098Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.9/797.3 MB 205.5 MB/s eta 0:00:04 2024-08-22T20:32:48.0212318Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.2/797.3 MB 209.8 MB/s eta 0:00:04 2024-08-22T20:32:48.0218276Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.5/797.3 MB 209.7 MB/s eta 0:00:04 2024-08-22T20:32:48.0220096Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.1/797.3 MB 217.9 MB/s eta 0:00:04 2024-08-22T20:32:48.0221785Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.4/797.3 MB 213.2 MB/s eta 0:00:04 2024-08-22T20:32:48.0223435Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/797.3 MB 216.8 MB/s eta 0:00:04 2024-08-22T20:32:48.0228045Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/797.3 MB 227.0 MB/s eta 0:00:04 2024-08-22T20:32:48.0229733Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/797.3 MB 225.1 MB/s eta 0:00:04 2024-08-22T20:32:48.0231399Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/797.3 MB 218.9 MB/s eta 0:00:04 2024-08-22T20:32:48.0233069Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.8/797.3 MB 219.8 MB/s eta 0:00:04 2024-08-22T20:32:48.0234712Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/797.3 MB 217.5 MB/s eta 0:00:04 2024-08-22T20:32:48.0236345Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.9/797.3 MB 219.0 MB/s eta 0:00:04 2024-08-22T20:32:48.0238200Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/797.3 MB 218.0 MB/s eta 0:00:04 2024-08-22T20:32:48.0239882Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/797.3 MB 220.5 MB/s eta 0:00:04 2024-08-22T20:32:49.3364313Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.5/797.3 MB 218.7 MB/s eta 0:00:04 2024-08-22T20:32:49.3366457Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/797.3 MB 231.1 MB/s eta 0:00:03 2024-08-22T20:32:49.3368137Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.7/797.3 MB 211.0 MB/s eta 0:00:04 2024-08-22T20:32:49.3369802Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.5/797.3 MB 224.0 MB/s eta 0:00:03 2024-08-22T20:32:49.3371999Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/797.3 MB 219.5 MB/s eta 0:00:03 2024-08-22T20:32:49.3374680Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.4/797.3 MB 116.0 MB/s eta 0:00:06 2024-08-22T20:32:49.3376529Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.9/797.3 MB 221.0 MB/s eta 0:00:03 2024-08-22T20:32:49.3378224Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.4/797.3 MB 217.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3380261Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.8/797.3 MB 214.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3382398Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.1/797.3 MB 212.4 MB/s eta 0:00:03 2024-08-22T20:32:49.3385190Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.4/797.3 MB 210.9 MB/s eta 0:00:03 2024-08-22T20:32:49.3387430Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.7/797.3 MB 211.4 MB/s eta 0:00:03 2024-08-22T20:32:49.3389654Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.1/797.3 MB 214.6 MB/s eta 0:00:03 2024-08-22T20:32:49.3391370Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.5/797.3 MB 214.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3393148Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.1/797.3 MB 218.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3394853Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.5/797.3 MB 217.2 MB/s eta 0:00:03 2024-08-22T20:32:49.3397237Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.0/797.3 MB 217.9 MB/s eta 0:00:03 2024-08-22T20:32:49.3399503Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 245.6/797.3 MB 218.1 MB/s eta 0:00:03 2024-08-22T20:32:49.3401695Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.2/797.3 MB 220.7 MB/s eta 0:00:03 2024-08-22T20:32:49.3404334Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 260.6/797.3 MB 215.3 MB/s eta 0:00:03 2024-08-22T20:32:49.3406675Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 268.2/797.3 MB 218.7 MB/s eta 0:00:03 2024-08-22T20:32:49.3408311Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 275.8/797.3 MB 217.7 MB/s eta 0:00:03 2024-08-22T20:32:49.3410002Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 283.4/797.3 MB 217.0 MB/s eta 0:00:03 2024-08-22T20:32:49.3412102Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 291.0/797.3 MB 220.4 MB/s eta 0:00:03 2024-08-22T20:32:49.3414383Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 298.4/797.3 MB 217.9 MB/s eta 0:00:03 2024-08-22T20:32:49.3416672Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 306.0/797.3 MB 219.7 MB/s eta 0:00:03 2024-08-22T20:32:49.3418746Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.6/797.3 MB 221.1 MB/s eta 0:00:03 2024-08-22T20:32:49.3421374Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 321.1/797.3 MB 219.5 MB/s eta 0:00:03 2024-08-22T20:32:49.3423116Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 328.7/797.3 MB 219.2 MB/s eta 0:00:03 2024-08-22T20:32:49.3425218Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 336.4/797.3 MB 219.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3426888Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 343.8/797.3 MB 217.1 MB/s eta 0:00:03 2024-08-22T20:32:49.3429341Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 351.4/797.3 MB 219.4 MB/s eta 0:00:03 2024-08-22T20:32:49.3431507Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 358.8/797.3 MB 217.8 MB/s eta 0:00:03 2024-08-22T20:32:49.3433799Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 366.5/797.3 MB 218.8 MB/s eta 0:00:02 2024-08-22T20:32:49.3436020Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 374.1/797.3 MB 221.4 MB/s eta 0:00:02 2024-08-22T20:32:49.3437716Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 381.6/797.3 MB 220.6 MB/s eta 0:00:02 2024-08-22T20:32:49.3439979Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 389.2/797.3 MB 220.7 MB/s eta 0:00:02 2024-08-22T20:32:49.3442189Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 396.7/797.3 MB 218.3 MB/s eta 0:00:02 2024-08-22T20:32:50.6592428Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 404.4/797.3 MB 218.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6594043Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 411.8/797.3 MB 216.7 MB/s eta 0:00:02 2024-08-22T20:32:50.6595330Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 418.8/797.3 MB 206.9 MB/s eta 0:00:02 2024-08-22T20:32:50.6596592Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 426.6/797.3 MB 222.6 MB/s eta 0:00:02 2024-08-22T20:32:50.6597670Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 434.4/797.3 MB 226.7 MB/s eta 0:00:02 2024-08-22T20:32:50.6598777Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 442.1/797.3 MB 225.0 MB/s eta 0:00:02 2024-08-22T20:32:50.6599855Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 449.7/797.3 MB 220.9 MB/s eta 0:00:02 2024-08-22T20:32:50.6600926Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 457.2/797.3 MB 216.8 MB/s eta 0:00:02 2024-08-22T20:32:50.6601996Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 464.8/797.3 MB 220.1 MB/s eta 0:00:02 2024-08-22T20:32:50.6603343Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 472.1/797.3 MB 216.1 MB/s eta 0:00:02 2024-08-22T20:32:50.6604504Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 479.6/797.3 MB 216.5 MB/s eta 0:00:02 2024-08-22T20:32:50.6605571Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 487.2/797.3 MB 221.4 MB/s eta 0:00:02 2024-08-22T20:32:50.6606809Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 494.9/797.3 MB 219.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6607881Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 502.5/797.3 MB 221.0 MB/s eta 0:00:02 2024-08-22T20:32:50.6608958Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 510.1/797.3 MB 221.3 MB/s eta 0:00:02 2024-08-22T20:32:50.6610075Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 517.8/797.3 MB 221.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6611168Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 525.3/797.3 MB 218.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6612249Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 532.8/797.3 MB 217.4 MB/s eta 0:00:02 2024-08-22T20:32:50.6613393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 540.4/797.3 MB 219.3 MB/s eta 0:00:02 2024-08-22T20:32:50.6614520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 548.0/797.3 MB 219.0 MB/s eta 0:00:02 2024-08-22T20:32:50.6615594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 555.6/797.3 MB 219.7 MB/s eta 0:00:02 2024-08-22T20:32:50.6616791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 563.4/797.3 MB 225.6 MB/s eta 0:00:02 2024-08-22T20:32:50.6617884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 570.9/797.3 MB 221.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6618980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 578.4/797.3 MB 217.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6620080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 585.3/797.3 MB 204.4 MB/s eta 0:00:02 2024-08-22T20:32:50.6621194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 592.2/797.3 MB 201.2 MB/s eta 0:00:02 2024-08-22T20:32:50.6622299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 599.4/797.3 MB 206.2 MB/s eta 0:00:01 2024-08-22T20:32:50.6623504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 606.6/797.3 MB 208.4 MB/s eta 0:00:01 2024-08-22T20:32:50.6624628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 613.8/797.3 MB 209.8 MB/s eta 0:00:01 2024-08-22T20:32:50.6625694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 621.0/797.3 MB 209.5 MB/s eta 0:00:01 2024-08-22T20:32:50.6626850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 628.1/797.3 MB 208.1 MB/s eta 0:00:01 2024-08-22T20:32:50.6627962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 635.3/797.3 MB 208.1 MB/s eta 0:00:01 2024-08-22T20:32:50.6629026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 642.5/797.3 MB 207.5 MB/s eta 0:00:01 2024-08-22T20:32:50.6630150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 650.0/797.3 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:32:50.6631254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 657.3/797.3 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:32:50.6632351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 664.3/797.3 MB 203.5 MB/s eta 0:00:01 2024-08-22T20:32:50.6633432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 671.5/797.3 MB 207.6 MB/s eta 0:00:01 2024-08-22T20:32:50.6634537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 678.6/797.3 MB 206.8 MB/s eta 0:00:01 2024-08-22T20:32:52.4905702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 685.8/797.3 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:32:52.4907173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 693.0/797.3 MB 209.5 MB/s eta 0:00:01 2024-08-22T20:32:52.4908267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 700.2/797.3 MB 208.8 MB/s eta 0:00:01 2024-08-22T20:32:52.4909376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 707.3/797.3 MB 207.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4910474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 714.5/797.3 MB 208.1 MB/s eta 0:00:01 2024-08-22T20:32:52.4911534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 721.7/797.3 MB 206.8 MB/s eta 0:00:01 2024-08-22T20:32:52.4912596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 728.9/797.3 MB 207.2 MB/s eta 0:00:01 2024-08-22T20:32:52.4914094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 735.8/797.3 MB 205.4 MB/s eta 0:00:01 2024-08-22T20:32:52.4915172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 742.9/797.3 MB 204.3 MB/s eta 0:00:01 2024-08-22T20:32:52.4916233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 750.1/797.3 MB 204.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4917455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 757.2/797.3 MB 207.6 MB/s eta 0:00:01 2024-08-22T20:32:52.4918512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 764.4/797.3 MB 207.7 MB/s eta 0:00:01 2024-08-22T20:32:52.4919560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 771.6/797.3 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:32:52.4920628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 778.7/797.3 MB 207.0 MB/s eta 0:00:01 2024-08-22T20:32:52.4921631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 785.9/797.3 MB 206.8 MB/s eta 0:00:01 2024-08-22T20:32:52.4922612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 793.0/797.3 MB 207.7 MB/s eta 0:00:01 2024-08-22T20:32:52.4923626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4924611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4925597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4926575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4927578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4928563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4929537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4930523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4931513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4932498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4933676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4934905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4936048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4937276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4938250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4939227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4940209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4941208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4942178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4943157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4944154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4945136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:52.4946108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8709602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8710745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8711754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8712914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8713901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8714899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8715897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8716908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8717889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8718882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8719889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8720875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8721859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8722880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8723873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8724901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8725897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8726884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8727866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8728939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8729945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8730935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8732014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8732990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8733977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8734960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8735960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8737007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8737997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8738997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8739968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8740947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8741964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8742955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8743928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8744924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8745913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8746897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8747871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:53.8748957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2523693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2525151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2526587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2527582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2528580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2529620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2530626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2531611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2532635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2533622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2534609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2535588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2536709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2537699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2538694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2539786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2540777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2541762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2542905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2543893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2544894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2545912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2546891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2547876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2548888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2549878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2550853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2551835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2552839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2553827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2554799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2555887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2556880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2557866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2558937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2559933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2561208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2562220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2563191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:55.2564178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6346094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6347423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6348449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6349443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6350504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6351500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6352487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6353492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6354499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6355493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6356787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6357784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6358797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6359948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6361181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6362287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6363403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6364542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6365643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6366744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6367873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6368977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6370067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6371194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6372297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6373393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6374510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6375617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6376827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6377803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6379449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6380453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6381510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6382627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6383608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6384588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6385590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6386562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6387550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:56.6388558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0615109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0616642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0618193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0619194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0620176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0621146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0622308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0623289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0624271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0625259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0626250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0627233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0628220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0629193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0630188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0631192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0632162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0633139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0634132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0635111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0636089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0637080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0638169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0639152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0640122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0641344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0642325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0643302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0644297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0645278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0646260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0647253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0648225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0649206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0650186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0651187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0652158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0653138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0654136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:58.0655106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:01.1333790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:01.1335126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:01.1337418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:01.1339194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:33:01.1340653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:33:01.1341840Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:01.1342981Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:33:01.1343820Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:01.1344605Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:33:01.1345463Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:33:01.1346460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 8.6/9.5 MB 258.5 MB/s eta 0:00:01 2024-08-22T20:33:01.1347448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 140.2 MB/s eta 0:00:00 2024-08-22T20:33:01.1348743Z [?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:33:01.1349913Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:01.1350850Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:33:01.1351853Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:33:01.1352800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 38.1 MB/s eta 0:00:00 2024-08-22T20:33:01.1353693Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:01.1354394Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:33:01.1354943Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:33:01.1356726Z [?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:33:01.1359842Z 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:33:01.1362040Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:33:01.1363059Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:33:01.1364850Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:33:01.1367220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 48.2 MB/s eta 0:00:00 2024-08-22T20:33:01.1369627Z [?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:33:01.1372272Z 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:33:01.1373873Z 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:33:01.1376312Z 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:33:01.1378717Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:33:01.1380712Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:33:01.1382405Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:33:01.1383380Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:33:01.1384722Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:33:01.1385666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 83.8 MB/s eta 0:00:00 2024-08-22T20:33:01.1386539Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:33:01.1388001Z 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:33:01.1389161Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:33:01.1390819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 74.7 MB/s eta 0:00:00 2024-08-22T20:33:01.1391720Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:33:01.1393325Z 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:33:01.1395057Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:33:01.1395979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 111.1 MB/s eta 0:00:00 2024-08-22T20:33:01.1397980Z [?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:33:01.1399261Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:33:01.1400995Z 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:33:01.1402767Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:33:01.1403726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 260.8 MB/s eta 0:00:01 2024-08-22T20:33:01.1405263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 128.7 MB/s eta 0:00:00 2024-08-22T20:33:01.1406127Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:01.1406850Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:33:01.1408538Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:33:01.1409491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 88.6 MB/s eta 0:00:00 2024-08-22T20:33:01.1410909Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:01.1411644Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:33:01.1413083Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:01.1413851Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:33:01.1415606Z 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:33:02.9698283Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9699969Z 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:33:02.9701530Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:33:02.9702574Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/13.0 MB 260.9 MB/s eta 0:00:01 2024-08-22T20:33:02.9703672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 9.0/13.0 MB 132.7 MB/s eta 0:00:01 2024-08-22T20:33:02.9704745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 138.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9705728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 82.4 MB/s eta 0:00:00 2024-08-22T20:33:02.9706628Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9707619Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:33:02.9708629Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:33:02.9709586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 262.6 MB/s eta 0:00:01 2024-08-22T20:33:02.9710552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 94.3 MB/s eta 0:00:00 2024-08-22T20:33:02.9711439Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9712588Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:33:02.9713480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:33:02.9714417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 60.1 MB/s eta 0:00:00 2024-08-22T20:33:02.9715303Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9716556Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:33:02.9717625Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:33:02.9719027Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/39.9 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:33:02.9720145Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.3/39.9 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9721225Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 24.5/39.9 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:33:02.9722301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 33.1/39.9 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:02.9723339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9724371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9725361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9726363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9727363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9728326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 44.5 MB/s eta 0:00:00 2024-08-22T20:33:02.9729206Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9729946Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:33:02.9730849Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:33:02.9731787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 61.0 MB/s eta 0:00:00 2024-08-22T20:33:02.9732686Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9733534Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:33:02.9734256Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9734967Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:33:02.9735748Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9736634Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:33:02.9737434Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:33:02.9738381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 56.1 MB/s eta 0:00:00 2024-08-22T20:33:02.9739278Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9740035Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:33:02.9740828Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:33:02.9741797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:33:02.9742760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 114.3 MB/s eta 0:00:00 2024-08-22T20:33:02.9743632Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9744489Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:33:02.9745380Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:33:02.9746297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 21.5 MB/s eta 0:00:00 2024-08-22T20:33:02.9747196Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:33:02.9747956Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:33:02.9748756Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:33:05.1469723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 58.6 MB/s eta 0:00:00 2024-08-22T20:33:05.1471297Z [?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:33:05.1472483Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:33:05.1473273Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:33:05.1474515Z 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:33:05.1475911Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.1477035Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:33:05.1478114Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:33:05.1479043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 74.8 MB/s eta 0:00:00 2024-08-22T20:33:05.1480418Z [?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:33:05.1482003Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:05.1482803Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:33:05.1483592Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:33:05.1484522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 48.4 MB/s eta 0:00:00 2024-08-22T20:33:05.1485551Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:33:05.1486283Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:33:05.1487073Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:33:05.1487990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 24.9 MB/s eta 0:00:00 2024-08-22T20:33:05.1488897Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:33:05.1489610Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:33:05.1490373Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:33:05.1491289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 21.8 MB/s eta 0:00:00 2024-08-22T20:33:05.1492259Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.1493278Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:33:05.1494260Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:33:05.1495188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 50.6 MB/s eta 0:00:00 2024-08-22T20:33:05.1496254Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.1497407Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:33:05.1498473Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:33:05.1499412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 45.0 MB/s eta 0:00:00 2024-08-22T20:33:05.1500371Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.1501414Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:33:05.1502401Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:33:05.1503454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 130.4 MB/s eta 0:00:00 2024-08-22T20:33:05.1504478Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:05.1505320Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:33:05.1506084Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:33:05.1507094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 20.7 MB/s eta 0:00:00 2024-08-22T20:33:05.1508422Z [?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:33:05.1510221Z 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:33:05.1512009Z 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:33:05.1513327Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:05.1514382Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:33:05.1515423Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:33:05.1516405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 73.4 MB/s eta 0:00:00 2024-08-22T20:33:05.1517823Z [?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:33:05.1519574Z 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:33:05.1521286Z 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:33:05.1522682Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:05.1523544Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:33:05.1524362Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:33:05.1525274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 33.4 MB/s eta 0:00:00 2024-08-22T20:33:05.1526283Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:05.1527139Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:33:05.1528024Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:33:05.1528935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 121.1 MB/s eta 0:00:00 2024-08-22T20:33:05.1529917Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.1530730Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:33:06.7236474Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:33:06.7237519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 41.0 MB/s eta 0:00:00 2024-08-22T20:33:06.7238573Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7239375Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:33:06.7240199Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:33:06.7241120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 123.7 MB/s eta 0:00:00 2024-08-22T20:33:06.7242529Z [?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:33:06.7243940Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7244771Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:33:06.7245644Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7246468Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:33:06.7247281Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7248360Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:33:06.7249465Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7250536Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:33:06.7251528Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:33:06.7252555Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/41.2 MB 254.2 MB/s eta 0:00:01 2024-08-22T20:33:06.7253679Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17.1/41.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:06.7254767Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 25.8/41.2 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:33:06.7256769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 34.1/41.2 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:33:06.7257834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7258833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7259999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7261160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7262138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7263147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7264160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7265122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 33.4 MB/s eta 0:00:00 2024-08-22T20:33:06.7266150Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7267016Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:33:06.7267806Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:33:06.7268793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 46.7 MB/s eta 0:00:00 2024-08-22T20:33:06.7269852Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7270784Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:33:06.7271576Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7272320Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:33:06.7273097Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:33:06.7274069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:33:06.7275030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 130.3 MB/s eta 0:00:00 2024-08-22T20:33:06.7275963Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7276992Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:33:06.7278150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:33:06.7279073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 107.3 MB/s eta 0:00:00 2024-08-22T20:33:06.7280147Z [?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:33:06.7281521Z 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:33:06.7282838Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:33:06.7283855Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/23.7 MB 254.8 MB/s eta 0:00:01 2024-08-22T20:33:06.7284947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 17.1/23.7 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:33:06.7286009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 255.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7287009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 255.1 MB/s eta 0:00:01 2024-08-22T20:33:06.7288006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 255.1 MB/s eta 0:00:01 2024-08-22T20:33:08.0097580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 67.9 MB/s eta 0:00:00 2024-08-22T20:33:08.0099435Z [?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:33:08.0100853Z 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:33:08.0102064Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:33:08.0103031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 98.4 MB/s eta 0:00:00 2024-08-22T20:33:08.0104112Z [?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:33:08.0105475Z 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:33:08.0106679Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:33:08.0108097Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 8.4/14.1 MB 253.3 MB/s eta 0:00:01 2024-08-22T20:33:08.0109147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:33:08.0111812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:33:08.0113030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 94.6 MB/s eta 0:00:00 2024-08-22T20:33:08.0114071Z [?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:33:08.0115939Z 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:33:08.0117136Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:33:08.0118994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/664.8 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:33:08.0120259Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/664.8 MB 240.5 MB/s eta 0:00:03 2024-08-22T20:33:08.0121345Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.4/664.8 MB 235.7 MB/s eta 0:00:03 2024-08-22T20:33:08.0122944Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/664.8 MB 233.8 MB/s eta 0:00:03 2024-08-22T20:33:08.0124043Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/664.8 MB 236.6 MB/s eta 0:00:03 2024-08-22T20:33:08.0125867Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/664.8 MB 246.9 MB/s eta 0:00:03 2024-08-22T20:33:08.0126955Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/664.8 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:33:08.0128086Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/664.8 MB 246.9 MB/s eta 0:00:03 2024-08-22T20:33:08.0129222Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/664.8 MB 246.4 MB/s eta 0:00:03 2024-08-22T20:33:08.0130752Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/664.8 MB 246.6 MB/s eta 0:00:03 2024-08-22T20:33:08.0131833Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.7/664.8 MB 246.3 MB/s eta 0:00:03 2024-08-22T20:33:08.0133694Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.1/664.8 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:33:08.0134779Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.6/664.8 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:33:08.0136168Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/664.8 MB 244.6 MB/s eta 0:00:03 2024-08-22T20:33:08.0137444Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.5/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:33:08.0138855Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.0/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:33:08.0139928Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.4/664.8 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:33:08.0142040Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.9/664.8 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:33:08.0143466Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.3/664.8 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:33:08.0144545Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.7/664.8 MB 244.7 MB/s eta 0:00:03 2024-08-22T20:33:08.0146087Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/664.8 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:33:08.0147172Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.7/664.8 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:33:08.0149004Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.2/664.8 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:33:08.0150113Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 201.7/664.8 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:33:08.0151515Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 210.2/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:33:08.0152598Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 218.8/664.8 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:33:09.3306943Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/664.8 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:33:09.3308519Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 235.8/664.8 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:33:09.3309815Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 244.4/664.8 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:33:09.3310926Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 252.9/664.8 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:09.3312023Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 261.4/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:33:09.3313108Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 269.8/664.8 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:33:09.3315016Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 278.4/664.8 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:33:09.3316129Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 286.9/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:33:09.3318062Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 295.4/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:33:09.3319952Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 303.9/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:33:09.3321040Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 312.4/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:33:09.3322468Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 320.9/664.8 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:33:09.3323564Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 329.3/664.8 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:33:09.3325021Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 337.9/664.8 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:33:09.3326098Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 346.3/664.8 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:33:09.3327484Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 354.8/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:33:09.3328557Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 363.3/664.8 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:09.3330847Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 371.9/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:33:09.3331927Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 380.4/664.8 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:33:09.3333157Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 388.9/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:33:09.3334228Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 397.4/664.8 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:33:09.3335683Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 406.0/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:33:09.3337000Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 414.4/664.8 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:33:09.3339204Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 422.9/664.8 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:09.3340577Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 431.4/664.8 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:09.3341752Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 439.9/664.8 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:09.3343434Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 448.4/664.8 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:09.3344487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 456.9/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:09.3346542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 465.3/664.8 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:33:09.3347595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 473.8/664.8 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:09.3349176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 482.3/664.8 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:09.3350296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 490.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:09.3351707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 499.3/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:09.3352760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 507.9/664.8 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:33:09.3354864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 516.3/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:09.3356414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 524.9/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:09.3357484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 533.5/664.8 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:09.3358728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 542.0/664.8 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:11.0741048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 550.5/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0742781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 559.1/664.8 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:11.0744223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 567.6/664.8 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:11.0745297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 576.1/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:11.0746370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 584.7/664.8 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0747480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 593.2/664.8 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:11.0748561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 601.8/664.8 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:11.0749725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 610.3/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:11.0751077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 618.8/664.8 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:33:11.0752197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 627.3/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:11.0753266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 635.7/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:11.0754343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 644.2/664.8 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:33:11.0755374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 652.7/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:11.0756385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 661.3/664.8 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0757398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0758377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0759361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0760503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0761793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0762905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0764027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0765230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0766205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0767183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0768191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0769173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0770191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0771191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0772173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0773151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0774151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0775151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0776146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0777199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0778175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0779167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0780157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0781293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0782273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4535682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4537588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4538951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4539985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4541017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4542012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4542986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4543991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4544991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4545983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4546962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4547975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4548960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4549959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4551078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4552075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4553068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4554221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4555199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4556192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4557203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4558187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4559165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4560154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4561484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4562462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4563437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4564434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4565408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4566379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4567510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4568505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4569502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4570668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4571801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4572789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4573783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4574756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4575747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:12.4576794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8349291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8350742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8351858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8352908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8353914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8354901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8355921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8356932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8357936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8359160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8360174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8361477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8362636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8363620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8364628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8365626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8366649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8367640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8368644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8369667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8370666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8371656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8372670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8373661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8374643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8375646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8376732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8377733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8378724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8379853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8380857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8381855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8382936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8383932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8384943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8385966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8386961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8388114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8389132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:13.8390134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2636818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2638229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2639717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2640725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2641713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2642887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2643880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2645031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2646138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2647125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2648120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2649122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2650096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2651074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2652083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2653066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2654037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2655033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2656014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2657078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2658064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2659190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2660184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2661452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2662616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2663600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2664585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2665577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2666558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2667545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2668557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2669529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2670508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2671490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2672483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2673455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2674434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2675426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2676406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:15.2677376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0561059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0562300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0563328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0564516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.8 MB/s eta 0:00:00 2024-08-22T20:33:17.0565579Z [?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:17.0566927Z 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:17.0568117Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:33:17.0569117Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/410.6 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:33:17.0570188Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/410.6 MB 240.5 MB/s eta 0:00:02 2024-08-22T20:33:17.0571281Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.9/410.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:33:17.0572384Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/410.6 MB 243.3 MB/s eta 0:00:02 2024-08-22T20:33:17.0573483Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/410.6 MB 244.6 MB/s eta 0:00:02 2024-08-22T20:33:17.0574574Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/410.6 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:33:17.0575681Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/410.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:33:17.0576873Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/410.6 MB 243.9 MB/s eta 0:00:02 2024-08-22T20:33:17.0577958Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/410.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:33:17.0579063Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/410.6 MB 240.6 MB/s eta 0:00:02 2024-08-22T20:33:17.0580160Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.4/410.6 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:33:17.0581242Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/410.6 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:33:17.0582442Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.4/410.6 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:33:17.0583527Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.9/410.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:17.0584617Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 126.4/410.6 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:33:17.0585795Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/410.6 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:33:17.0586878Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/410.6 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:33:17.0587957Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 151.9/410.6 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:33:17.0589065Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 160.4/410.6 MB 242.9 MB/s eta 0:00:02 2024-08-22T20:33:17.0590146Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 168.8/410.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:17.0591227Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 177.4/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:17.0592322Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 185.8/410.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0593411Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 194.1/410.6 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0594496Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 202.3/410.6 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:33:17.0595674Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 210.5/410.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:33:17.0596750Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 219.0/410.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:17.0597822Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 227.5/410.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:17.0599002Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 235.8/410.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:33:17.0600082Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 244.2/410.6 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:33:17.0601158Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 252.7/410.6 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:17.0602257Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 261.2/410.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0603337Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 269.7/410.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6703394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.1/410.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6704985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 286.6/410.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:18.6706149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 295.1/410.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:18.6707239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 303.6/410.6 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6708342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 312.1/410.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:18.6709413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 320.7/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6710483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 329.2/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6711564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 337.7/410.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:18.6712641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 346.3/410.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:18.6713695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 354.8/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6714757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 363.4/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:18.6716062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 372.1/410.6 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:33:18.6717134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 380.6/410.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6718380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 389.3/410.6 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:33:18.6719435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 391.1/410.6 MB 154.0 MB/s eta 0:00:01 2024-08-22T20:33:18.6720488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 391.5/410.6 MB 102.6 MB/s eta 0:00:01 2024-08-22T20:33:18.6721538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 391.9/410.6 MB 77.2 MB/s eta 0:00:01 2024-08-22T20:33:18.6722609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 392.3/410.6 MB 61.7 MB/s eta 0:00:01 2024-08-22T20:33:18.6723663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 392.6/410.6 MB 51.6 MB/s eta 0:00:01 2024-08-22T20:33:18.6724712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 394.6/410.6 MB 45.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6725758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.8/410.6 MB 135.4 MB/s eta 0:00:01 2024-08-22T20:33:18.6726776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6727823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6728835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6729816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6730809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6731829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6732825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6733810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6734915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6735915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6736988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6738058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6739059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6740053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6741040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6742034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6743025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6744012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0525903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0527337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0528476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0529776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0531118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0532205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0533223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0534213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0535209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0536199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0537462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0538451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0539449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0540582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0541564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0542553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0543569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0544564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0545548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0546550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0547568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0548567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0549553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0550640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0551637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0552678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0553759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0554745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0555734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0556740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0557719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0558709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0559715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0560978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0561965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0562971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0563961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0564944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0565918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:20.0566921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7569863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7571306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7572857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7573962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7574958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7576099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7577171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7578148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7579168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7580160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7581136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7582139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7583125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7584102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7585069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7586107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7587086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7588063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7589053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7590031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7591008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:33:21.7592190Z [?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:21.7593541Z 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:21.7594730Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:33:21.7595756Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/121.6 MB 232.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7596955Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/121.6 MB 230.3 MB/s eta 0:00:01 2024-08-22T20:33:21.7598036Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.5/121.6 MB 228.3 MB/s eta 0:00:01 2024-08-22T20:33:21.7599115Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/121.6 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:21.7600221Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 39.2/121.6 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:33:21.7601292Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 47.3/121.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:33:21.7602375Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 55.6/121.6 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:33:21.7603469Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 63.8/121.6 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:33:21.7604536Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 72.0/121.6 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:33:21.7605601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 80.2/121.6 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:33:21.7606686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 88.4/121.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:33:21.7607744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 96.6/121.6 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:33:21.7608808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 104.7/121.6 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.7609886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 112.9/121.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:33:21.7610933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.3/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:21.7611936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1363704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1365145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1366519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1367760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1368746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1369748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1370757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1371732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1372723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1373721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1374697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1375685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1376792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1377807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1378799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1379771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1380878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1381885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1382873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1383944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1384945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1385936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1386945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1387923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1388917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1389914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1390913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1391896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1392879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1393933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1394907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1395889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1396984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1397973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1398953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1400402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1401737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1403061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1404378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:23.1405389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:24.5986119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:24.5987495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:24.5988582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:24.5989579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:24.5990759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.1 MB/s eta 0:00:00 2024-08-22T20:33:24.5991853Z [?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:24.5993217Z 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:24.5994420Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:33:24.5995560Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/56.5 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:24.5996722Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/56.5 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:33:24.5997826Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 25.1/56.5 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:24.5998964Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 33.5/56.5 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:33:24.6000339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 41.8/56.5 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:33:24.6001410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 50.1/56.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:33:24.6002601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6003615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6004600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6005576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6006584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6007571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6008557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6009549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6010540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6011549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6012543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6013512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6014500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6015498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6016563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6017540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6018516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6019591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6020557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6021523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6022591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6023571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6024544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6025535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.6026486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 11.4 MB/s eta 0:00:00 2024-08-22T20:33:24.6027565Z [?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:26.0101369Z 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:26.0102737Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:33:26.0103811Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/124.2 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:33:26.0104929Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/124.2 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:33:26.0106056Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/124.2 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:33:26.0107149Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/124.2 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:33:26.0108242Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/124.2 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:26.0109554Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.3/124.2 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:26.0110642Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 59.0/124.2 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:26.0111719Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.6/124.2 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:33:26.0112956Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 76.2/124.2 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:33:26.0114043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 84.8/124.2 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:33:26.0115117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 93.5/124.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:26.0116206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 102.2/124.2 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:26.0117279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 110.7/124.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:26.0118353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 119.3/124.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:26.0119427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0120439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0121457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0122475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0123473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0124453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0125623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0126652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0127662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0128739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0129759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0130754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0131748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0132756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0133770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0134785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0135802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0136882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0137885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0138900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0139887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0140891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:26.0141913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4606546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4607734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4608874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4610084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4611098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4612090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4613209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4614204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4615189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4616183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4617253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4618249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4619253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4620235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4621203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4622182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4623173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4624145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4625108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4626103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4627066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:33:27.4628147Z [?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:27.4629639Z 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:27.4630850Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:33:27.4631856Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:33:27.4633026Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/196.0 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:33:27.4634102Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/196.0 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:27.4635177Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/196.0 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:27.4636275Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/196.0 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:33:27.4637349Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:27.4638422Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/196.0 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:27.4639517Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 67.7/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:27.4640593Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 76.1/196.0 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:27.4641657Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 84.7/196.0 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:27.4642741Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 93.2/196.0 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4643811Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 101.6/196.0 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:27.4644883Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 110.3/196.0 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:27.4646060Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 118.7/196.0 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:27.4647126Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 127.2/196.0 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:27.4648190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 135.6/196.0 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:28.9007726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 144.1/196.0 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:28.9009591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 152.5/196.0 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9011098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 161.0/196.0 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9012254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 169.5/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:28.9013355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 177.9/196.0 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:33:28.9014445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 186.4/196.0 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:33:28.9015501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 195.0/196.0 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9016627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9017626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9018632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9019642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9020626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9021610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9022732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9023737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9024725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9025926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9026929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9027923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9029050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9030087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9031092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9032086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9033088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9034085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9035085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9036092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9037070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9038062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9039064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9040052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9041033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9042031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9043134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9044127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9045109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9046196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9047189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:28.9048174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3689811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3691157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3692351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3693724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3694840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3695835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3696924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3697926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3698922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3699921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3700897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3701884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3702865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3704081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3705117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3706132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3707271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3708366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3709392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3710401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3711410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3712408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3713410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3714391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3715377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3716363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3717354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3718340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3719326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3720417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3721390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3722373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3723444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3724424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3725391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3726390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:30.3727356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:33:30.3728392Z [?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:30.3729696Z 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:30.3730875Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:33:30.3731887Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/176.2 MB 184.7 MB/s eta 0:00:01 2024-08-22T20:33:31.8404358Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/176.2 MB 197.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8405915Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/176.2 MB 193.9 MB/s eta 0:00:01 2024-08-22T20:33:31.8407066Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/176.2 MB 189.4 MB/s eta 0:00:01 2024-08-22T20:33:31.8408143Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/176.2 MB 201.1 MB/s eta 0:00:01 2024-08-22T20:33:31.8409503Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/176.2 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:33:31.8410604Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.7/176.2 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:33:31.8411690Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.0/176.2 MB 212.9 MB/s eta 0:00:01 2024-08-22T20:33:31.8412933Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/176.2 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:33:31.8414002Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 69.6/176.2 MB 212.7 MB/s eta 0:00:01 2024-08-22T20:33:31.8415079Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 76.8/176.2 MB 210.5 MB/s eta 0:00:01 2024-08-22T20:33:31.8416184Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 84.2/176.2 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:33:31.8417334Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 91.4/176.2 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:33:31.8418396Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 98.8/176.2 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8419490Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 105.9/176.2 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:33:31.8420554Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 113.3/176.2 MB 212.9 MB/s eta 0:00:01 2024-08-22T20:33:31.8421623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 120.6/176.2 MB 211.3 MB/s eta 0:00:01 2024-08-22T20:33:31.8422709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 127.9/176.2 MB 213.5 MB/s eta 0:00:01 2024-08-22T20:33:31.8423776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 135.2/176.2 MB 211.5 MB/s eta 0:00:01 2024-08-22T20:33:31.8424830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 142.5/176.2 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:33:31.8425909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 149.9/176.2 MB 214.3 MB/s eta 0:00:01 2024-08-22T20:33:31.8426978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 157.2/176.2 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:33:31.8428041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 164.5/176.2 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:33:31.8429180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 171.8/176.2 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8430196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8431192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8432290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8433264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8434256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8435250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8436309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8437290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8438288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8439292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8440276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8441243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8442258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8443249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8444235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:31.8445228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3614240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3615708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3616859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3618139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3619144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3620123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3621280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3622271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3623255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:33:33.3624231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 10.2 MB/s eta 0:00:00 2024-08-22T20:33:33.3625277Z [?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:33.3626575Z 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:33.3627731Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:33:33.3628657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 36.3 MB/s eta 0:00:00 2024-08-22T20:33:33.3629616Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.3630676Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:33:33.3631695Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:33:33.3632705Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/209.4 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:33:33.3633794Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/209.4 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:33.3634890Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.7/209.4 MB 196.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3635964Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.1/209.4 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:33:33.3637090Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.7/209.4 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:33:33.3638170Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/209.4 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:33:33.3639386Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/209.4 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3640466Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/209.4 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:33:33.3641627Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/209.4 MB 225.4 MB/s eta 0:00:01 2024-08-22T20:33:33.3642698Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 80.0/209.4 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3643775Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 88.8/209.4 MB 253.3 MB/s eta 0:00:01 2024-08-22T20:33:33.3644837Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 97.3/209.4 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:33.3645923Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 106.1/209.4 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:33.3646993Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 114.6/209.4 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:33.3648060Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 123.1/209.4 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:33.3649144Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 131.6/209.4 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:33.3650215Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 137.5/209.4 MB 197.6 MB/s eta 0:00:01 2024-08-22T20:33:33.3651280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 146.2/209.4 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3652446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 154.9/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3653506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 163.4/209.4 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:33.3654572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 171.8/209.4 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:33:33.3655735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 178.8/209.4 MB 209.4 MB/s eta 0:00:01 2024-08-22T20:33:33.3656865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 186.9/209.4 MB 220.6 MB/s eta 0:00:01 2024-08-22T20:33:33.3657926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 194.8/209.4 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:33:35.5263059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 202.7/209.4 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:33:35.5264590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5265666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5266707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5267702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5268692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5269683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5270686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5271677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5272678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5273654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5274646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5275629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5276880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5277867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5278857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5280004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5280983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5281958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5282958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5283954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5284932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5285943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5286933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5287921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5288898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5289897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5290878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5291856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:33:35.5292828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:33:35.5294040Z [?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:35.5295242Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:35.5296386Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:35.5297402Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/19.7 MB 210.8 MB/s eta 0:00:01 2024-08-22T20:33:35.5298477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 15.7/19.7 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:33:35.5299661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:35.5300652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:35.5301632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:33:35.5302599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 68.5 MB/s eta 0:00:00 2024-08-22T20:33:35.5303656Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:35.5304784Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:45.8989864Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:45.8991611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 115.8 MB/s eta 0:00:00 2024-08-22T20:33:45.8993297Z [?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:45.8995103Z 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:45.8996559Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.8997432Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:45.8998319Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.8999188Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:45.9000083Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.9000932Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:45.9001801Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.9002630Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:45.9003467Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.9004283Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:45.9005394Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:45.9006239Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:45.9007160Z 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:45.9008108Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:45.9009207Z 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:45.9010358Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:45.9011511Z 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:45.9013075Z 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:45.9014485Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:45.9015416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 59.2 MB/s eta 0:00:00 2024-08-22T20:33:45.9016586Z [?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:45.9017996Z 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:45.9019216Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:45.9020146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 34.3 MB/s eta 0:00:00 2024-08-22T20:33:45.9021253Z [?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:45.9022581Z 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:45.9023764Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:45.9024694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 71.9 MB/s eta 0:00:00 2024-08-22T20:33:45.9025807Z [?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:45.9026703Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:45.9028108Z 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:45.9030142Z 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:45.9032038Z 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:45.9033562Z 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:45.9034434Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:45.9035784Z 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:45.9037278Z 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:45.9038463Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:45.9039459Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:45.9040596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 93.0 MB/s eta 0:00:00 2024-08-22T20:33:45.9041778Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:45.9042872Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:45.9044146Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=5e81e768f73af9b11330d9f04deeee260aa99269be219b8cfc8330fcec63a34e 2024-08-22T20:33:45.9045532Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:45.9046548Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:45.9047915Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=398edec002e76c4b29284cecbc53625433cae8bf506d083f94cb97a82bd3b256 2024-08-22T20:33:45.9049333Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:45.9050437Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:45.9052029Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=0cb26aab7503fd5ac406a1d24034eea652b86ec81a15e31c267281a6a8b727cb 2024-08-22T20:33:45.9053427Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:45.9054377Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:45.9055630Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=6d08821285ce269b9967f6d92264602dc777ee0cb32fd852219f5eba76993e7f 2024-08-22T20:33:45.9057068Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:45.9058046Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:55.8349719Z 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:55.8356841Z Attempting uninstall: tqdm 2024-08-22T20:34:55.8357320Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:55.8357863Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:55.8358439Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:55.8358913Z Attempting uninstall: requests 2024-08-22T20:34:55.8359399Z Found existing installation: requests 2.29.0 2024-08-22T20:34:55.8359959Z Uninstalling requests-2.29.0: 2024-08-22T20:34:55.8360460Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:55.8361453Z Attempting uninstall: cmake 2024-08-22T20:34:55.8362513Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:55.8363243Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:55.8363833Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:55.8374740Z 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:55.8385267Z 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:55.8386667Z + pip3 uninstall -y triton 2024-08-22T20:34:55.8387076Z Found existing installation: triton 3.0.0 2024-08-22T20:34:55.8387539Z Uninstalling triton-3.0.0: 2024-08-22T20:34:55.8387969Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:55.8389541Z 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:55.8391332Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:55.8392433Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:55.8393121Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:55.8394174Z 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:55.8395413Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:55.8396386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/778.6 MB 254.3 MB/s eta 0:00:04 2024-08-22T20:34:55.8397571Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/778.6 MB 248.8 MB/s eta 0:00:04 2024-08-22T20:34:55.8398633Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.7/778.6 MB 248.5 MB/s eta 0:00:04 2024-08-22T20:34:55.8399799Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.3/778.6 MB 246.8 MB/s eta 0:00:04 2024-08-22T20:34:55.8401017Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/778.6 MB 247.0 MB/s eta 0:00:03 2024-08-22T20:34:55.8402202Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.4/778.6 MB 248.6 MB/s eta 0:00:03 2024-08-22T20:34:55.8403286Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.1/778.6 MB 250.0 MB/s eta 0:00:03 2024-08-22T20:34:55.8404416Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.6/778.6 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:34:55.8405493Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/778.6 MB 248.1 MB/s eta 0:00:03 2024-08-22T20:34:55.8406611Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.7/778.6 MB 247.7 MB/s eta 0:00:03 2024-08-22T20:34:55.8407703Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.3/778.6 MB 246.6 MB/s eta 0:00:03 2024-08-22T20:34:55.8408779Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.8/778.6 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:34:55.8409892Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.4/778.6 MB 249.1 MB/s eta 0:00:03 2024-08-22T20:34:55.8410982Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.9/778.6 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:34:55.8412104Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/778.6 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:34:55.8413181Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.0/778.6 MB 247.0 MB/s eta 0:00:03 2024-08-22T20:34:55.8414411Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.5/778.6 MB 246.9 MB/s eta 0:00:03 2024-08-22T20:34:57.1541520Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/778.6 MB 247.4 MB/s eta 0:00:03 2024-08-22T20:34:57.1542985Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/778.6 MB 244.2 MB/s eta 0:00:03 2024-08-22T20:34:57.1544840Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.1/778.6 MB 248.8 MB/s eta 0:00:03 2024-08-22T20:34:57.1546182Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.7/778.6 MB 248.6 MB/s eta 0:00:03 2024-08-22T20:34:57.1547273Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.2/778.6 MB 248.2 MB/s eta 0:00:03 2024-08-22T20:34:57.1548369Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.7/778.6 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:34:57.1549472Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.1/778.6 MB 242.2 MB/s eta 0:00:03 2024-08-22T20:34:57.1550544Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.6/778.6 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:34:57.1551644Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.2/778.6 MB 248.7 MB/s eta 0:00:03 2024-08-22T20:34:57.1552768Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.5/778.6 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:34:57.1553837Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.8/778.6 MB 241.3 MB/s eta 0:00:03 2024-08-22T20:34:57.1554910Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 247.4/778.6 MB 249.0 MB/s eta 0:00:03 2024-08-22T20:34:57.1555999Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 255.9/778.6 MB 247.2 MB/s eta 0:00:03 2024-08-22T20:34:57.1557081Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 264.2/778.6 MB 241.4 MB/s eta 0:00:03 2024-08-22T20:34:57.1558162Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.7/778.6 MB 247.1 MB/s eta 0:00:03 2024-08-22T20:34:57.1559248Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.2/778.6 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:34:57.1560316Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 289.6/778.6 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:34:57.1561780Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 298.2/778.6 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:34:57.1563071Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 306.8/778.6 MB 249.4 MB/s eta 0:00:02 2024-08-22T20:34:57.1564155Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 315.4/778.6 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:34:57.1565234Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 323.7/778.6 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:34:57.1566450Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 332.3/778.6 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:34:57.1567531Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 340.9/778.6 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:34:57.1568607Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 349.5/778.6 MB 249.5 MB/s eta 0:00:02 2024-08-22T20:34:57.1569710Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 357.9/778.6 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:34:57.1570789Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 366.1/778.6 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:34:57.1571876Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 374.4/778.6 MB 240.1 MB/s eta 0:00:02 2024-08-22T20:34:57.1572965Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 382.9/778.6 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:34:57.1574038Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 391.2/778.6 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:34:57.1575109Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 399.5/778.6 MB 240.6 MB/s eta 0:00:02 2024-08-22T20:34:57.1576195Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 407.3/778.6 MB 228.7 MB/s eta 0:00:02 2024-08-22T20:34:57.1577360Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 414.5/778.6 MB 211.4 MB/s eta 0:00:02 2024-08-22T20:34:57.1578430Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 419.7/778.6 MB 176.0 MB/s eta 0:00:03 2024-08-22T20:34:57.1579520Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 424.7/778.6 MB 147.1 MB/s eta 0:00:03 2024-08-22T20:34:57.1580586Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 432.9/778.6 MB 220.8 MB/s eta 0:00:02 2024-08-22T20:34:57.1581681Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 441.1/778.6 MB 238.2 MB/s eta 0:00:02 2024-08-22T20:34:57.1582885Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 449.6/778.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:34:57.1583969Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 458.3/778.6 MB 250.1 MB/s eta 0:00:02 2024-08-22T20:34:58.9019681Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 466.8/778.6 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:34:58.9021411Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 475.4/778.6 MB 250.0 MB/s eta 0:00:02 2024-08-22T20:34:58.9022506Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 484.0/778.6 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:34:58.9023589Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 492.5/778.6 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:34:58.9024692Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 501.0/778.6 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:34:58.9025774Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 509.5/778.6 MB 245.8 MB/s eta 0:00:02 2024-08-22T20:34:58.9026848Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 518.0/778.6 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:34:58.9027942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 526.5/778.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:34:58.9029013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 535.0/778.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:34:58.9030082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 543.6/778.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:34:58.9031177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 552.1/778.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:34:58.9032255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 560.5/778.6 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:34:58.9033327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.1/778.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:34:58.9034418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 577.6/778.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:34:58.9035470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 586.1/778.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:34:58.9036528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 594.6/778.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:34:58.9037764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 603.2/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:34:58.9038837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 611.7/778.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:34:58.9039888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 620.3/778.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:58.9041041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 628.8/778.6 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:34:58.9042092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 637.3/778.6 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:34:58.9043141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 645.9/778.6 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:34:58.9044217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 654.3/778.6 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:34:58.9045273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 662.8/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:34:58.9046325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 671.2/778.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:34:58.9047392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 679.8/778.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:34:58.9048451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 688.3/778.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:34:58.9049508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 697.0/778.6 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:34:58.9050663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 705.5/778.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:34:58.9051711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 714.0/778.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:34:58.9052767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 722.5/778.6 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:58.9053913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 731.1/778.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:34:58.9054972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 739.6/778.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:34:58.9056014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 748.2/778.6 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:34:58.9057187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 756.6/778.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:58.9058231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 765.0/778.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:34:58.9059230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 773.6/778.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:34:58.9060222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3265177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3266604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3267729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3268754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3269747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3270724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3271760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3272765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3273765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3274951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3275977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3276970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3278110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3279094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3280093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3281089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3282088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3283069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3284050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3285044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3286024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3287021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3288022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3289003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3289973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3290980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3291967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3292992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3293971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3295068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3296065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3297136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3298290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3299281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3300288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3301281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3302279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3303277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3304285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:00.3305266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7067057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7068554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7069946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7071289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7072451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7073475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7074455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7075465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7076659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7077654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7078640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7079787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7080799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7081788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7082782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7083799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7084802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7085788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7086812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7087824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7088819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7089913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7090907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7091917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7093015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7093993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7094987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7096004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7097077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7098056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7099061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7100045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7101022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7102023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7103052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7104063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7105030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7106024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7107010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:01.7108002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0901941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0903369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0904546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0905724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0906726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0907712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0908699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0909760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0910760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0911744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0912755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0913803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0914791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0915787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0916786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0917778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0918784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0919759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0920746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0921735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0922823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0923819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0924817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0925898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0926885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0927865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0928870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0929862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0930846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0931856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0932842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0933825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0934817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0935811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0936902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0937909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0939002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0940003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0940992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:03.0942092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4699902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4701289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4702620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4703632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4704620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4705608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4706584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4707561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4708547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4709519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4710516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4711503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4712657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4713640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4714621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4715728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4716697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4717675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4718670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4719641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4720621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4721632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4722612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4723587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4724556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4725566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4726543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4727518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4728506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4729477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4730453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4731547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4732522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4733502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4734575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4735545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4736519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4737604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4738606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:04.4739582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8495732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8497298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8498540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8499566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8500616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8501621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8502610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8503647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8504692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8505722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8506902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8507928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8508946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8510065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8511057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8512062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8513060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8514088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8515078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8516077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8517104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8518088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8519077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8520173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8521181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8522170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8523283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8524278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8525275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8526259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8527278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8528278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8529274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8530274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8531265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8532255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8533270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8534254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8535307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8536329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7593387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7594812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7595970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7597165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7598181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7599204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7600333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7601308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7602308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7603320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7604296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7605328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7606472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7607463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7608435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7609415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7610420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7611407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7612377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7613375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7614373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7615363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7616447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7617545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7618526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7619643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7620613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7621722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7622726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7623694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7624663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7625664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7626646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7627615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7628587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:35:07.7629574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.2 MB/s eta 0:00:00 2024-08-22T20:35:07.7630734Z [?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:07.7632164Z 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:07.7633570Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:35:07.7635004Z 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:07.7636351Z 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:07.7637947Z 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:09.1213875Z 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:09.1215761Z 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:09.1217704Z 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:09.1219263Z 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:09.1220827Z 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:09.1222426Z 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:09.1224034Z 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:09.1225654Z 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:09.1226811Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:09.1227939Z 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:09.1229142Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:35:09.1230173Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/188.7 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:35:09.1231291Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/188.7 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1232382Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/188.7 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:35:09.1233481Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/188.7 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:35:09.1234582Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/188.7 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1235674Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/188.7 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1236755Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/188.7 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:35:09.1237994Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/188.7 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:35:09.1239078Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 74.1/188.7 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1240164Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 82.4/188.7 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1241337Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 91.0/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:35:09.1242415Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 99.5/188.7 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:35:09.1243492Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 107.8/188.7 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:35:09.1244591Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 116.1/188.7 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:35:09.1245664Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 124.5/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:35:09.1246738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 132.9/188.7 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:35:09.1247845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 141.1/188.7 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:35:09.1248929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 149.7/188.7 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:35:09.1250000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 158.4/188.7 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:35:09.1251095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 166.9/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:35:09.1252172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 175.6/188.7 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:35:09.1253223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 184.2/188.7 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:35:09.1254254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1255278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1256329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1257497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1258482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1259485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1260575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1262004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:09.1263009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5025108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5027134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5028163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5029160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5030730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5031933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5032911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5033929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5034922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5035949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5036956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5037949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5038944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5039929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5041112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5042121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5043112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5044242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5045227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5046213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5047232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5048216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5049206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5050224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5051220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5052212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5053333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5054326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5055309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5056283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5057502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5058495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5059486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5060489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5061794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5062784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5063784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5064767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5065781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:10.5066812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9851370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9852771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9853974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9854958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9856007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9857090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9858334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9859390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9860442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9861858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9862851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9863839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9864914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9865919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9866904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9867969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9869007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9870035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9871024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9872036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9873093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9874089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9875105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9876174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9877168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9878358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9879363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9880394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9881546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9882546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9883585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:35:11.9884559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.5 MB/s eta 0:00:00 2024-08-22T20:35:11.9885900Z [?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:11.9887080Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:11.9888252Z 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:11.9889488Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:35:11.9890495Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/239.5 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:35:11.9891623Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/239.5 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:35:11.9892712Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/239.5 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:35:11.9893842Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:11.9894925Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/239.5 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:35:13.4626880Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/239.5 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:35:13.4628412Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/239.5 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:35:13.4629636Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/239.5 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:35:13.4630979Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.8/239.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:35:13.4632100Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 82.4/239.5 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:35:13.4633194Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 91.0/239.5 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:35:13.4634440Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.3/239.5 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:35:13.4635541Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 107.9/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:35:13.4636631Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 116.6/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:35:13.4637793Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 125.2/239.5 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:35:13.4638877Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 133.5/239.5 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:35:13.4640172Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 142.1/239.5 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:35:13.4641288Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 150.7/239.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:35:13.4642593Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 159.3/239.5 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:35:13.4643787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 167.8/239.5 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:35:13.4645066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 176.5/239.5 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:35:13.4646304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 185.0/239.5 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:35:13.4647581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 193.4/239.5 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4648820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 201.7/239.5 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:35:13.4650048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 210.0/239.5 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4651235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 218.3/239.5 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:35:13.4652403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 226.5/239.5 MB 238.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4653594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 234.9/239.5 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:35:13.4654732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4655840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4657089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4658146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4659231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4660460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4661888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4662938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4664154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4665253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4666370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4667668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4668778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4669893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4671040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:13.4672238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8415183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8416729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8418033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8419210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8420306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8421363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8422494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8423605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8424763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8425812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8426915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8428109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8429183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8430234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8431370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8432668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8433759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8434859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8436516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8437593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8438724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8439823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8440955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8442105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8443159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8444227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8445381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8446449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8447538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8448693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8449761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8450864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8451964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8453039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8454310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8455442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8456511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8457772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8458907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:14.8459963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4469524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4471290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4472558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4473734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4474862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4475909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4477089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4478377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4479484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4480609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4481838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4482957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4484164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4485229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4486347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4487492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4488564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4489676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4490819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4491941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4493018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4494157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4495271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4496503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4497660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4498775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4500018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4501132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4502183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4503426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4504540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4505627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4506746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4507853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:16.4509008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.1 MB/s eta 0:00:00 2024-08-22T20:35:16.4509936Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:16.4510946Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:35:16.4512044Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:35:16.4513173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:35:16.4514239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:35:16.4515347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:37:03.7261979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:37:03.7264025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 38.2 MB/s eta 0:00:00 2024-08-22T20:37:03.7265809Z [?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:37:03.7268084Z 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:37:03.7270214Z 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:37:03.7273119Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:37:03.7274282Z Attempting uninstall: sympy 2024-08-22T20:37:03.7275238Z Found existing installation: sympy 1.13.2 2024-08-22T20:37:03.7276027Z Uninstalling sympy-1.13.2: 2024-08-22T20:37:03.7276660Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:37:03.7277832Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:37:03.7279095Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:37:03.7280516Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:37:03.7281242Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:37:03.7282973Z Attempting uninstall: torch 2024-08-22T20:37:03.7283689Z Found existing installation: torch 2.4.0 2024-08-22T20:37:03.7284636Z Uninstalling torch-2.4.0: 2024-08-22T20:37:03.7285467Z Successfully uninstalled torch-2.4.0 2024-08-22T20:37:03.7286636Z 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:37:03.7288744Z 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:37:03.7290627Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:03.7291774Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:03.7293077Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-1qcm_ky0 2024-08-22T20:37:03.7294484Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-1qcm_ky0 2024-08-22T20:37:03.7295766Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:37:03.7297040Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:03.7298118Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:03.7299153Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:03.7300042Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:37:03.7300763Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:37:03.7301719Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - done 2024-08-22T20:37:03.7303316Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019164 sha256=347612edf65035374cffd8dc18a79c37a92bd1a7425ef107be31e52352aa2dd9 2024-08-22T20:37:03.7304865Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:37:03.7305823Z Successfully built torchao 2024-08-22T20:37:03.7306298Z Installing collected packages: torchao 2024-08-22T20:37:03.7306893Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:37:03.7308643Z 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:37:03.7310204Z + python3 scripts/patch_triton.py 2024-08-22T20:37:03.7310784Z + pip3 list 2024-08-22T20:37:03.7311280Z Package Version 2024-08-22T20:37:03.7311851Z ------------------------- ----------------------- 2024-08-22T20:37:03.7312434Z absl-py 2.1.0 2024-08-22T20:37:03.7312928Z accelerate 0.33.0 2024-08-22T20:37:03.7313402Z aiohappyeyeballs 2.4.0 2024-08-22T20:37:03.7313894Z aiohttp 3.10.5 2024-08-22T20:37:03.7314370Z aiosignal 1.3.1 2024-08-22T20:37:03.7314838Z altair 5.4.0 2024-08-22T20:37:03.7315374Z anaconda-anon-usage 0.4.4 2024-08-22T20:37:03.7316044Z anaconda-client 1.12.3 2024-08-22T20:37:03.7316540Z attrs 23.1.0 2024-08-22T20:37:03.7316999Z beautifulsoup4 4.12.3 2024-08-22T20:37:03.7317490Z blinker 1.8.2 2024-08-22T20:37:03.7317968Z blobfile 2.1.1 2024-08-22T20:37:03.7318423Z boltons 23.0.0 2024-08-22T20:37:03.7319025Z brotlipy 0.7.0 2024-08-22T20:37:03.7319482Z cachetools 5.5.0 2024-08-22T20:37:03.7319938Z certifi 2024.7.4 2024-08-22T20:37:03.7320455Z cffi 1.15.1 2024-08-22T20:37:03.7320906Z chardet 4.0.0 2024-08-22T20:37:03.7321425Z charset-normalizer 2.0.4 2024-08-22T20:37:03.7321938Z click 8.1.7 2024-08-22T20:37:03.7322390Z cmake 3.30.2 2024-08-22T20:37:03.7322840Z colorama 0.4.6 2024-08-22T20:37:03.7323327Z conda 23.5.2 2024-08-22T20:37:03.7323840Z conda-build 24.3.0 2024-08-22T20:37:03.7324371Z conda-content-trust 0.1.3 2024-08-22T20:37:03.7324853Z conda_index 0.5.0 2024-08-22T20:37:03.7325363Z conda-libmamba-solver 23.5.0 2024-08-22T20:37:03.7325920Z conda-package-handling 2.1.0 2024-08-22T20:37:03.7326418Z conda_package_streaming 0.8.0 2024-08-22T20:37:03.7326891Z cryptography 39.0.1 2024-08-22T20:37:03.7327394Z DataProperty 1.0.1 2024-08-22T20:37:03.7327868Z datasets 2.21.0 2024-08-22T20:37:03.7328326Z defusedxml 0.7.1 2024-08-22T20:37:03.7328793Z dill 0.3.8 2024-08-22T20:37:03.7329255Z evaluate 0.4.2 2024-08-22T20:37:03.7329713Z fastjsonschema 2.16.2 2024-08-22T20:37:03.7330201Z filelock 3.13.1 2024-08-22T20:37:03.7330669Z Flask 3.0.3 2024-08-22T20:37:03.7331118Z frozenlist 1.4.1 2024-08-22T20:37:03.7331595Z fsspec 2024.6.1 2024-08-22T20:37:03.7332085Z gguf 0.9.1 2024-08-22T20:37:03.7332549Z gitdb 4.0.11 2024-08-22T20:37:03.7333003Z GitPython 3.1.43 2024-08-22T20:37:03.7333539Z huggingface-hub 0.24.6 2024-08-22T20:37:03.7334015Z idna 3.4 2024-08-22T20:37:03.7334460Z itsdangerous 2.2.0 2024-08-22T20:37:03.7334943Z Jinja2 3.1.4 2024-08-22T20:37:03.7335411Z joblib 1.4.2 2024-08-22T20:37:03.7335859Z jsonlines 4.0.0 2024-08-22T20:37:03.7336330Z jsonpatch 1.32 2024-08-22T20:37:03.7336904Z jsonpointer 2.1 2024-08-22T20:37:03.7337360Z jsonschema 4.19.2 2024-08-22T20:37:03.7337936Z jsonschema-specifications 2023.7.1 2024-08-22T20:37:03.7338448Z jupyter_core 5.7.2 2024-08-22T20:37:03.7338950Z libarchive-c 2.9 2024-08-22T20:37:03.7339446Z libmambapy 1.4.1 2024-08-22T20:37:03.7339968Z lm_eval 0.4.2 2024-08-22T20:37:03.7340419Z lxml 4.9.4 2024-08-22T20:37:03.7340966Z markdown-it-py 3.0.0 2024-08-22T20:37:03.7341423Z MarkupSafe 2.1.3 2024-08-22T20:37:03.7341878Z mbstrdecoder 1.1.3 2024-08-22T20:37:03.7342365Z mdurl 0.1.2 2024-08-22T20:37:03.7342810Z menuinst 2.1.2 2024-08-22T20:37:03.7343326Z more-itertools 10.1.0 2024-08-22T20:37:03.7343835Z mpmath 1.3.0 2024-08-22T20:37:03.7344284Z multidict 6.0.5 2024-08-22T20:37:03.7344739Z multiprocess 0.70.16 2024-08-22T20:37:03.7345239Z narwhals 1.5.2 2024-08-22T20:37:03.7345693Z nbformat 5.9.2 2024-08-22T20:37:03.7346158Z networkx 3.3 2024-08-22T20:37:03.7346615Z ninja 1.11.1.1 2024-08-22T20:37:03.7347074Z nltk 3.9.1 2024-08-22T20:37:03.7347542Z numexpr 2.10.1 2024-08-22T20:37:03.7348122Z numpy 1.26.4 2024-08-22T20:37:03.7348648Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:37:03.7349218Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:37:03.7349794Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:37:03.7350344Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:37:03.7350897Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:37:03.7351449Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:37:03.7352115Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:37:03.7352673Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:37:03.7353258Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:37:03.7353822Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:37:03.7354350Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:37:03.7354906Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:37:03.7355402Z packaging 23.0 2024-08-22T20:37:03.7355855Z pandas 2.2.2 2024-08-22T20:37:03.7356362Z pathvalidate 3.2.0 2024-08-22T20:37:03.7356840Z peft 0.12.0 2024-08-22T20:37:03.7357304Z pillow 10.4.0 2024-08-22T20:37:03.7357801Z pip 23.1.2 2024-08-22T20:37:03.7358263Z pkginfo 1.10.0 2024-08-22T20:37:03.7358727Z platformdirs 3.10.0 2024-08-22T20:37:03.7359223Z pluggy 1.0.0 2024-08-22T20:37:03.7359680Z portalocker 2.10.1 2024-08-22T20:37:03.7360147Z protobuf 5.27.3 2024-08-22T20:37:03.7360935Z psutil 5.9.0 2024-08-22T20:37:03.7361436Z pyarrow 17.0.0 2024-08-22T20:37:03.7361899Z pybind11 2.13.5 2024-08-22T20:37:03.7362412Z pycosat 0.6.4 2024-08-22T20:37:03.7362878Z pycparser 2.21 2024-08-22T20:37:03.7363365Z pycryptodomex 3.20.0 2024-08-22T20:37:03.7363842Z pydeck 0.9.1 2024-08-22T20:37:03.7364300Z Pygments 2.18.0 2024-08-22T20:37:03.7364783Z pyOpenSSL 23.0.0 2024-08-22T20:37:03.7365264Z PySocks 1.7.1 2024-08-22T20:37:03.7365726Z pytablewriter 1.2.0 2024-08-22T20:37:03.7366294Z python-dateutil 2.9.0.post0 2024-08-22T20:37:03.7366888Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:37:03.7367405Z pytz 2024.1 2024-08-22T20:37:03.7367883Z PyYAML 6.0.1 2024-08-22T20:37:03.7368368Z referencing 0.30.2 2024-08-22T20:37:03.7368827Z regex 2024.7.24 2024-08-22T20:37:03.7369328Z requests 2.32.3 2024-08-22T20:37:03.7369859Z requests-toolbelt 1.0.0 2024-08-22T20:37:03.7370330Z rich 13.7.1 2024-08-22T20:37:03.7370848Z rouge-score 0.1.2 2024-08-22T20:37:03.7371371Z rpds-py 0.10.6 2024-08-22T20:37:03.7371858Z ruamel.yaml 0.17.21 2024-08-22T20:37:03.7372290Z sacrebleu 2.4.3 2024-08-22T20:37:03.7372813Z safetensors 0.4.4 2024-08-22T20:37:03.7373341Z scikit-learn 1.5.1 2024-08-22T20:37:03.7373774Z scipy 1.14.1 2024-08-22T20:37:03.7374307Z sentencepiece 0.2.0 2024-08-22T20:37:03.7374793Z setuptools 67.8.0 2024-08-22T20:37:03.7375212Z six 1.16.0 2024-08-22T20:37:03.7375713Z smmap 5.0.1 2024-08-22T20:37:03.7376184Z snakeviz 2.2.0 2024-08-22T20:37:03.7376703Z soupsieve 2.5 2024-08-22T20:37:03.7377223Z sqlitedict 2.1.0 2024-08-22T20:37:03.7377704Z streamlit 1.37.1 2024-08-22T20:37:03.7378124Z sympy 1.13.1 2024-08-22T20:37:03.7378630Z tabledata 1.3.3 2024-08-22T20:37:03.7379104Z tabulate 0.9.0 2024-08-22T20:37:03.7379524Z tcolorpy 0.1.6 2024-08-22T20:37:03.7380045Z tenacity 8.5.0 2024-08-22T20:37:03.7380506Z threadpoolctl 3.5.0 2024-08-22T20:37:03.7380925Z tiktoken 0.7.0 2024-08-22T20:37:03.7381634Z tokenizers 0.19.1 2024-08-22T20:37:05.8135751Z toml 0.10.2 2024-08-22T20:37:05.8136428Z toolz 0.12.0 2024-08-22T20:37:05.8137171Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:05.8138167Z torchao 0.4.0+gite11201a 2024-08-22T20:37:05.8138849Z tornado 6.4.1 2024-08-22T20:37:05.8139908Z tqdm 4.66.5 2024-08-22T20:37:05.8140963Z tqdm-multiprocess 0.0.11 2024-08-22T20:37:05.8141921Z traitlets 5.14.3 2024-08-22T20:37:05.8142962Z transformers 4.44.2 2024-08-22T20:37:05.8143691Z typepy 1.3.2 2024-08-22T20:37:05.8144496Z typing_extensions 4.12.2 2024-08-22T20:37:05.8145002Z tzdata 2024.1 2024-08-22T20:37:05.8145422Z urllib3 1.26.16 2024-08-22T20:37:05.8146217Z watchdog 4.0.2 2024-08-22T20:37:05.8146853Z Werkzeug 3.0.4 2024-08-22T20:37:05.8147369Z wheel 0.38.4 2024-08-22T20:37:05.8147857Z word2number 1.1 2024-08-22T20:37:05.8148312Z xxhash 3.5.0 2024-08-22T20:37:05.8148779Z yarl 1.9.4 2024-08-22T20:37:05.8149256Z zstandard 0.19.0 2024-08-22T20:37:05.8149723Z zstd 1.5.5.1 2024-08-22T20:37:05.8150616Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:37:05.8151693Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:37:05.8152391Z + echo ::endgroup:: 2024-08-22T20:37:05.8153276Z ##[endgroup] 2024-08-22T20:37:05.8153764Z + echo '::group::Download checkpoint' 2024-08-22T20:37:05.8154579Z ##[group]Download checkpoint 2024-08-22T20:37:05.8155086Z + export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:37:05.8155608Z + REPO_NAME=tinyllamas/stories15M 2024-08-22T20:37:05.8157420Z + 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:37:05.8159064Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:37:05.8160538Z + 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:37:05.8162437Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:37:05.8163019Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:37:05.8163554Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:37:05.8164347Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:37:05.8165009Z + IFS=, 2024-08-22T20:37:05.8165412Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:05.8166334Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:37:05.8167468Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:05.8168396Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:05.8169537Z --2024-08-22 20:37:05-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:05.8170550Z Resolving huggingface.co (huggingface.co)... 18.154.227.87, 18.154.227.67, 18.154.227.7, ... 2024-08-22T20:37:05.8171476Z Connecting to huggingface.co (huggingface.co)|18.154.227.87|:443... connected. 2024-08-22T20:37:05.8172288Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:05.8181464Z 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=1724617637&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzYzN319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=MWBX5zWEd1nFgtuZ5d78OSdSsfKDxL9OSSdVny-VSBvxHoHINPEsNjLon-4Lw5X6HxP0qiqNnDzGFBj%7ET5D6LjaBE%7ElyqxoaKZ93ztR4cVdOneu4NfhSwV4nMX0Qnt1SauIwV7O2KD%7EI9dX%7EuIFd0IsmiA1RfoACqVRxatJ9Xfv5OEa7luW0%7E2a3hs9qvlwdi5hYrZ7lvagd3AESrrvIhJ3Djt8dzvLSeGypAMbP2o-rDeCsfCQykxMykA5bJ1lV5uCnOSjvwV2-ip5yzlxK49twT83B2usO5uT6U6pgFXX4lfaSZCeZZ1u7fsRJxIKriOzOpTPHM2S5feI9IcbO-A__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:37:05.8198379Z --2024-08-22 20:37:05-- 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=1724617637&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzYzN319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=MWBX5zWEd1nFgtuZ5d78OSdSsfKDxL9OSSdVny-VSBvxHoHINPEsNjLon-4Lw5X6HxP0qiqNnDzGFBj%7ET5D6LjaBE%7ElyqxoaKZ93ztR4cVdOneu4NfhSwV4nMX0Qnt1SauIwV7O2KD%7EI9dX%7EuIFd0IsmiA1RfoACqVRxatJ9Xfv5OEa7luW0%7E2a3hs9qvlwdi5hYrZ7lvagd3AESrrvIhJ3Djt8dzvLSeGypAMbP2o-rDeCsfCQykxMykA5bJ1lV5uCnOSjvwV2-ip5yzlxK49twT83B2usO5uT6U6pgFXX4lfaSZCeZZ1u7fsRJxIKriOzOpTPHM2S5feI9IcbO-A__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:37:05.8207138Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.36, 108.138.64.111, 108.138.64.121, ... 2024-08-22T20:37:05.8208439Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.36|:443... connected. 2024-08-22T20:37:05.8209292Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:05.8209983Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:37:05.8210561Z Saving to: ‘stories15M.pt’ 2024-08-22T20:37:05.8210896Z 2024-08-22T20:37:05.8210911Z 2024-08-22T20:37:05.8211221Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:05.8212026Z 100%[======================================>] 60,789,090 --.-K/s in 0.1s 2024-08-22T20:37:05.8212414Z 2024-08-22T20:37:05.8214740Z 2024-08-22 20:37:05 (411 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:37:05.8215260Z 2024-08-22T20:37:05.8215516Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:05.8216420Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:37:05.8217478Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:05.8218302Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:05.8219344Z --2024-08-22 20:37:05-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:05.8220157Z Resolving github.com (github.com)... 140.82.114.3 2024-08-22T20:37:05.8220816Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-08-22T20:37:05.8221595Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:05.8222463Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:37:05.8223622Z --2024-08-22 20:37:05-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:37:05.8224878Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... 2024-08-22T20:37:05.8226205Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-08-22T20:37:05.8227097Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:05.8227782Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:37:05.8228393Z Saving to: ‘tokenizer.model’ 2024-08-22T20:37:05.8228674Z 2024-08-22T20:37:05.8228679Z 2024-08-22T20:37:05.8229042Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:05.8229885Z 100%[======================================>] 499,723 --.-K/s in 0.006s 2024-08-22T20:37:05.8230313Z 2024-08-22T20:37:05.8230718Z 2024-08-22 20:37:05 (86.6 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:37:05.8231253Z 2024-08-22T20:37:05.8231479Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:05.8232331Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:37:05.8233200Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:05.8234062Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:05.8235069Z --2024-08-22 20:37:05-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:05.8235830Z Resolving github.com (github.com)... 140.82.114.3 2024-08-22T20:37:05.8236522Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-08-22T20:37:05.8237278Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:05.8238128Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:37:05.8239292Z --2024-08-22 20:37:05-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:37:05.8240522Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... 2024-08-22T20:37:05.8241751Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. 2024-08-22T20:37:05.8242589Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:05.8243336Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:37:05.8243962Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:37:05.8244232Z 2024-08-22T20:37:05.8244237Z 2024-08-22T20:37:05.8244543Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:05.8245349Z 100%[======================================>] 433,869 --.-K/s in 0.005s 2024-08-22T20:37:05.8245748Z 2024-08-22T20:37:05.8246181Z 2024-08-22 20:37:05 (87.4 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:37:05.8246653Z 2024-08-22T20:37:05.8246825Z + popd 2024-08-22T20:37:05.8247231Z /pytorch/torchchat 2024-08-22T20:37:05.8247640Z + echo ::endgroup:: 2024-08-22T20:37:05.8248404Z ##[endgroup] 2024-08-22T20:37:05.8248897Z + echo '::group::Convert checkpoint' 2024-08-22T20:37:05.8249651Z ##[group]Convert checkpoint 2024-08-22T20:37:05.8250277Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-08-22T20:37:05.8251151Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:37:05.8251852Z /pytorch/torchchat 2024-08-22T20:37:05.8252268Z + echo ::endgroup:: 2024-08-22T20:37:05.8252912Z ##[endgroup] 2024-08-22T20:37:05.8253443Z + echo '::group::Run eval' 2024-08-22T20:37:05.8254201Z ##[group]Run eval 2024-08-22T20:38:42.6702545Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda eval_sanity_check 2024-08-22T20:38:42.6703501Z arg:eval_sanity_check 2024-08-22T20:38:42.6704400Z Passing DTYPES=bfloat16 float16 float32 2024-08-22T20:38:42.6705082Z ############### Run eval with torch.compile for dtype bfloat16 ############### 2024-08-22T20:38:42.6705588Z 2024-08-22T20:38:42.6708230Z ****************************************** 2024-08-22T20:38:42.6709746Z ************** non-quantized ************* 2024-08-22T20:38:42.6710246Z ****************************************** 2024-08-22T20:38:42.6710588Z 2024-08-22T20:38:42.6710918Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:41:22.1239110Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:41:22.1239581Z  fi 2024-08-22T20:41:22.1239978Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:41:22.1240633Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:41:22.1241184Z  fi 2024-08-22T20:41:22.1241809Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:41:22.1242633Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:41:22.1243337Z fi 2024-08-22T20:41:22.1243625Z  2024-08-22T20:41:22.1243911Z upload_docs=0 2024-08-22T20:41:22.1244485Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:41:22.1245154Z # empty folders do not count 2024-08-22T20:41:22.1245782Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:41:22.1246639Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:41:22.1247380Z  # upload will probably not work correctly 2024-08-22T20:41:22.1247917Z  upload_docs=1 2024-08-22T20:41:22.1248255Z fi 2024-08-22T20:41:22.1248702Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:41:22.1258661Z shell: /usr/bin/bash -e {0} 2024-08-22T20:41:22.1259006Z env: 2024-08-22T20:41:22.1259332Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:22.1259793Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:22.1260166Z PR_NUMBER: 1044 2024-08-22T20:41:22.1265393Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:41:22.1270935Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:22.1271688Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:22.1272412Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:22.1273029Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:22.1273514Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:41:22.1273857Z ##[endgroup] 2024-08-22T20:41:22.1370605Z Prepare all required actions 2024-08-22T20:41:22.1408691Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:41:22.1409158Z with: 2024-08-22T20:41:22.1409413Z env: 2024-08-22T20:41:22.1409731Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:22.1410181Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:22.1410552Z PR_NUMBER: 1044 2024-08-22T20:41:22.1415524Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:41:22.1422255Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:22.1423268Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:22.1424001Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:22.1424621Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:22.1425099Z ##[endgroup] 2024-08-22T20:41:22.1446360Z ##[group]Run set -eou pipefail 2024-08-22T20:41:22.1446927Z set -eou pipefail 2024-08-22T20:41:22.1447278Z  2024-08-22T20:41:22.1447827Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:41:22.1448444Z for _ in $(seq 1440); do 2024-08-22T20:41:22.1448907Z  # Break if no ssh session exists anymore 2024-08-22T20:41:22.1449396Z  if [ "$(who)" = "" ]; then 2024-08-22T20:41:22.1449788Z  break 2024-08-22T20:41:22.1450108Z  fi 2024-08-22T20:41:22.1450400Z  echo "." 2024-08-22T20:41:22.1450715Z  sleep 5 2024-08-22T20:41:22.1451024Z done 2024-08-22T20:41:22.1459658Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:41:22.1460149Z env: 2024-08-22T20:41:22.1460486Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:22.1461252Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:22.1461631Z PR_NUMBER: 1044 2024-08-22T20:41:22.1466625Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:41:22.1472316Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:22.1473085Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:22.1473803Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:22.1474413Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:22.1474890Z ##[endgroup] 2024-08-22T20:41:22.1502930Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:41:22.1583174Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:41:22.1583929Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:41:22.1584508Z # shellcheck disable=SC2046 2024-08-22T20:41:22.1584963Z docker stop $(docker ps -q) || true 2024-08-22T20:41:22.1585433Z # Prune all of the docker images 2024-08-22T20:41:22.1585878Z docker system prune -af 2024-08-22T20:41:22.1594766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:41:22.1595244Z env: 2024-08-22T20:41:22.1595567Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:22.1596024Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:22.1596388Z PR_NUMBER: 1044 2024-08-22T20:41:22.1601348Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:41:22.1607001Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:22.1607762Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:22.1608474Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:22.1609084Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:22.1609546Z ##[endgroup] 2024-08-22T20:41:33.2575161Z 24467a82a95d 2024-08-22T20:41:36.9344936Z Deleted Containers: 2024-08-22T20:41:36.9345484Z 24467a82a95de2535f0fb7d942482715189962c73bc5fe18a16154dd0aa84302 2024-08-22T20:41:36.9345904Z 2024-08-22T20:41:42.2044060Z Deleted Images: 2024-08-22T20:41:42.2045019Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:41:42.2048380Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:41:42.2049536Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:41:42.2050385Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:41:42.2051127Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:42.2051983Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:41:42.2052934Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:41:42.2053763Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:41:42.2054582Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:41:42.2055957Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:41:42.2056951Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:41:42.2057791Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:41:42.2058604Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:41:42.2059521Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:41:42.2060359Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:41:42.2061488Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:41:42.2062306Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:41:42.2063116Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:41:42.2063918Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:41:42.2064708Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:41:42.2065504Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:41:42.2066497Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:41:42.2067623Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:41:42.2068508Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:41:42.2069418Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:41:42.2070221Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:41:42.2071022Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:41:42.2071831Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:41:42.2072623Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:41:42.2073395Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:41:42.2074191Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:41:42.2075018Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:41:42.2075844Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:41:42.2076651Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:41:42.2077473Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:41:42.2078264Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:41:42.2079024Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:41:42.2079496Z 2024-08-22T20:41:42.2079644Z Total reclaimed space: 24.86GB 2024-08-22T20:41:42.3054042Z ##[group]Run set +e 2024-08-22T20:41:42.3054395Z set +e 2024-08-22T20:41:42.3054750Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:41:42.3055307Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:41:42.3055910Z else 2024-08-22T20:41:42.3056314Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:41:42.3056779Z fi 2024-08-22T20:41:42.3057060Z set -e 2024-08-22T20:41:42.3067419Z shell: /usr/bin/bash -e {0} 2024-08-22T20:41:42.3067760Z env: 2024-08-22T20:41:42.3068084Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:42.3068545Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:42.3068910Z PR_NUMBER: 1044 2024-08-22T20:41:42.3074197Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 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 eval" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "eval_sanity_check" echo "::endgroup::" 2024-08-22T20:41:42.3079694Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:42.3080454Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:42.3081180Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:42.3081782Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:42.3082261Z NO_SUDO: false 2024-08-22T20:41:42.3082552Z ##[endgroup] 2024-08-22T20:41:42.4827937Z Post job cleanup. 2024-08-22T20:41:42.5797284Z Post job cleanup. 2024-08-22T20:41:42.6668504Z [command]/usr/bin/git version 2024-08-22T20:41:42.6721663Z git version 2.40.1 2024-08-22T20:41:42.6758650Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a35ffd67-b5a7-44ef-bd89-4961610fcc02' before making global git config changes 2024-08-22T20:41:42.6759884Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:41:42.6764182Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:41:42.6809992Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:41:42.6855328Z [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:41:42.7220747Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:41:42.7256020Z http.https://github.com/.extraheader 2024-08-22T20:41:42.7266590Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:41:42.7310976Z [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:41:42.7746640Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:41:42.7768126Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:41:42.7776277Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:41:42.7776784Z ##[endgroup] 2024-08-22T20:41:48.8198854Z Cleaning up orphan processes