2024-08-22T20:29:03.5497933Z Current runner version: '2.319.1' 2024-08-22T20:29:03.5504016Z Runner name: 'i-05477d6cbaed19cec' 2024-08-22T20:29:03.5504825Z Runner group name: 'Default' 2024-08-22T20:29:03.5505766Z Machine name: 'ip-10-0-26-211' 2024-08-22T20:29:03.5522308Z Testing runner upgrade compatibility 2024-08-22T20:29:03.7064332Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:29:03.7066193Z Contents: read 2024-08-22T20:29:03.7066688Z Metadata: read 2024-08-22T20:29:03.7067192Z Packages: read 2024-08-22T20:29:03.7067686Z ##[endgroup] 2024-08-22T20:29:03.7070618Z Secret source: Actions 2024-08-22T20:29:03.7071322Z Prepare workflow directory 2024-08-22T20:29:03.8083617Z Prepare all required actions 2024-08-22T20:29:03.8247542Z Getting action download info 2024-08-22T20:29:04.0056434Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:29:04.2035571Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:29:04.4276945Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:29:04.5664848Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:29:04.7076130Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:29:04.9982920Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:04.9985177Z ##[group] Inputs 2024-08-22T20:29:04.9991785Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:04.9999064Z timeout: 30 2024-08-22T20:29:04.9999470Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:05.0000060Z upload-artifact: 2024-08-22T20:29:05.0000507Z download-artifact: 2024-08-22T20:29:05.0000891Z repository: 2024-08-22T20:29:05.0001342Z fetch-depth: 1 2024-08-22T20:29:05.0001803Z submodules: 2024-08-22T20:29:05.0002142Z ref: 2024-08-22T20:29:05.0002614Z test-infra-repository: pytorch/test-infra 2024-08-22T20:29:05.0003164Z test-infra-ref: 2024-08-22T20:29:05.0003562Z docker-image: pytorch/conda-builder 2024-08-22T20:29:05.0004138Z docker-build-dir: .ci/docker 2024-08-22T20:29:05.0004634Z gpu-arch-type: cuda 2024-08-22T20:29:05.0005071Z gpu-arch-version: 12.1 2024-08-22T20:29:05.0005594Z job-name: linux-job 2024-08-22T20:29:05.0006382Z continue-on-error: false 2024-08-22T20:29:05.0006837Z binary-matrix: 2024-08-22T20:29:05.0007413Z run-with-docker: true 2024-08-22T20:29:05.0007935Z secrets-env: 2024-08-22T20:29:05.0008350Z no-sudo: false 2024-08-22T20:29:05.0008839Z ##[endgroup] 2024-08-22T20:29:05.0009974Z Complete job name: test-gpu-aoti-float32 (cuda, stories15M) / linux-job 2024-08-22T20:29:05.0750352Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:29:05.0901748Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:29:05.0913861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:05.0914432Z ##[endgroup] 2024-08-22T20:29:06.0376939Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:06.0377437Z Instance Type: g5.4xlarge 2024-08-22T20:29:06.0378116Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:29:06.0378651Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:29:11.7840527Z ##[group]Run set -euxo pipefail 2024-08-22T20:29:11.7841087Z set -euxo pipefail 2024-08-22T20:29:11.7841520Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:29:11.7842064Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:29:11.7842619Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:11.7843052Z else 2024-08-22T20:29:11.7843449Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:29:11.7843971Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:11.7844383Z fi 2024-08-22T20:29:11.7844659Z  2024-08-22T20:29:11.7844965Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:29:11.7845395Z echo "::endgroup::" 2024-08-22T20:29:11.7857823Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:11.7858208Z env: 2024-08-22T20:29:11.7858539Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.7859007Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.7859401Z PR_NUMBER: 1044 2024-08-22T20:29:11.7865465Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:11.7871924Z NO_SUDO: false 2024-08-22T20:29:11.7872209Z ##[endgroup] 2024-08-22T20:29:11.7904409Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:29:11.7925336Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:29:11.7934620Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:29:11.7935325Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:11.9088645Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:29:11.9109698Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:11.9124300Z + echo ::endgroup:: 2024-08-22T20:29:11.9124990Z ##[endgroup] 2024-08-22T20:29:11.9244988Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:11.9245398Z with: 2024-08-22T20:29:11.9245692Z repository: pytorch/test-infra 2024-08-22T20:29:11.9246107Z path: test-infra 2024-08-22T20:29:11.9246414Z submodules: recursive 2024-08-22T20:29:11.9246998Z token: *** 2024-08-22T20:29:11.9247313Z ssh-strict: true 2024-08-22T20:29:11.9247638Z persist-credentials: true 2024-08-22T20:29:11.9247980Z clean: true 2024-08-22T20:29:11.9248296Z sparse-checkout-cone-mode: true 2024-08-22T20:29:11.9248887Z fetch-depth: 1 2024-08-22T20:29:11.9249175Z fetch-tags: false 2024-08-22T20:29:11.9249484Z lfs: false 2024-08-22T20:29:11.9249777Z set-safe-directory: true 2024-08-22T20:29:11.9250111Z env: 2024-08-22T20:29:11.9250437Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.9250893Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.9251264Z PR_NUMBER: 1044 2024-08-22T20:29:11.9257432Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:11.9263859Z ##[endgroup] 2024-08-22T20:29:12.0308557Z Syncing repository: pytorch/test-infra 2024-08-22T20:29:12.0309342Z ##[group]Getting Git version info 2024-08-22T20:29:12.0310137Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:29:12.0311058Z [command]/usr/bin/git version 2024-08-22T20:29:12.0311422Z git version 2.40.1 2024-08-22T20:29:12.0312652Z ##[endgroup] 2024-08-22T20:29:12.0323764Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/28ceb27d-83f8-49d1-b767-d4deda4432b8' before making global git config changes 2024-08-22T20:29:12.0324989Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:12.0327395Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:12.0373462Z ##[group]Initializing the repository 2024-08-22T20:29:12.0376353Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:12.0419220Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:12.0420089Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:12.0420883Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:12.0421445Z hint: 2024-08-22T20:29:12.0421883Z hint: git config --global init.defaultBranch 2024-08-22T20:29:12.0422347Z hint: 2024-08-22T20:29:12.0422857Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:12.0423691Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:12.0424268Z hint: 2024-08-22T20:29:12.0424591Z hint: git branch -m 2024-08-22T20:29:12.0425677Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:29:12.0433448Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:29:12.0474393Z ##[endgroup] 2024-08-22T20:29:12.0474960Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:12.0477013Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:12.0516173Z ##[endgroup] 2024-08-22T20:29:12.0516685Z ##[group]Setting up auth 2024-08-22T20:29:12.0521202Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:12.0563325Z [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:12.0932003Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:12.0971320Z [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:12.1325867Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:12.1382864Z ##[endgroup] 2024-08-22T20:29:12.1383426Z ##[group]Determining the default branch 2024-08-22T20:29:12.1385997Z Retrieving the default branch name 2024-08-22T20:29:12.4353963Z Default branch 'main' 2024-08-22T20:29:12.4354576Z ##[endgroup] 2024-08-22T20:29:12.4355109Z ##[group]Fetching the repository 2024-08-22T20:29:12.4359490Z [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:12.6240932Z remote: Enumerating objects: 1649, done. 2024-08-22T20:29:12.6243179Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:29:12.6243740Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:29:12.6244397Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:29:12.6245033Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:29:12.6245661Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:29:12.6246312Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:29:12.6246955Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:29:12.6247666Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:29:12.6248386Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:29:12.6249068Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:29:12.6249710Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:29:12.6250345Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:29:12.6250985Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:29:12.6251617Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:29:12.6252240Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:29:12.6252829Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:29:12.6253319Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:29:12.6253799Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:29:12.6254288Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:29:12.6254771Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:29:12.6255251Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:29:12.6255744Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:29:12.6256241Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:29:12.6256726Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:29:12.6257206Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:29:12.6257691Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:29:12.6258227Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:29:12.6258961Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:29:12.6259457Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:29:12.6259950Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:29:12.6260430Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:29:12.6260920Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:29:12.6261402Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:29:12.6261877Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:29:12.6262511Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:29:12.6262995Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:29:12.6263473Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:29:12.6263955Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:29:12.6264436Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:29:12.6264909Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:29:12.6265397Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:29:12.6265882Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:29:12.6266366Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:29:12.6266843Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:29:12.6267391Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:29:12.6267875Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:29:12.6268356Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:29:12.6268852Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:29:12.6269334Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:29:12.6269809Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:29:12.6270292Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:29:12.6270775Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:29:12.6271251Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:29:12.6271742Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:29:12.6272227Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:29:12.6272702Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:29:12.6273187Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:29:12.6273670Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:29:12.6274147Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:29:12.6274633Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:29:12.6275123Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:29:12.6275609Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:29:12.6276119Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:29:12.6276629Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:29:12.6277148Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:29:12.6277645Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:29:12.6278153Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:29:12.6278653Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:29:12.6279156Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:29:12.6279649Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:29:12.6280149Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:29:12.6280648Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:29:12.6281149Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:29:12.6281647Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:29:12.6282145Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:29:12.6282642Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:29:12.6283138Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:29:12.6283636Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:29:12.6284227Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:29:12.6284732Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:29:12.6285230Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:29:12.6285719Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:29:12.6286216Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:29:12.6286721Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:29:12.6287213Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:29:12.6287816Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:29:12.6288315Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:29:12.6288807Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:29:12.6289303Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:29:12.6289803Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:29:12.6290303Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:29:12.6290803Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:29:12.6291307Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:29:12.6291800Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:29:12.6292294Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:29:12.6292855Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:29:12.6293355Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:29:12.6293845Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:29:12.6294356Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:29:12.6294852Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:29:12.6295341Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:29:12.6295874Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:29:12.6296423Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:29:12.6296937Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:29:12.6297470Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:29:12.6297994Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:29:12.6298517Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:29:12.6299023Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:29:12.6299537Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:29:12.6300053Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:29:12.6300570Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:29:12.6301115Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:29:12.6301680Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:29:12.6302206Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:29:12.6302733Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:29:12.6303264Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:29:12.6303782Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:29:12.6304309Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:29:12.6304829Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:29:12.6305349Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:29:12.6305878Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:29:12.6306393Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:29:12.6306906Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:29:12.6307442Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:29:12.6307959Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:29:12.6308479Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:29:12.6308996Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:29:12.6309515Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:29:12.6310035Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:29:12.6310685Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:29:12.6311204Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:29:12.6311762Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:29:12.6312286Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:29:12.6312799Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:29:12.6313324Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:29:12.6313858Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:29:12.6316060Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:29:12.6316577Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:29:12.6317101Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:29:12.6317615Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:29:12.6318173Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:29:12.6318713Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:29:12.6319227Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:29:12.6319745Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:29:12.6320275Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:29:12.6320788Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:29:12.6321311Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:29:12.6321844Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:29:12.6322372Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:29:12.6322884Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:29:12.6323405Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:29:12.6323925Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:29:12.6324437Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:29:12.6324959Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:29:12.6325477Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:29:12.6325991Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:29:12.6326846Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:29:12.6327399Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:29:12.6327913Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:29:12.6328460Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:29:12.6329004Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:29:12.6329526Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:29:12.6330044Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:29:12.6330559Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:29:12.6331072Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:29:12.6331593Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:29:12.6332118Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:29:12.6332692Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:29:12.6333209Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:29:12.6333734Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:29:12.6334260Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:29:12.6334775Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:29:12.6335292Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:29:12.6335822Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:29:12.6336332Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:29:12.6336858Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:29:12.6337389Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:29:12.6337907Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:29:12.6338423Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:29:12.6339106Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:29:12.6339620Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:29:12.6340140Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:29:12.6340680Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:29:12.6341216Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:29:12.6341763Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:29:12.6342423Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:29:12.6342963Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:29:12.6343493Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:29:12.6344023Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:29:12.6344566Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:29:12.6345087Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:29:12.6345622Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:29:12.6346162Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:29:12.6346691Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:29:12.6347223Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:29:12.6347746Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:29:12.6348274Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:29:12.6348799Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:29:12.6349321Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:29:12.6349844Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:29:12.6350373Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:29:12.6350895Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:29:12.6351418Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:29:12.6351989Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:29:12.6352503Z Receiving objects: 0% (1/1649) 2024-08-22T20:29:12.6352889Z Receiving objects: 1% (17/1649) 2024-08-22T20:29:12.6353287Z Receiving objects: 2% (33/1649) 2024-08-22T20:29:12.6354657Z Receiving objects: 3% (50/1649) 2024-08-22T20:29:12.6381107Z Receiving objects: 4% (66/1649) 2024-08-22T20:29:12.6381613Z Receiving objects: 5% (83/1649) 2024-08-22T20:29:12.6382059Z Receiving objects: 6% (99/1649) 2024-08-22T20:29:12.6382467Z Receiving objects: 7% (116/1649) 2024-08-22T20:29:12.6382924Z Receiving objects: 8% (132/1649) 2024-08-22T20:29:12.6386240Z Receiving objects: 9% (149/1649) 2024-08-22T20:29:12.6389151Z Receiving objects: 10% (165/1649) 2024-08-22T20:29:12.6392365Z Receiving objects: 11% (182/1649) 2024-08-22T20:29:12.6395381Z Receiving objects: 12% (198/1649) 2024-08-22T20:29:12.6617896Z Receiving objects: 13% (215/1649) 2024-08-22T20:29:12.6702621Z Receiving objects: 14% (231/1649) 2024-08-22T20:29:12.6705986Z Receiving objects: 15% (248/1649) 2024-08-22T20:29:12.6709579Z Receiving objects: 16% (264/1649) 2024-08-22T20:29:12.6713832Z Receiving objects: 17% (281/1649) 2024-08-22T20:29:12.6751255Z Receiving objects: 18% (297/1649) 2024-08-22T20:29:12.6762974Z Receiving objects: 19% (314/1649) 2024-08-22T20:29:12.6763990Z Receiving objects: 20% (330/1649) 2024-08-22T20:29:12.6768429Z Receiving objects: 21% (347/1649) 2024-08-22T20:29:12.6771743Z Receiving objects: 22% (363/1649) 2024-08-22T20:29:12.6775490Z Receiving objects: 23% (380/1649) 2024-08-22T20:29:12.6785371Z Receiving objects: 24% (396/1649) 2024-08-22T20:29:12.6801818Z Receiving objects: 25% (413/1649) 2024-08-22T20:29:12.6804283Z Receiving objects: 26% (429/1649) 2024-08-22T20:29:12.6805834Z Receiving objects: 27% (446/1649) 2024-08-22T20:29:12.6812504Z Receiving objects: 28% (462/1649) 2024-08-22T20:29:12.6815216Z Receiving objects: 29% (479/1649) 2024-08-22T20:29:12.6824345Z Receiving objects: 30% (495/1649) 2024-08-22T20:29:12.6831625Z Receiving objects: 31% (512/1649) 2024-08-22T20:29:12.6837628Z Receiving objects: 32% (528/1649) 2024-08-22T20:29:12.6845692Z Receiving objects: 33% (545/1649) 2024-08-22T20:29:12.6846240Z Receiving objects: 34% (561/1649) 2024-08-22T20:29:12.6848685Z Receiving objects: 35% (578/1649) 2024-08-22T20:29:12.6854388Z Receiving objects: 36% (594/1649) 2024-08-22T20:29:12.6860871Z Receiving objects: 37% (611/1649) 2024-08-22T20:29:12.6863317Z Receiving objects: 38% (627/1649) 2024-08-22T20:29:12.6868119Z Receiving objects: 39% (644/1649) 2024-08-22T20:29:12.6872983Z Receiving objects: 40% (660/1649) 2024-08-22T20:29:12.6877383Z Receiving objects: 41% (677/1649) 2024-08-22T20:29:12.6881817Z Receiving objects: 42% (693/1649) 2024-08-22T20:29:12.6884888Z Receiving objects: 43% (710/1649) 2024-08-22T20:29:12.6887495Z Receiving objects: 44% (726/1649) 2024-08-22T20:29:12.6891144Z Receiving objects: 45% (743/1649) 2024-08-22T20:29:12.6895736Z Receiving objects: 46% (759/1649) 2024-08-22T20:29:12.6898220Z Receiving objects: 47% (776/1649) 2024-08-22T20:29:12.6901479Z Receiving objects: 48% (792/1649) 2024-08-22T20:29:12.6904466Z Receiving objects: 49% (809/1649) 2024-08-22T20:29:12.6908868Z Receiving objects: 50% (825/1649) 2024-08-22T20:29:12.6911705Z Receiving objects: 51% (841/1649) 2024-08-22T20:29:12.6914050Z Receiving objects: 52% (858/1649) 2024-08-22T20:29:12.6919085Z Receiving objects: 53% (874/1649) 2024-08-22T20:29:12.6922536Z Receiving objects: 54% (891/1649) 2024-08-22T20:29:12.6924125Z Receiving objects: 55% (907/1649) 2024-08-22T20:29:12.6926945Z Receiving objects: 56% (924/1649) 2024-08-22T20:29:12.6930600Z Receiving objects: 57% (940/1649) 2024-08-22T20:29:12.6936119Z Receiving objects: 58% (957/1649) 2024-08-22T20:29:12.6944036Z Receiving objects: 59% (973/1649) 2024-08-22T20:29:12.6947385Z Receiving objects: 60% (990/1649) 2024-08-22T20:29:12.6950979Z Receiving objects: 61% (1006/1649) 2024-08-22T20:29:12.6954268Z Receiving objects: 62% (1023/1649) 2024-08-22T20:29:12.6959497Z Receiving objects: 63% (1039/1649) 2024-08-22T20:29:12.6964827Z Receiving objects: 64% (1056/1649) 2024-08-22T20:29:12.6969137Z Receiving objects: 65% (1072/1649) 2024-08-22T20:29:12.6971047Z Receiving objects: 66% (1089/1649) 2024-08-22T20:29:12.6975258Z Receiving objects: 67% (1105/1649) 2024-08-22T20:29:12.6979416Z Receiving objects: 68% (1122/1649) 2024-08-22T20:29:12.6985269Z Receiving objects: 69% (1138/1649) 2024-08-22T20:29:12.6990631Z Receiving objects: 70% (1155/1649) 2024-08-22T20:29:12.6998422Z Receiving objects: 71% (1171/1649) 2024-08-22T20:29:12.7005770Z Receiving objects: 72% (1188/1649) 2024-08-22T20:29:12.7043639Z Receiving objects: 73% (1204/1649) 2024-08-22T20:29:12.7049119Z Receiving objects: 74% (1221/1649) 2024-08-22T20:29:12.7131010Z Receiving objects: 75% (1237/1649) 2024-08-22T20:29:12.7132278Z Receiving objects: 76% (1254/1649) 2024-08-22T20:29:12.7138505Z Receiving objects: 77% (1270/1649) 2024-08-22T20:29:12.7139223Z Receiving objects: 78% (1287/1649) 2024-08-22T20:29:12.7142093Z Receiving objects: 79% (1303/1649) 2024-08-22T20:29:12.7147355Z Receiving objects: 80% (1320/1649) 2024-08-22T20:29:12.7156162Z Receiving objects: 81% (1336/1649) 2024-08-22T20:29:12.7198327Z Receiving objects: 82% (1353/1649) 2024-08-22T20:29:12.7199636Z Receiving objects: 83% (1369/1649) 2024-08-22T20:29:12.7203136Z Receiving objects: 84% (1386/1649) 2024-08-22T20:29:12.7204915Z Receiving objects: 85% (1402/1649) 2024-08-22T20:29:12.7205797Z Receiving objects: 86% (1419/1649) 2024-08-22T20:29:12.7206742Z Receiving objects: 87% (1435/1649) 2024-08-22T20:29:12.7207519Z Receiving objects: 88% (1452/1649) 2024-08-22T20:29:12.7210311Z Receiving objects: 89% (1468/1649) 2024-08-22T20:29:12.7212363Z Receiving objects: 90% (1485/1649) 2024-08-22T20:29:12.7213305Z Receiving objects: 91% (1501/1649) 2024-08-22T20:29:12.7213703Z Receiving objects: 92% (1518/1649) 2024-08-22T20:29:12.7214731Z Receiving objects: 93% (1534/1649) 2024-08-22T20:29:12.7217894Z Receiving objects: 94% (1551/1649) 2024-08-22T20:29:12.7218740Z Receiving objects: 95% (1567/1649) 2024-08-22T20:29:12.7225391Z Receiving objects: 96% (1584/1649) 2024-08-22T20:29:12.7238180Z Receiving objects: 97% (1600/1649) 2024-08-22T20:29:12.7248803Z Receiving objects: 98% (1617/1649) 2024-08-22T20:29:12.7268908Z Receiving objects: 99% (1633/1649) 2024-08-22T20:29:12.7269873Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:29:12.7284152Z Receiving objects: 100% (1649/1649) 2024-08-22T20:29:12.7284860Z Receiving objects: 100% (1649/1649), 2.83 MiB | 28.15 MiB/s, done. 2024-08-22T20:29:12.7291877Z Resolving deltas: 0% (0/371) 2024-08-22T20:29:12.7292827Z Resolving deltas: 1% (5/371) 2024-08-22T20:29:12.7293932Z Resolving deltas: 2% (8/371) 2024-08-22T20:29:12.7297155Z Resolving deltas: 3% (12/371) 2024-08-22T20:29:12.7297822Z Resolving deltas: 4% (16/371) 2024-08-22T20:29:12.7298248Z Resolving deltas: 5% (20/371) 2024-08-22T20:29:12.7298756Z Resolving deltas: 6% (24/371) 2024-08-22T20:29:12.7299306Z Resolving deltas: 7% (26/371) 2024-08-22T20:29:12.7299680Z Resolving deltas: 8% (30/371) 2024-08-22T20:29:12.7301960Z Resolving deltas: 9% (34/371) 2024-08-22T20:29:12.7302348Z Resolving deltas: 10% (38/371) 2024-08-22T20:29:12.7303405Z Resolving deltas: 11% (41/371) 2024-08-22T20:29:12.7305416Z Resolving deltas: 12% (45/371) 2024-08-22T20:29:12.7306259Z Resolving deltas: 13% (49/371) 2024-08-22T20:29:12.7308491Z Resolving deltas: 14% (52/371) 2024-08-22T20:29:12.7310054Z Resolving deltas: 15% (56/371) 2024-08-22T20:29:12.7311479Z Resolving deltas: 16% (60/371) 2024-08-22T20:29:12.7323453Z Resolving deltas: 17% (64/371) 2024-08-22T20:29:12.7324111Z Resolving deltas: 18% (67/371) 2024-08-22T20:29:12.7325548Z Resolving deltas: 19% (71/371) 2024-08-22T20:29:12.7328368Z Resolving deltas: 20% (75/371) 2024-08-22T20:29:12.7329354Z Resolving deltas: 21% (78/371) 2024-08-22T20:29:12.7331354Z Resolving deltas: 22% (82/371) 2024-08-22T20:29:12.7331996Z Resolving deltas: 23% (86/371) 2024-08-22T20:29:12.7333156Z Resolving deltas: 24% (91/371) 2024-08-22T20:29:12.7333734Z Resolving deltas: 25% (94/371) 2024-08-22T20:29:12.7335862Z Resolving deltas: 26% (97/371) 2024-08-22T20:29:12.7336334Z Resolving deltas: 27% (101/371) 2024-08-22T20:29:12.7342661Z Resolving deltas: 28% (104/371) 2024-08-22T20:29:12.7343159Z Resolving deltas: 29% (109/371) 2024-08-22T20:29:12.7343854Z Resolving deltas: 30% (112/371) 2024-08-22T20:29:12.7345930Z Resolving deltas: 31% (116/371) 2024-08-22T20:29:12.7347163Z Resolving deltas: 32% (119/371) 2024-08-22T20:29:12.7348096Z Resolving deltas: 33% (123/371) 2024-08-22T20:29:12.7348986Z Resolving deltas: 34% (127/371) 2024-08-22T20:29:12.7350143Z Resolving deltas: 35% (130/371) 2024-08-22T20:29:12.7351121Z Resolving deltas: 36% (134/371) 2024-08-22T20:29:12.7352245Z Resolving deltas: 37% (138/371) 2024-08-22T20:29:12.7353332Z Resolving deltas: 38% (141/371) 2024-08-22T20:29:12.7355396Z Resolving deltas: 39% (145/371) 2024-08-22T20:29:12.7357343Z Resolving deltas: 40% (149/371) 2024-08-22T20:29:12.7357979Z Resolving deltas: 41% (153/371) 2024-08-22T20:29:12.7358674Z Resolving deltas: 42% (156/371) 2024-08-22T20:29:12.7360058Z Resolving deltas: 43% (160/371) 2024-08-22T20:29:12.7360543Z Resolving deltas: 44% (164/371) 2024-08-22T20:29:12.7362316Z Resolving deltas: 45% (167/371) 2024-08-22T20:29:12.7362828Z Resolving deltas: 46% (172/371) 2024-08-22T20:29:12.7363328Z Resolving deltas: 47% (175/371) 2024-08-22T20:29:12.7363744Z Resolving deltas: 48% (179/371) 2024-08-22T20:29:12.7365346Z Resolving deltas: 49% (182/371) 2024-08-22T20:29:12.7365840Z Resolving deltas: 50% (187/371) 2024-08-22T20:29:12.7366322Z Resolving deltas: 51% (190/371) 2024-08-22T20:29:12.7368651Z Resolving deltas: 52% (193/371) 2024-08-22T20:29:12.7369809Z Resolving deltas: 53% (197/371) 2024-08-22T20:29:12.7370274Z Resolving deltas: 54% (201/371) 2024-08-22T20:29:12.7371918Z Resolving deltas: 55% (205/371) 2024-08-22T20:29:12.7373453Z Resolving deltas: 56% (209/371) 2024-08-22T20:29:12.7375152Z Resolving deltas: 57% (212/371) 2024-08-22T20:29:12.7376845Z Resolving deltas: 58% (216/371) 2024-08-22T20:29:12.7377625Z Resolving deltas: 59% (221/371) 2024-08-22T20:29:12.7378231Z Resolving deltas: 60% (223/371) 2024-08-22T20:29:12.7381682Z Resolving deltas: 61% (227/371) 2024-08-22T20:29:12.7382350Z Resolving deltas: 62% (231/371) 2024-08-22T20:29:12.7383438Z Resolving deltas: 63% (234/371) 2024-08-22T20:29:12.7385955Z Resolving deltas: 64% (238/371) 2024-08-22T20:29:12.7386552Z Resolving deltas: 65% (242/371) 2024-08-22T20:29:12.7388609Z Resolving deltas: 66% (245/371) 2024-08-22T20:29:12.7389324Z Resolving deltas: 67% (249/371) 2024-08-22T20:29:12.7389872Z Resolving deltas: 68% (253/371) 2024-08-22T20:29:12.7390383Z Resolving deltas: 69% (256/371) 2024-08-22T20:29:12.7390774Z Resolving deltas: 70% (260/371) 2024-08-22T20:29:12.7391141Z Resolving deltas: 71% (265/371) 2024-08-22T20:29:12.7391526Z Resolving deltas: 72% (268/371) 2024-08-22T20:29:12.7391902Z Resolving deltas: 73% (272/371) 2024-08-22T20:29:12.7392287Z Resolving deltas: 74% (275/371) 2024-08-22T20:29:12.7392665Z Resolving deltas: 75% (279/371) 2024-08-22T20:29:12.7393107Z Resolving deltas: 76% (282/371) 2024-08-22T20:29:12.7393534Z Resolving deltas: 77% (287/371) 2024-08-22T20:29:12.7393918Z Resolving deltas: 78% (290/371) 2024-08-22T20:29:12.7394399Z Resolving deltas: 79% (294/371) 2024-08-22T20:29:12.7394784Z Resolving deltas: 80% (297/371) 2024-08-22T20:29:12.7395158Z Resolving deltas: 81% (301/371) 2024-08-22T20:29:12.7395537Z Resolving deltas: 82% (305/371) 2024-08-22T20:29:12.7395902Z Resolving deltas: 83% (310/371) 2024-08-22T20:29:12.7396275Z Resolving deltas: 84% (312/371) 2024-08-22T20:29:12.7396749Z Resolving deltas: 85% (316/371) 2024-08-22T20:29:12.7397123Z Resolving deltas: 86% (320/371) 2024-08-22T20:29:12.7397499Z Resolving deltas: 87% (323/371) 2024-08-22T20:29:12.7397875Z Resolving deltas: 88% (328/371) 2024-08-22T20:29:12.7398247Z Resolving deltas: 89% (331/371) 2024-08-22T20:29:12.7398636Z Resolving deltas: 90% (334/371) 2024-08-22T20:29:12.7400162Z Resolving deltas: 91% (338/371) 2024-08-22T20:29:12.7400551Z Resolving deltas: 92% (345/371) 2024-08-22T20:29:12.7401468Z Resolving deltas: 93% (346/371) 2024-08-22T20:29:12.7403251Z Resolving deltas: 94% (349/371) 2024-08-22T20:29:12.7404818Z Resolving deltas: 95% (353/371) 2024-08-22T20:29:12.7408769Z Resolving deltas: 96% (357/371) 2024-08-22T20:29:12.7410548Z Resolving deltas: 97% (361/371) 2024-08-22T20:29:12.7412493Z Resolving deltas: 98% (364/371) 2024-08-22T20:29:12.7413652Z Resolving deltas: 99% (368/371) 2024-08-22T20:29:12.7415591Z Resolving deltas: 100% (371/371) 2024-08-22T20:29:12.7415990Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:29:12.7631319Z From https://github.com/pytorch/test-infra 2024-08-22T20:29:12.7631937Z * [new branch] main -> origin/main 2024-08-22T20:29:12.7657507Z ##[endgroup] 2024-08-22T20:29:12.7658052Z ##[group]Determining the checkout info 2024-08-22T20:29:12.7659174Z ##[endgroup] 2024-08-22T20:29:12.7659694Z ##[group]Checking out the ref 2024-08-22T20:29:12.7663080Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:29:12.8882458Z Switched to a new branch 'main' 2024-08-22T20:29:12.8883491Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:29:12.8893036Z ##[endgroup] 2024-08-22T20:29:12.8893616Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:29:12.8897945Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:12.8958135Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:29:12.9000283Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:29:12.9042766Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:29:12.9082441Z ##[endgroup] 2024-08-22T20:29:12.9082971Z ##[group]Fetching submodules 2024-08-22T20:29:12.9085041Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:29:12.9441193Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:29:12.9778738Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:29:13.0111863Z ##[endgroup] 2024-08-22T20:29:13.0112663Z ##[group]Persisting credentials for submodules 2024-08-22T20:29:13.0116983Z [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:13.0465980Z [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:13.0819511Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:29:13.1179807Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:29:13.1529098Z ##[endgroup] 2024-08-22T20:29:13.1578130Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:13.1616911Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:29:13.1916977Z Prepare all required actions 2024-08-22T20:29:13.1917473Z Getting action download info 2024-08-22T20:29:13.2822387Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:13.7205757Z Getting action download info 2024-08-22T20:29:13.8055582Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:29:13.9335091Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:29:13.9335657Z env: 2024-08-22T20:29:13.9336050Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.9336693Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:13.9337230Z PR_NUMBER: 1044 2024-08-22T20:29:13.9343521Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:13.9350042Z ##[endgroup] 2024-08-22T20:29:13.9550597Z ##[group]Run set -euo pipefail 2024-08-22T20:29:13.9551159Z set -euo pipefail 2024-08-22T20:29:13.9551629Z function get_ec2_metadata() { 2024-08-22T20:29:13.9552292Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:29:13.9553264Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:29:13.9554134Z  category=$1 2024-08-22T20:29:13.9554754Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:29:13.9555408Z } 2024-08-22T20:29:13.9555872Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:29:13.9556596Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:29:13.9557294Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:29:13.9557960Z echo "system info $(uname -a)" 2024-08-22T20:29:13.9567439Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:13.9568157Z env: 2024-08-22T20:29:13.9568659Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.9569210Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:13.9569639Z PR_NUMBER: 1044 2024-08-22T20:29:13.9576111Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:13.9582717Z ##[endgroup] 2024-08-22T20:29:13.9676515Z ami-id: ami-06c68f701d8090592 2024-08-22T20:29:13.9734564Z instance-id: i-05477d6cbaed19cec 2024-08-22T20:29:13.9788631Z instance-type: g5.4xlarge 2024-08-22T20:29:13.9802259Z system info Linux ip-10-0-26-211.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:14.0051899Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:29:14.0052885Z if systemctl is-active --quiet docker; then 2024-08-22T20:29:14.0053722Z  echo "Docker daemon is running..."; 2024-08-22T20:29:14.0054366Z else 2024-08-22T20:29:14.0055073Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:29:14.0055904Z fi 2024-08-22T20:29:14.0067074Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:14.0067570Z env: 2024-08-22T20:29:14.0067900Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:14.0068348Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:14.0068721Z PR_NUMBER: 1044 2024-08-22T20:29:14.0074843Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:14.0081254Z ##[endgroup] 2024-08-22T20:29:14.0173447Z Docker daemon is running... 2024-08-22T20:29:14.0200379Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:14.0201251Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:14.0201996Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:29:14.0202867Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:29:14.0203864Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:29:14.0213340Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:14.0213835Z env: 2024-08-22T20:29:14.0214157Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:14.0214619Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:14.0214997Z PR_NUMBER: 1044 2024-08-22T20:29:14.0221352Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:14.0228137Z AWS_RETRY_MODE: standard 2024-08-22T20:29:14.0228540Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:29:14.0228872Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:29:14.0229235Z ##[endgroup] 2024-08-22T20:29:15.0872824Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:15.0874670Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:15.0876797Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:15.0877949Z 2024-08-22T20:29:15.0878211Z Login Succeeded 2024-08-22T20:29:15.0936023Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:15.0936817Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:15.0937560Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:15.0946702Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.0947195Z env: 2024-08-22T20:29:15.0947521Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.0947983Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.0948360Z PR_NUMBER: 1044 2024-08-22T20:29:15.0954410Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:15.0961046Z ##[endgroup] 2024-08-22T20:29:15.1064385Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:15.1065011Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:15.1065535Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:15.1066024Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:15.1066801Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:15.1067382Z  2024-08-22T20:29:15.1067778Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:29:15.1068348Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:15.1068848Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:15.1069498Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:15.1070095Z  2024-08-22T20:29:15.1070418Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:29:15.1070896Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:15.1071345Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:15.1071892Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:15.1080903Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.1081404Z env: 2024-08-22T20:29:15.1081726Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.1082189Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.1082570Z PR_NUMBER: 1044 2024-08-22T20:29:15.1088627Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:15.1095081Z ##[endgroup] 2024-08-22T20:29:15.2952973Z ##[group]Run needs=0 2024-08-22T20:29:15.2953308Z needs=0 2024-08-22T20:29:15.2953833Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:29:15.2954425Z  needs=1 2024-08-22T20:29:15.2954735Z fi 2024-08-22T20:29:15.2955086Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:29:15.2964865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:15.2965362Z env: 2024-08-22T20:29:15.2965705Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.2966168Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.2966731Z PR_NUMBER: 1044 2024-08-22T20:29:15.2972989Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:15.2980687Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:15.2981545Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:15.2982351Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:15.2982914Z ##[endgroup] 2024-08-22T20:29:15.3404496Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:29:15.3405019Z with: 2024-08-22T20:29:15.3405302Z driver-version: 550.54.15 2024-08-22T20:29:15.3405638Z env: 2024-08-22T20:29:15.3405963Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.3406426Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.3406816Z PR_NUMBER: 1044 2024-08-22T20:29:15.3412931Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:15.3419549Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:15.3420320Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:15.3421046Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:15.3421555Z ##[endgroup] 2024-08-22T20:29:15.3478906Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:29:15.3479457Z with: 2024-08-22T20:29:15.3479726Z timeout_minutes: 10 2024-08-22T20:29:15.3480040Z max_attempts: 3 2024-08-22T20:29:15.3512940Z 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:15.3548687Z retry_wait_seconds: 10 2024-08-22T20:29:15.3549085Z polling_interval_seconds: 1 2024-08-22T20:29:15.3549440Z warning_on_retry: true 2024-08-22T20:29:15.3549786Z continue_on_error: false 2024-08-22T20:29:15.3550112Z env: 2024-08-22T20:29:15.3550426Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:15.3550878Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:15.3551248Z PR_NUMBER: 1044 2024-08-22T20:29:15.3557267Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:15.3563835Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:15.3564601Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:15.3565309Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:15.3565830Z DRIVER_VERSION: 550.54.15 2024-08-22T20:29:15.3566177Z ##[endgroup] 2024-08-22T20:29:15.4508694Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:29:15.4509262Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:29:15.4511770Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:29:15.7696309Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:29:15.7696850Z No packages marked for removal. 2024-08-22T20:29:15.7761402Z Dependencies resolved. 2024-08-22T20:29:15.7770690Z Nothing to do. 2024-08-22T20:29:15.7771457Z Complete! 2024-08-22T20:29:15.8089928Z + install_nvidia_driver_common 2024-08-22T20:29:15.8094345Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:29:15.8094829Z + lspci 2024-08-22T20:29:15.8095117Z Before installing NVIDIA driver 2024-08-22T20:29:15.8204418Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:15.8205248Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:15.8206206Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:15.8207143Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:15.8208050Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:15.8208833Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:15.8209561Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:15.8210580Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:15.8211181Z + lsmod 2024-08-22T20:29:15.8249048Z Module Size Used by 2024-08-22T20:29:15.8249598Z xt_conntrack 16384 1 2024-08-22T20:29:15.8250093Z nft_chain_nat 16384 3 2024-08-22T20:29:15.8250563Z xt_MASQUERADE 20480 1 2024-08-22T20:29:15.8251023Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:15.8251503Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:15.8252067Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:15.8252918Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:15.8253455Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:15.8253875Z xfrm_user 57344 1 2024-08-22T20:29:15.8254262Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:15.8254752Z xt_addrtype 16384 2 2024-08-22T20:29:15.8255232Z nft_compat 20480 4 2024-08-22T20:29:15.8255833Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:15.8256627Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:15.8257331Z br_netfilter 36864 0 2024-08-22T20:29:15.8257785Z bridge 307200 1 br_netfilter 2024-08-22T20:29:15.8258275Z stp 16384 1 bridge 2024-08-22T20:29:15.8258814Z llc 16384 2 bridge,stp 2024-08-22T20:29:15.8259294Z overlay 167936 0 2024-08-22T20:29:15.8259707Z tls 114688 0 2024-08-22T20:29:15.8260164Z nls_ascii 16384 1 2024-08-22T20:29:15.8260633Z nls_cp437 20480 1 2024-08-22T20:29:15.8261072Z vfat 24576 1 2024-08-22T20:29:15.8261442Z fat 86016 1 vfat 2024-08-22T20:29:15.8261828Z sunrpc 692224 1 2024-08-22T20:29:15.8262191Z ena 167936 0 2024-08-22T20:29:15.8262558Z ptp 36864 1 ena 2024-08-22T20:29:15.8262950Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:15.8263337Z pps_core 24576 1 ptp 2024-08-22T20:29:15.8263733Z aesni_intel 393216 0 2024-08-22T20:29:15.8264096Z i8042 45056 0 2024-08-22T20:29:15.8264463Z serio 28672 3 i8042 2024-08-22T20:29:15.8264881Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:15.8265389Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:15.8265880Z button 24576 0 2024-08-22T20:29:15.8266245Z sch_fq_codel 20480 17 2024-08-22T20:29:15.8266608Z dm_mod 188416 0 2024-08-22T20:29:15.8266972Z fuse 163840 1 2024-08-22T20:29:15.8267330Z configfs 57344 1 2024-08-22T20:29:15.8267709Z dax 45056 1 dm_mod 2024-08-22T20:29:15.8268100Z loop 36864 0 2024-08-22T20:29:15.8268460Z dmi_sysfs 20480 0 2024-08-22T20:29:15.8268818Z crc32_pclmul 16384 0 2024-08-22T20:29:15.8269240Z crc32c_intel 24576 0 2024-08-22T20:29:15.8269810Z efivarfs 24576 1 2024-08-22T20:29:15.8270158Z + modinfo nvidia 2024-08-22T20:29:15.8276997Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:15.8277938Z alias: char-major-195-* 2024-08-22T20:29:15.8278441Z version: 550.54.15 2024-08-22T20:29:15.8278893Z supported: external 2024-08-22T20:29:15.8279329Z license: NVIDIA 2024-08-22T20:29:15.8279762Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:15.8280351Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:15.8280920Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:15.8281478Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:15.8281972Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:15.8282448Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:15.8282938Z depends: i2c-core,drm 2024-08-22T20:29:15.8283518Z retpoline: Y 2024-08-22T20:29:15.8283938Z name: nvidia 2024-08-22T20:29:15.8284722Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:15.8285415Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:15.8286050Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:15.8286636Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:15.8287166Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:15.8287713Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:15.8288255Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:15.8288675Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:15.8289099Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:15.8289611Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:15.8290155Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:15.8290727Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:15.8291271Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:15.8291734Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:15.8292182Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:15.8292802Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:15.8293366Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:15.8293918Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:15.8294530Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:15.8295109Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:15.8295714Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:15.8296292Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:15.8296768Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:15.8297289Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:15.8297830Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:15.8298319Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:15.8298795Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:15.8299290Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:15.8299753Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:15.8300181Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:15.8300668Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:15.8301180Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:15.8301642Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:15.8302120Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:15.8302603Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:15.8303069Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:15.8303557Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:15.8304023Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:15.8304421Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:15.8304995Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:15.8305450Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:15.8305886Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:15.8306355Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:15.8306823Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:15.8307258Z parm: rm_firmware_active:charp 2024-08-22T20:29:15.8307661Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:29:15.8308046Z ++ command -v nvidia-smi 2024-08-22T20:29:15.8308429Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:29:15.8308789Z + set +e 2024-08-22T20:29:15.8309284Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:29:18.1215010Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:29:18.1215622Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:18.1216194Z + '[' 0 -ne 0 ']' 2024-08-22T20:29:18.1216560Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:29:18.1217281Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:29:18.1218169Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:29:18.1218895Z + set -e 2024-08-22T20:29:18.1219194Z + '[' 1 -eq 0 ']' 2024-08-22T20:29:18.1219784Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:29:18.1220537Z + post_install_nvidia_driver_common 2024-08-22T20:29:18.1221037Z + sudo modprobe nvidia 2024-08-22T20:29:18.2523149Z + echo 'After installing NVIDIA driver' 2024-08-22T20:29:18.2523607Z + lspci 2024-08-22T20:29:18.2523888Z After installing NVIDIA driver 2024-08-22T20:29:18.2626823Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:18.2627775Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:18.2628952Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:18.2629825Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:18.2630638Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:18.2631413Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:18.2632143Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:18.2632949Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:18.2633532Z + lsmod 2024-08-22T20:29:18.2658841Z Module Size Used by 2024-08-22T20:29:18.2659349Z nvidia_uvm 4706304 0 2024-08-22T20:29:18.2659854Z nvidia 54071296 1 nvidia_uvm 2024-08-22T20:29:18.2660397Z drm 602112 1 nvidia 2024-08-22T20:29:18.2660960Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:29:18.2661499Z backlight 24576 1 drm 2024-08-22T20:29:18.2661958Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:29:18.2662513Z xt_conntrack 16384 1 2024-08-22T20:29:18.2662997Z nft_chain_nat 16384 3 2024-08-22T20:29:18.2663458Z xt_MASQUERADE 20480 1 2024-08-22T20:29:18.2663956Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:18.2664451Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:18.2665025Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:18.2665661Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:18.2666125Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:18.2666549Z xfrm_user 57344 1 2024-08-22T20:29:18.2666939Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:18.2667354Z xt_addrtype 16384 2 2024-08-22T20:29:18.2667718Z nft_compat 20480 4 2024-08-22T20:29:18.2668176Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:18.2668788Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:18.2669366Z br_netfilter 36864 0 2024-08-22T20:29:18.2669789Z bridge 307200 1 br_netfilter 2024-08-22T20:29:18.2670438Z stp 16384 1 bridge 2024-08-22T20:29:18.2670847Z llc 16384 2 bridge,stp 2024-08-22T20:29:18.2671260Z overlay 167936 0 2024-08-22T20:29:18.2671625Z tls 114688 0 2024-08-22T20:29:18.2671982Z nls_ascii 16384 1 2024-08-22T20:29:18.2672355Z nls_cp437 20480 1 2024-08-22T20:29:18.2672718Z vfat 24576 1 2024-08-22T20:29:18.2673075Z fat 86016 1 vfat 2024-08-22T20:29:18.2673460Z sunrpc 692224 1 2024-08-22T20:29:18.2673836Z ena 167936 0 2024-08-22T20:29:18.2674191Z ptp 36864 1 ena 2024-08-22T20:29:18.2674584Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:18.2674965Z pps_core 24576 1 ptp 2024-08-22T20:29:18.2675342Z aesni_intel 393216 0 2024-08-22T20:29:18.2675859Z i8042 45056 0 2024-08-22T20:29:18.2676230Z serio 28672 3 i8042 2024-08-22T20:29:18.2676692Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:18.2677389Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:18.2678022Z button 24576 0 2024-08-22T20:29:18.2678491Z sch_fq_codel 20480 17 2024-08-22T20:29:18.2678958Z dm_mod 188416 0 2024-08-22T20:29:18.2679417Z fuse 163840 1 2024-08-22T20:29:18.2679879Z configfs 57344 1 2024-08-22T20:29:18.2680354Z dax 45056 1 dm_mod 2024-08-22T20:29:18.2680824Z loop 36864 0 2024-08-22T20:29:18.2681187Z dmi_sysfs 20480 0 2024-08-22T20:29:18.2681547Z crc32_pclmul 16384 0 2024-08-22T20:29:18.2681911Z crc32c_intel 24576 0 2024-08-22T20:29:18.2682265Z efivarfs 24576 1 2024-08-22T20:29:18.2682618Z + modinfo nvidia 2024-08-22T20:29:18.2683327Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:18.2684031Z alias: char-major-195-* 2024-08-22T20:29:18.2684400Z version: 550.54.15 2024-08-22T20:29:18.2684741Z supported: external 2024-08-22T20:29:18.2685075Z license: NVIDIA 2024-08-22T20:29:18.2685439Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:18.2685917Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:18.2686371Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:18.2686821Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:18.2687312Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:18.2687794Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:18.2688280Z depends: i2c-core,drm 2024-08-22T20:29:18.2688634Z retpoline: Y 2024-08-22T20:29:18.2688937Z name: nvidia 2024-08-22T20:29:18.2689540Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:18.2690247Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:18.2690891Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:18.2691471Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:18.2691908Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:18.2692335Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:18.2692866Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:18.2693296Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:18.2693733Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:18.2694247Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:18.2694803Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:18.2695280Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:18.2695705Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:18.2696108Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:18.2696564Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:18.2697088Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:18.2697780Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:18.2698339Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:18.2698948Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:18.2699534Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:18.2700189Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:18.2700775Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:18.2701252Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:18.2701780Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:18.2702316Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:18.2702802Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:18.2703261Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:18.2703836Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:18.2704315Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:18.2704753Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:18.2705251Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:18.2705770Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:18.2706242Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:18.2706724Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:18.2707210Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:18.2707693Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:18.2708184Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:18.2708650Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:18.2709053Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:18.2709514Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:18.2709971Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:18.2710426Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:18.2710900Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:18.2711364Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:18.2711806Z parm: rm_firmware_active:charp 2024-08-22T20:29:18.2712205Z + set +e 2024-08-22T20:29:18.2712523Z + nvidia-smi 2024-08-22T20:29:19.8374467Z Thu Aug 22 20:29:19 2024 2024-08-22T20:29:19.8375169Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:19.8376246Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:19.8377245Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:19.8378166Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:19.8379106Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:19.8379865Z | | | MIG M. | 2024-08-22T20:29:19.8380471Z |=========================================+========================+======================| 2024-08-22T20:29:19.8474160Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:19.8474990Z | 0% 30C P0 55W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:19.8475611Z | | | N/A | 2024-08-22T20:29:19.8476290Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:19.8477035Z 2024-08-22T20:29:19.8477801Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:19.8478426Z | Processes: | 2024-08-22T20:29:19.8479340Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:19.8480024Z | ID ID Usage | 2024-08-22T20:29:19.8480582Z |=========================================================================================| 2024-08-22T20:29:19.8481237Z | No running processes found | 2024-08-22T20:29:19.8481987Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:20.4520185Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:29:22.0052126Z NVIDIA A10G 2024-08-22T20:29:22.4585476Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:22.4586960Z + '[' 0 -eq 0 ']' 2024-08-22T20:29:22.4587388Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:29:22.4587818Z + set -e 2024-08-22T20:29:22.4588342Z INFO: Ignoring allowed status 0 2024-08-22T20:29:22.4596663Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:29:22.4601028Z + sudo yum install -y yum-utils 2024-08-22T20:29:22.8621048Z Last metadata expiration check: 0:00:37 ago on Thu Aug 22 20:28:45 2024. 2024-08-22T20:29:22.8839493Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:29:22.9141677Z Dependencies resolved. 2024-08-22T20:29:22.9263610Z Nothing to do. 2024-08-22T20:29:22.9263918Z Complete! 2024-08-22T20:29:22.9646479Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:29:22.9647746Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:22.9649287Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:23.2446333Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:23.3079015Z + sudo yum install -y nvidia-docker2 2024-08-22T20:29:23.8358928Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:29:23.8578692Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:29:23.8869439Z Dependencies resolved. 2024-08-22T20:29:23.8991737Z Nothing to do. 2024-08-22T20:29:23.8992127Z Complete! 2024-08-22T20:29:23.9380329Z + sudo systemctl restart docker 2024-08-22T20:29:27.9197306Z Thu Aug 22 20:29:27 2024 2024-08-22T20:29:27.9198229Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:27.9199054Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:27.9199832Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:27.9200635Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:27.9201551Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:27.9202246Z | | | MIG M. | 2024-08-22T20:29:27.9202783Z |=========================================+========================+======================| 2024-08-22T20:29:27.9328110Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:27.9328845Z | 0% 30C P0 55W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:27.9329720Z | | | N/A | 2024-08-22T20:29:27.9330517Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:27.9331144Z 2024-08-22T20:29:27.9331815Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:27.9332503Z | Processes: | 2024-08-22T20:29:27.9333764Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:27.9334462Z | ID ID Usage | 2024-08-22T20:29:27.9335029Z |=========================================================================================| 2024-08-22T20:29:27.9335679Z | No running processes found | 2024-08-22T20:29:27.9336465Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:28.4232145Z Command completed after 1 attempt(s). 2024-08-22T20:29:28.4335736Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:28.4336496Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:28.4337266Z # shellcheck disable=SC2046 2024-08-22T20:29:28.4337739Z docker stop $(docker ps -q) || true 2024-08-22T20:29:28.4338212Z # Prune all of the docker images 2024-08-22T20:29:28.4338659Z docker system prune -af 2024-08-22T20:29:28.4351808Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:28.4352295Z env: 2024-08-22T20:29:28.4352613Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:28.4353066Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:28.4353432Z PR_NUMBER: 1044 2024-08-22T20:29:28.4359471Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:28.4366022Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:28.4366781Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:28.4367505Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:28.4368117Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:28.4368581Z ##[endgroup] 2024-08-22T20:29:28.4694822Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:28.4695536Z See 'docker stop --help'. 2024-08-22T20:29:28.4695773Z 2024-08-22T20:29:28.4695995Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:28.4696360Z 2024-08-22T20:29:28.4696505Z Stop one or more running containers 2024-08-22T20:29:28.4925642Z Total reclaimed space: 0B 2024-08-22T20:29:28.5000720Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:28.5001193Z with: 2024-08-22T20:29:28.5001689Z github-secret: *** 2024-08-22T20:29:28.5002638Z 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:28.5003636Z activate-with-label: false 2024-08-22T20:29:28.5004172Z label: with-ssh 2024-08-22T20:29:28.5004488Z remove-existing-keys: true 2024-08-22T20:29:28.5004857Z fail-silently: true 2024-08-22T20:29:28.5005169Z env: 2024-08-22T20:29:28.5005492Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:28.5005949Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:28.5006327Z PR_NUMBER: 1044 2024-08-22T20:29:28.5012393Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:28.5019071Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:28.5019851Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:28.5020586Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:28.5021193Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:28.5021686Z ##[endgroup] 2024-08-22T20:29:28.5835786Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:28.8531634Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:28.9209554Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:28.9224318Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:28.9250542Z Login using: ssh ec2-user@ec2-3-238-193-200.compute-1.amazonaws.com 2024-08-22T20:29:28.9251459Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:28.9252333Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:28.9377465Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:28.9377871Z with: 2024-08-22T20:29:28.9378163Z repository: pytorch/torchchat 2024-08-22T20:29:28.9378574Z ref: refs/pull/1044/merge 2024-08-22T20:29:28.9378949Z path: pytorch/torchchat 2024-08-22T20:29:28.9379320Z fetch-depth: 1 2024-08-22T20:29:28.9379739Z token: *** 2024-08-22T20:29:28.9380037Z ssh-strict: true 2024-08-22T20:29:28.9380374Z persist-credentials: true 2024-08-22T20:29:28.9380725Z clean: true 2024-08-22T20:29:28.9381051Z sparse-checkout-cone-mode: true 2024-08-22T20:29:28.9381451Z fetch-tags: false 2024-08-22T20:29:28.9381750Z lfs: false 2024-08-22T20:29:28.9382089Z set-safe-directory: true 2024-08-22T20:29:28.9382439Z env: 2024-08-22T20:29:28.9382755Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:28.9383224Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:28.9383603Z PR_NUMBER: 1044 2024-08-22T20:29:28.9389678Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:28.9396488Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:28.9397266Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:28.9397997Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:28.9398626Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:28.9399104Z ##[endgroup] 2024-08-22T20:29:29.0274016Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:29.0283014Z ##[group]Getting Git version info 2024-08-22T20:29:29.0284164Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:29.0304311Z [command]/usr/bin/git version 2024-08-22T20:29:29.0354167Z git version 2.40.1 2024-08-22T20:29:29.0374711Z ##[endgroup] 2024-08-22T20:29:29.0387896Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1de28465-9b38-4ebb-9846-d2afe16397d3' before making global git config changes 2024-08-22T20:29:29.0389133Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:29.0392352Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:29.0434966Z ##[group]Initializing the repository 2024-08-22T20:29:29.0438085Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:29.0480782Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:29.0481742Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:29.0482541Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:29.0483101Z hint: 2024-08-22T20:29:29.0483855Z hint: git config --global init.defaultBranch 2024-08-22T20:29:29.0484320Z hint: 2024-08-22T20:29:29.0484829Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:29.0485661Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:29.0486252Z hint: 2024-08-22T20:29:29.0486567Z hint: git branch -m 2024-08-22T20:29:29.0487424Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:29.0494427Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:29.0536241Z ##[endgroup] 2024-08-22T20:29:29.0536800Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:29.0539288Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:29.0580248Z ##[endgroup] 2024-08-22T20:29:29.0581229Z ##[group]Setting up auth 2024-08-22T20:29:29.0585089Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:29.0630271Z [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:29.0985005Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:29.1027522Z [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:29.1377140Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:29.1434177Z ##[endgroup] 2024-08-22T20:29:29.1434822Z ##[group]Fetching the repository 2024-08-22T20:29:29.1441714Z [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:29.3749343Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:29.3750048Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:29.3750699Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:29.3751358Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:29.3751972Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:29.3752602Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:29.3753240Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:29.3753866Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:29.3754475Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:29.3754975Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:29.3755446Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:29.3755927Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:29.3756418Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:29.3756891Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:29.3757378Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:29.3757855Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:29.3758332Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:29.3758808Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:29.3759281Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:29.3759749Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:29.3760225Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:29.3760700Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:29.3761181Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:29.3761717Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:29.3762193Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:29.3762798Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:29.3763606Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:29.3764276Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:29.3764859Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:29.3765417Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:29.3766050Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:29.3766730Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:29.3767341Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:29.3767956Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:29.3768583Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:29.3769089Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:29.3769560Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:29.3770033Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:29.3770502Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:29.3770976Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:29.3771448Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:29.3772132Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:29.3772720Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:29.3773574Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:29.3774209Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:29.3774696Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:29.3775184Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:29.3775670Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:29.3776209Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:29.3776777Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:29.3777383Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:29.3778008Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:29.3778528Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:29.3779011Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:29.3779493Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:29.3780162Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:29.3780729Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:29.3781367Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:29.3781898Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:29.3782374Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:29.3782862Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:29.3783438Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:29.3784017Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:29.3784648Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:29.3785157Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:29.3785645Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:29.3786131Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:29.3786605Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:29.3787090Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:29.3787716Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:29.3788256Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:29.3788904Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:29.3789497Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:29.3789981Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:29.3790465Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:29.3790951Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:29.3791427Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:29.3791914Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:29.3792536Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:29.3793026Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:29.3793510Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:29.3793993Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:29.3794584Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:29.3795148Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:29.3795780Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:29.3796308Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:29.3796963Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:29.3797552Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:29.3798187Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:29.3798706Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:29.3799192Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:29.3799716Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:29.3800257Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:29.3800896Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:29.3801487Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:29.3802077Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:29.3802558Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:29.3803034Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:29.3803696Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:29.3804241Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:29.3804885Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:29.3805422Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:29.3805928Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:29.3806463Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:29.3806967Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:29.3807471Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:29.3807974Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:29.3808468Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:29.3808971Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:29.3809503Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:29.3810062Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:29.3810573Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:29.3811098Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:29.3811609Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:29.3812114Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:29.3812731Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:29.3813250Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:29.3813841Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:29.3814419Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:29.3815099Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:29.3830081Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:29.3846653Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:29.3850571Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:29.3851458Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:29.3857549Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:29.3860624Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:29.3861568Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:29.3863059Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:29.3865027Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:29.3865718Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:29.3866608Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:29.3867174Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:29.3871186Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:29.3873204Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:29.3873963Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:29.3874620Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:29.3875284Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:29.3875828Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:29.3876352Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:29.3876887Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:29.3877392Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:29.3877894Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:29.3878400Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:29.3878919Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:29.3879430Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:29.3879932Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:29.3880442Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:29.3882249Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:29.3885285Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:29.3888107Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:29.3889209Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:29.3889809Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:29.3890309Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:29.3894383Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:29.3894941Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:29.3895547Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:29.3896086Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:29.3896647Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:29.3897167Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:29.3897681Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:29.3898191Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:29.3898739Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:29.3899246Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:29.3899756Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:29.3900267Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:29.3900773Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:29.3902080Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:29.3904528Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:29.3905490Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:29.3907898Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:29.3908415Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:29.3910319Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:29.3912641Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:29.3916605Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:29.3919027Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:29.3919793Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:29.3920400Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:29.3924916Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:29.3926194Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:29.3927115Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:29.3927795Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:29.3934783Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:29.3935804Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:29.3936454Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:29.3937028Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:29.3937616Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:29.3938286Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:29.3938959Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:29.3939661Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:29.3940322Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:29.3940893Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:29.3941407Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:29.3941929Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:29.3942445Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:29.3942964Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:29.3943495Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:29.3944085Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:29.3944776Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:29.3945282Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:29.3945796Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:29.3946312Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:29.3946941Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:29.3947517Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:29.3948292Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:29.3948907Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:29.3968378Z Receiving objects: 0% (1/237) 2024-08-22T20:29:29.3969081Z Receiving objects: 1% (3/237) 2024-08-22T20:29:29.3969570Z Receiving objects: 2% (5/237) 2024-08-22T20:29:29.3970033Z Receiving objects: 3% (8/237) 2024-08-22T20:29:29.3971847Z Receiving objects: 4% (10/237) 2024-08-22T20:29:29.3972842Z Receiving objects: 5% (12/237) 2024-08-22T20:29:29.3973580Z Receiving objects: 6% (15/237) 2024-08-22T20:29:29.3974145Z Receiving objects: 7% (17/237) 2024-08-22T20:29:29.3974658Z Receiving objects: 8% (19/237) 2024-08-22T20:29:29.3976902Z Receiving objects: 9% (22/237) 2024-08-22T20:29:29.3977438Z Receiving objects: 10% (24/237) 2024-08-22T20:29:29.3977962Z Receiving objects: 11% (27/237) 2024-08-22T20:29:29.3978517Z Receiving objects: 12% (29/237) 2024-08-22T20:29:29.3979018Z Receiving objects: 13% (31/237) 2024-08-22T20:29:29.3979521Z Receiving objects: 14% (34/237) 2024-08-22T20:29:29.3979998Z Receiving objects: 15% (36/237) 2024-08-22T20:29:29.3983055Z Receiving objects: 16% (38/237) 2024-08-22T20:29:29.3983630Z Receiving objects: 17% (41/237) 2024-08-22T20:29:29.3984108Z Receiving objects: 18% (43/237) 2024-08-22T20:29:29.3984642Z Receiving objects: 19% (46/237) 2024-08-22T20:29:29.3988577Z Receiving objects: 20% (48/237) 2024-08-22T20:29:29.3989385Z Receiving objects: 21% (50/237) 2024-08-22T20:29:29.3990075Z Receiving objects: 22% (53/237) 2024-08-22T20:29:29.3990530Z Receiving objects: 23% (55/237) 2024-08-22T20:29:29.3991126Z Receiving objects: 24% (57/237) 2024-08-22T20:29:29.3991699Z Receiving objects: 25% (60/237) 2024-08-22T20:29:29.3992143Z Receiving objects: 26% (62/237) 2024-08-22T20:29:29.3992690Z Receiving objects: 27% (64/237) 2024-08-22T20:29:29.3996938Z Receiving objects: 28% (67/237) 2024-08-22T20:29:29.3997559Z Receiving objects: 29% (69/237) 2024-08-22T20:29:29.3998185Z Receiving objects: 30% (72/237) 2024-08-22T20:29:29.3998950Z Receiving objects: 31% (74/237) 2024-08-22T20:29:29.3999520Z Receiving objects: 32% (76/237) 2024-08-22T20:29:29.4000207Z Receiving objects: 33% (79/237) 2024-08-22T20:29:29.4000760Z Receiving objects: 34% (81/237) 2024-08-22T20:29:29.4001321Z Receiving objects: 35% (83/237) 2024-08-22T20:29:29.4001819Z Receiving objects: 36% (86/237) 2024-08-22T20:29:29.4007790Z Receiving objects: 37% (88/237) 2024-08-22T20:29:29.4015617Z Receiving objects: 38% (91/237) 2024-08-22T20:29:29.4016423Z Receiving objects: 39% (93/237) 2024-08-22T20:29:29.4016985Z Receiving objects: 40% (95/237) 2024-08-22T20:29:29.4017610Z Receiving objects: 41% (98/237) 2024-08-22T20:29:29.4018182Z Receiving objects: 42% (100/237) 2024-08-22T20:29:29.4018669Z Receiving objects: 43% (102/237) 2024-08-22T20:29:29.4019231Z Receiving objects: 44% (105/237) 2024-08-22T20:29:29.4019717Z Receiving objects: 45% (107/237) 2024-08-22T20:29:29.4020196Z Receiving objects: 46% (110/237) 2024-08-22T20:29:29.4020690Z Receiving objects: 47% (112/237) 2024-08-22T20:29:29.4021175Z Receiving objects: 48% (114/237) 2024-08-22T20:29:29.4021671Z Receiving objects: 49% (117/237) 2024-08-22T20:29:29.4056213Z Receiving objects: 50% (119/237) 2024-08-22T20:29:29.4059510Z Receiving objects: 51% (121/237) 2024-08-22T20:29:29.4062056Z Receiving objects: 52% (124/237) 2024-08-22T20:29:29.4156012Z Receiving objects: 53% (126/237) 2024-08-22T20:29:29.4156640Z Receiving objects: 54% (128/237) 2024-08-22T20:29:29.4157968Z Receiving objects: 55% (131/237) 2024-08-22T20:29:29.4160510Z Receiving objects: 56% (133/237) 2024-08-22T20:29:29.4161216Z Receiving objects: 57% (136/237) 2024-08-22T20:29:29.4161689Z Receiving objects: 58% (138/237) 2024-08-22T20:29:29.4162329Z Receiving objects: 59% (140/237) 2024-08-22T20:29:29.4163072Z Receiving objects: 60% (143/237) 2024-08-22T20:29:29.4163520Z Receiving objects: 61% (145/237) 2024-08-22T20:29:29.4164012Z Receiving objects: 62% (147/237) 2024-08-22T20:29:29.4164749Z Receiving objects: 63% (150/237) 2024-08-22T20:29:29.4165330Z Receiving objects: 64% (152/237) 2024-08-22T20:29:29.4166890Z Receiving objects: 65% (155/237) 2024-08-22T20:29:29.4167845Z Receiving objects: 66% (157/237) 2024-08-22T20:29:29.4168448Z Receiving objects: 67% (159/237) 2024-08-22T20:29:29.4169765Z Receiving objects: 68% (162/237) 2024-08-22T20:29:29.4170682Z Receiving objects: 69% (164/237) 2024-08-22T20:29:29.4171468Z Receiving objects: 70% (166/237) 2024-08-22T20:29:29.4172880Z Receiving objects: 71% (169/237) 2024-08-22T20:29:29.4173555Z Receiving objects: 72% (171/237) 2024-08-22T20:29:29.4174504Z Receiving objects: 73% (174/237) 2024-08-22T20:29:29.4175185Z Receiving objects: 74% (176/237) 2024-08-22T20:29:29.4178085Z Receiving objects: 75% (178/237) 2024-08-22T20:29:29.4178780Z Receiving objects: 76% (181/237) 2024-08-22T20:29:29.4179653Z Receiving objects: 77% (183/237) 2024-08-22T20:29:29.4180210Z Receiving objects: 78% (185/237) 2024-08-22T20:29:29.4181524Z Receiving objects: 79% (188/237) 2024-08-22T20:29:29.4183603Z Receiving objects: 80% (190/237) 2024-08-22T20:29:29.4185659Z Receiving objects: 81% (192/237) 2024-08-22T20:29:29.4186389Z Receiving objects: 82% (195/237) 2024-08-22T20:29:29.4190792Z Receiving objects: 83% (197/237) 2024-08-22T20:29:29.4191943Z Receiving objects: 84% (200/237) 2024-08-22T20:29:29.4192863Z Receiving objects: 85% (202/237) 2024-08-22T20:29:29.4194257Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:29.4195270Z Receiving objects: 86% (204/237) 2024-08-22T20:29:29.4196014Z Receiving objects: 87% (207/237) 2024-08-22T20:29:29.4196550Z Receiving objects: 88% (209/237) 2024-08-22T20:29:29.4200027Z Receiving objects: 89% (211/237) 2024-08-22T20:29:29.4200584Z Receiving objects: 90% (214/237) 2024-08-22T20:29:29.4201548Z Receiving objects: 91% (216/237) 2024-08-22T20:29:29.4202001Z Receiving objects: 92% (219/237) 2024-08-22T20:29:29.4203319Z Receiving objects: 93% (221/237) 2024-08-22T20:29:29.4204248Z Receiving objects: 94% (223/237) 2024-08-22T20:29:29.4204993Z Receiving objects: 95% (226/237) 2024-08-22T20:29:29.4207637Z Receiving objects: 96% (228/237) 2024-08-22T20:29:29.4208478Z Receiving objects: 97% (230/237) 2024-08-22T20:29:29.4209353Z Receiving objects: 98% (233/237) 2024-08-22T20:29:29.4209968Z Receiving objects: 99% (235/237) 2024-08-22T20:29:29.4210727Z Receiving objects: 100% (237/237) 2024-08-22T20:29:29.4211519Z Receiving objects: 100% (237/237), 488.09 KiB | 20.34 MiB/s, done. 2024-08-22T20:29:29.4213462Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:29.4214340Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:29.4215126Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:29.4218084Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:29.4218901Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:29.4219584Z Resolving deltas: 31% (5/16) 2024-08-22T20:29:29.4220208Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:29.4221072Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:29.4221685Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:29.4222306Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:29.4223032Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:29.4223522Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:29.4223976Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:29.4224783Z Resolving deltas: 81% (13/16) 2024-08-22T20:29:29.4225270Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:29.4225692Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:29.4226255Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:29.4227270Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:29.4365196Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:29.4366205Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:29.4391883Z ##[endgroup] 2024-08-22T20:29:29.4392822Z ##[group]Determining the checkout info 2024-08-22T20:29:29.4394375Z ##[endgroup] 2024-08-22T20:29:29.4395263Z ##[group]Checking out the ref 2024-08-22T20:29:29.4399393Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:29.4579927Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:29.4580512Z 2024-08-22T20:29:29.4581136Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:29.4582389Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:29.4583501Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:29.4583978Z 2024-08-22T20:29:29.4584344Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:29.4585332Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:29.4585791Z 2024-08-22T20:29:29.4586062Z git switch -c 2024-08-22T20:29:29.4586509Z 2024-08-22T20:29:29.4586736Z Or undo this operation with: 2024-08-22T20:29:29.4587217Z 2024-08-22T20:29:29.4587410Z git switch - 2024-08-22T20:29:29.4587670Z 2024-08-22T20:29:29.4588079Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:29.4588631Z 2024-08-22T20:29:29.4589205Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:29.4590909Z ##[endgroup] 2024-08-22T20:29:29.4635328Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:29.4672022Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:29.4885470Z Prepare all required actions 2024-08-22T20:29:29.5019204Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:29.5019858Z with: 2024-08-22T20:29:29.5020290Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5020911Z docker-build-dir: .ci/docker 2024-08-22T20:29:29.5021383Z working-directory: pytorch/torchchat 2024-08-22T20:29:29.5022004Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5022681Z force-push: false 2024-08-22T20:29:29.5023038Z env: 2024-08-22T20:29:29.5023442Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5024057Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:29.5024486Z PR_NUMBER: 1044 2024-08-22T20:29:29.5031452Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:29.5038381Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:29.5039400Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:29.5040266Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:29.5040987Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:29.5041516Z ##[endgroup] 2024-08-22T20:29:29.5101187Z ##[group]Run set -ex 2024-08-22T20:29:29.5101656Z set -ex 2024-08-22T20:29:29.5102083Z  2024-08-22T20:29:29.5102754Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:29.5103766Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:29.5104695Z # job could then download the pre-built image as usual 2024-08-22T20:29:29.5105549Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:29.5106269Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5107123Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5107783Z  2024-08-22T20:29:29.5108337Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:29.5109091Z  exit 0 2024-08-22T20:29:29.5109492Z else 2024-08-22T20:29:29.5109901Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5110500Z fi 2024-08-22T20:29:29.5110868Z  2024-08-22T20:29:29.5111371Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:29.5112380Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:29.5113247Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:29.5114314Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:29.5115152Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5115944Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5116605Z else 2024-08-22T20:29:29.5117133Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:29.5117877Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5118866Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:29.5119753Z fi 2024-08-22T20:29:29.5129326Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:29.5129995Z env: 2024-08-22T20:29:29.5130497Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5131002Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:29.5131507Z PR_NUMBER: 1044 2024-08-22T20:29:29.5137726Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:29.5144718Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:29.5145573Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:29.5146377Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:29.5147107Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:29.5147674Z REPO_NAME: torchchat 2024-08-22T20:29:29.5148151Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5148826Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:29.5149397Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5149991Z ##[endgroup] 2024-08-22T20:29:29.5184548Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:29.5185171Z + echo skip=true 2024-08-22T20:29:29.5185887Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5186714Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:29.5187711Z + exit 0 2024-08-22T20:29:29.5188235Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:29.5310592Z Prepare all required actions 2024-08-22T20:29:29.5355414Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:29.5356064Z with: 2024-08-22T20:29:29.5356474Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5357144Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5357761Z env: 2024-08-22T20:29:29.5358159Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5358708Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:29.5359188Z PR_NUMBER: 1044 2024-08-22T20:29:29.5365465Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:29.5372232Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:29.5373236Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:29.5374117Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:29.5374780Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:29.5375385Z ##[endgroup] 2024-08-22T20:29:29.5398768Z ##[group]Run set -x 2024-08-22T20:29:29.5399238Z set -x 2024-08-22T20:29:29.5399583Z set +e 2024-08-22T20:29:29.5399976Z  2024-08-22T20:29:29.5400437Z login() { 2024-08-22T20:29:29.5401140Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:29.5401963Z } 2024-08-22T20:29:29.5402363Z  2024-08-22T20:29:29.5402687Z retry () { 2024-08-22T20:29:29.5403176Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:29.5403912Z } 2024-08-22T20:29:29.5404254Z  2024-08-22T20:29:29.5404650Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:29.5405189Z  2024-08-22T20:29:29.5405529Z set -e 2024-08-22T20:29:29.5406081Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:29.5406985Z # only pull docker image if it's not available locally 2024-08-22T20:29:29.5407797Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:29.5408570Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:29.5409156Z fi 2024-08-22T20:29:29.5417857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:29.5418544Z env: 2024-08-22T20:29:29.5418953Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:29.5419464Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:29.5420006Z PR_NUMBER: 1044 2024-08-22T20:29:29.5426650Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:29:29.5433531Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:29.5434393Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:29.5435226Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:29.5435972Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:29.5436638Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5437259Z ##[endgroup] 2024-08-22T20:29:29.5466260Z + set +e 2024-08-22T20:29:29.5466983Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5467865Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:29.5469948Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:29.5471562Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:30.0993330Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:30.0994229Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:30.0995357Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:30.0996281Z 2024-08-22T20:29:30.0996438Z Login Succeeded 2024-08-22T20:29:30.1016482Z + set -e 2024-08-22T20:29:30.1017182Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.1173071Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.1173964Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:30.3109449Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:30.3111547Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:30.3112181Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:30.3113360Z f3b743645691: Pulling fs layer 2024-08-22T20:29:30.3114033Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:30.3114663Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:30.3115409Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:30.3115881Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:30.3116324Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:30.3116844Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:30.3117317Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:30.3117742Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:30.3118246Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:30.3118721Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:30.3119146Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:30.3119653Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:30.3120128Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:30.3120543Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:30.3121041Z 784019980816: Pulling fs layer 2024-08-22T20:29:30.3121546Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:30.3121976Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:30.3122478Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:30.3122950Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:30.3123586Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:30.3124134Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:30.3124586Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:30.3125003Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:30.3125514Z 09ec69653086: Waiting 2024-08-22T20:29:30.3125935Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:30.3126712Z 07dcdf002e0e: Waiting 2024-08-22T20:29:30.3127411Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:30.3128051Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:30.3128626Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:30.3129343Z db6f5f4c0334: Waiting 2024-08-22T20:29:30.3129748Z 784019980816: Waiting 2024-08-22T20:29:30.3130115Z ca3686f68fee: Waiting 2024-08-22T20:29:30.3130597Z 2b99a72dd557: Waiting 2024-08-22T20:29:30.3130994Z 6d463d3f66d5: Waiting 2024-08-22T20:29:30.3131390Z fdb9230cd483: Waiting 2024-08-22T20:29:30.3131834Z 8cfb81a5220c: Waiting 2024-08-22T20:29:30.3132232Z f49fb64d359c: Waiting 2024-08-22T20:29:30.3132615Z bfb071e5ae48: Waiting 2024-08-22T20:29:30.3133159Z dc18f68db4d4: Waiting 2024-08-22T20:29:30.3133555Z c5058f81a371: Waiting 2024-08-22T20:29:30.3133936Z b2ba091c4c7d: Waiting 2024-08-22T20:29:30.3134388Z 417dce1e59af: Waiting 2024-08-22T20:29:30.3134783Z e7fc196062f1: Waiting 2024-08-22T20:29:30.3135169Z a7beba6b9d19: Waiting 2024-08-22T20:29:30.3135617Z 90d96273fa23: Waiting 2024-08-22T20:29:30.3136031Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:30.3136392Z e8f5e731f8e4: Waiting 2024-08-22T20:29:30.3136838Z 21c4fd2610fc: Waiting 2024-08-22T20:29:30.3137261Z 6a40c884dc1c: Waiting 2024-08-22T20:29:30.3137626Z af5c0f3f240b: Waiting 2024-08-22T20:29:30.3138079Z 1c60ace79a8a: Waiting 2024-08-22T20:29:30.3138504Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:30.3567397Z 1feefa38b24d: Download complete 2024-08-22T20:29:30.3586869Z f3b743645691: Verifying Checksum 2024-08-22T20:29:30.3587599Z f3b743645691: Download complete 2024-08-22T20:29:30.4216727Z 09ec69653086: Download complete 2024-08-22T20:29:31.0961374Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:31.0962303Z 2d473b07cdd5: Download complete 2024-08-22T20:29:31.1666178Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:29:31.1666734Z af5c0f3f240b: Download complete 2024-08-22T20:29:31.2042626Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:31.2043306Z 6d463d3f66d5: Download complete 2024-08-22T20:29:31.2977741Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:31.2978510Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:31.3484461Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:29:31.3485409Z 6a40c884dc1c: Download complete 2024-08-22T20:29:31.3914616Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:29:31.3915342Z 21c4fd2610fc: Download complete 2024-08-22T20:29:31.4402501Z 90d96273fa23: Download complete 2024-08-22T20:29:31.7632592Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:31.7633481Z 1c60ace79a8a: Download complete 2024-08-22T20:29:31.8130649Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:31.8132116Z 07dcdf002e0e: Download complete 2024-08-22T20:29:32.4045628Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:32.4046427Z e8f5e731f8e4: Download complete 2024-08-22T20:29:32.8721365Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:32.8722381Z 625bfd303d2d: Download complete 2024-08-22T20:29:32.9231877Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:29:32.9232596Z db6f5f4c0334: Download complete 2024-08-22T20:29:32.9392375Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:32.9393100Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:32.9703390Z 784019980816: Download complete 2024-08-22T20:29:32.9810004Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:32.9810808Z a7beba6b9d19: Download complete 2024-08-22T20:29:33.1098025Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:33.1098569Z 2b99a72dd557: Download complete 2024-08-22T20:29:33.1604181Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:33.1605215Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:33.1620735Z f49fb64d359c: Download complete 2024-08-22T20:29:33.1945463Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:33.1946626Z b2ba091c4c7d: Download complete 2024-08-22T20:29:33.2476431Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:33.2477573Z 8cfb81a5220c: Download complete 2024-08-22T20:29:33.2897310Z c5058f81a371: Verifying Checksum 2024-08-22T20:29:33.2897999Z c5058f81a371: Download complete 2024-08-22T20:29:33.4262546Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:33.4263854Z ca3686f68fee: Download complete 2024-08-22T20:29:33.4824660Z fdb9230cd483: Verifying Checksum 2024-08-22T20:29:33.4825439Z fdb9230cd483: Download complete 2024-08-22T20:29:33.5358800Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:33.5359718Z dc18f68db4d4: Download complete 2024-08-22T20:29:34.5992199Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:34.6232367Z 1feefa38b24d: Pull complete 2024-08-22T20:29:34.6479176Z f3b743645691: Pull complete 2024-08-22T20:29:34.6753417Z 09ec69653086: Pull complete 2024-08-22T20:29:37.3016473Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:37.3017318Z bfb071e5ae48: Download complete 2024-08-22T20:29:38.6265237Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:39.0856862Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:39.0857522Z e7fc196062f1: Download complete 2024-08-22T20:29:40.9545878Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:40.9746780Z af5c0f3f240b: Pull complete 2024-08-22T20:29:42.2925078Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:42.4523516Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:42.4737354Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:42.4973154Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:42.5173036Z 90d96273fa23: Pull complete 2024-08-22T20:29:45.8985310Z 625bfd303d2d: Pull complete 2024-08-22T20:29:47.3181364Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:51.2319789Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:52.9859953Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:53.0079555Z db6f5f4c0334: Pull complete 2024-08-22T20:29:53.0271924Z 784019980816: Pull complete 2024-08-22T20:29:53.0467921Z a7beba6b9d19: Pull complete 2024-08-22T20:30:22.8063160Z 417dce1e59af: Verifying Checksum 2024-08-22T20:30:22.8064055Z 417dce1e59af: Download complete 2024-08-22T20:31:14.1717155Z 417dce1e59af: Pull complete 2024-08-22T20:31:14.6153964Z 2b99a72dd557: Pull complete 2024-08-22T20:31:14.8512060Z f49fb64d359c: Pull complete 2024-08-22T20:31:30.2129666Z bfb071e5ae48: Pull complete 2024-08-22T20:31:30.4297868Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:30.6534997Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:30.8778130Z c5058f81a371: Pull complete 2024-08-22T20:31:31.4042655Z ca3686f68fee: Pull complete 2024-08-22T20:31:31.5039268Z fdb9230cd483: Pull complete 2024-08-22T20:31:31.5660964Z dc18f68db4d4: Pull complete 2024-08-22T20:31:50.6034680Z e7fc196062f1: Pull complete 2024-08-22T20:31:50.7608432Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:50.7761525Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:50.7799455Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:50.7931825Z ##[group]Run set -ex 2024-08-22T20:31:50.7932347Z set -ex 2024-08-22T20:31:50.7932692Z { 2024-08-22T20:31:50.7933272Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:50.7933854Z  echo "set -eou pipefail"; 2024-08-22T20:31:50.7934341Z  # shellcheck disable=SC2016 2024-08-22T20:31:50.7934952Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:50.7935592Z  echo "set -x"; 2024-08-22T20:31:50.7936021Z  echo "${SCRIPT}"; 2024-08-22T20:31:50.7936504Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:50.7937113Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:50.7938120Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:50.7950642Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:50.7951094Z env: 2024-08-22T20:31:50.7951580Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:50.7952185Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:50.7952614Z PR_NUMBER: 1044 2024-08-22T20:31:50.7958900Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:31:50.7965650Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:50.7967058Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:50.7967848Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:50.7968576Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:50.7969651Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:50.7970128Z ##[endgroup] 2024-08-22T20:31:50.8007996Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:50.8009043Z + echo 'set -eou pipefail' 2024-08-22T20:31:50.8009704Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:50.8011158Z + echo 'set -x' 2024-08-22T20:31:50.8013364Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:50.8014229Z nvidia-smi 2024-08-22T20:31:50.8014989Z echo "::endgroup::" 2024-08-22T20:31:50.8015404Z 2024-08-22T20:31:50.8016245Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:50.8017147Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:50.8018401Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:50.8019094Z echo "::endgroup::" 2024-08-22T20:31:50.8019652Z 2024-08-22T20:31:50.8019936Z echo "::group::Install required packages" 2024-08-22T20:31:50.8020758Z ./install_requirements.sh cuda 2024-08-22T20:31:50.8022031Z pip list 2024-08-22T20:31:50.8022878Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:31:50.8024271Z echo "::endgroup::" 2024-08-22T20:31:50.8024784Z 2024-08-22T20:31:50.8025193Z echo "::group::Download checkpoint" 2024-08-22T20:31:50.8026001Z export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:31:50.8028417Z 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:50.8030239Z echo "::endgroup::" 2024-08-22T20:31:50.8030493Z 2024-08-22T20:31:50.8030927Z echo "::group::Convert checkpoint" 2024-08-22T20:31:50.8031711Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:31:50.8032623Z echo "::endgroup::" 2024-08-22T20:31:50.8033281Z 2024-08-22T20:31:50.8033488Z echo "::group::Run inference" 2024-08-22T20:31:50.8034967Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" 2024-08-22T20:31:50.8035865Z echo "::endgroup::" 2024-08-22T20:31:50.8036109Z 2024-08-22T20:31:50.8036459Z echo "::group::Run inference with quantize file" 2024-08-22T20:31:50.8037060Z if [ $(uname -s) != Darwin ]; then 2024-08-22T20:31:50.8038002Z python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" 2024-08-22T20:31:50.8038959Z fi 2024-08-22T20:31:50.8039275Z echo "::endgroup::" 2024-08-22T20:31:50.8039714Z ' 2024-08-22T20:31:50.8040328Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:50.8041443Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:31.5964784Z Running command: 2024-08-22T20:32:31.5973488Z 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_6a9f5da7-f18f-43ab-a0a8-534b7d7348c5":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6a9f5da7-f18f-43ab-a0a8-534b7d7348c5" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:31.5982542Z 2024-08-22T20:32:31.5983687Z a265e9d219cad82f2154973d9a0f38df6700b5dca3671edf66cf2f790bf40b82 2024-08-22T20:32:31.5985042Z Running command: docker exec -t a265e9d219cad82f2154973d9a0f38df6700b5dca3671edf66cf2f790bf40b82 /exec 2024-08-22T20:32:31.5986270Z + echo '::group::Print machine info' 2024-08-22T20:32:31.5987351Z ##[group]Print machine info 2024-08-22T20:32:31.5987864Z + nvidia-smi 2024-08-22T20:32:31.5988928Z Thu Aug 22 20:32:26 2024 2024-08-22T20:32:31.5989860Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:31.5990851Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:32:31.5992077Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:31.5994541Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:32:31.5995872Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:32:31.5996903Z | | | MIG M. | 2024-08-22T20:32:31.5998225Z |=========================================+========================+======================| 2024-08-22T20:32:31.5999259Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:32:31.6000493Z | 0% 26C P8 9W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:32:31.6001864Z | | | N/A | 2024-08-22T20:32:31.6002900Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:31.6003782Z 2024-08-22T20:32:31.6005097Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:31.6006013Z | Processes: | 2024-08-22T20:32:31.6006914Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:32:31.6007682Z | ID ID Usage | 2024-08-22T20:32:31.6008322Z |=========================================================================================| 2024-08-22T20:32:31.6009127Z | No running processes found | 2024-08-22T20:32:31.6009960Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:31.6010610Z + echo ::endgroup:: 2024-08-22T20:32:31.6011584Z ##[endgroup] 2024-08-22T20:32:31.6012295Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:31.6013612Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:31.6014345Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:31.6014837Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:31.6015445Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:31.6015784Z 2024-08-22T20:32:31.6016123Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:31.6016758Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:32:31.6017192Z 2024-08-22T20:32:31.6017431Z base | 3.6 kB 00:00 2024-08-22T20:32:31.6017866Z 2024-08-22T20:32:31.6018235Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:31.6018674Z 2024-08-22T20:32:31.6019160Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:31.6019668Z 2024-08-22T20:32:31.6019919Z extras | 2.9 kB 00:00 2024-08-22T20:32:31.6020353Z 2024-08-22T20:32:31.6020596Z updates | 2.9 kB 00:00 2024-08-22T20:32:31.6021208Z Resolving Dependencies 2024-08-22T20:32:31.6021745Z --> Running transaction check 2024-08-22T20:32:31.6022422Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:31.6023559Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:31.6024507Z --> Running transaction check 2024-08-22T20:32:31.6025168Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:31.6025908Z --> Finished Dependency Resolution 2024-08-22T20:32:31.6026259Z 2024-08-22T20:32:31.6026727Z Dependencies Resolved 2024-08-22T20:32:31.6027158Z 2024-08-22T20:32:31.6027567Z ================================================================================ 2024-08-22T20:32:31.6028243Z Package Arch Version Repository Size 2024-08-22T20:32:31.6029001Z ================================================================================ 2024-08-22T20:32:31.6029492Z Installing: 2024-08-22T20:32:31.6030172Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:31.6030933Z Installing for dependencies: 2024-08-22T20:32:31.6031657Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:31.6032156Z 2024-08-22T20:32:31.6032306Z Transaction Summary 2024-08-22T20:32:31.6032838Z ================================================================================ 2024-08-22T20:32:31.6033423Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:31.6033754Z 2024-08-22T20:32:31.6033915Z Total download size: 6.3 M 2024-08-22T20:32:31.6034458Z Installed size: 25 M 2024-08-22T20:32:31.6034955Z Downloading packages: 2024-08-22T20:32:31.6035191Z 2024-08-22T20:32:31.6035663Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:31.6036305Z 2024-08-22T20:32:31.6036757Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:31.6037613Z -------------------------------------------------------------------------------- 2024-08-22T20:32:31.6038247Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:32:31.6038901Z Running transaction check 2024-08-22T20:32:31.6039338Z Running transaction test 2024-08-22T20:32:31.6039759Z Transaction test succeeded 2024-08-22T20:32:31.6040244Z Running transaction 2024-08-22T20:32:31.6040505Z 2024-08-22T20:32:31.6040928Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:31.6041949Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:31.6042865Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:31.6043856Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:31.6045116Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:31.6046227Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:31.6047182Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:31.6048189Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:31.6049077Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:31.6050036Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:31.6051034Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:31.6051985Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:31.6052905Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:31.6054007Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:31.6055223Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:31.6056280Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:31.6057251Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:31.6058176Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:31.6059085Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:31.6060059Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:31.6061011Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:31.6062130Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:31.6063072Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:31.6064019Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:31.6064992Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:31.6065996Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:31.6066918Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:31.6067846Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:33.8703862Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:33.8705390Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:33.8706036Z 2024-08-22T20:32:33.8706679Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:33.8707879Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:33.8709166Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:33.8710374Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:33.8711572Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:33.8712539Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:33.8713473Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:33.8714421Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:33.8715364Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:33.8716334Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:33.8717272Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:33.8718218Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:33.8719172Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:33.8720100Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:33.8721073Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:33.8721987Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:33.8722957Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:33.8723945Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:33.8724853Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:33.8725841Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:33.8727064Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:33.8727960Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:33.8728893Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:33.8729898Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:33.8730821Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:33.8731706Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:33.8732695Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:33.8733685Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:33.8734899Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:33.8736088Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:33.8737167Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:33.8738353Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:33.8739622Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:33.8740794Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:33.8742061Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:33.8742704Z 2024-08-22T20:32:33.8743141Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:33.8743694Z 2024-08-22T20:32:33.8744156Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:33.8744698Z 2024-08-22T20:32:33.8744885Z Installed: 2024-08-22T20:32:33.8745539Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:33.8746086Z 2024-08-22T20:32:33.8746260Z Dependency Installed: 2024-08-22T20:32:33.8747004Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:33.8747506Z 2024-08-22T20:32:33.8747677Z Complete! 2024-08-22T20:32:33.8749171Z + 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:33.8751791Z + 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:33.8753239Z + echo ::endgroup:: 2024-08-22T20:32:33.8754114Z ##[endgroup] 2024-08-22T20:32:33.8754706Z + echo '::group::Install required packages' 2024-08-22T20:32:33.8755565Z ##[group]Install required packages 2024-08-22T20:32:33.8756074Z + ./install_requirements.sh cuda 2024-08-22T20:32:33.8757081Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:33.8758179Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:33.8759264Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:33.8760130Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:33.8760930Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:33.8762550Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:33.8763637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 14.4 MB/s eta 0:00:00 2024-08-22T20:32:33.8764510Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:33.8765289Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:33.8766120Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:33.8767153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 13.3 MB/s eta 0:00:00 2024-08-22T20:32:33.8768124Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:33.8769179Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:33.8770250Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:33.8771361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 53.9 MB/s eta 0:00:00 2024-08-22T20:32:33.8772463Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:33.8773288Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:33.8774260Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:33.8775302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 35.6 MB/s eta 0:00:00 2024-08-22T20:32:33.8776248Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:33.8777596Z 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:33.8778996Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:33.8780012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 58.0 MB/s eta 0:00:00 2024-08-22T20:32:33.8781020Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:33.8782319Z 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:33.8783649Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:33.8784833Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/18.3 MB 164.7 MB/s eta 0:00:01 2024-08-22T20:32:33.8786082Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 11.5/18.3 MB 174.0 MB/s eta 0:00:01 2024-08-22T20:32:33.8787233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2862200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2865509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2867231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 67.6 MB/s eta 0:00:00 2024-08-22T20:32:35.2868199Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:35.2868953Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:35.2869915Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:35.2870933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 55.4 MB/s eta 0:00:00 2024-08-22T20:32:35.2871828Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:35.2873104Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:35.2874359Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:35.2875416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 16.1 MB/s eta 0:00:00 2024-08-22T20:32:35.2876768Z [?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:35.2877863Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:35.2878909Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:35.2880041Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:35.2881114Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/26.9 MB 185.9 MB/s eta 0:00:01 2024-08-22T20:32:35.2882369Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 11.9/26.9 MB 178.8 MB/s eta 0:00:01 2024-08-22T20:32:35.2883606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 19.8/26.9 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2884777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2885845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2887003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2888115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2889303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2890332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 51.3 MB/s eta 0:00:00 2024-08-22T20:32:35.2891270Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:35.2892290Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:35.2893470Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:35.2894525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 52.4 MB/s eta 0:00:00 2024-08-22T20:32:35.2895456Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:35.2896439Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:35.2897688Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:35.2898773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 75.3 MB/s eta 0:00:00 2024-08-22T20:32:35.2899657Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:35.2900421Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:35.2901408Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:35.2902547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 6.9/8.7 MB 207.5 MB/s eta 0:00:01 2024-08-22T20:32:35.2903674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 201.7 MB/s eta 0:00:01 2024-08-22T20:32:35.2904767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 93.9 MB/s eta 0:00:00 2024-08-22T20:32:35.2905672Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:35.2906389Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:35.2907305Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:35.2908334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 19.0 MB/s eta 0:00:00 2024-08-22T20:32:35.2909382Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:35.2910330Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:35.2911199Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:35.2912240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 50.5 MB/s eta 0:00:00 2024-08-22T20:32:35.2913286Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:35.2914137Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:35.2915650Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:35.2916763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 21.7 MB/s eta 0:00:00 2024-08-22T20:32:35.2917779Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:35.2918634Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:35.2919584Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:41.9469383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 55.6 MB/s eta 0:00:00 2024-08-22T20:32:41.9470816Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9472342Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:41.9473255Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9474232Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:41.9475218Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:41.9476366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 26.1 MB/s eta 0:00:00 2024-08-22T20:32:41.9477572Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:41.9478542Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:41.9479492Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:41.9480498Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9481462Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:41.9482537Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:41.9483674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 52.2 MB/s eta 0:00:00 2024-08-22T20:32:41.9484835Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9485914Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:41.9486930Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:41.9488033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 32.5 MB/s eta 0:00:00 2024-08-22T20:32:41.9489295Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9490292Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:41.9491309Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:41.9492580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 29.6 MB/s eta 0:00:00 2024-08-22T20:32:41.9493850Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9494788Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:41.9495608Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:41.9496566Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9497547Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:41.9498594Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:41.9499792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 14.5 MB/s eta 0:00:00 2024-08-22T20:32:41.9501216Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9502581Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:41.9503869Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:41.9505132Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 7.2/13.3 MB 216.5 MB/s eta 0:00:01 2024-08-22T20:32:41.9506567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 12.8/13.3 MB 182.9 MB/s eta 0:00:01 2024-08-22T20:32:41.9507860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 178.4 MB/s eta 0:00:01 2024-08-22T20:32:41.9508983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 86.2 MB/s eta 0:00:00 2024-08-22T20:32:41.9510155Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9510995Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:41.9511715Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:41.9512616Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.9513576Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:41.9514523Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:41.9515742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/797.3 MB 237.3 MB/s eta 0:00:04 2024-08-22T20:32:41.9516861Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/797.3 MB 233.3 MB/s eta 0:00:04 2024-08-22T20:32:41.9518075Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.8/797.3 MB 224.2 MB/s eta 0:00:04 2024-08-22T20:32:41.9519335Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.4/797.3 MB 221.6 MB/s eta 0:00:04 2024-08-22T20:32:41.9520549Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.4/797.3 MB 211.1 MB/s eta 0:00:04 2024-08-22T20:32:41.9521756Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/797.3 MB 208.3 MB/s eta 0:00:04 2024-08-22T20:32:41.9523145Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/797.3 MB 239.0 MB/s eta 0:00:04 2024-08-22T20:32:41.9524313Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/797.3 MB 248.7 MB/s eta 0:00:03 2024-08-22T20:32:41.9525769Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.3/797.3 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:32:41.9527482Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/797.3 MB 232.2 MB/s eta 0:00:04 2024-08-22T20:32:41.9528708Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.0/797.3 MB 234.4 MB/s eta 0:00:04 2024-08-22T20:32:41.9529868Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/797.3 MB 243.3 MB/s eta 0:00:03 2024-08-22T20:32:41.9531129Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.8/797.3 MB 241.1 MB/s eta 0:00:03 2024-08-22T20:32:41.9532345Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/797.3 MB 243.3 MB/s eta 0:00:03 2024-08-22T20:32:43.2673816Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.5/797.3 MB 219.5 MB/s eta 0:00:04 2024-08-22T20:32:43.2675284Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.9/797.3 MB 212.1 MB/s eta 0:00:04 2024-08-22T20:32:43.2676850Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.2/797.3 MB 226.0 MB/s eta 0:00:03 2024-08-22T20:32:43.2678378Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/797.3 MB 193.9 MB/s eta 0:00:04 2024-08-22T20:32:43.2679598Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.1/797.3 MB 206.4 MB/s eta 0:00:04 2024-08-22T20:32:43.2680753Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.6/797.3 MB 191.1 MB/s eta 0:00:04 2024-08-22T20:32:43.2682023Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/797.3 MB 210.0 MB/s eta 0:00:04 2024-08-22T20:32:43.2683258Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.7/797.3 MB 208.1 MB/s eta 0:00:04 2024-08-22T20:32:43.2684487Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.8/797.3 MB 231.6 MB/s eta 0:00:03 2024-08-22T20:32:43.2685647Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.8/797.3 MB 211.1 MB/s eta 0:00:03 2024-08-22T20:32:43.2686850Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.2/797.3 MB 196.5 MB/s eta 0:00:04 2024-08-22T20:32:43.2688134Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.7/797.3 MB 225.0 MB/s eta 0:00:03 2024-08-22T20:32:43.2689346Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.8/797.3 MB 200.4 MB/s eta 0:00:03 2024-08-22T20:32:43.2690854Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.8/797.3 MB 211.3 MB/s eta 0:00:03 2024-08-22T20:32:43.2692110Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/797.3 MB 181.4 MB/s eta 0:00:04 2024-08-22T20:32:43.2693416Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.4/797.3 MB 233.5 MB/s eta 0:00:03 2024-08-22T20:32:43.2694604Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.0/797.3 MB 180.6 MB/s eta 0:00:04 2024-08-22T20:32:43.2695821Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/797.3 MB 211.8 MB/s eta 0:00:03 2024-08-22T20:32:43.2697010Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/797.3 MB 215.6 MB/s eta 0:00:03 2024-08-22T20:32:43.2698286Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.7/797.3 MB 224.8 MB/s eta 0:00:03 2024-08-22T20:32:43.2699545Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 260.7/797.3 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:32:43.2700696Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 269.0/797.3 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:32:43.2701932Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/797.3 MB 190.0 MB/s eta 0:00:03 2024-08-22T20:32:43.2703176Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 282.1/797.3 MB 181.0 MB/s eta 0:00:03 2024-08-22T20:32:43.2704360Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 289.5/797.3 MB 206.9 MB/s eta 0:00:03 2024-08-22T20:32:43.2705540Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 297.2/797.3 MB 227.4 MB/s eta 0:00:03 2024-08-22T20:32:43.2706792Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.1/797.3 MB 216.1 MB/s eta 0:00:03 2024-08-22T20:32:43.2708007Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 310.5/797.3 MB 195.1 MB/s eta 0:00:03 2024-08-22T20:32:43.2709226Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 316.7/797.3 MB 185.4 MB/s eta 0:00:03 2024-08-22T20:32:43.2710423Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 320.7/797.3 MB 146.0 MB/s eta 0:00:04 2024-08-22T20:32:43.2711603Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 328.1/797.3 MB 222.5 MB/s eta 0:00:03 2024-08-22T20:32:43.2713010Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 335.4/797.3 MB 214.3 MB/s eta 0:00:03 2024-08-22T20:32:43.2714304Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 341.6/797.3 MB 191.2 MB/s eta 0:00:03 2024-08-22T20:32:43.2715485Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 348.1/797.3 MB 194.3 MB/s eta 0:00:03 2024-08-22T20:32:43.2716663Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 354.6/797.3 MB 205.4 MB/s eta 0:00:03 2024-08-22T20:32:43.2717889Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 362.3/797.3 MB 226.4 MB/s eta 0:00:02 2024-08-22T20:32:43.2719094Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 369.6/797.3 MB 210.1 MB/s eta 0:00:03 2024-08-22T20:32:43.2720282Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 375.8/797.3 MB 185.9 MB/s eta 0:00:03 2024-08-22T20:32:44.5893123Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 381.7/797.3 MB 191.7 MB/s eta 0:00:03 2024-08-22T20:32:44.5894825Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 388.9/797.3 MB 200.7 MB/s eta 0:00:03 2024-08-22T20:32:44.5896143Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 396.2/797.3 MB 221.2 MB/s eta 0:00:02 2024-08-22T20:32:44.5897421Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 403.1/797.3 MB 202.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5898664Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 410.0/797.3 MB 190.8 MB/s eta 0:00:03 2024-08-22T20:32:44.5900282Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 416.3/797.3 MB 219.8 MB/s eta 0:00:02 2024-08-22T20:32:44.5901443Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 424.3/797.3 MB 202.9 MB/s eta 0:00:02 2024-08-22T20:32:44.5902659Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 431.7/797.3 MB 223.2 MB/s eta 0:00:02 2024-08-22T20:32:44.5903916Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 439.3/797.3 MB 225.1 MB/s eta 0:00:02 2024-08-22T20:32:44.5905092Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 447.2/797.3 MB 224.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5906272Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 453.0/797.3 MB 207.0 MB/s eta 0:00:02 2024-08-22T20:32:44.5907559Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.9/797.3 MB 201.9 MB/s eta 0:00:02 2024-08-22T20:32:44.5908783Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 468.7/797.3 MB 238.1 MB/s eta 0:00:02 2024-08-22T20:32:44.5910098Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 475.0/797.3 MB 192.3 MB/s eta 0:00:02 2024-08-22T20:32:44.5911249Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 483.4/797.3 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:44.5912432Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 490.5/797.3 MB 216.0 MB/s eta 0:00:02 2024-08-22T20:32:44.5913693Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 496.0/797.3 MB 182.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5914907Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 501.2/797.3 MB 156.1 MB/s eta 0:00:02 2024-08-22T20:32:44.5916082Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 507.9/797.3 MB 186.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5917302Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 514.8/797.3 MB 211.2 MB/s eta 0:00:02 2024-08-22T20:32:44.5918525Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 522.1/797.3 MB 209.9 MB/s eta 0:00:02 2024-08-22T20:32:44.5919723Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 528.2/797.3 MB 182.0 MB/s eta 0:00:02 2024-08-22T20:32:44.5920919Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 535.4/797.3 MB 201.4 MB/s eta 0:00:02 2024-08-22T20:32:44.5922325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 543.7/797.3 MB 225.7 MB/s eta 0:00:02 2024-08-22T20:32:44.5923580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 551.3/797.3 MB 222.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5924803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 558.0/797.3 MB 203.5 MB/s eta 0:00:02 2024-08-22T20:32:44.5925968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 565.2/797.3 MB 207.7 MB/s eta 0:00:02 2024-08-22T20:32:44.5927469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 572.7/797.3 MB 217.3 MB/s eta 0:00:02 2024-08-22T20:32:44.5928771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 580.0/797.3 MB 205.4 MB/s eta 0:00:02 2024-08-22T20:32:44.5929970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 586.1/797.3 MB 200.0 MB/s eta 0:00:02 2024-08-22T20:32:44.5931136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 593.1/797.3 MB 191.7 MB/s eta 0:00:02 2024-08-22T20:32:44.5932388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 600.8/797.3 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:32:44.5933635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 607.5/797.3 MB 200.1 MB/s eta 0:00:01 2024-08-22T20:32:44.5934814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 615.0/797.3 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:32:44.5936031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 620.9/797.3 MB 186.8 MB/s eta 0:00:01 2024-08-22T20:32:44.5937203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 627.9/797.3 MB 189.3 MB/s eta 0:00:01 2024-08-22T20:32:44.5938489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 635.5/797.3 MB 199.0 MB/s eta 0:00:01 2024-08-22T20:32:44.5939748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 642.5/797.3 MB 205.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4088266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 650.3/797.3 MB 223.8 MB/s eta 0:00:01 2024-08-22T20:32:46.4089852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 658.5/797.3 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:32:46.4091177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 666.9/797.3 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:46.4092391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.8/797.3 MB 228.6 MB/s eta 0:00:01 2024-08-22T20:32:46.4094023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 683.4/797.3 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:46.4095269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 690.3/797.3 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4096455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 696.8/797.3 MB 185.6 MB/s eta 0:00:01 2024-08-22T20:32:46.4097630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.6/797.3 MB 187.2 MB/s eta 0:00:01 2024-08-22T20:32:46.4098877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 709.8/797.3 MB 188.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4100022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 716.8/797.3 MB 202.4 MB/s eta 0:00:01 2024-08-22T20:32:46.4101234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 723.5/797.3 MB 199.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4102480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 730.0/797.3 MB 191.9 MB/s eta 0:00:01 2024-08-22T20:32:46.4103653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 737.1/797.3 MB 188.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4104810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 744.8/797.3 MB 219.0 MB/s eta 0:00:01 2024-08-22T20:32:46.4106025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 751.3/797.3 MB 193.8 MB/s eta 0:00:01 2024-08-22T20:32:46.4107249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 758.1/797.3 MB 205.9 MB/s eta 0:00:01 2024-08-22T20:32:46.4108558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 765.5/797.3 MB 206.0 MB/s eta 0:00:01 2024-08-22T20:32:46.4109717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 771.4/797.3 MB 184.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4110860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 778.7/797.3 MB 204.8 MB/s eta 0:00:01 2024-08-22T20:32:46.4112043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 782.0/797.3 MB 153.7 MB/s eta 0:00:01 2024-08-22T20:32:46.4113153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 788.9/797.3 MB 147.4 MB/s eta 0:00:01 2024-08-22T20:32:46.4114220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.2/797.3 MB 204.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4115641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4116769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4117864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4118973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4120161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4121255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4122364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4123517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4124621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4125763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4127140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4128233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4129412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4130538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4131596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4132807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4133966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7898996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7900457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7901973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7903429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7904688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7905938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7907243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7908444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7909767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7911113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7912282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7913530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7914789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7916060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7917214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7918878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7920079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7921325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7922615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7923863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7925081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7926684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7927939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7929268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7930581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7931811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7932971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7934495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7935717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7937049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7938248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7939539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7940725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7941872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7942985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7944537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7945670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7946722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7947985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7949121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1698933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1700539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1701738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1702949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1704078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1705142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1706303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1707425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1708553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1709658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1710778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1711868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1713067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1714116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1715527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1716710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1717768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1718878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1720022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1721112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1722238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1723383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1724491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1725649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1727116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1728217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1729325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1730772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1731828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1732926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1734167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1735250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1736304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1737511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1738644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1739779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1740853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1741945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1743098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1744152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5512162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5513847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5515050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5516259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5517362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5518453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5519975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5521110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5522207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5523314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5524441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5525582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5527039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5528134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5529232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5530395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5531450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5532539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5533770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5534889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5535944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5537121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5538268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5539430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5540551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5541646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5543336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5544487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5545562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5546653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5547794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5548903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5549996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5551198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5552289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5553341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5554499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5555592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5556773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5557865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9744180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9745929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9747376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9748583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9750011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9751517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9752713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9753778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9754884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9756051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9757118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9758249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9759489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9760584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9761639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9762798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9763901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9765017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9766324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9767517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9768621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9769766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9770853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9772016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9773312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9774531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9775634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9776803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9777894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9778981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9780113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9781297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9782493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9783763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9784818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9786000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9787168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9788424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9789546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:51.9790698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9004869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9006571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9008046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9009318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:54.9010444Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9011428Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:54.9012367Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9013375Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:54.9014333Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:54.9015466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 8.1/9.5 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9016615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:54.9017735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 108.6 MB/s eta 0:00:00 2024-08-22T20:32:54.9019217Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:32:54.9020469Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9021610Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:54.9022768Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:54.9023797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 24.0 MB/s eta 0:00:00 2024-08-22T20:32:54.9024798Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9025647Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:54.9026936Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:54.9028352Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:32:54.9030263Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:32:54.9031574Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:54.9032638Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:54.9033850Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:54.9034956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 21.2 MB/s eta 0:00:00 2024-08-22T20:32:54.9036401Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:32:54.9038191Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:32:54.9039887Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:32:54.9041615Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:32:54.9043052Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:54.9044227Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:54.9045351Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:54.9046458Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:54.9047545Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:54.9048610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 82.6 MB/s eta 0:00:00 2024-08-22T20:32:54.9049631Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:54.9050962Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:32:54.9052182Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:54.9053338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 47.2 MB/s eta 0:00:00 2024-08-22T20:32:54.9054365Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:54.9055836Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:32:54.9057162Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:54.9058195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 78.1 MB/s eta 0:00:00 2024-08-22T20:32:54.9059640Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:32:54.9060880Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:54.9062019Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:32:54.9063240Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:54.9064612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 215.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9065682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 215.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9066794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 94.1 MB/s eta 0:00:00 2024-08-22T20:32:54.9067786Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:54.9068570Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:54.9069524Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:54.9070558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 52.2 MB/s eta 0:00:00 2024-08-22T20:32:54.9071551Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:54.9072458Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:54.9073553Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8945879Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:56.8947735Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:32:56.8949086Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8950398Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:32:56.8951924Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:56.8953060Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 7.7/13.0 MB 232.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8954268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:32:56.8955391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:32:56.8956483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 97.4 MB/s eta 0:00:00 2024-08-22T20:32:56.8957481Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8958614Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:56.8959697Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:56.8960756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:56.8962281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 110.6 MB/s eta 0:00:00 2024-08-22T20:32:56.8963233Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8964263Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:56.8965339Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:56.8966365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 30.4 MB/s eta 0:00:00 2024-08-22T20:32:56.8967328Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8968453Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:56.8969556Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:56.8970676Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/39.9 MB 176.7 MB/s eta 0:00:01 2024-08-22T20:32:56.8971924Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/39.9 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:32:56.8973201Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 19.9/39.9 MB 196.2 MB/s eta 0:00:01 2024-08-22T20:32:56.8974407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 26.2/39.9 MB 198.5 MB/s eta 0:00:01 2024-08-22T20:32:56.8975625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 33.7/39.9 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8976825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8977981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8979125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8980192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8981321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8982466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.0 MB/s eta 0:00:01 2024-08-22T20:32:56.8983551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 39.0 MB/s eta 0:00:00 2024-08-22T20:32:56.8984619Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8985616Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:56.8986493Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:56.8987492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 43.8 MB/s eta 0:00:00 2024-08-22T20:32:56.8988637Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8989480Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:56.8990368Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8991142Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:56.8992019Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8992969Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:56.8993864Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:56.8994895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 31.2 MB/s eta 0:00:00 2024-08-22T20:32:56.8995967Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.8996832Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:56.8997688Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:56.8998810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 254.1 MB/s eta 0:00:01 2024-08-22T20:32:56.8999943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 110.0 MB/s eta 0:00:00 2024-08-22T20:32:56.9000894Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:56.9002033Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:56.9003013Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:59.0873229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 18.9 MB/s eta 0:00:00 2024-08-22T20:32:59.0874733Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:59.0875740Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:59.0876780Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:59.0877854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 29.8 MB/s eta 0:00:00 2024-08-22T20:32:59.0879231Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 31)) (3.1.4) 2024-08-22T20:32:59.0880915Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:59.0881847Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:59.0883205Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) (5.9.0) 2024-08-22T20:32:59.0884767Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.0885984Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:59.0887113Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:59.0888221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 49.5 MB/s eta 0:00:00 2024-08-22T20:32:59.0889700Z [?25hRequirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (4.19.2) 2024-08-22T20:32:59.0891214Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:59.0892176Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:59.0893175Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:59.0894182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 32.6 MB/s eta 0:00:00 2024-08-22T20:32:59.0895245Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:59.0896074Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:59.0896944Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:59.0898075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 11.2 MB/s eta 0:00:00 2024-08-22T20:32:59.0899075Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:59.0899926Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:59.0900809Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:59.0901831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 8.5 MB/s eta 0:00:00 2024-08-22T20:32:59.0902960Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.0904113Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:59.0905208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:59.0906485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 23.6 MB/s eta 0:00:00 2024-08-22T20:32:59.0907665Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.0908878Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:59.0910043Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:59.0911149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 21.0 MB/s eta 0:00:00 2024-08-22T20:32:59.0912239Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:59.0913397Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:59.0914615Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:59.0915655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 88.9 MB/s eta 0:00:00 2024-08-22T20:32:59.0916748Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:59.0917767Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:59.0918643Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:59.0919632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 12.4 MB/s eta 0:00:00 2024-08-22T20:32:59.0921156Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) (2.1.3) 2024-08-22T20:32:59.0923150Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:32:59.0925190Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2024.1) 2024-08-22T20:32:59.0927069Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:59.0928278Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:59.0929525Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:59.0930622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 55.8 MB/s eta 0:00:00 2024-08-22T20:32:59.0932118Z [?25hRequirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2.0.4) 2024-08-22T20:32:59.0934427Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (3.4) 2024-08-22T20:32:59.0936302Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:32:59.0937851Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:59.0938836Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:59.0939754Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:59.0940811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 11.4 MB/s eta 0:00:00 2024-08-22T20:32:59.0941965Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:59.0942971Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:33:00.7475673Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:33:00.7478289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 97.9 MB/s eta 0:00:00 2024-08-22T20:33:00.7480377Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7482031Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:33:00.7482931Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:33:00.7483960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 32.6 MB/s eta 0:00:00 2024-08-22T20:33:00.7485087Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7485991Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:33:00.7486853Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:33:00.7487922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 87.5 MB/s eta 0:00:00 2024-08-22T20:33:00.7489447Z [?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:00.7490986Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7491934Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:33:00.7493039Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7493971Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:33:00.7495101Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7496432Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:33:00.7497650Z 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:00.7498914Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:33:00.7499992Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:33:00.7501181Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/41.2 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7502478Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.4/41.2 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:33:00.7503641Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 24.8/41.2 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:33:00.7504876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 33.1/41.2 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:33:00.7506100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7507208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7508268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7509429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7510526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7511726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:00.7512763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 37.3 MB/s eta 0:00:00 2024-08-22T20:33:00.7513900Z [?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:00.7514986Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:33:00.7515874Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:33:00.7516873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 39.8 MB/s eta 0:00:00 2024-08-22T20:33:00.7518102Z [?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:00.7519229Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:33:00.7520190Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7521089Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:33:00.7521987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:33:00.7523083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 4.9/6.2 MB 148.4 MB/s eta 0:00:01 2024-08-22T20:33:00.7524233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 153.2 MB/s eta 0:00:01 2024-08-22T20:33:00.7525310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 83.5 MB/s eta 0:00:00 2024-08-22T20:33:00.7526645Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:00.7527851Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:33:00.7528995Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:33:00.7530009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 86.4 MB/s eta 0:00:00 2024-08-22T20:33:00.7531244Z [?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:00.7532771Z 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:00.7534070Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:33:00.7535252Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/23.7 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:33:00.7536477Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 14.6/23.7 MB 216.5 MB/s eta 0:00:01 2024-08-22T20:33:01.9666414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 22.4/23.7 MB 225.6 MB/s eta 0:00:01 2024-08-22T20:33:01.9667920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:33:01.9669042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:33:01.9670223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:33:01.9671336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 64.1 MB/s eta 0:00:00 2024-08-22T20:33:01.9672586Z [?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:01.9674567Z 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:01.9675857Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:33:01.9676885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 65.5 MB/s eta 0:00:00 2024-08-22T20:33:01.9678153Z [?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:01.9679688Z 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:01.9680967Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:33:01.9682121Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/14.1 MB 163.5 MB/s eta 0:00:01 2024-08-22T20:33:01.9683339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 9.5/14.1 MB 139.1 MB/s eta 0:00:01 2024-08-22T20:33:01.9684545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 13.3/14.1 MB 120.7 MB/s eta 0:00:01 2024-08-22T20:33:01.9685701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 115.8 MB/s eta 0:00:01 2024-08-22T20:33:01.9686799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 115.8 MB/s eta 0:00:01 2024-08-22T20:33:01.9687887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 64.3 MB/s eta 0:00:00 2024-08-22T20:33:01.9689049Z [?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:01.9690537Z 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:01.9691857Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:33:01.9693066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/664.8 MB 160.5 MB/s eta 0:00:05 2024-08-22T20:33:01.9694146Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/664.8 MB 177.7 MB/s eta 0:00:04 2024-08-22T20:33:01.9695310Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/664.8 MB 199.0 MB/s eta 0:00:04 2024-08-22T20:33:01.9696560Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.7/664.8 MB 201.9 MB/s eta 0:00:04 2024-08-22T20:33:01.9697877Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/664.8 MB 202.2 MB/s eta 0:00:04 2024-08-22T20:33:01.9699120Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.6/664.8 MB 202.0 MB/s eta 0:00:04 2024-08-22T20:33:01.9700382Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/664.8 MB 202.0 MB/s eta 0:00:04 2024-08-22T20:33:01.9701620Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/664.8 MB 201.6 MB/s eta 0:00:04 2024-08-22T20:33:01.9702859Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/664.8 MB 201.4 MB/s eta 0:00:04 2024-08-22T20:33:01.9704029Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.4/664.8 MB 202.7 MB/s eta 0:00:03 2024-08-22T20:33:01.9705203Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.3/664.8 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:33:01.9706551Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/664.8 MB 202.9 MB/s eta 0:00:03 2024-08-22T20:33:01.9707737Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/664.8 MB 202.6 MB/s eta 0:00:03 2024-08-22T20:33:01.9708882Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/664.8 MB 201.4 MB/s eta 0:00:03 2024-08-22T20:33:01.9710141Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.1/664.8 MB 200.0 MB/s eta 0:00:03 2024-08-22T20:33:01.9711325Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/664.8 MB 200.4 MB/s eta 0:00:03 2024-08-22T20:33:01.9712516Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.9/664.8 MB 200.1 MB/s eta 0:00:03 2024-08-22T20:33:01.9713773Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/664.8 MB 201.3 MB/s eta 0:00:03 2024-08-22T20:33:01.9714956Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.7/664.8 MB 202.2 MB/s eta 0:00:03 2024-08-22T20:33:01.9716139Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.6/664.8 MB 201.1 MB/s eta 0:00:03 2024-08-22T20:33:03.2868081Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.6/664.8 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:33:03.2869614Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.5/664.8 MB 201.3 MB/s eta 0:00:03 2024-08-22T20:33:03.2870906Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.5/664.8 MB 202.2 MB/s eta 0:00:03 2024-08-22T20:33:03.2872444Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.3/664.8 MB 201.3 MB/s eta 0:00:03 2024-08-22T20:33:03.2873686Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.3/664.8 MB 200.7 MB/s eta 0:00:03 2024-08-22T20:33:03.2874899Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.2/664.8 MB 202.0 MB/s eta 0:00:03 2024-08-22T20:33:03.2876094Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.2/664.8 MB 202.5 MB/s eta 0:00:03 2024-08-22T20:33:03.2877303Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.1/664.8 MB 201.4 MB/s eta 0:00:03 2024-08-22T20:33:03.2878542Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 198.9/664.8 MB 199.1 MB/s eta 0:00:03 2024-08-22T20:33:03.2879728Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 205.8/664.8 MB 201.0 MB/s eta 0:00:03 2024-08-22T20:33:03.2881001Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 212.7/664.8 MB 201.4 MB/s eta 0:00:03 2024-08-22T20:33:03.2882233Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 219.7/664.8 MB 201.4 MB/s eta 0:00:03 2024-08-22T20:33:03.2883440Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 226.5/664.8 MB 201.1 MB/s eta 0:00:03 2024-08-22T20:33:03.2884583Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 233.3/664.8 MB 198.6 MB/s eta 0:00:03 2024-08-22T20:33:03.2885810Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 240.6/664.8 MB 205.0 MB/s eta 0:00:03 2024-08-22T20:33:03.2887051Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 248.0/664.8 MB 214.5 MB/s eta 0:00:02 2024-08-22T20:33:03.2888237Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 255.4/664.8 MB 215.1 MB/s eta 0:00:02 2024-08-22T20:33:03.2889437Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 262.8/664.8 MB 216.3 MB/s eta 0:00:02 2024-08-22T20:33:03.2890646Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 270.2/664.8 MB 216.0 MB/s eta 0:00:02 2024-08-22T20:33:03.2891827Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 277.6/664.8 MB 215.5 MB/s eta 0:00:02 2024-08-22T20:33:03.2893152Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 285.0/664.8 MB 214.7 MB/s eta 0:00:02 2024-08-22T20:33:03.2894560Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 292.4/664.8 MB 214.9 MB/s eta 0:00:02 2024-08-22T20:33:03.2895763Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 299.8/664.8 MB 214.1 MB/s eta 0:00:02 2024-08-22T20:33:03.2897000Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 307.2/664.8 MB 215.1 MB/s eta 0:00:02 2024-08-22T20:33:03.2898179Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 314.7/664.8 MB 216.4 MB/s eta 0:00:02 2024-08-22T20:33:03.2899340Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 322.1/664.8 MB 217.0 MB/s eta 0:00:02 2024-08-22T20:33:03.2900620Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 329.6/664.8 MB 216.8 MB/s eta 0:00:02 2024-08-22T20:33:03.2901845Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 337.1/664.8 MB 217.6 MB/s eta 0:00:02 2024-08-22T20:33:03.2903102Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 344.5/664.8 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:33:03.2904251Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 352.0/664.8 MB 215.5 MB/s eta 0:00:02 2024-08-22T20:33:03.2905426Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 359.4/664.8 MB 216.0 MB/s eta 0:00:02 2024-08-22T20:33:03.2906680Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 366.9/664.8 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:33:03.2907926Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 374.3/664.8 MB 215.8 MB/s eta 0:00:02 2024-08-22T20:33:03.2909334Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 381.6/664.8 MB 213.0 MB/s eta 0:00:02 2024-08-22T20:33:03.2910568Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 389.1/664.8 MB 216.9 MB/s eta 0:00:02 2024-08-22T20:33:03.2911776Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 396.5/664.8 MB 217.2 MB/s eta 0:00:02 2024-08-22T20:33:03.2912952Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 403.9/664.8 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:33:03.2914149Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 411.4/664.8 MB 217.2 MB/s eta 0:00:02 2024-08-22T20:33:04.9509182Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 418.8/664.8 MB 216.3 MB/s eta 0:00:02 2024-08-22T20:33:04.9510910Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 426.3/664.8 MB 216.0 MB/s eta 0:00:02 2024-08-22T20:33:04.9512206Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 433.7/664.8 MB 216.5 MB/s eta 0:00:02 2024-08-22T20:33:04.9513391Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 441.1/664.8 MB 214.6 MB/s eta 0:00:02 2024-08-22T20:33:04.9514626Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 448.5/664.8 MB 215.8 MB/s eta 0:00:02 2024-08-22T20:33:04.9515846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 455.9/664.8 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9517035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 463.3/664.8 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:33:04.9518259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 470.7/664.8 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9519466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 478.1/664.8 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:33:04.9520641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 485.6/664.8 MB 215.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9521868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 492.9/664.8 MB 214.3 MB/s eta 0:00:01 2024-08-22T20:33:04.9523031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 500.3/664.8 MB 215.6 MB/s eta 0:00:01 2024-08-22T20:33:04.9524201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 507.7/664.8 MB 215.6 MB/s eta 0:00:01 2024-08-22T20:33:04.9525623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 515.2/664.8 MB 215.8 MB/s eta 0:00:01 2024-08-22T20:33:04.9527414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 522.5/664.8 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:04.9528554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 530.0/664.8 MB 214.9 MB/s eta 0:00:01 2024-08-22T20:33:04.9529823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 537.3/664.8 MB 214.2 MB/s eta 0:00:01 2024-08-22T20:33:04.9530987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 544.8/664.8 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:33:04.9532186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 552.1/664.8 MB 214.9 MB/s eta 0:00:01 2024-08-22T20:33:04.9533452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 559.5/664.8 MB 214.8 MB/s eta 0:00:01 2024-08-22T20:33:04.9534659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 566.9/664.8 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:33:04.9535845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 574.2/664.8 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:33:04.9537060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 581.7/664.8 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:33:04.9538194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 589.1/664.8 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:33:04.9539380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 596.5/664.8 MB 215.7 MB/s eta 0:00:01 2024-08-22T20:33:04.9540657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 603.9/664.8 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:33:04.9541829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 611.3/664.8 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:33:04.9543013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 618.6/664.8 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:33:04.9544223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 626.1/664.8 MB 215.8 MB/s eta 0:00:01 2024-08-22T20:33:04.9545404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 633.4/664.8 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:33:04.9546535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 640.9/664.8 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:33:04.9547721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 648.3/664.8 MB 215.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9549134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 655.7/664.8 MB 215.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9550298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 663.5/664.8 MB 223.5 MB/s eta 0:00:01 2024-08-22T20:33:04.9551382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:04.9552485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:04.9553726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:04.9554856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3797780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3799262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3800389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3801549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3802725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3803831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3804929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3806124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3807208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3808283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3841149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3842343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3843396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3844892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3845938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3846955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3847979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3848988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3850003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3851030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3852077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3853223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3854250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3855276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3856297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3857302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3858458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3859490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3860508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3861517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3862544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3863621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3864738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3865751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3866770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3867787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3868785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3869790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3870804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:06.3871853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7604064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7605474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7606654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7607694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7608701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7610091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7611116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7612141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7613224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7614212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7615226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7616232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7617265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7618263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7619268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7620273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7621266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7622262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7623301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7624300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7625303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7626604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7627639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7628639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7629627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7630921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7631936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7632940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7633983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7635001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7635998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7637032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7638027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7639023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7640029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7641021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7642020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7643173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7644215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:07.7645220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1401497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1403523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1404828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1406211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1407952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1409298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1410320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1411338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1412350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1413453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1414510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1415525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1416562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1417578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1418590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1419605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1420607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1421875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1422888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1423896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1424917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1425918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1427274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1428334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1429348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1430352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1431368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1432387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1433440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1434455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1435494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1436494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1437485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1438488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1439509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1440511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1441785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1442808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1443823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:09.1444840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0191752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0193102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0194151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0195212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0196214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0197223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0198258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0199285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0200291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0201331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0202347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0203355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0204366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0205386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0206398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0207409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0208757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0209762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0210768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0211774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0212851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0213918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0214965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0215967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0216961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0217973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0218977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0219988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0221017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0222022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0223025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0224020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:33:11.0225002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.7 MB/s eta 0:00:00 2024-08-22T20:33:11.0226080Z [?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:11.0227827Z 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:11.0229342Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:33:11.0230334Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/410.6 MB 200.9 MB/s eta 0:00:03 2024-08-22T20:33:11.0231413Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/410.6 MB 202.5 MB/s eta 0:00:02 2024-08-22T20:33:11.0232525Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.8/410.6 MB 204.9 MB/s eta 0:00:02 2024-08-22T20:33:11.0233617Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/410.6 MB 204.3 MB/s eta 0:00:02 2024-08-22T20:33:12.3386597Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.8/410.6 MB 203.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3388062Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/410.6 MB 203.5 MB/s eta 0:00:02 2024-08-22T20:33:12.3389547Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/410.6 MB 204.2 MB/s eta 0:00:02 2024-08-22T20:33:12.3390685Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/410.6 MB 203.7 MB/s eta 0:00:02 2024-08-22T20:33:12.3391790Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/410.6 MB 206.2 MB/s eta 0:00:02 2024-08-22T20:33:12.3392895Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.3/410.6 MB 211.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3394006Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.7/410.6 MB 213.9 MB/s eta 0:00:02 2024-08-22T20:33:12.3396025Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/410.6 MB 211.4 MB/s eta 0:00:02 2024-08-22T20:33:12.3397135Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/410.6 MB 213.7 MB/s eta 0:00:02 2024-08-22T20:33:12.3398234Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.7/410.6 MB 213.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3399335Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.1/410.6 MB 214.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3400441Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.3/410.6 MB 212.2 MB/s eta 0:00:02 2024-08-22T20:33:12.3401537Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/410.6 MB 211.7 MB/s eta 0:00:02 2024-08-22T20:33:12.3402653Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 128.8/410.6 MB 210.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3403772Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/410.6 MB 182.2 MB/s eta 0:00:02 2024-08-22T20:33:12.3404869Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/410.6 MB 113.7 MB/s eta 0:00:03 2024-08-22T20:33:12.3405969Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/410.6 MB 84.0 MB/s eta 0:00:04 2024-08-22T20:33:12.3407064Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 134.8/410.6 MB 65.2 MB/s eta 0:00:05 2024-08-22T20:33:12.3408153Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 135.0/410.6 MB 53.9 MB/s eta 0:00:06 2024-08-22T20:33:12.3409253Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 135.2/410.6 MB 45.5 MB/s eta 0:00:07 2024-08-22T20:33:12.3410368Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 139.7/410.6 MB 43.0 MB/s eta 0:00:07 2024-08-22T20:33:12.3411456Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 146.7/410.6 MB 196.9 MB/s eta 0:00:02 2024-08-22T20:33:12.3412547Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 153.8/410.6 MB 204.3 MB/s eta 0:00:02 2024-08-22T20:33:12.3413724Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 160.9/410.6 MB 206.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3414863Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 168.3/410.6 MB 213.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3415956Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 175.6/410.6 MB 213.6 MB/s eta 0:00:02 2024-08-22T20:33:12.3417254Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 182.9/410.6 MB 212.5 MB/s eta 0:00:02 2024-08-22T20:33:12.3418350Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 190.3/410.6 MB 212.9 MB/s eta 0:00:02 2024-08-22T20:33:12.3419436Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 197.5/410.6 MB 212.0 MB/s eta 0:00:02 2024-08-22T20:33:12.3420528Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 205.0/410.6 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:33:12.3421624Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 212.3/410.6 MB 214.9 MB/s eta 0:00:01 2024-08-22T20:33:12.3422714Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 219.7/410.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:12.3423837Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 227.1/410.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:12.3424930Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 234.5/410.6 MB 214.7 MB/s eta 0:00:01 2024-08-22T20:33:12.3426021Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 241.9/410.6 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:33:12.3427548Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 249.3/410.6 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:33:12.3428667Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 256.6/410.6 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:33:12.3429761Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 264.0/410.6 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:33:13.9493344Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 271.2/410.6 MB 212.4 MB/s eta 0:00:01 2024-08-22T20:33:13.9494812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.6/410.6 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:33:13.9495938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 286.0/410.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:33:13.9497209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 293.4/410.6 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:33:13.9498662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 300.7/410.6 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:33:13.9499974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 308.1/410.6 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:33:13.9501415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 315.4/410.6 MB 212.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9502509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 322.8/410.6 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:33:13.9503592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 330.0/410.6 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:33:13.9504677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 337.4/410.6 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:33:13.9505807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 344.9/410.6 MB 215.8 MB/s eta 0:00:01 2024-08-22T20:33:13.9506894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 352.2/410.6 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9508012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 359.6/410.6 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:33:13.9509089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 367.0/410.6 MB 215.1 MB/s eta 0:00:01 2024-08-22T20:33:13.9510171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 374.4/410.6 MB 215.5 MB/s eta 0:00:01 2024-08-22T20:33:13.9511248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.8/410.6 MB 214.8 MB/s eta 0:00:01 2024-08-22T20:33:13.9512330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 389.1/410.6 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:33:13.9513399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 396.5/410.6 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:33:13.9514492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 404.0/410.6 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9515537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9516553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9517556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9518572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9519576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9520581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9521796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9522815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9523819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9524821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9525810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9527028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9528081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9529075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9530085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9531103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9532113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9533159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9534302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:13.9535452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3285394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3286818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3287939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3288967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3289979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3291024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3292045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3293134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3294139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3295130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3296148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3297192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3298201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3299197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3300213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3301222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3302223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3303235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3304591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3305599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3306604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3307614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3308642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3309663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3310695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3311712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3312723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3313736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3314731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3315745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3316769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3317815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3318822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3319854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3320883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3321885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3322904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3324225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3325280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:15.3326502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0858559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0860065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0861500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0862888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0864322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0865742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0867110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0868459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0869823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0871199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0872611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0873970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0875329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0876700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0878059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0879415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0881396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0882770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:33:17.0884095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:33:17.0885522Z [?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:17.0887343Z 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:17.0888966Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:33:17.0890360Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/121.6 MB 193.0 MB/s eta 0:00:01 2024-08-22T20:33:17.0891904Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/121.6 MB 201.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0893507Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.6/121.6 MB 207.0 MB/s eta 0:00:01 2024-08-22T20:33:17.0894998Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/121.6 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:33:17.0896481Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/121.6 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:33:17.0897983Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/121.6 MB 213.0 MB/s eta 0:00:01 2024-08-22T20:33:17.0899416Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 49.9/121.6 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:33:17.0901171Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 57.2/121.6 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:33:17.0902650Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 65.5/121.6 MB 234.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0904117Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 73.6/121.6 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:17.0905581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 82.0/121.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:33:17.0907009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 90.5/121.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:17.0908464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 99.0/121.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:17.0909895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 107.5/121.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:17.0910991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 116.0/121.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:17.0912149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:17.0913167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:17.0914177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4661722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4663412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4664636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4665658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4666733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4667750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4668759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4669751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4671182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4672197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4673192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4674193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4675208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4676212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4677201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4678230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4679244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4680251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4681248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4682252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4683269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4684308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4685303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4686362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4687368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4688371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4689361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4690554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4691558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4692548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4693652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4694655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4695666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4696701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4697724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4698726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4699726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4700719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4701716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:18.4702722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:19.9042706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:19.9044300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:19.9045639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.2 MB/s eta 0:00:00 2024-08-22T20:33:19.9046814Z [?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:19.9048216Z 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:19.9049425Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:33:19.9050514Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/56.5 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:19.9052045Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/56.5 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:33:19.9053244Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 24.8/56.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:33:19.9054458Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 33.3/56.5 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:19.9055602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 41.6/56.5 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9056730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 50.1/56.5 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:19.9057786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9058897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9059905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9060945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9061993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9062994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9063980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9064985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9066378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9067439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9068483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9069472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9070472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9071531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9072558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9073602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9074603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9075601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9076638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9077631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9078675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9079726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9080720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:33:19.9081699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.3 MB/s eta 0:00:00 2024-08-22T20:33:19.9082795Z [?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:19.9084258Z 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:19.9085483Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:33:19.9086776Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/124.2 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:33:21.3235467Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3237540Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.5/124.2 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:21.3238698Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.1/124.2 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:21.3239826Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/124.2 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:21.3240933Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 51.3/124.2 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:21.3242107Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 59.9/124.2 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:21.3243209Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 68.5/124.2 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:33:21.3244306Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 76.5/124.2 MB 235.3 MB/s eta 0:00:01 2024-08-22T20:33:21.3245403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 84.6/124.2 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:33:21.3246487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 92.6/124.2 MB 233.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3247582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 101.2/124.2 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3248715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 109.2/124.2 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:33:21.3249802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 117.3/124.2 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:33:21.3250861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3251893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3252989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3254005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3255005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3256445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3257554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3258565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3259577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3260601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3261614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3262658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3263670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3264781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3265807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3266811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3267823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3268863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3269865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3270866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3271886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3272890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3273891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3274892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3276267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:21.3277282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7599584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7601022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7602422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7603613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7604708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7605775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7606790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7607875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7608893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7609903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7610906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7612394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7613598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7614606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7615613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7616727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7617775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7618836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:33:22.7619981Z [?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:22.7621406Z 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:22.7622633Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:33:22.7623712Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/196.0 MB 230.7 MB/s eta 0:00:01 2024-08-22T20:33:22.7624827Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/196.0 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:33:22.7625931Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/196.0 MB 226.3 MB/s eta 0:00:01 2024-08-22T20:33:22.7627464Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.9/196.0 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:33:22.7628565Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/196.0 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:33:22.7629758Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/196.0 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:33:22.7630855Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/196.0 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:33:22.7631960Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/196.0 MB 233.6 MB/s eta 0:00:01 2024-08-22T20:33:22.7633053Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 70.8/196.0 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:33:22.7634544Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 79.3/196.0 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:33:22.7635646Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 87.4/196.0 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:33:22.7636796Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 95.6/196.0 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7637892Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 103.8/196.0 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:33:22.7638983Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 111.9/196.0 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:33:22.7640122Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 120.0/196.0 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:33:22.7641256Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 128.6/196.0 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:22.7642400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 137.1/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:22.7643483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 145.6/196.0 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:22.7644623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 153.7/196.0 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:33:24.1982756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 162.2/196.0 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:33:24.1984253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 170.7/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:24.1985479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 178.7/196.0 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:24.1986595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 186.8/196.0 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1987666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 195.0/196.0 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:33:24.1988697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1989722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1990743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1992124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1993133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1994145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1995164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1996165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1997207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1998344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.1999391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2000388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2001397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2002403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2003421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2004424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2005471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2006485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2007529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2008545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2009564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2010573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2011569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2013493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2014514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2015527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2016527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2017536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2018538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2019577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2020568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2021578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2022585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:24.2023667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6728101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6729514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6731028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6732054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6733192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6734204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6735209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6736200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6737433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6738450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6739549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6740543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6741555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6742560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6743584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6744581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6745584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6746588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6747580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6748577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6749607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6750996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6752002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6753016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6754021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6755020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6756013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6757056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6758058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6759059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6760049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6761052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6762051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6763021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:33:25.6764109Z [?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:25.6765455Z 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:25.6766649Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:33:25.6767666Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/176.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:33:25.6768780Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/176.2 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:25.6769885Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.2/176.2 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:27.1142618Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/176.2 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:27.1144019Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/176.2 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:27.1145133Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/176.2 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:33:27.1146244Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/176.2 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:27.1147347Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 67.5/176.2 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:27.1148465Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 76.0/176.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:33:27.1149614Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 84.5/176.2 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:27.1150708Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 93.0/176.2 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:27.1151804Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 101.5/176.2 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:27.1152903Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 110.0/176.2 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:27.1154010Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 118.6/176.2 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1155101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 127.1/176.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:33:27.1156204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 135.6/176.2 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:33:27.1157312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 144.1/176.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:27.1158452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 152.7/176.2 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:27.1159539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 161.2/176.2 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:27.1160627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 169.8/176.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:27.1161690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1162716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1164007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1165027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1166040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1167045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1168102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1169129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1170177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1171178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1172182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1173281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1174370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1175369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1176377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1177420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1178423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1179422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1180432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1181439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1182444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:27.1183692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5142450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5143791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5144815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5145820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5146826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5147913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5148924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5149930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5150925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5151943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5152946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5153939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5155378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5156395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5157401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5158397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5159400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5160407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5161442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5162435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5163447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:33:28.5164441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:33:28.5165506Z [?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:28.5166828Z 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:28.5167998Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:33:28.5168962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 26.2 MB/s eta 0:00:00 2024-08-22T20:33:28.5169939Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:28.5171004Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:33:28.5172041Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:33:28.5173152Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/209.4 MB 156.4 MB/s eta 0:00:02 2024-08-22T20:33:28.5174225Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/209.4 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:33:28.5175330Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.6/209.4 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:33:28.5176618Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.8/209.4 MB 196.9 MB/s eta 0:00:01 2024-08-22T20:33:28.5177834Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/209.4 MB 195.1 MB/s eta 0:00:01 2024-08-22T20:33:28.5179034Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.6/209.4 MB 202.8 MB/s eta 0:00:01 2024-08-22T20:33:28.5180232Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.6/209.4 MB 210.5 MB/s eta 0:00:01 2024-08-22T20:33:28.5181436Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/209.4 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:33:28.5182641Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/209.4 MB 201.7 MB/s eta 0:00:01 2024-08-22T20:33:28.5183882Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/209.4 MB 198.4 MB/s eta 0:00:01 2024-08-22T20:33:28.5185079Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/209.4 MB 136.2 MB/s eta 0:00:02 2024-08-22T20:33:28.5186282Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 76.1/209.4 MB 131.2 MB/s eta 0:00:02 2024-08-22T20:33:29.9774932Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 81.9/209.4 MB 177.1 MB/s eta 0:00:01 2024-08-22T20:33:29.9776467Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 89.1/209.4 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:33:29.9777620Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 94.3/209.4 MB 176.2 MB/s eta 0:00:01 2024-08-22T20:33:29.9778801Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 101.1/209.4 MB 178.5 MB/s eta 0:00:01 2024-08-22T20:33:29.9779926Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 108.4/209.4 MB 214.8 MB/s eta 0:00:01 2024-08-22T20:33:29.9781043Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 114.3/209.4 MB 184.5 MB/s eta 0:00:01 2024-08-22T20:33:29.9782158Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 120.6/209.4 MB 178.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9783282Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 126.6/209.4 MB 172.5 MB/s eta 0:00:01 2024-08-22T20:33:29.9784411Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 133.2/209.4 MB 187.0 MB/s eta 0:00:01 2024-08-22T20:33:29.9785858Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 140.4/209.4 MB 195.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9786992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 147.5/209.4 MB 206.3 MB/s eta 0:00:01 2024-08-22T20:33:29.9788110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 153.1/209.4 MB 183.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9789224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 159.1/209.4 MB 171.6 MB/s eta 0:00:01 2024-08-22T20:33:29.9790342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 165.7/209.4 MB 190.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9791453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 171.5/209.4 MB 181.2 MB/s eta 0:00:01 2024-08-22T20:33:29.9792611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 178.9/209.4 MB 200.9 MB/s eta 0:00:01 2024-08-22T20:33:29.9793728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 187.3/209.4 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:33:29.9794829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 193.8/209.4 MB 207.6 MB/s eta 0:00:01 2024-08-22T20:33:29.9795944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 200.8/209.4 MB 187.5 MB/s eta 0:00:01 2024-08-22T20:33:29.9797035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 207.7/209.4 MB 206.0 MB/s eta 0:00:01 2024-08-22T20:33:29.9798092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9799179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9800271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9801322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9802339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9803367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9804417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9805466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9806749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9807788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9808833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9809870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9810882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9811917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9813098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9814117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9815121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9816149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:29.9817194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4826191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4827803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4829638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4830692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4831715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4832718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4833713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4834719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4835760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4836753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:33:33.4837738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 8.7 MB/s eta 0:00:00 2024-08-22T20:33:33.4838972Z [?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:33.4840201Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:33.4841150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:33.4842177Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/19.7 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:33.4843300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 15.7/19.7 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:33:33.4844356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:33:33.4845363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:33:33.4846347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 86.7 MB/s eta 0:00:00 2024-08-22T20:33:33.4847396Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4848544Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:33.4849561Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:33.4851031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:33:33.4852025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 92.5 MB/s eta 0:00:00 2024-08-22T20:33:33.4853491Z [?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:33.4855323Z 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:33.4856777Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4857655Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:33.4858547Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4859498Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:33.4860426Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4861520Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:33.4862412Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4863253Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:33.4864115Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4864938Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:33.4865850Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:33.4866702Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:33.4867659Z 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:33.4868630Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:33.4869645Z 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:33.4870794Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:33.4871957Z 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:33.4873569Z 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:33.4875021Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:33.4875981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 9.2 MB/s eta 0:00:00 2024-08-22T20:33:33.4877085Z [?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:33.4878513Z 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:33.4879774Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:33.4880715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 4.7 MB/s eta 0:00:00 2024-08-22T20:33:33.4881778Z [?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:33.4883155Z 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:33.4884608Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:33.4885561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 10.5 MB/s eta 0:00:00 2024-08-22T20:34:54.0795972Z [?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:34:54.0797891Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:34:54.0799564Z 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:34:54.0802293Z 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:34:54.0804835Z 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:34:54.0806894Z 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:34:54.0808013Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:34:54.0809414Z 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:34:54.0811170Z 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:34:54.0812598Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:34:54.0813934Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:34:54.0814966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 532.5/536.2 kB 242.1 MB/s eta 0:00:01 2024-08-22T20:34:54.0816049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 14.9 MB/s eta 0:00:00 2024-08-22T20:34:54.0817248Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:34:54.0818100Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:34:54.0819479Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=e14c75f44ee36276af62ca2951ac38de5b84ce6b161626fe43bbbcc5dbdedd5c 2024-08-22T20:34:54.0821292Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:34:54.0822472Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:34:54.0823910Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=d1f5ac14d3af66b751956c79e5043a3143bfb32e4b34a2bd0e60fd09c12ad724 2024-08-22T20:34:54.0826996Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:34:54.0828099Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:34:54.0829384Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=499be383351bcb17156b3dc5a22940215c6704c88e90c9f450f7e3c84f4fa58e 2024-08-22T20:34:54.0830796Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:34:54.0831752Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:54.0833039Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=755989ab15610879e881221ed7a7f6aace51c127639a35f0258c58ba9a33114a 2024-08-22T20:34:54.0834437Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:54.0835435Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:54.0842091Z 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:54.0848082Z Attempting uninstall: tqdm 2024-08-22T20:34:54.0848493Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:54.0848988Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:54.0849444Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:54.0849880Z Attempting uninstall: requests 2024-08-22T20:34:54.0850318Z Found existing installation: requests 2.29.0 2024-08-22T20:34:54.0850834Z Uninstalling requests-2.29.0: 2024-08-22T20:34:54.0851316Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:54.0851765Z Attempting uninstall: cmake 2024-08-22T20:34:54.0852176Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:54.0852664Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:54.0853119Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:54.0863683Z 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:54.0874333Z 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:54.0875753Z + pip3 uninstall -y triton 2024-08-22T20:34:54.0876160Z Found existing installation: triton 3.0.0 2024-08-22T20:34:54.0876634Z Uninstalling triton-3.0.0: 2024-08-22T20:34:54.0877059Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:54.0878603Z 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:54.0880411Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:54.0881446Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:54.0882138Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:54.0883154Z 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:54.0884400Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:54.0885350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/778.6 MB 229.5 MB/s eta 0:00:04 2024-08-22T20:34:55.4004261Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/778.6 MB 222.4 MB/s eta 0:00:04 2024-08-22T20:34:55.4006012Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/778.6 MB 225.0 MB/s eta 0:00:04 2024-08-22T20:34:55.4007673Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.6/778.6 MB 220.8 MB/s eta 0:00:04 2024-08-22T20:34:55.4009373Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.5/778.6 MB 230.0 MB/s eta 0:00:04 2024-08-22T20:34:55.4011131Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/778.6 MB 229.1 MB/s eta 0:00:04 2024-08-22T20:34:55.4012791Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/778.6 MB 242.3 MB/s eta 0:00:03 2024-08-22T20:34:55.4014578Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/778.6 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:34:55.4016232Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.7/778.6 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:34:55.4017904Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/778.6 MB 243.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4019547Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.1/778.6 MB 231.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4021748Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.0/778.6 MB 231.0 MB/s eta 0:00:03 2024-08-22T20:34:55.4023441Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/778.6 MB 230.4 MB/s eta 0:00:03 2024-08-22T20:34:55.4025125Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.9/778.6 MB 230.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4027119Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/778.6 MB 243.0 MB/s eta 0:00:03 2024-08-22T20:34:55.4028795Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.8/778.6 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:34:55.4030501Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.3/778.6 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4032225Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.4/778.6 MB 236.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4033892Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.4/778.6 MB 230.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4035552Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.3/778.6 MB 231.2 MB/s eta 0:00:03 2024-08-22T20:34:55.4037192Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.2/778.6 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:34:55.4038842Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.1/778.6 MB 229.5 MB/s eta 0:00:03 2024-08-22T20:34:55.4040511Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.1/778.6 MB 230.6 MB/s eta 0:00:03 2024-08-22T20:34:55.4042432Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/778.6 MB 232.3 MB/s eta 0:00:03 2024-08-22T20:34:55.4044105Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.1/778.6 MB 232.3 MB/s eta 0:00:03 2024-08-22T20:34:55.4045733Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.1/778.6 MB 231.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4047406Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.1/778.6 MB 231.1 MB/s eta 0:00:03 2024-08-22T20:34:55.4049100Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.5/778.6 MB 241.7 MB/s eta 0:00:03 2024-08-22T20:34:55.4050799Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/778.6 MB 232.8 MB/s eta 0:00:03 2024-08-22T20:34:55.4052717Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 241.4/778.6 MB 230.5 MB/s eta 0:00:03 2024-08-22T20:34:55.4054514Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 249.4/778.6 MB 230.4 MB/s eta 0:00:03 2024-08-22T20:34:55.4056184Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 257.3/778.6 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:34:55.4057829Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 265.2/778.6 MB 230.0 MB/s eta 0:00:03 2024-08-22T20:34:55.4059467Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 273.2/778.6 MB 231.6 MB/s eta 0:00:03 2024-08-22T20:34:55.4061140Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.1/778.6 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:34:55.4062828Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 289.2/778.6 MB 231.8 MB/s eta 0:00:03 2024-08-22T20:34:55.4064534Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 297.3/778.6 MB 234.9 MB/s eta 0:00:03 2024-08-22T20:34:55.4066188Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 305.3/778.6 MB 232.0 MB/s eta 0:00:03 2024-08-22T20:34:55.4067828Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.2/778.6 MB 230.4 MB/s eta 0:00:03 2024-08-22T20:34:56.7230875Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 321.2/778.6 MB 231.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7232659Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 329.6/778.6 MB 243.1 MB/s eta 0:00:02 2024-08-22T20:34:56.7234419Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 337.6/778.6 MB 233.6 MB/s eta 0:00:02 2024-08-22T20:34:56.7236902Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 346.0/778.6 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:34:56.7238653Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 354.5/778.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:34:56.7240413Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 362.4/778.6 MB 232.3 MB/s eta 0:00:02 2024-08-22T20:34:56.7242095Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 370.3/778.6 MB 230.4 MB/s eta 0:00:02 2024-08-22T20:34:56.7243777Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 378.8/778.6 MB 242.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7245455Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 387.1/778.6 MB 241.6 MB/s eta 0:00:02 2024-08-22T20:34:56.7247162Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 395.0/778.6 MB 230.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7248820Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 403.3/778.6 MB 239.9 MB/s eta 0:00:02 2024-08-22T20:34:56.7250475Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 411.8/778.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7252122Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 420.2/778.6 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:34:56.7253857Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 428.7/778.6 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:34:56.7255499Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 437.1/778.6 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:34:56.7257223Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 445.6/778.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:34:56.7258860Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 453.5/778.6 MB 230.8 MB/s eta 0:00:02 2024-08-22T20:34:56.7260510Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 461.4/778.6 MB 229.3 MB/s eta 0:00:02 2024-08-22T20:34:56.7262169Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 469.3/778.6 MB 229.8 MB/s eta 0:00:02 2024-08-22T20:34:56.7263824Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 477.3/778.6 MB 230.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7265446Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 485.2/778.6 MB 230.8 MB/s eta 0:00:02 2024-08-22T20:34:56.7267442Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 493.2/778.6 MB 230.7 MB/s eta 0:00:02 2024-08-22T20:34:56.7269100Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 501.1/778.6 MB 230.8 MB/s eta 0:00:02 2024-08-22T20:34:56.7270816Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 509.5/778.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:34:56.7272468Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 518.0/778.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:34:56.7274127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 526.5/778.6 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:34:56.7275779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 535.0/778.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:34:56.7277499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 543.5/778.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:34:56.7279145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 551.9/778.6 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:34:56.7280789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 560.3/778.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:56.7282428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 568.6/778.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:34:56.7284081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 576.5/778.6 MB 231.3 MB/s eta 0:00:01 2024-08-22T20:34:56.7285734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 584.4/778.6 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:34:56.7287431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 592.9/778.6 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:34:56.7289062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 601.3/778.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:56.7290763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 609.8/778.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:34:56.7292412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 618.3/778.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:34:56.7294154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 626.8/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:58.5419368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 634.7/778.6 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:34:58.5421547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 642.6/778.6 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:34:58.5423054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 650.0/778.6 MB 219.2 MB/s eta 0:00:01 2024-08-22T20:34:58.5424559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 657.9/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5426043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 665.8/778.6 MB 228.9 MB/s eta 0:00:01 2024-08-22T20:34:58.5427788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 673.5/778.6 MB 225.8 MB/s eta 0:00:01 2024-08-22T20:34:58.5429268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 681.1/778.6 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:34:58.5430868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 688.6/778.6 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:34:58.5432353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 696.4/778.6 MB 222.4 MB/s eta 0:00:01 2024-08-22T20:34:58.5433829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 704.8/778.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:34:58.5435303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 712.9/778.6 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:34:58.5436782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 720.9/778.6 MB 229.7 MB/s eta 0:00:01 2024-08-22T20:34:58.5438258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 729.0/778.6 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5439776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 737.0/778.6 MB 231.6 MB/s eta 0:00:01 2024-08-22T20:34:58.5441306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 744.9/778.6 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:34:58.5442780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 752.9/778.6 MB 231.3 MB/s eta 0:00:01 2024-08-22T20:34:58.5444213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 760.9/778.6 MB 232.5 MB/s eta 0:00:01 2024-08-22T20:34:58.5445593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 768.8/778.6 MB 229.9 MB/s eta 0:00:01 2024-08-22T20:34:58.5446972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 776.9/778.6 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:34:58.5448348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5450075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5451467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5452840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5454326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5455688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5457048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5458477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5459850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5461228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5462618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5463996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5465358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5466843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5468337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5469723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5471096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5472444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5473837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:58.5475207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9219655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9221152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9222230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9223251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9224269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9225297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9226649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9227664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9228663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9229675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9230740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9231747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9232763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9234204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9235228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9236221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9237228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9238236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9239241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9240274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9241296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9242317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9243340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9244336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9245354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9246362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9247396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9248406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9249425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9250440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9251438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9252447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9253727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9254753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9255749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9256762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9257779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9258788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9259788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:34:59.9260844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3012027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3013390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3014485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3015494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3016486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3017777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3018798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3019794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3020852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3021870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3022875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3024053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3025054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3026079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3027344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3028338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3029342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3030346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3031389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3032458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3033474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3034484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3035495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3036497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3037796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3038806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3039795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3040841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3041859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3042871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3043862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3044898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3045909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3046920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3047919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3048934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3049943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3051028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3052028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:01.3053032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6820700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6822144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6823187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6824195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6825627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6826911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6827918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6828908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6829921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6830931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6831963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6832964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6833978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6834987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6835984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6836988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6837997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6839042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6840047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6841138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6842145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6843147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6844142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6845424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6846432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6847441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6848432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6849434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6850436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6851464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6852472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6853547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6854558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6855553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6856557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6857628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6858827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6859822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6860838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:02.6861846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0645742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0647164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0648548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0649569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0650599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0651666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0652660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0653756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0654779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0655811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0656805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0657813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0658823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0659900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0660890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0662290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0663302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0664316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0665308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0666316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0667339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0668359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0669399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0670410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0671431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0672436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0673424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0674428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0675469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0676474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0677478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0678477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0679469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0680461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0681622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0682719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0683717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0684702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0685698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:04.0686706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8565220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8566678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8567957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8568975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8569971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8570989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8571995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8573031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8574122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8575137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8576146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8577142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8578142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8579152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8580584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8581597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8582604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8583622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:35:05.8584610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.4 MB/s eta 0:00:00 2024-08-22T20:35:05.8585803Z [?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:05.8587307Z 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:05.8588737Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:35:05.8590081Z 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:05.8591425Z 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:05.8592955Z 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:05.8594641Z 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:05.8596316Z 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:05.8597936Z 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:05.8599530Z 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:05.8601133Z 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:05.8602763Z 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:05.8604410Z 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:05.8606471Z 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:05.8607661Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:05.8608820Z 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:05.8610033Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:35:05.8611065Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/188.7 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:35:05.8612180Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.4/188.7 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:35:05.8613285Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.5/188.7 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8614528Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.5/188.7 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:35:05.8615637Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.5/188.7 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:35:05.8616754Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.6/188.7 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:35:05.8617850Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.7/188.7 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:35:05.8618961Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 63.7/188.7 MB 231.9 MB/s eta 0:00:01 2024-08-22T20:35:05.8620067Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 71.7/188.7 MB 232.5 MB/s eta 0:00:01 2024-08-22T20:35:07.3053428Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 79.7/188.7 MB 233.5 MB/s eta 0:00:01 2024-08-22T20:35:07.3054986Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 87.7/188.7 MB 232.5 MB/s eta 0:00:01 2024-08-22T20:35:07.3056135Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 95.7/188.7 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:35:07.3057247Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 103.7/188.7 MB 233.2 MB/s eta 0:00:01 2024-08-22T20:35:07.3058352Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 112.2/188.7 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:35:07.3059459Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 120.6/188.7 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:35:07.3060966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 129.1/188.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:35:07.3062126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 137.6/188.7 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:35:07.3063207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 146.1/188.7 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:35:07.3064302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 154.5/188.7 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:35:07.3065385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 162.5/188.7 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:35:07.3066475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 170.4/188.7 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:35:07.3067603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 178.2/188.7 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3068660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 186.2/188.7 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:35:07.3069684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3070695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3071696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3072694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3073709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3074752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3075758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3076779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3077785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3078789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3079780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3080988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3082048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3083052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3084043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3085039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3086035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3087022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3088053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3089055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3090056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3091052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3092052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3093054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:07.3094435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6849780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6851077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6852496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6853686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6854723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6855785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6856800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6857811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6858819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6859820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6860844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6861857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6862902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6863902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6864919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6865928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6866942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6867945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6869341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6870351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6871361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6872378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6873403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6874414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6875404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6876450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6877464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6878472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6879473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6880501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6881510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6882545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6883582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6884601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6885612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6886617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6887620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6888635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6889831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:08.6890908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1231939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1233427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1234470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1235485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1236557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1237554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1238571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1239579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1240570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1241566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1242809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1243817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1244807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1245803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1246814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1247819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1248809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1250174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:35:10.1251483Z [?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:10.1252923Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:10.1254174Z 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:10.1255379Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:35:10.1256408Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/239.5 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:35:10.1257516Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/239.5 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1258668Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/239.5 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:35:10.1259775Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/239.5 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:35:10.1260886Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/239.5 MB 230.9 MB/s eta 0:00:01 2024-08-22T20:35:10.1261985Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/239.5 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:35:10.1263134Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/239.5 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:35:10.1281204Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/239.5 MB 231.4 MB/s eta 0:00:01 2024-08-22T20:35:10.1282574Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.8/239.5 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:35:10.1283702Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 80.8/239.5 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:35:10.1284808Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 88.7/239.5 MB 229.4 MB/s eta 0:00:01 2024-08-22T20:35:10.1285918Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 96.6/239.5 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:35:10.1287022Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 104.7/239.5 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:35:10.1288114Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 112.7/239.5 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:35:10.1289251Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 120.5/239.5 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:35:10.1290343Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 128.7/239.5 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:35:10.1291436Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 136.5/239.5 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:35:10.1292546Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 144.6/239.5 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:35:11.6086201Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 152.5/239.5 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:35:11.6087721Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 160.6/239.5 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:35:11.6088916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 168.5/239.5 MB 229.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6090033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 176.5/239.5 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6091155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 184.5/239.5 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:35:11.6092261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 192.4/239.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:35:11.6093373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 200.8/239.5 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:35:11.6094582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.9/239.5 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:35:11.6096117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 216.8/239.5 MB 230.8 MB/s eta 0:00:01 2024-08-22T20:35:11.6097206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 224.9/239.5 MB 234.7 MB/s eta 0:00:01 2024-08-22T20:35:11.6098302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 232.8/239.5 MB 231.3 MB/s eta 0:00:01 2024-08-22T20:35:11.6099367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6100399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6101410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6102472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6103489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6104504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6105502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6106508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6107536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6108551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6109588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6110606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6111621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6112623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6113619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6114629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6115852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6116862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6117859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6118871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6119888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6120892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6121894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6122950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6123963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6124957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6125958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:11.6127343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9899530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9901055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9902101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9903130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9904203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9905232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9906255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9907477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9908631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9909736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9910753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9911750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9912794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9913828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9914888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9915901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9916922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9917932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9918927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9919926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9921191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9922212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9923218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9924238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9925254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9926257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9927616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9928671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9929689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9930693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9931688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9932702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9933787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9934833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9935840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9936866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9937894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9938912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9939926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:35:12.9940946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5094700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5096181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5098092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5099426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5100661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5102026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5103355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5104637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5105948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5107145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5108315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5109433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5110684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5112090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5113340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:00.5114454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:37:00.5115506Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:37:00.5116704Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:37:00.5117862Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:37:00.5118881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:37:00.5120256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:37:00.5121270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:37:00.5122252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 217.5 MB/s eta 0:00:01 2024-08-22T20:37:00.5123222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 38.3 MB/s eta 0:00:00 2024-08-22T20:37:00.5124687Z [?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:00.5126837Z 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:00.5128444Z 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:00.5129635Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:37:00.5130262Z Attempting uninstall: sympy 2024-08-22T20:37:00.5130681Z Found existing installation: sympy 1.13.2 2024-08-22T20:37:00.5131186Z Uninstalling sympy-1.13.2: 2024-08-22T20:37:00.5131663Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:37:00.5132182Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:37:00.5132789Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:37:00.5133376Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:37:00.5134024Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:37:00.5134508Z Attempting uninstall: torch 2024-08-22T20:37:00.5134924Z Found existing installation: torch 2.4.0 2024-08-22T20:37:00.5135424Z Uninstalling torch-2.4.0: 2024-08-22T20:37:00.5135872Z Successfully uninstalled torch-2.4.0 2024-08-22T20:37:00.5136871Z 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:00.5138878Z 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:00.5140663Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:00.5141645Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:00.5142903Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-vrrtbh6d 2024-08-22T20:37:00.5144251Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-vrrtbh6d 2024-08-22T20:37:00.5145675Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:37:00.5146779Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:00.5147774Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:00.5148695Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:37:00.5149504Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:37:00.5150112Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:37:00.5150881Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:37:00.5152384Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019163 sha256=d8ba2c7be0ad8bc0775044b6b3258a0b43d31257804bde366c7bbd26658d47a1 2024-08-22T20:37:00.5153914Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:37:00.5154718Z Successfully built torchao 2024-08-22T20:37:00.5155106Z Installing collected packages: torchao 2024-08-22T20:37:00.5155636Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:37:00.5157236Z 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:00.5158678Z + python3 scripts/patch_triton.py 2024-08-22T20:37:00.5159072Z + pip list 2024-08-22T20:37:00.5159366Z Package Version 2024-08-22T20:37:00.5159832Z ------------------------- ----------------------- 2024-08-22T20:37:00.5160298Z absl-py 2.1.0 2024-08-22T20:37:00.5160679Z accelerate 0.33.0 2024-08-22T20:37:00.5161072Z aiohappyeyeballs 2.4.0 2024-08-22T20:37:00.5161445Z aiohttp 3.10.5 2024-08-22T20:37:00.5161826Z aiosignal 1.3.1 2024-08-22T20:37:00.5162198Z altair 5.4.0 2024-08-22T20:37:00.5162617Z anaconda-anon-usage 0.4.4 2024-08-22T20:37:00.5163056Z anaconda-client 1.12.3 2024-08-22T20:37:00.5163436Z attrs 23.1.0 2024-08-22T20:37:00.5163804Z beautifulsoup4 4.12.3 2024-08-22T20:37:00.5164185Z blinker 1.8.2 2024-08-22T20:37:02.2663217Z blobfile 2.1.1 2024-08-22T20:37:02.2663672Z boltons 23.0.0 2024-08-22T20:37:02.2664127Z brotlipy 0.7.0 2024-08-22T20:37:02.2664574Z cachetools 5.5.0 2024-08-22T20:37:02.2665060Z certifi 2024.7.4 2024-08-22T20:37:02.2665572Z cffi 1.15.1 2024-08-22T20:37:02.2666056Z chardet 4.0.0 2024-08-22T20:37:02.2666801Z charset-normalizer 2.0.4 2024-08-22T20:37:02.2667235Z click 8.1.7 2024-08-22T20:37:02.2667612Z cmake 3.30.2 2024-08-22T20:37:02.2667969Z colorama 0.4.6 2024-08-22T20:37:02.2668343Z conda 23.5.2 2024-08-22T20:37:02.2668914Z conda-build 24.3.0 2024-08-22T20:37:02.2669458Z conda-content-trust 0.1.3 2024-08-22T20:37:02.2669946Z conda_index 0.5.0 2024-08-22T20:37:02.2670502Z conda-libmamba-solver 23.5.0 2024-08-22T20:37:02.2671001Z conda-package-handling 2.1.0 2024-08-22T20:37:02.2671399Z conda_package_streaming 0.8.0 2024-08-22T20:37:02.2671785Z cryptography 39.0.1 2024-08-22T20:37:02.2672154Z DataProperty 1.0.1 2024-08-22T20:37:02.2672528Z datasets 2.21.0 2024-08-22T20:37:02.2672898Z defusedxml 0.7.1 2024-08-22T20:37:02.2673254Z dill 0.3.8 2024-08-22T20:37:02.2673619Z evaluate 0.4.2 2024-08-22T20:37:02.2674302Z fastjsonschema 2.16.2 2024-08-22T20:37:02.2674673Z filelock 3.13.1 2024-08-22T20:37:02.2675188Z Flask 3.0.3 2024-08-22T20:37:02.2675558Z frozenlist 1.4.1 2024-08-22T20:37:02.2675929Z fsspec 2024.6.1 2024-08-22T20:37:02.2676313Z gguf 0.9.1 2024-08-22T20:37:02.2676678Z gitdb 4.0.11 2024-08-22T20:37:02.2677038Z GitPython 3.1.43 2024-08-22T20:37:02.2677475Z huggingface-hub 0.24.6 2024-08-22T20:37:02.2677851Z idna 3.4 2024-08-22T20:37:02.2678206Z itsdangerous 2.2.0 2024-08-22T20:37:02.2678578Z Jinja2 3.1.4 2024-08-22T20:37:02.2678934Z joblib 1.4.2 2024-08-22T20:37:02.2679286Z jsonlines 4.0.0 2024-08-22T20:37:02.2679656Z jsonpatch 1.32 2024-08-22T20:37:02.2680027Z jsonpointer 2.1 2024-08-22T20:37:02.2680394Z jsonschema 4.19.2 2024-08-22T20:37:02.2680916Z jsonschema-specifications 2023.7.1 2024-08-22T20:37:02.2681329Z jupyter_core 5.7.2 2024-08-22T20:37:02.2681754Z libarchive-c 2.9 2024-08-22T20:37:02.2682113Z libmambapy 1.4.1 2024-08-22T20:37:02.2682487Z lm_eval 0.4.2 2024-08-22T20:37:02.2682846Z lxml 4.9.4 2024-08-22T20:37:02.2683249Z markdown-it-py 3.0.0 2024-08-22T20:37:02.2683626Z MarkupSafe 2.1.3 2024-08-22T20:37:02.2684008Z mbstrdecoder 1.1.3 2024-08-22T20:37:02.2684369Z mdurl 0.1.2 2024-08-22T20:37:02.2684731Z menuinst 2.1.2 2024-08-22T20:37:02.2685144Z more-itertools 10.1.0 2024-08-22T20:37:02.2685507Z mpmath 1.3.0 2024-08-22T20:37:02.2685882Z multidict 6.0.5 2024-08-22T20:37:02.2686265Z multiprocess 0.70.16 2024-08-22T20:37:02.2686643Z narwhals 1.5.2 2024-08-22T20:37:02.2687004Z nbformat 5.9.2 2024-08-22T20:37:02.2687369Z networkx 3.3 2024-08-22T20:37:02.2687725Z ninja 1.11.1.1 2024-08-22T20:37:02.2688099Z nltk 3.9.1 2024-08-22T20:37:02.2688471Z numexpr 2.10.1 2024-08-22T20:37:02.2688840Z numpy 1.26.4 2024-08-22T20:37:02.2689275Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:37:02.2689738Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:37:02.2690191Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:37:02.2690651Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:37:02.2691110Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:37:02.2691554Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:37:02.2692008Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:37:02.2692475Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:37:02.2692953Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:37:02.2693550Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:37:02.2694023Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:37:02.2694471Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:37:02.2694869Z packaging 23.0 2024-08-22T20:37:02.2695248Z pandas 2.2.2 2024-08-22T20:37:02.2695616Z pathvalidate 3.2.0 2024-08-22T20:37:02.2695997Z peft 0.12.0 2024-08-22T20:37:02.2696375Z pillow 10.4.0 2024-08-22T20:37:02.2696756Z pip 23.1.2 2024-08-22T20:37:02.2697135Z pkginfo 1.10.0 2024-08-22T20:37:02.2697537Z platformdirs 3.10.0 2024-08-22T20:37:02.2697907Z pluggy 1.0.0 2024-08-22T20:37:02.2698294Z portalocker 2.10.1 2024-08-22T20:37:02.2698739Z protobuf 5.27.3 2024-08-22T20:37:02.2699116Z psutil 5.9.0 2024-08-22T20:37:02.2699507Z pyarrow 17.0.0 2024-08-22T20:37:02.2699900Z pybind11 2.13.5 2024-08-22T20:37:02.2700278Z pycosat 0.6.4 2024-08-22T20:37:02.2700669Z pycparser 2.21 2024-08-22T20:37:02.2701161Z pycryptodomex 3.20.0 2024-08-22T20:37:02.2701619Z pydeck 0.9.1 2024-08-22T20:37:02.2702005Z Pygments 2.18.0 2024-08-22T20:37:02.2702382Z pyOpenSSL 23.0.0 2024-08-22T20:37:02.2702756Z PySocks 1.7.1 2024-08-22T20:37:02.2703141Z pytablewriter 1.2.0 2024-08-22T20:37:02.2703601Z python-dateutil 2.9.0.post0 2024-08-22T20:37:02.2704092Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:37:02.2704529Z pytz 2024.1 2024-08-22T20:37:02.2704899Z PyYAML 6.0.1 2024-08-22T20:37:02.2705269Z referencing 0.30.2 2024-08-22T20:37:02.2705645Z regex 2024.7.24 2024-08-22T20:37:02.2706032Z requests 2.32.3 2024-08-22T20:37:02.2706441Z requests-toolbelt 1.0.0 2024-08-22T20:37:02.2706817Z rich 13.7.1 2024-08-22T20:37:02.2707242Z rouge-score 0.1.2 2024-08-22T20:37:02.2707659Z rpds-py 0.10.6 2024-08-22T20:37:02.2708038Z ruamel.yaml 0.17.21 2024-08-22T20:37:02.2708429Z sacrebleu 2.4.3 2024-08-22T20:37:02.2708787Z safetensors 0.4.4 2024-08-22T20:37:02.2709201Z scikit-learn 1.5.1 2024-08-22T20:37:02.2709574Z scipy 1.14.1 2024-08-22T20:37:02.2709938Z sentencepiece 0.2.0 2024-08-22T20:37:02.2710313Z setuptools 67.8.0 2024-08-22T20:37:02.2710682Z six 1.16.0 2024-08-22T20:37:02.2711039Z smmap 5.0.1 2024-08-22T20:37:02.2711415Z snakeviz 2.2.0 2024-08-22T20:37:02.2711789Z soupsieve 2.5 2024-08-22T20:37:02.2712151Z sqlitedict 2.1.0 2024-08-22T20:37:02.2712533Z streamlit 1.37.1 2024-08-22T20:37:02.2712921Z sympy 1.13.1 2024-08-22T20:37:02.2713294Z tabledata 1.3.3 2024-08-22T20:37:02.2713672Z tabulate 0.9.0 2024-08-22T20:37:02.2714056Z tcolorpy 0.1.6 2024-08-22T20:37:02.2714435Z tenacity 8.5.0 2024-08-22T20:37:02.2714821Z threadpoolctl 3.5.0 2024-08-22T20:37:02.2715200Z tiktoken 0.7.0 2024-08-22T20:37:02.2715560Z tokenizers 0.19.1 2024-08-22T20:37:02.2715935Z toml 0.10.2 2024-08-22T20:37:02.2716298Z toolz 0.12.0 2024-08-22T20:37:02.2716697Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:02.2717184Z torchao 0.4.0+gite11201a 2024-08-22T20:37:02.2717675Z tornado 6.4.1 2024-08-22T20:37:02.2718032Z tqdm 4.66.5 2024-08-22T20:37:02.2718476Z tqdm-multiprocess 0.0.11 2024-08-22T20:37:02.2718875Z traitlets 5.14.3 2024-08-22T20:37:02.2719244Z transformers 4.44.2 2024-08-22T20:37:02.2719627Z typepy 1.3.2 2024-08-22T20:37:02.2720013Z typing_extensions 4.12.2 2024-08-22T20:37:02.2720395Z tzdata 2024.1 2024-08-22T20:37:02.2720776Z urllib3 1.26.16 2024-08-22T20:37:02.2721162Z watchdog 4.0.2 2024-08-22T20:37:02.2721526Z Werkzeug 3.0.4 2024-08-22T20:37:02.2721901Z wheel 0.38.4 2024-08-22T20:37:02.2722271Z word2number 1.1 2024-08-22T20:37:02.2722619Z xxhash 3.5.0 2024-08-22T20:37:02.2722979Z yarl 1.9.4 2024-08-22T20:37:02.2723347Z zstandard 0.19.0 2024-08-22T20:37:02.2723707Z zstd 1.5.5.1 2024-08-22T20:37:02.2724424Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:37:02.2725390Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:37:02.2726004Z + echo ::endgroup:: 2024-08-22T20:37:02.2727053Z ##[endgroup] 2024-08-22T20:37:02.2727493Z + echo '::group::Download checkpoint' 2024-08-22T20:37:02.2728379Z ##[group]Download checkpoint 2024-08-22T20:37:02.2728773Z + export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:37:02.2729322Z + REPO_NAME=tinyllamas/stories15M 2024-08-22T20:37:02.2730957Z + 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:02.2732587Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:37:02.2734048Z + 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:02.2735429Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:37:02.2735913Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:37:02.2736395Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:37:02.2737016Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:37:02.2737616Z + IFS=, 2024-08-22T20:37:02.2737973Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:02.2738723Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:37:02.2739643Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:02.2740487Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:02.2741465Z --2024-08-22 20:37:02-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:02.2742408Z Resolving huggingface.co (huggingface.co)... 18.154.227.87, 18.154.227.67, 18.154.227.69, ... 2024-08-22T20:37:02.2743269Z Connecting to huggingface.co (huggingface.co)|18.154.227.87|:443... connected. 2024-08-22T20:37:02.2743944Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:02.2752875Z 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=1724617297&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5N319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=RapAIPpIVaDqktps7uug7PNEWs02Ih6vwLNZB2hNYSccxj6lVmfaUrlkbuHk5rFAHuF5ZZPpgxWLTl9Tps0ng8W%7Ex6PrKqAvGa8A02x31hK5oh0UffCM4PArZwBjbP8ndp3AouNI0%7EFWeUt8JWrLbzw6Gn6l3CS7Mux5y3oDlTGCM3Xhjia2I83RT3cxGpc38XVehHxqj8EkCFFUIRO0JoaDCYEXlDeFpgZrtMsk4JZs0pDUYvUQRmKK7g4kDMQTcKiuQTZ5XDhB4cVB3Lwd0PfeByjgKwfkcGuJw2gum8jmWwV6x8o72mDqY7DkRCokX-207L0476P7jKryeu7iMQ__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:38:32.4126982Z --2024-08-22 20:37:02-- 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=1724617297&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5N319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=RapAIPpIVaDqktps7uug7PNEWs02Ih6vwLNZB2hNYSccxj6lVmfaUrlkbuHk5rFAHuF5ZZPpgxWLTl9Tps0ng8W%7Ex6PrKqAvGa8A02x31hK5oh0UffCM4PArZwBjbP8ndp3AouNI0%7EFWeUt8JWrLbzw6Gn6l3CS7Mux5y3oDlTGCM3Xhjia2I83RT3cxGpc38XVehHxqj8EkCFFUIRO0JoaDCYEXlDeFpgZrtMsk4JZs0pDUYvUQRmKK7g4kDMQTcKiuQTZ5XDhB4cVB3Lwd0PfeByjgKwfkcGuJw2gum8jmWwV6x8o72mDqY7DkRCokX-207L0476P7jKryeu7iMQ__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:38:32.4136179Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.111, 108.138.64.49, 108.138.64.121, ... 2024-08-22T20:38:32.4137600Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.111|:443... connected. 2024-08-22T20:38:32.4138442Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:38:32.4139120Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:38:32.4139865Z Saving to: ‘stories15M.pt’ 2024-08-22T20:38:32.4140367Z 2024-08-22T20:38:32.4140375Z 2024-08-22T20:38:32.4140760Z 0% [ ] 0 --.-K/s 2024-08-22T20:38:32.4141468Z 100%[======================================>] 60,789,090 353MB/s in 0.2s 2024-08-22T20:38:32.4141943Z 2024-08-22T20:38:32.4144988Z 2024-08-22 20:37:02 (353 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:38:32.4145484Z 2024-08-22T20:38:32.4145722Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:38:32.4146464Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:38:32.4147316Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:38:32.4148084Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:38:32.4148981Z --2024-08-22 20:37:02-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:38:32.4149688Z Resolving github.com (github.com)... 140.82.114.3 2024-08-22T20:38:32.4150338Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-08-22T20:38:32.4150956Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:38:32.4151741Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:38:32.4152849Z --2024-08-22 20:37:02-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:38:32.4153977Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-08-22T20:38:32.4155108Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:38:32.4155898Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:38:32.4156460Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:38:32.4156972Z Saving to: ‘tokenizer.model’ 2024-08-22T20:38:32.4157217Z 2024-08-22T20:38:32.4157223Z 2024-08-22T20:38:32.4157502Z 0% [ ] 0 --.-K/s 2024-08-22T20:38:32.4158133Z 100%[======================================>] 499,723 --.-K/s in 0.005s 2024-08-22T20:38:32.4158500Z 2024-08-22T20:38:32.4158871Z 2024-08-22 20:37:02 (101 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:38:32.4159378Z 2024-08-22T20:38:32.4159576Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:38:32.4160310Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:38:32.4161207Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:38:32.4161957Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:38:32.4162819Z --2024-08-22 20:37:02-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:38:32.4163531Z Resolving github.com (github.com)... 140.82.114.3 2024-08-22T20:38:32.4164138Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-08-22T20:38:32.4164756Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:38:32.4165520Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:38:32.4166596Z --2024-08-22 20:37:02-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:38:32.4167727Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... 2024-08-22T20:38:32.4169111Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. 2024-08-22T20:38:32.4169901Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:38:32.4170461Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:38:32.4170972Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:38:32.4171208Z 2024-08-22T20:38:32.4171214Z 2024-08-22T20:38:32.4171498Z 0% [ ] 0 --.-K/s 2024-08-22T20:38:32.4172124Z 100%[======================================>] 433,869 --.-K/s in 0.005s 2024-08-22T20:38:32.4172488Z 2024-08-22T20:38:32.4172852Z 2024-08-22 20:37:02 (76.7 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:38:32.4173361Z 2024-08-22T20:38:32.4173473Z + popd 2024-08-22T20:38:32.4173733Z /pytorch/torchchat 2024-08-22T20:38:32.4174068Z + echo ::endgroup:: 2024-08-22T20:38:32.4174690Z ##[endgroup] 2024-08-22T20:38:32.4175118Z + echo '::group::Convert checkpoint' 2024-08-22T20:38:32.4175756Z ##[group]Convert checkpoint 2024-08-22T20:38:32.4176238Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-08-22T20:38:32.4176956Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:38:32.4177541Z /pytorch/torchchat 2024-08-22T20:38:32.4177843Z + echo ::endgroup:: 2024-08-22T20:38:32.4178355Z ##[endgroup] 2024-08-22T20:38:32.4178722Z + echo '::group::Run inference' 2024-08-22T20:38:32.4179314Z ##[group]Run inference 2024-08-22T20:38:32.4180032Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda aoti-float32 2024-08-22T20:38:32.4180755Z arg:aoti-float32 2024-08-22T20:38:32.4181067Z Passing DTYPES=float32 2024-08-22T20:38:32.4181400Z Local DTYPES=float32 2024-08-22T20:38:32.4181730Z Local after default DTYPES=float32 2024-08-22T20:38:32.4182289Z ############### Run inference with AOT Inductor for dtype float32 ############### 2024-08-22T20:38:32.4182739Z 2024-08-22T20:38:32.4182867Z ****************************************** 2024-08-22T20:38:32.4183353Z ************** non-quantized ************* 2024-08-22T20:38:32.4183770Z ****************************************** 2024-08-22T20:38:32.4184050Z 2024-08-22T20:38:32.4184285Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:42:07.4416360Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:42:07.4416822Z  fi 2024-08-22T20:42:07.4417214Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:42:07.4417868Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:42:07.4418419Z  fi 2024-08-22T20:42:07.4419044Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:42:07.4419867Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:42:07.4420388Z fi 2024-08-22T20:42:07.4420713Z  2024-08-22T20:42:07.4420985Z upload_docs=0 2024-08-22T20:42:07.4421550Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:42:07.4422400Z # empty folders do not count 2024-08-22T20:42:07.4423021Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:42:07.4423889Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:42:07.4424628Z  # upload will probably not work correctly 2024-08-22T20:42:07.4425104Z  upload_docs=1 2024-08-22T20:42:07.4425432Z fi 2024-08-22T20:42:07.4425863Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:42:07.4435822Z shell: /usr/bin/bash -e {0} 2024-08-22T20:42:07.4436252Z env: 2024-08-22T20:42:07.4436575Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:07.4437029Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:07.4437436Z PR_NUMBER: 1044 2024-08-22T20:42:07.4443493Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:42:07.4450029Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:07.4450790Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:07.4451499Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:07.4452106Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:07.4452591Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:42:07.4453106Z ##[endgroup] 2024-08-22T20:42:07.4564309Z Prepare all required actions 2024-08-22T20:42:07.4620442Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:42:07.4621164Z with: 2024-08-22T20:42:07.4621529Z env: 2024-08-22T20:42:07.4621987Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:07.4622661Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:07.4623180Z PR_NUMBER: 1044 2024-08-22T20:42:07.4632397Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:42:07.4642779Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:07.4643941Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:07.4644993Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:07.4645921Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:07.4646623Z ##[endgroup] 2024-08-22T20:42:07.4673868Z ##[group]Run set -eou pipefail 2024-08-22T20:42:07.4674266Z set -eou pipefail 2024-08-22T20:42:07.4674604Z  2024-08-22T20:42:07.4675105Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:42:07.4675732Z for _ in $(seq 1440); do 2024-08-22T20:42:07.4676208Z  # Break if no ssh session exists anymore 2024-08-22T20:42:07.4676694Z  if [ "$(who)" = "" ]; then 2024-08-22T20:42:07.4677094Z  break 2024-08-22T20:42:07.4677405Z  fi 2024-08-22T20:42:07.4677694Z  echo "." 2024-08-22T20:42:07.4678006Z  sleep 5 2024-08-22T20:42:07.4678312Z done 2024-08-22T20:42:07.4688297Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:42:07.4688779Z env: 2024-08-22T20:42:07.4689097Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:07.4689556Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:07.4689918Z PR_NUMBER: 1044 2024-08-22T20:42:07.4696237Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:42:07.4702790Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:07.4703552Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:07.4704270Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:07.4704877Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:07.4705340Z ##[endgroup] 2024-08-22T20:42:07.4734583Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:42:07.4832731Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:42:07.4833514Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:42:07.4834104Z # shellcheck disable=SC2046 2024-08-22T20:42:07.4834562Z docker stop $(docker ps -q) || true 2024-08-22T20:42:07.4835025Z # Prune all of the docker images 2024-08-22T20:42:07.4835467Z docker system prune -af 2024-08-22T20:42:07.4844310Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:42:07.4845626Z env: 2024-08-22T20:42:07.4845962Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:07.4846727Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:07.4847105Z PR_NUMBER: 1044 2024-08-22T20:42:07.4853148Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:42:07.4859786Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:07.4860543Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:07.4861265Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:07.4861875Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:07.4862354Z ##[endgroup] 2024-08-22T20:42:18.5686904Z a265e9d219ca 2024-08-22T20:42:22.0566563Z Deleted Containers: 2024-08-22T20:42:22.0567270Z a265e9d219cad82f2154973d9a0f38df6700b5dca3671edf66cf2f790bf40b82 2024-08-22T20:42:22.0567795Z 2024-08-22T20:42:27.4230842Z Deleted Images: 2024-08-22T20:42:27.4231701Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:27.4232642Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:42:27.4233631Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:42:27.4234998Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:42:27.4235938Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:42:27.4236840Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:42:27.4237842Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:42:27.4238968Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:42:27.4239852Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:42:27.4240914Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:42:27.4241929Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:42:27.4242744Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:42:27.4243589Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:42:27.4244420Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:42:27.4245221Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:42:27.4246025Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:42:27.4246821Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:42:27.4247853Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:42:27.4248806Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:42:27.4249725Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:42:27.4250516Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:42:27.4251326Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:42:27.4252248Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:42:27.4253049Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:42:27.4253956Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:42:27.4254736Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:42:27.4255530Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:42:27.4256367Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:42:27.4257197Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:42:27.4258009Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:42:27.4258834Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:42:27.4259640Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:42:27.4260416Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:42:27.4261302Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:42:27.4262537Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:42:27.4263674Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:42:27.4264503Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:42:27.4265000Z 2024-08-22T20:42:27.4265147Z Total reclaimed space: 24.25GB 2024-08-22T20:42:27.4309305Z ##[group]Run set +e 2024-08-22T20:42:27.4309650Z set +e 2024-08-22T20:42:27.4309994Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:42:27.4310557Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:42:27.4311068Z else 2024-08-22T20:42:27.4311455Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:42:27.4311922Z fi 2024-08-22T20:42:27.4312250Z set -e 2024-08-22T20:42:27.4321872Z shell: /usr/bin/bash -e {0} 2024-08-22T20:42:27.4322217Z env: 2024-08-22T20:42:27.4322586Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:27.4323040Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:27.4323421Z PR_NUMBER: 1044 2024-08-22T20:42:27.4329952Z 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 pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float32" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) != Darwin ]; then python3 generate.py --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" fi echo "::endgroup::" 2024-08-22T20:42:27.4336841Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:27.4337610Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:27.4338322Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:27.4338937Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:27.4339418Z NO_SUDO: false 2024-08-22T20:42:27.4339709Z ##[endgroup] 2024-08-22T20:42:27.7309033Z Post job cleanup. 2024-08-22T20:42:27.8271074Z Post job cleanup. 2024-08-22T20:42:27.9137885Z [command]/usr/bin/git version 2024-08-22T20:42:27.9189668Z git version 2.40.1 2024-08-22T20:42:27.9226669Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/78cc3aa2-cbc7-4a54-83db-627b12ff427e' before making global git config changes 2024-08-22T20:42:27.9228033Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:42:27.9232084Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:42:27.9278737Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:42:27.9323235Z [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:42:27.9690016Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:42:27.9724506Z http.https://github.com/.extraheader 2024-08-22T20:42:27.9735050Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:42:27.9781407Z [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:42:28.0213214Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:42:28.0237758Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:42:28.0246054Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:42:28.0246726Z ##[endgroup] 2024-08-22T20:42:34.0698271Z Cleaning up orphan processes