2024-08-22T20:28:39.6715174Z Current runner version: '2.319.1' 2024-08-22T20:28:39.6722515Z Runner name: 'i-04744beabe99a8ec6' 2024-08-22T20:28:39.6723466Z Runner group name: 'Default' 2024-08-22T20:28:39.6724331Z Machine name: 'ip-10-0-67-151' 2024-08-22T20:28:39.6741234Z Testing runner upgrade compatibility 2024-08-22T20:28:39.7861197Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:39.7863247Z Contents: read 2024-08-22T20:28:39.7863818Z Metadata: read 2024-08-22T20:28:39.7864522Z Packages: read 2024-08-22T20:28:39.7865035Z ##[endgroup] 2024-08-22T20:28:39.7868129Z Secret source: Actions 2024-08-22T20:28:39.7869077Z Prepare workflow directory 2024-08-22T20:28:40.3290737Z Prepare all required actions 2024-08-22T20:28:40.3477326Z Getting action download info 2024-08-22T20:28:40.5270486Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:40.8170228Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:40.9487952Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:41.0844667Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:41.2064575Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:41.4920265Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:41.4922453Z ##[group] Inputs 2024-08-22T20:28:41.4924732Z script: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:41.4927374Z timeout: 60 2024-08-22T20:28:41.4927808Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:41.4928410Z upload-artifact: 2024-08-22T20:28:41.4928874Z download-artifact: 2024-08-22T20:28:41.4929276Z repository: 2024-08-22T20:28:41.4929755Z fetch-depth: 1 2024-08-22T20:28:41.4930199Z submodules: 2024-08-22T20:28:41.4930563Z ref: 2024-08-22T20:28:41.4931149Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:41.4931704Z test-infra-ref: 2024-08-22T20:28:41.4932165Z docker-image: pytorch/conda-builder 2024-08-22T20:28:41.4932769Z docker-build-dir: .ci/docker 2024-08-22T20:28:41.4933255Z gpu-arch-type: cuda 2024-08-22T20:28:41.4933667Z gpu-arch-version: 12.1 2024-08-22T20:28:41.4934204Z job-name: linux-job 2024-08-22T20:28:41.4935001Z continue-on-error: false 2024-08-22T20:28:41.4935437Z binary-matrix: 2024-08-22T20:28:41.4935969Z run-with-docker: true 2024-08-22T20:28:41.4936491Z secrets-env: 2024-08-22T20:28:41.4936954Z no-sudo: false 2024-08-22T20:28:41.4937511Z ##[endgroup] 2024-08-22T20:28:41.4938201Z Complete job name: test-readme-any / linux-job 2024-08-22T20:28:41.5595148Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:41.5748821Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:41.5760799Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:41.5761541Z ##[endgroup] 2024-08-22T20:28:43.7891963Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:43.7892527Z Instance Type: g5.4xlarge 2024-08-22T20:28:43.7893268Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:43.7893820Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:49.6082694Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:49.6083220Z set -euxo pipefail 2024-08-22T20:28:49.6083650Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:49.6084194Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:49.6084990Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.6085423Z else 2024-08-22T20:28:49.6085807Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:49.6086307Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.6086713Z fi 2024-08-22T20:28:49.6086994Z  2024-08-22T20:28:49.6087299Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.6087724Z echo "::endgroup::" 2024-08-22T20:28:49.6096969Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:49.6097327Z env: 2024-08-22T20:28:49.6097666Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:49.6098128Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:49.6098532Z PR_NUMBER: 1044 2024-08-22T20:28:49.6100498Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:49.6102512Z NO_SUDO: false 2024-08-22T20:28:49.6102804Z ##[endgroup] 2024-08-22T20:28:49.6135070Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:49.6156589Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:49.6165650Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:49.6166354Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:49.6879432Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:49.6901991Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:49.6915569Z + echo ::endgroup:: 2024-08-22T20:28:49.6916457Z ##[endgroup] 2024-08-22T20:28:49.7031037Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:49.7031448Z with: 2024-08-22T20:28:49.7031752Z repository: pytorch/test-infra 2024-08-22T20:28:49.7032145Z path: test-infra 2024-08-22T20:28:49.7032466Z submodules: recursive 2024-08-22T20:28:49.7033035Z token: *** 2024-08-22T20:28:49.7033348Z ssh-strict: true 2024-08-22T20:28:49.7033676Z persist-credentials: true 2024-08-22T20:28:49.7034024Z clean: true 2024-08-22T20:28:49.7034345Z sparse-checkout-cone-mode: true 2024-08-22T20:28:49.7034734Z fetch-depth: 1 2024-08-22T20:28:49.7035032Z fetch-tags: false 2024-08-22T20:28:49.7035335Z lfs: false 2024-08-22T20:28:49.7035637Z set-safe-directory: true 2024-08-22T20:28:49.7035970Z env: 2024-08-22T20:28:49.7036291Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:49.7036750Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:49.7037117Z PR_NUMBER: 1044 2024-08-22T20:28:49.7039103Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:49.7041127Z ##[endgroup] 2024-08-22T20:28:49.8100913Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:49.8101761Z ##[group]Getting Git version info 2024-08-22T20:28:49.8102551Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:49.8103477Z [command]/usr/bin/git version 2024-08-22T20:28:49.8103846Z git version 2.40.1 2024-08-22T20:28:49.8110964Z ##[endgroup] 2024-08-22T20:28:49.8124504Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/66c7e21c-2405-437d-8c85-0757633acaf9/.gitconfig' 2024-08-22T20:28:49.8131183Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/66c7e21c-2405-437d-8c85-0757633acaf9' before making global git config changes 2024-08-22T20:28:49.8132387Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:49.8135937Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:49.8188604Z ##[group]Initializing the repository 2024-08-22T20:28:49.8192381Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:49.8240277Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:49.8241351Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:49.8242248Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:49.8242806Z hint: 2024-08-22T20:28:49.8243259Z hint: git config --global init.defaultBranch 2024-08-22T20:28:49.8243742Z hint: 2024-08-22T20:28:49.8244317Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:49.8245158Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:49.8245767Z hint: 2024-08-22T20:28:49.8246090Z hint: git branch -m 2024-08-22T20:28:49.8247134Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:49.8254691Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:49.8299881Z ##[endgroup] 2024-08-22T20:28:49.8300992Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:49.8302144Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:49.8344206Z ##[endgroup] 2024-08-22T20:28:49.8344808Z ##[group]Setting up auth 2024-08-22T20:28:49.8350146Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:49.8394050Z [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:28:49.8753152Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:49.8796659Z [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:28:49.9160917Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:49.9224030Z ##[endgroup] 2024-08-22T20:28:49.9224841Z ##[group]Determining the default branch 2024-08-22T20:28:49.9227827Z Retrieving the default branch name 2024-08-22T20:28:50.0611541Z Default branch 'main' 2024-08-22T20:28:50.0612388Z ##[endgroup] 2024-08-22T20:28:50.0612949Z ##[group]Fetching the repository 2024-08-22T20:28:50.0617776Z [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:28:50.2814492Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:50.2815263Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:50.2816666Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:50.2817451Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:50.2817979Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:50.2818736Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:50.2819430Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:50.2819938Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:50.2820448Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:50.2820960Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:50.2821448Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:50.2821979Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:50.2822488Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:50.2823218Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:50.2823718Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:50.2824218Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:50.2824797Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:50.2825298Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:50.2825794Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:50.2826297Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:50.2826797Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:50.2827297Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:50.2827783Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:50.2828277Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:50.2828779Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:50.2829430Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:50.2830167Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:50.2830912Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:50.2831673Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:50.2832261Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:50.2832762Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:50.2833256Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:50.2833737Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:50.2834237Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:50.2834729Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:50.2835213Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:50.2835703Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:50.2836544Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:50.2837242Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:50.2837753Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:50.2838250Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:50.2838739Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:50.2839272Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:50.2839775Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:50.2840277Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:50.2840771Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:50.2841271Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:50.2841773Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:50.2842264Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:50.2842767Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:50.2843272Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:50.2843762Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:50.2844270Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:50.2844774Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:50.2845279Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:50.2845776Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:50.2846292Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:50.2846804Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:50.2847302Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:50.2847812Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:50.2848324Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:50.2848821Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:50.2849339Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:50.2849877Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:50.2850395Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:50.2851052Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:50.2851585Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:50.2852119Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:50.2852640Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:50.2853171Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:50.2853694Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:50.2854212Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:50.2854726Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:50.2855251Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:50.2855755Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:50.2856291Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:50.2856814Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:50.2857337Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:50.2857891Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:50.2858408Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:50.2858928Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:50.2859439Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:50.2859957Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:50.2860470Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:50.2861018Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:50.2861775Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:50.2862308Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:50.2862820Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:50.2863480Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:50.2864004Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:50.2864603Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:50.2865131Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:50.2865641Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:50.2866142Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:50.2866656Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:50.2867181Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:50.2867689Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:50.2868202Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:50.2868710Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:50.2869229Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:50.2869746Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:50.2870280Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:50.2870843Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:50.2871408Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:50.2871951Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:50.2885872Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:50.2897749Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:50.2922972Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:50.2967054Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:50.2995503Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:50.3003417Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:50.3130227Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:50.3163863Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:50.3176072Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:50.3200848Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:50.3221209Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:50.3252025Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:50.3276755Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:50.3305369Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:50.3328737Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:50.3329569Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:50.3338061Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:50.3350053Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:50.3378264Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:50.3442727Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:50.3495618Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:50.3516964Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:50.3546579Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:50.3572759Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:50.3598736Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:50.3609625Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:50.3630188Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:50.3630755Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:50.3656395Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:50.3664908Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:50.3665449Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:50.3687425Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:50.3688109Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:50.3688908Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:50.3689456Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:50.3690021Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:50.3691114Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:50.3691739Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:50.3692284Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:50.3692837Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:50.3705393Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:50.3706181Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:50.3706816Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:50.3707344Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:50.3707880Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:50.3708424Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:50.3708973Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:50.3709501Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:50.3710039Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:50.3710572Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:50.3711094Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:50.3785624Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:50.3792490Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:50.3797018Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:50.3797586Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:50.3799046Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:50.3800495Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:50.3803085Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:50.3804196Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:50.3805366Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:50.3817081Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:50.3825527Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:50.3832550Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:50.3837608Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:50.3842669Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:50.3848459Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:50.3853817Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:50.3865832Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:50.3885030Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:50.3899637Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:50.3906344Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:50.3915252Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:50.3933881Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:50.3951321Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:50.3971221Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:50.4229198Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:50.4339995Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:50.4349133Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:50.4353781Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:50.4354383Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:50.4366753Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:50.4387258Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:50.4403256Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:50.4409344Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:50.4415975Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:50.4422911Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:50.4425536Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:50.4426977Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:50.4428467Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:50.4431231Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:50.4433800Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:50.4434474Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:50.4435734Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:50.4436682Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:50.4437684Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:50.4439096Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:50.4440149Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:50.4441400Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:50.4442446Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:50.4443051Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:50.4473532Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:50.4476064Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:50.4575894Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:50.4585435Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:50.4601105Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:50.4609800Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:50.4615119Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:50.4620075Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:50.4621993Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:50.4632012Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:50.4635142Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:50.4638220Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:50.4641123Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:50.4874700Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:50.4955302Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:50.4959027Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:50.4962908Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:50.4967584Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:50.5006317Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:50.5019430Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:50.5020415Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:50.5025825Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:50.5029385Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:50.5033133Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:50.5043881Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:50.5060897Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:50.5063641Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:50.5065119Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:50.5072695Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:50.5075248Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:50.5085079Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:50.5092377Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:50.5098711Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:50.5107724Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:50.5108527Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:50.5110897Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:50.5117192Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:50.5124514Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:50.5127193Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:50.5132049Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:50.5137327Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:50.5142025Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:50.5147007Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:50.5150414Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:50.5153111Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:50.5156959Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:50.5161483Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:50.5164149Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:50.5167466Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:50.5171149Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:50.5175633Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:50.5178661Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:50.5181270Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:50.5186734Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:50.5190552Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:50.5192274Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:50.5195055Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:50.5198728Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:50.5204620Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:50.5213103Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:50.5216728Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:50.5220924Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:50.5224372Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:50.5230194Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:50.5236033Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:50.5240385Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:50.5242535Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:50.5246864Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:50.5251343Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:50.5257376Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:50.5263163Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:50.5271779Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:50.5279483Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:50.5316253Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:50.5322167Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:50.5426121Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:50.5428030Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:50.5434322Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:50.5435374Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:50.5438235Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:50.5444090Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:50.5453599Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:50.5502167Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:50.5504573Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:50.5507788Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:50.5510378Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:50.5511281Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:50.5511749Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:50.5512793Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:50.5515862Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:50.5518670Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:50.5519897Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:50.5520320Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:50.5521469Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:50.5524637Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:50.5525397Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:50.5532264Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:50.5544835Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:50.5555942Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:50.5576781Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:50.5577903Z remote: Total 1649 (delta 372), reused 1071 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:50.5592628Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:50.5593217Z Receiving objects: 100% (1649/1649), 2.83 MiB | 25.21 MiB/s, done. 2024-08-22T20:28:50.5602388Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:50.5604726Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:50.5607441Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:50.5609623Z Resolving deltas: 3% (12/372) 2024-08-22T20:28:50.5610391Z Resolving deltas: 4% (15/372) 2024-08-22T20:28:50.5611135Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:50.5612126Z Resolving deltas: 6% (23/372) 2024-08-22T20:28:50.5612814Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:50.5614064Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:50.5615218Z Resolving deltas: 10% (38/372) 2024-08-22T20:28:50.5616267Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:50.5616871Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:50.5620763Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:50.5621166Z Resolving deltas: 14% (54/372) 2024-08-22T20:28:50.5623533Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:50.5634153Z Resolving deltas: 16% (61/372) 2024-08-22T20:28:50.5635437Z Resolving deltas: 17% (65/372) 2024-08-22T20:28:50.5639130Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:50.5640054Z Resolving deltas: 19% (71/372) 2024-08-22T20:28:50.5640661Z Resolving deltas: 20% (77/372) 2024-08-22T20:28:50.5641272Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:50.5642006Z Resolving deltas: 22% (82/372) 2024-08-22T20:28:50.5642782Z Resolving deltas: 23% (86/372) 2024-08-22T20:28:50.5643398Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:50.5643989Z Resolving deltas: 25% (93/372) 2024-08-22T20:28:50.5645861Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:50.5646294Z Resolving deltas: 27% (102/372) 2024-08-22T20:28:50.5646757Z Resolving deltas: 28% (106/372) 2024-08-22T20:28:50.5647319Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:50.5655943Z Resolving deltas: 30% (112/372) 2024-08-22T20:28:50.5656915Z Resolving deltas: 31% (117/372) 2024-08-22T20:28:50.5657503Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:50.5658094Z Resolving deltas: 33% (125/372) 2024-08-22T20:28:50.5659985Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:50.5660413Z Resolving deltas: 35% (132/372) 2024-08-22T20:28:50.5662381Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:50.5663325Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:50.5664588Z Resolving deltas: 38% (142/372) 2024-08-22T20:28:50.5665828Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:50.5668131Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:50.5668904Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:50.5669540Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:50.5670507Z Resolving deltas: 43% (161/372) 2024-08-22T20:28:50.5671818Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:50.5672339Z Resolving deltas: 45% (168/372) 2024-08-22T20:28:50.5673322Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:50.5674234Z Resolving deltas: 47% (177/372) 2024-08-22T20:28:50.5674641Z Resolving deltas: 48% (180/372) 2024-08-22T20:28:50.5675463Z Resolving deltas: 49% (183/372) 2024-08-22T20:28:50.5676365Z Resolving deltas: 50% (187/372) 2024-08-22T20:28:50.5676949Z Resolving deltas: 51% (190/372) 2024-08-22T20:28:50.5678763Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:50.5679198Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:50.5681001Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:50.5682261Z Resolving deltas: 55% (205/372) 2024-08-22T20:28:50.5684107Z Resolving deltas: 56% (209/372) 2024-08-22T20:28:50.5684726Z Resolving deltas: 57% (215/372) 2024-08-22T20:28:50.5685506Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:50.5687678Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:50.5688101Z Resolving deltas: 60% (224/372) 2024-08-22T20:28:50.5690275Z Resolving deltas: 61% (227/372) 2024-08-22T20:28:50.5691250Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:50.5693574Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:50.5694830Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:50.5696839Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:50.5698774Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:50.5699325Z Resolving deltas: 67% (250/372) 2024-08-22T20:28:50.5700018Z Resolving deltas: 68% (254/372) 2024-08-22T20:28:50.5700735Z Resolving deltas: 69% (258/372) 2024-08-22T20:28:50.5701240Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:50.5701723Z Resolving deltas: 71% (265/372) 2024-08-22T20:28:50.5702270Z Resolving deltas: 72% (270/372) 2024-08-22T20:28:50.5703008Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:50.5703482Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:50.5703913Z Resolving deltas: 75% (281/372) 2024-08-22T20:28:50.5704483Z Resolving deltas: 76% (284/372) 2024-08-22T20:28:50.5704909Z Resolving deltas: 77% (287/372) 2024-08-22T20:28:50.5705398Z Resolving deltas: 78% (292/372) 2024-08-22T20:28:50.5705893Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:50.5706440Z Resolving deltas: 80% (298/372) 2024-08-22T20:28:50.5706991Z Resolving deltas: 81% (304/372) 2024-08-22T20:28:50.5707451Z Resolving deltas: 82% (306/372) 2024-08-22T20:28:50.5707899Z Resolving deltas: 83% (309/372) 2024-08-22T20:28:50.5708320Z Resolving deltas: 84% (314/372) 2024-08-22T20:28:50.5708844Z Resolving deltas: 85% (317/372) 2024-08-22T20:28:50.5709394Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:50.5709931Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:50.5710418Z Resolving deltas: 88% (329/372) 2024-08-22T20:28:50.5710817Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:50.5711208Z Resolving deltas: 90% (335/372) 2024-08-22T20:28:50.5711587Z Resolving deltas: 91% (339/372) 2024-08-22T20:28:50.5711980Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:50.5712365Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:50.5712991Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:50.5716236Z Resolving deltas: 95% (354/372) 2024-08-22T20:28:50.5717239Z Resolving deltas: 96% (358/372) 2024-08-22T20:28:50.5718456Z Resolving deltas: 97% (364/372) 2024-08-22T20:28:50.5720419Z Resolving deltas: 98% (366/372) 2024-08-22T20:28:50.5723239Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:50.5723920Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:50.5724338Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:50.6169849Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:50.6170431Z * [new branch] main -> origin/main 2024-08-22T20:28:50.6196024Z ##[endgroup] 2024-08-22T20:28:50.6196817Z ##[group]Determining the checkout info 2024-08-22T20:28:50.6198112Z ##[endgroup] 2024-08-22T20:28:50.6198620Z ##[group]Checking out the ref 2024-08-22T20:28:50.6202219Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:50.7426070Z Switched to a new branch 'main' 2024-08-22T20:28:50.7426593Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:50.7438233Z ##[endgroup] 2024-08-22T20:28:50.7438812Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:50.7443344Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:50.7505689Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:50.7553519Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:50.7599523Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:50.7643412Z ##[endgroup] 2024-08-22T20:28:50.7643973Z ##[group]Fetching submodules 2024-08-22T20:28:50.7646161Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:50.8003235Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:50.8370030Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:50.8732873Z ##[endgroup] 2024-08-22T20:28:50.8733453Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:50.8738263Z [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:28:50.9096198Z [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:28:50.9449473Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:50.9803919Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:51.0156253Z ##[endgroup] 2024-08-22T20:28:51.0209934Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:51.0250103Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:51.0554137Z Prepare all required actions 2024-08-22T20:28:51.0554654Z Getting action download info 2024-08-22T20:28:51.1466537Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:51.5515188Z Getting action download info 2024-08-22T20:28:51.6713692Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:51.8053644Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:51.8054104Z env: 2024-08-22T20:28:51.8054428Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.8054916Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.8055314Z PR_NUMBER: 1044 2024-08-22T20:28:51.8057300Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:51.8059291Z ##[endgroup] 2024-08-22T20:28:51.8255054Z ##[group]Run set -euo pipefail 2024-08-22T20:28:51.8255561Z set -euo pipefail 2024-08-22T20:28:51.8256038Z function get_ec2_metadata() { 2024-08-22T20:28:51.8256576Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:51.8257627Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:51.8258376Z  category=$1 2024-08-22T20:28:51.8258881Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:51.8259442Z } 2024-08-22T20:28:51.8259801Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:51.8260365Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:51.8261027Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:51.8261585Z echo "system info $(uname -a)" 2024-08-22T20:28:51.8270633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.8271121Z env: 2024-08-22T20:28:51.8271457Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.8271917Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.8272310Z PR_NUMBER: 1044 2024-08-22T20:28:51.8274266Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:51.8276274Z ##[endgroup] 2024-08-22T20:28:51.8366514Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:51.8425097Z instance-id: i-04744beabe99a8ec6 2024-08-22T20:28:51.8481954Z instance-type: g5.4xlarge 2024-08-22T20:28:51.8494934Z system info Linux ip-10-0-67-151.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:28:51.8529178Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:51.8529773Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:51.8530299Z  echo "Docker daemon is running..."; 2024-08-22T20:28:51.8530752Z else 2024-08-22T20:28:51.8531244Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:51.8531819Z fi 2024-08-22T20:28:51.8540734Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.8541225Z env: 2024-08-22T20:28:51.8541549Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.8542006Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.8542595Z PR_NUMBER: 1044 2024-08-22T20:28:51.8544637Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:51.8546707Z ##[endgroup] 2024-08-22T20:28:51.8630099Z Docker daemon is running... 2024-08-22T20:28:51.8657441Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:51.8658316Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:51.8659036Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:51.8659901Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:51.8660868Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:51.8669812Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.8670298Z env: 2024-08-22T20:28:51.8670619Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.8671084Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.8671456Z PR_NUMBER: 1044 2024-08-22T20:28:51.8673426Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:51.8675668Z AWS_RETRY_MODE: standard 2024-08-22T20:28:51.8676018Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:51.8676361Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:51.8676730Z ##[endgroup] 2024-08-22T20:28:52.9558240Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:52.9559048Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:52.9559888Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:52.9560394Z 2024-08-22T20:28:52.9560525Z Login Succeeded 2024-08-22T20:28:52.9607648Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.9608446Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.9609166Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.9618848Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.9619342Z env: 2024-08-22T20:28:52.9619666Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.9620127Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.9620515Z PR_NUMBER: 1044 2024-08-22T20:28:52.9622463Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.9624537Z ##[endgroup] 2024-08-22T20:28:52.9715627Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:52.9716239Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:52.9716792Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:52.9717284Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:52.9717889Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.9718796Z  2024-08-22T20:28:52.9719410Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:52.9719994Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:52.9720496Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:52.9721148Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.9721746Z  2024-08-22T20:28:52.9722072Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:52.9722558Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:52.9723008Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:52.9723555Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.9731847Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.9732347Z env: 2024-08-22T20:28:52.9732763Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.9733362Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.9733795Z PR_NUMBER: 1044 2024-08-22T20:28:52.9735812Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.9737835Z ##[endgroup] 2024-08-22T20:28:53.1462627Z ##[group]Run needs=0 2024-08-22T20:28:53.1462969Z needs=0 2024-08-22T20:28:53.1463486Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:53.1464086Z  needs=1 2024-08-22T20:28:53.1464497Z fi 2024-08-22T20:28:53.1464849Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:53.1473975Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:53.1474462Z env: 2024-08-22T20:28:53.1474799Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.1475266Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.1475639Z PR_NUMBER: 1044 2024-08-22T20:28:53.1477582Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.1479790Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.1480567Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.1481295Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.1481803Z ##[endgroup] 2024-08-22T20:28:53.1782268Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:53.1782797Z with: 2024-08-22T20:28:53.1783086Z driver-version: 550.54.15 2024-08-22T20:28:53.1783421Z env: 2024-08-22T20:28:53.1783734Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.1784195Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.1784655Z PR_NUMBER: 1044 2024-08-22T20:28:53.1786619Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.1788812Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.1789570Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.1790469Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.1790984Z ##[endgroup] 2024-08-22T20:28:53.1835084Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:53.1835636Z with: 2024-08-22T20:28:53.1835909Z timeout_minutes: 10 2024-08-22T20:28:53.1836239Z max_attempts: 3 2024-08-22T20:28:53.1868487Z 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:28:53.1900704Z retry_wait_seconds: 10 2024-08-22T20:28:53.1901072Z polling_interval_seconds: 1 2024-08-22T20:28:53.1901443Z warning_on_retry: true 2024-08-22T20:28:53.1901804Z continue_on_error: false 2024-08-22T20:28:53.1902159Z env: 2024-08-22T20:28:53.1902491Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.1902953Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.1903336Z PR_NUMBER: 1044 2024-08-22T20:28:53.1905346Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.1907553Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.1908331Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.1909058Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.1909589Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:53.1909946Z ##[endgroup] 2024-08-22T20:28:53.4383218Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:53.4383991Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:53.4384767Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:53.8405313Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:53.8406119Z No packages marked for removal. 2024-08-22T20:28:53.8475278Z Dependencies resolved. 2024-08-22T20:28:53.8485808Z Nothing to do. 2024-08-22T20:28:53.8486114Z Complete! 2024-08-22T20:28:53.8923139Z + install_nvidia_driver_common 2024-08-22T20:28:53.8925589Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:53.8926071Z + lspci 2024-08-22T20:28:53.8926364Z Before installing NVIDIA driver 2024-08-22T20:28:53.9037242Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:53.9038201Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:53.9039581Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:53.9040388Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:53.9041206Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:53.9041991Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:53.9042729Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:53.9043544Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:53.9044123Z + lsmod 2024-08-22T20:28:53.9085594Z Module Size Used by 2024-08-22T20:28:53.9086153Z xt_nat 16384 0 2024-08-22T20:28:53.9086661Z nvidia_modeset 1351680 0 2024-08-22T20:28:53.9087202Z video 65536 1 nvidia_modeset 2024-08-22T20:28:53.9087753Z wmi 36864 1 video 2024-08-22T20:28:53.9088259Z nvidia_uvm 4706304 0 2024-08-22T20:28:53.9088850Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:53.9089476Z drm 602112 1 nvidia 2024-08-22T20:28:53.9090085Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:53.9090760Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:53.9091400Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:53.9091958Z veth 36864 0 2024-08-22T20:28:53.9092443Z xt_conntrack 16384 1 2024-08-22T20:28:53.9093090Z nft_chain_nat 16384 3 2024-08-22T20:28:53.9093459Z xt_MASQUERADE 20480 1 2024-08-22T20:28:53.9093933Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:53.9094442Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:53.9095041Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:53.9095759Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:53.9096227Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:53.9096651Z xfrm_user 57344 1 2024-08-22T20:28:53.9097046Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:53.9097460Z xt_addrtype 16384 2 2024-08-22T20:28:53.9097832Z nft_compat 20480 4 2024-08-22T20:28:53.9098286Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:53.9098890Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:53.9099436Z br_netfilter 36864 0 2024-08-22T20:28:53.9099839Z bridge 307200 1 br_netfilter 2024-08-22T20:28:53.9100281Z stp 16384 1 bridge 2024-08-22T20:28:53.9100700Z llc 16384 2 bridge,stp 2024-08-22T20:28:53.9101106Z overlay 167936 0 2024-08-22T20:28:53.9101469Z tls 114688 0 2024-08-22T20:28:53.9101836Z nls_ascii 16384 1 2024-08-22T20:28:53.9102198Z nls_cp437 20480 1 2024-08-22T20:28:53.9102557Z vfat 24576 1 2024-08-22T20:28:53.9102922Z fat 86016 1 vfat 2024-08-22T20:28:53.9103310Z sunrpc 692224 1 2024-08-22T20:28:53.9103671Z ena 167936 0 2024-08-22T20:28:53.9104156Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:53.9104808Z ptp 36864 1 ena 2024-08-22T20:28:53.9105386Z pps_core 24576 1 ptp 2024-08-22T20:28:53.9105901Z aesni_intel 393216 0 2024-08-22T20:28:53.9106353Z i8042 45056 0 2024-08-22T20:28:53.9106733Z serio 28672 3 i8042 2024-08-22T20:28:53.9107157Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:53.9107665Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:53.9108157Z button 24576 0 2024-08-22T20:28:53.9108536Z sch_fq_codel 20480 17 2024-08-22T20:28:53.9108902Z dm_mod 188416 0 2024-08-22T20:28:53.9109266Z fuse 163840 1 2024-08-22T20:28:53.9109766Z dax 45056 1 dm_mod 2024-08-22T20:28:53.9110160Z configfs 57344 1 2024-08-22T20:28:53.9110524Z loop 36864 0 2024-08-22T20:28:53.9110884Z dmi_sysfs 20480 0 2024-08-22T20:28:53.9111245Z crc32_pclmul 16384 0 2024-08-22T20:28:53.9111612Z crc32c_intel 24576 0 2024-08-22T20:28:53.9111980Z efivarfs 24576 1 2024-08-22T20:28:53.9112331Z + modinfo nvidia 2024-08-22T20:28:53.9113031Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:53.9113736Z alias: char-major-195-* 2024-08-22T20:28:53.9114108Z version: 550.54.15 2024-08-22T20:28:53.9114458Z supported: external 2024-08-22T20:28:53.9114801Z license: NVIDIA 2024-08-22T20:28:53.9115170Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:53.9115653Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:53.9116109Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:53.9116572Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:53.9117068Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:53.9117555Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:53.9118313Z depends: i2c-core,drm 2024-08-22T20:28:53.9118697Z retpoline: Y 2024-08-22T20:28:53.9119006Z name: nvidia 2024-08-22T20:28:53.9119616Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:53.9120463Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:53.9121100Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:53.9121678Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:53.9122125Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:53.9122556Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:53.9123012Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:53.9123445Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:53.9123879Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:53.9124397Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:53.9124948Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:53.9125471Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:53.9125904Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:53.9126311Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:53.9126765Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:53.9127294Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:53.9127868Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:53.9128416Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:53.9129017Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.9129606Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:53.9130214Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.9130802Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:53.9131290Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:53.9131812Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:53.9132350Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:53.9132848Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:53.9133300Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:53.9133786Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:53.9134251Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:53.9134687Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:53.9135204Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:53.9135760Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:53.9136226Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:53.9136706Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:53.9137335Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:53.9137809Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:53.9138304Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:53.9138777Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:53.9139178Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:53.9139645Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:53.9140110Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:53.9140563Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:53.9141037Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:53.9141513Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:53.9141954Z parm: rm_firmware_active:charp 2024-08-22T20:28:53.9142369Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:53.9142754Z ++ command -v nvidia-smi 2024-08-22T20:28:53.9143157Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:53.9143526Z + set +e 2024-08-22T20:28:53.9144035Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:53.9419365Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:53.9419917Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:53.9420461Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:53.9420939Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:53.9421421Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:53.9422346Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:53.9423697Z + set -e 2024-08-22T20:28:53.9424099Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:53.9424910Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:53.9425847Z + post_install_nvidia_driver_common 2024-08-22T20:28:53.9426596Z + sudo modprobe nvidia 2024-08-22T20:28:54.0513781Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:54.0514204Z + lspci 2024-08-22T20:28:54.0514506Z After installing NVIDIA driver 2024-08-22T20:28:54.0622842Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:54.0623820Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:54.0624848Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:54.0625833Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:54.0626807Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:54.0627775Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:54.0628514Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:54.0629312Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:54.0629897Z + lsmod 2024-08-22T20:28:54.0659845Z Module Size Used by 2024-08-22T20:28:54.0660394Z xt_nat 16384 0 2024-08-22T20:28:54.0660896Z nvidia_modeset 1351680 0 2024-08-22T20:28:54.0661438Z video 65536 1 nvidia_modeset 2024-08-22T20:28:54.0661995Z wmi 36864 1 video 2024-08-22T20:28:54.0662499Z nvidia_uvm 4706304 0 2024-08-22T20:28:54.0663074Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:54.0663678Z drm 602112 1 nvidia 2024-08-22T20:28:54.0664274Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:54.0665068Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:54.0665774Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:54.0666306Z veth 36864 0 2024-08-22T20:28:54.0666787Z xt_conntrack 16384 1 2024-08-22T20:28:54.0667273Z nft_chain_nat 16384 3 2024-08-22T20:28:54.0667728Z xt_MASQUERADE 20480 1 2024-08-22T20:28:54.0668200Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:54.0668706Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:54.0669565Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:54.0670236Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:54.0670703Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:54.0671127Z xfrm_user 57344 1 2024-08-22T20:28:54.0671527Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:54.0671940Z xt_addrtype 16384 2 2024-08-22T20:28:54.0672309Z nft_compat 20480 4 2024-08-22T20:28:54.0672761Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:54.0673368Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:54.0673901Z br_netfilter 36864 0 2024-08-22T20:28:54.0674308Z bridge 307200 1 br_netfilter 2024-08-22T20:28:54.0674743Z stp 16384 1 bridge 2024-08-22T20:28:54.0675155Z llc 16384 2 bridge,stp 2024-08-22T20:28:54.0675631Z overlay 167936 0 2024-08-22T20:28:54.0676011Z tls 114688 0 2024-08-22T20:28:54.0676374Z nls_ascii 16384 1 2024-08-22T20:28:54.0676745Z nls_cp437 20480 1 2024-08-22T20:28:54.0677115Z vfat 24576 1 2024-08-22T20:28:54.0677476Z fat 86016 1 vfat 2024-08-22T20:28:54.0677869Z sunrpc 692224 1 2024-08-22T20:28:54.0678234Z ena 167936 0 2024-08-22T20:28:54.0678601Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:54.0678988Z ptp 36864 1 ena 2024-08-22T20:28:54.0679514Z pps_core 24576 1 ptp 2024-08-22T20:28:54.0679902Z aesni_intel 393216 0 2024-08-22T20:28:54.0680269Z i8042 45056 0 2024-08-22T20:28:54.0680720Z serio 28672 3 i8042 2024-08-22T20:28:54.0681288Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:54.0681960Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:54.0682597Z button 24576 0 2024-08-22T20:28:54.0683080Z sch_fq_codel 20480 17 2024-08-22T20:28:54.0683562Z dm_mod 188416 0 2024-08-22T20:28:54.0684033Z fuse 163840 1 2024-08-22T20:28:54.0684519Z dax 45056 1 dm_mod 2024-08-22T20:28:54.0685039Z configfs 57344 1 2024-08-22T20:28:54.0685522Z loop 36864 0 2024-08-22T20:28:54.0685994Z dmi_sysfs 20480 0 2024-08-22T20:28:54.0686486Z crc32_pclmul 16384 0 2024-08-22T20:28:54.0686976Z crc32c_intel 24576 0 2024-08-22T20:28:54.0687457Z efivarfs 24576 1 2024-08-22T20:28:54.0687893Z + modinfo nvidia 2024-08-22T20:28:54.0688600Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:54.0689299Z alias: char-major-195-* 2024-08-22T20:28:54.0689674Z version: 550.54.15 2024-08-22T20:28:54.0690025Z supported: external 2024-08-22T20:28:54.0690367Z license: NVIDIA 2024-08-22T20:28:54.0690749Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:54.0691243Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:54.0691701Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:54.0692158Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:54.0692656Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:54.0693151Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:54.0693635Z depends: i2c-core,drm 2024-08-22T20:28:54.0694001Z retpoline: Y 2024-08-22T20:28:54.0694308Z name: nvidia 2024-08-22T20:28:54.0694906Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:54.0695659Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:54.0696298Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:54.0696882Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:54.0697327Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:54.0697881Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:54.0698339Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:54.0698772Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:54.0699214Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:54.0699732Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:54.0700294Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:54.0700778Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:54.0701206Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:54.0701626Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:54.0702090Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:54.0702609Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:54.0703194Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:54.0703757Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:54.0704361Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.0705082Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:54.0705739Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.0706328Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:54.0706811Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:54.0707344Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:54.0707884Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:54.0708470Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:54.0708933Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:54.0709414Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:54.0709886Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:54.0710329Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:54.0710827Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:54.0711368Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:54.0711846Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:54.0712329Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:54.0712818Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:54.0713307Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:54.0713805Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:54.0714274Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:54.0714683Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:54.0715164Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:54.0715670Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:54.0716122Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:54.0716595Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:54.0717067Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:54.0717519Z parm: rm_firmware_active:charp 2024-08-22T20:28:54.0717911Z + set +e 2024-08-22T20:28:54.0718600Z + nvidia-smi 2024-08-22T20:28:54.0899609Z Thu Aug 22 20:28:54 2024 2024-08-22T20:28:54.0900417Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.0901359Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:54.0902150Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:54.0902937Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:54.0903823Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:54.0904501Z | | | MIG M. | 2024-08-22T20:28:54.0905152Z |=========================================+========================+======================| 2024-08-22T20:28:54.1140136Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:54.1140892Z | 0% 33C P8 22W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:54.1141522Z | | | N/A | 2024-08-22T20:28:54.1142231Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:54.1145300Z 2024-08-22T20:28:54.1146113Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.1146736Z | Processes: | 2024-08-22T20:28:54.1147431Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:54.1148109Z | ID ID Usage | 2024-08-22T20:28:54.1148672Z |=========================================================================================| 2024-08-22T20:28:54.1150556Z | No running processes found | 2024-08-22T20:28:54.1151331Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.3990095Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:54.4179990Z NVIDIA A10G 2024-08-22T20:28:54.4242457Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:54.4243296Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:54.4243763Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:54.4244188Z + set -e 2024-08-22T20:28:54.4244486Z INFO: Ignoring allowed status 0 2024-08-22T20:28:54.4251968Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:54.4256480Z + sudo yum install -y yum-utils 2024-08-22T20:28:54.8777955Z Last metadata expiration check: 0:22:34 ago on Thu Aug 22 20:06:20 2024. 2024-08-22T20:28:54.9002009Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:54.9308937Z Dependencies resolved. 2024-08-22T20:28:54.9433874Z Nothing to do. 2024-08-22T20:28:54.9434344Z Complete! 2024-08-22T20:28:54.9823177Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:54.9824284Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:54.9825736Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.2571623Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.3234256Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:55.7968395Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:28:55.8187971Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:55.8485387Z Dependencies resolved. 2024-08-22T20:28:55.8610689Z Nothing to do. 2024-08-22T20:28:55.8611272Z Complete! 2024-08-22T20:28:55.9005716Z + sudo systemctl restart docker 2024-08-22T20:28:58.4298219Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:58.4544185Z Thu Aug 22 20:28:58 2024 2024-08-22T20:28:58.4544947Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:58.4545790Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:58.4546600Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:58.4547394Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:58.4548287Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:58.4548969Z | | | MIG M. | 2024-08-22T20:28:58.4549785Z |=========================================+========================+======================| 2024-08-22T20:28:58.4766473Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:58.4767580Z | 0% 33C P8 21W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:58.4768716Z | | | N/A | 2024-08-22T20:28:58.4769981Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:58.4772260Z 2024-08-22T20:28:58.4773460Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:58.4774597Z | Processes: | 2024-08-22T20:28:58.4775881Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:58.4777114Z | ID ID Usage | 2024-08-22T20:28:58.4777769Z |=========================================================================================| 2024-08-22T20:28:58.4778539Z | No running processes found | 2024-08-22T20:28:58.4779294Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:59.2521505Z Command completed after 1 attempt(s). 2024-08-22T20:28:59.2606263Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:59.2607066Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:59.2607656Z # shellcheck disable=SC2046 2024-08-22T20:28:59.2608119Z docker stop $(docker ps -q) || true 2024-08-22T20:28:59.2608594Z # Prune all of the docker images 2024-08-22T20:28:59.2609059Z docker system prune -af 2024-08-22T20:28:59.2621367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:59.2621865Z env: 2024-08-22T20:28:59.2622196Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2622664Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.2623038Z PR_NUMBER: 1044 2024-08-22T20:28:59.2625078Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:59.2627370Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.2628140Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.2628871Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.2629484Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.2629971Z ##[endgroup] 2024-08-22T20:28:59.2953109Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:59.2953937Z See 'docker stop --help'. 2024-08-22T20:28:59.2954189Z 2024-08-22T20:28:59.2954426Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:59.2954842Z 2024-08-22T20:28:59.2955027Z Stop one or more running containers 2024-08-22T20:28:59.3131452Z Total reclaimed space: 0B 2024-08-22T20:28:59.3210319Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:59.3211000Z with: 2024-08-22T20:28:59.3211541Z github-secret: *** 2024-08-22T20:28:59.3212544Z 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:28:59.3213689Z activate-with-label: false 2024-08-22T20:28:59.3214116Z label: with-ssh 2024-08-22T20:28:59.3214539Z remove-existing-keys: true 2024-08-22T20:28:59.3215080Z fail-silently: true 2024-08-22T20:28:59.3215456Z env: 2024-08-22T20:28:59.3215903Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.3216514Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.3216955Z PR_NUMBER: 1044 2024-08-22T20:28:59.3219465Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:59.3221846Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.3222905Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.3223684Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.3224450Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.3225097Z ##[endgroup] 2024-08-22T20:28:59.4062627Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:59.7267756Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:59.8312333Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:59.8326205Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:59.8353042Z Login using: ssh ec2-user@ec2-35-168-36-244.compute-1.amazonaws.com 2024-08-22T20:28:59.8354217Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:59.8355123Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:59.8501059Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:59.8501561Z with: 2024-08-22T20:28:59.8502011Z repository: pytorch/torchchat 2024-08-22T20:28:59.8502478Z ref: refs/pull/1044/merge 2024-08-22T20:28:59.8502933Z path: pytorch/torchchat 2024-08-22T20:28:59.8503450Z fetch-depth: 1 2024-08-22T20:28:59.8503940Z token: *** 2024-08-22T20:28:59.8504425Z ssh-strict: true 2024-08-22T20:28:59.8505019Z persist-credentials: true 2024-08-22T20:28:59.8505473Z clean: true 2024-08-22T20:28:59.8505892Z sparse-checkout-cone-mode: true 2024-08-22T20:28:59.8506471Z fetch-tags: false 2024-08-22T20:28:59.8506887Z lfs: false 2024-08-22T20:28:59.8507286Z set-safe-directory: true 2024-08-22T20:28:59.8507791Z env: 2024-08-22T20:28:59.8508172Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.8508720Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.8509263Z PR_NUMBER: 1044 2024-08-22T20:28:59.8511378Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:59.8513672Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.8514627Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.8515472Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.8516147Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.8516778Z ##[endgroup] 2024-08-22T20:28:59.9426384Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:59.9436563Z ##[group]Getting Git version info 2024-08-22T20:28:59.9437822Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:59.9458573Z [command]/usr/bin/git version 2024-08-22T20:28:59.9513353Z git version 2.40.1 2024-08-22T20:28:59.9536428Z ##[endgroup] 2024-08-22T20:28:59.9546137Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/5f061bcf-2b2e-4468-8a96-1729af24272e/.gitconfig' 2024-08-22T20:28:59.9557901Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5f061bcf-2b2e-4468-8a96-1729af24272e' before making global git config changes 2024-08-22T20:28:59.9559329Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:59.9561156Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:59.9612679Z ##[group]Initializing the repository 2024-08-22T20:28:59.9616356Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:59.9662061Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:59.9663291Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:59.9664415Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:59.9665444Z hint: 2024-08-22T20:28:59.9666135Z hint: git config --global init.defaultBranch 2024-08-22T20:28:59.9666806Z hint: 2024-08-22T20:28:59.9667505Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:59.9668785Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:59.9669657Z hint: 2024-08-22T20:28:59.9670168Z hint: git branch -m 2024-08-22T20:28:59.9671173Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:59.9676166Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:59.9720193Z ##[endgroup] 2024-08-22T20:28:59.9720928Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:59.9722382Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:59.9764613Z ##[endgroup] 2024-08-22T20:28:59.9765445Z ##[group]Setting up auth 2024-08-22T20:28:59.9770034Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:59.9812985Z [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:00.0175011Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:00.0221592Z [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:00.0579770Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:00.0639418Z ##[endgroup] 2024-08-22T20:29:00.0640112Z ##[group]Fetching the repository 2024-08-22T20:29:00.0646153Z [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:00.2457755Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:00.2458417Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:00.2459120Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:00.2460041Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:00.2460591Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:00.2461282Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:00.2461881Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:00.2462433Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:00.2463112Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:00.2463786Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:00.2464409Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:00.2465176Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:00.2465765Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:00.2466369Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:00.2466967Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:00.2467549Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:00.2468163Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:00.2468773Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:00.2469359Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:00.2469966Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:00.2470816Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:00.2471479Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:00.2472223Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:00.2473035Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:00.2473750Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:00.2474346Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:00.2475013Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:00.2475585Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:00.2476175Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:00.2477111Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:00.2477655Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:00.2478314Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:00.2478967Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:00.2479507Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:00.2480085Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:00.2480920Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:00.2481477Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:00.2482088Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:00.2482722Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:00.2483264Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:00.2483871Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:00.2484502Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:00.2485250Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:00.2485832Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:00.2486488Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:00.2487135Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:00.2487704Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:00.2488358Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:00.2488980Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:00.2489534Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:00.2490184Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:00.2490799Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:00.2491447Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:00.2492002Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:00.2492704Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:00.2493351Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:00.2493906Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:00.2494528Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:00.2495173Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:00.2495721Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:00.2496332Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:00.2496971Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:00.2497522Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:00.2498133Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:00.2498909Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:00.2499500Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:00.2500158Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:00.2500801Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:00.2501371Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:00.2501971Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:00.2502612Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:00.2503181Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:00.2503766Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:00.2504407Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:00.2505072Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:00.2505989Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:00.2506880Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:00.2507623Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:00.2508473Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:00.2509100Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:00.2509709Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:00.2510298Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:00.2511037Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:00.2511625Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:00.2512175Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:00.2512832Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:00.2513423Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:00.2514135Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:00.2514741Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:00.2515401Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:00.2516010Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:00.2516613Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:00.2517271Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:00.2517856Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:00.2518743Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:00.2519372Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:00.2519962Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:00.2520570Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:00.2521174Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:00.2521761Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:00.2522391Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:00.2523075Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:00.2523703Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:00.2524361Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:00.2524997Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:00.2525604Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:00.2526222Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:00.2526881Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:00.2527520Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:00.2528191Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:00.2528810Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:00.2529449Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:00.2530216Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:00.2530804Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:00.2531426Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:00.2532119Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:00.2532700Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:00.2533321Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:00.2534000Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:00.2534587Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:00.2537869Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:00.2553076Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:00.2557009Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:00.2557884Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:00.2563701Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:00.2566849Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:00.2567683Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:00.2570364Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:00.2570985Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:00.2572079Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:00.2573058Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:00.2573817Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:00.2577667Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:00.2581342Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:00.2582419Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:00.2583332Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:00.2583977Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:00.2584562Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:00.2585330Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:00.2586123Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:00.2586734Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:00.2587443Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:00.2588077Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:00.2588652Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:00.2589317Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:00.2589956Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:00.2590537Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:00.2591310Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:00.2598926Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:00.2605547Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:00.2606407Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:00.2607078Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:00.2607707Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:00.2608365Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:00.2608981Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:00.2609622Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:00.2610265Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:00.2610889Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:00.2611610Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:00.2612259Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:00.2612886Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:00.2613528Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:00.2614221Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:00.2614806Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:00.2615453Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:00.2616134Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:00.2616714Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:00.2617404Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:00.2618375Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:00.2618979Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:00.2619704Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:00.2620390Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:00.2621046Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:00.2623942Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:00.2625915Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:00.2626939Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:00.2628440Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:00.2631641Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:00.2632680Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:00.2634487Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:00.2635531Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:00.2640707Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:00.2642165Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:00.2643506Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:00.2644187Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:00.2645252Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:00.2646047Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:00.2646784Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:00.2647621Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:00.2648501Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:00.2650799Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:00.2651553Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:00.2652135Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:00.2652751Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:00.2653459Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:00.2654040Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:00.2654667Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:00.2655368Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:00.2655943Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:00.2656548Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:00.2657233Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:00.2657810Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:00.2658447Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:00.2659105Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:00.2659723Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:00.2678549Z Receiving objects: 0% (1/237) 2024-08-22T20:29:00.2679313Z Receiving objects: 1% (3/237) 2024-08-22T20:29:00.2679769Z Receiving objects: 2% (5/237) 2024-08-22T20:29:00.2680633Z Receiving objects: 3% (8/237) 2024-08-22T20:29:00.2682516Z Receiving objects: 4% (10/237) 2024-08-22T20:29:00.2683181Z Receiving objects: 5% (12/237) 2024-08-22T20:29:00.2683706Z Receiving objects: 6% (15/237) 2024-08-22T20:29:00.2684612Z Receiving objects: 7% (17/237) 2024-08-22T20:29:00.2685198Z Receiving objects: 8% (19/237) 2024-08-22T20:29:00.2687413Z Receiving objects: 9% (22/237) 2024-08-22T20:29:00.2688136Z Receiving objects: 10% (24/237) 2024-08-22T20:29:00.2688785Z Receiving objects: 11% (27/237) 2024-08-22T20:29:00.2689318Z Receiving objects: 12% (29/237) 2024-08-22T20:29:00.2689898Z Receiving objects: 13% (31/237) 2024-08-22T20:29:00.2690420Z Receiving objects: 14% (34/237) 2024-08-22T20:29:00.2690867Z Receiving objects: 15% (36/237) 2024-08-22T20:29:00.2693610Z Receiving objects: 16% (38/237) 2024-08-22T20:29:00.2694230Z Receiving objects: 17% (41/237) 2024-08-22T20:29:00.2694719Z Receiving objects: 18% (43/237) 2024-08-22T20:29:00.2695547Z Receiving objects: 19% (46/237) 2024-08-22T20:29:00.2698486Z Receiving objects: 20% (48/237) 2024-08-22T20:29:00.2699189Z Receiving objects: 21% (50/237) 2024-08-22T20:29:00.2699649Z Receiving objects: 22% (53/237) 2024-08-22T20:29:00.2700179Z Receiving objects: 23% (55/237) 2024-08-22T20:29:00.2700730Z Receiving objects: 24% (57/237) 2024-08-22T20:29:00.2701180Z Receiving objects: 25% (60/237) 2024-08-22T20:29:00.2702378Z Receiving objects: 26% (62/237) 2024-08-22T20:29:00.2703066Z Receiving objects: 27% (64/237) 2024-08-22T20:29:00.2704745Z Receiving objects: 28% (67/237) 2024-08-22T20:29:00.2705287Z Receiving objects: 29% (69/237) 2024-08-22T20:29:00.2705862Z Receiving objects: 30% (72/237) 2024-08-22T20:29:00.2706445Z Receiving objects: 31% (74/237) 2024-08-22T20:29:00.2707005Z Receiving objects: 32% (76/237) 2024-08-22T20:29:00.2707676Z Receiving objects: 33% (79/237) 2024-08-22T20:29:00.2708318Z Receiving objects: 34% (81/237) 2024-08-22T20:29:00.2708760Z Receiving objects: 35% (83/237) 2024-08-22T20:29:00.2715191Z Receiving objects: 36% (86/237) 2024-08-22T20:29:00.2722215Z Receiving objects: 37% (88/237) 2024-08-22T20:29:00.2723409Z Receiving objects: 38% (91/237) 2024-08-22T20:29:00.2730322Z Receiving objects: 39% (93/237) 2024-08-22T20:29:00.2731003Z Receiving objects: 40% (95/237) 2024-08-22T20:29:00.2731599Z Receiving objects: 41% (98/237) 2024-08-22T20:29:00.2732348Z Receiving objects: 42% (100/237) 2024-08-22T20:29:00.2732874Z Receiving objects: 43% (102/237) 2024-08-22T20:29:00.2733335Z Receiving objects: 44% (105/237) 2024-08-22T20:29:00.2733911Z Receiving objects: 45% (107/237) 2024-08-22T20:29:00.2735012Z Receiving objects: 46% (110/237) 2024-08-22T20:29:00.2735588Z Receiving objects: 47% (112/237) 2024-08-22T20:29:00.2736209Z Receiving objects: 48% (114/237) 2024-08-22T20:29:00.2736842Z Receiving objects: 49% (117/237) 2024-08-22T20:29:00.2771032Z Receiving objects: 50% (119/237) 2024-08-22T20:29:00.2776650Z Receiving objects: 51% (121/237) 2024-08-22T20:29:00.2778217Z Receiving objects: 52% (124/237) 2024-08-22T20:29:00.2885379Z Receiving objects: 53% (126/237) 2024-08-22T20:29:00.2885952Z Receiving objects: 54% (128/237) 2024-08-22T20:29:00.2887187Z Receiving objects: 55% (131/237) 2024-08-22T20:29:00.2889661Z Receiving objects: 56% (133/237) 2024-08-22T20:29:00.2890281Z Receiving objects: 57% (136/237) 2024-08-22T20:29:00.2890997Z Receiving objects: 58% (138/237) 2024-08-22T20:29:00.2891518Z Receiving objects: 59% (140/237) 2024-08-22T20:29:00.2892076Z Receiving objects: 60% (143/237) 2024-08-22T20:29:00.2892761Z Receiving objects: 61% (145/237) 2024-08-22T20:29:00.2893302Z Receiving objects: 62% (147/237) 2024-08-22T20:29:00.2893774Z Receiving objects: 63% (150/237) 2024-08-22T20:29:00.2898815Z Receiving objects: 64% (152/237) 2024-08-22T20:29:00.2900081Z Receiving objects: 65% (155/237) 2024-08-22T20:29:00.2900553Z Receiving objects: 66% (157/237) 2024-08-22T20:29:00.2901238Z Receiving objects: 67% (159/237) 2024-08-22T20:29:00.2901743Z Receiving objects: 68% (162/237) 2024-08-22T20:29:00.2902289Z Receiving objects: 69% (164/237) 2024-08-22T20:29:00.2902770Z Receiving objects: 70% (166/237) 2024-08-22T20:29:00.2903413Z Receiving objects: 71% (169/237) 2024-08-22T20:29:00.2904007Z Receiving objects: 72% (171/237) 2024-08-22T20:29:00.2904490Z Receiving objects: 73% (174/237) 2024-08-22T20:29:00.2905081Z Receiving objects: 74% (176/237) 2024-08-22T20:29:00.2908091Z Receiving objects: 75% (178/237) 2024-08-22T20:29:00.2908587Z Receiving objects: 76% (181/237) 2024-08-22T20:29:00.2909086Z Receiving objects: 77% (183/237) 2024-08-22T20:29:00.2909880Z Receiving objects: 78% (185/237) 2024-08-22T20:29:00.2917287Z Receiving objects: 79% (188/237) 2024-08-22T20:29:00.2919478Z Receiving objects: 80% (190/237) 2024-08-22T20:29:00.2920828Z Receiving objects: 81% (192/237) 2024-08-22T20:29:00.2921635Z Receiving objects: 82% (195/237) 2024-08-22T20:29:00.2925697Z Receiving objects: 83% (197/237) 2024-08-22T20:29:00.2926870Z Receiving objects: 84% (200/237) 2024-08-22T20:29:00.2928943Z Receiving objects: 85% (202/237) 2024-08-22T20:29:00.2929560Z Receiving objects: 86% (204/237) 2024-08-22T20:29:00.2930245Z Receiving objects: 87% (207/237) 2024-08-22T20:29:00.2930724Z Receiving objects: 88% (209/237) 2024-08-22T20:29:00.2933953Z Receiving objects: 89% (211/237) 2024-08-22T20:29:00.2934610Z Receiving objects: 90% (214/237) 2024-08-22T20:29:00.2935318Z Receiving objects: 91% (216/237) 2024-08-22T20:29:00.2935991Z Receiving objects: 92% (219/237) 2024-08-22T20:29:00.2937328Z Receiving objects: 93% (221/237) 2024-08-22T20:29:00.2938433Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:00.2939386Z Receiving objects: 94% (223/237) 2024-08-22T20:29:00.2940124Z Receiving objects: 95% (226/237) 2024-08-22T20:29:00.2941688Z Receiving objects: 96% (228/237) 2024-08-22T20:29:00.2942315Z Receiving objects: 97% (230/237) 2024-08-22T20:29:00.2943062Z Receiving objects: 98% (233/237) 2024-08-22T20:29:00.2943723Z Receiving objects: 99% (235/237) 2024-08-22T20:29:00.2944192Z Receiving objects: 100% (237/237) 2024-08-22T20:29:00.2944984Z Receiving objects: 100% (237/237), 488.09 KiB | 18.08 MiB/s, done. 2024-08-22T20:29:00.2948842Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:00.2949326Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:00.2949946Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:00.2952617Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:00.2953350Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:00.2953941Z Resolving deltas: 31% (5/16) 2024-08-22T20:29:00.2954632Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:00.2955490Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:00.2956103Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:00.2956713Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:00.2957375Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:00.2957867Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:00.2958355Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:00.2958945Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:00.2959387Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:00.2959872Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:00.2960430Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:00.3034776Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:00.3035690Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:00.3061311Z ##[endgroup] 2024-08-22T20:29:00.3062081Z ##[group]Determining the checkout info 2024-08-22T20:29:00.3063392Z ##[endgroup] 2024-08-22T20:29:00.3064123Z ##[group]Checking out the ref 2024-08-22T20:29:00.3067809Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:00.3249324Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:00.3249784Z 2024-08-22T20:29:00.3250347Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:00.3251243Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:00.3252486Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:00.3253218Z 2024-08-22T20:29:00.3253931Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:00.3255413Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:00.3256093Z 2024-08-22T20:29:00.3256532Z git switch -c 2024-08-22T20:29:00.3256989Z 2024-08-22T20:29:00.3257405Z Or undo this operation with: 2024-08-22T20:29:00.3257886Z 2024-08-22T20:29:00.3258136Z git switch - 2024-08-22T20:29:00.3258527Z 2024-08-22T20:29:00.3259096Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:00.3259877Z 2024-08-22T20:29:00.3260862Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:00.3263276Z ##[endgroup] 2024-08-22T20:29:00.3308441Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:00.3347802Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:00.3562671Z Prepare all required actions 2024-08-22T20:29:00.3696533Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:00.3697257Z with: 2024-08-22T20:29:00.3697702Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.3698280Z docker-build-dir: .ci/docker 2024-08-22T20:29:00.3698809Z working-directory: pytorch/torchchat 2024-08-22T20:29:00.3699444Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.3700090Z force-push: false 2024-08-22T20:29:00.3700582Z env: 2024-08-22T20:29:00.3700960Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.3701529Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.3702052Z PR_NUMBER: 1044 2024-08-22T20:29:00.3704220Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.3706874Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.3707758Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.3708558Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.3709317Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.3709913Z ##[endgroup] 2024-08-22T20:29:00.3737902Z ##[group]Run set -ex 2024-08-22T20:29:00.3738422Z set -ex 2024-08-22T20:29:00.3738886Z  2024-08-22T20:29:00.3739586Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:00.3740566Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:00.3741487Z # job could then download the pre-built image as usual 2024-08-22T20:29:00.3742357Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:00.3743146Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3743839Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3744544Z  2024-08-22T20:29:00.3745256Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:00.3745924Z  exit 0 2024-08-22T20:29:00.3746379Z else 2024-08-22T20:29:00.3746869Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3747475Z fi 2024-08-22T20:29:00.3747898Z  2024-08-22T20:29:00.3748473Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:00.3749363Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:00.3750335Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:00.3751248Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:00.3752068Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3752879Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3753558Z else 2024-08-22T20:29:00.3754095Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:00.3754878Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3755931Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:00.3756780Z fi 2024-08-22T20:29:00.3767874Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:00.3768593Z env: 2024-08-22T20:29:00.3769390Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.3769916Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.3770412Z PR_NUMBER: 1044 2024-08-22T20:29:00.3772512Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.3774842Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.3775720Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.3776635Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.3777584Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.3778337Z REPO_NAME: torchchat 2024-08-22T20:29:00.3778840Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.3779416Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:00.3780004Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.3780772Z ##[endgroup] 2024-08-22T20:29:00.3813278Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:00.3813742Z + echo skip=true 2024-08-22T20:29:00.3814260Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.3815186Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:00.3816123Z + exit 0 2024-08-22T20:29:00.3816766Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:00.3941942Z Prepare all required actions 2024-08-22T20:29:00.4040271Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:00.4040757Z with: 2024-08-22T20:29:00.4041086Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.4041653Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.4042145Z env: 2024-08-22T20:29:00.4042472Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.4042924Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.4043315Z PR_NUMBER: 1044 2024-08-22T20:29:00.4045278Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.4047518Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.4048277Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.4049001Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.4049669Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.4050170Z ##[endgroup] 2024-08-22T20:29:00.4071399Z ##[group]Run set -x 2024-08-22T20:29:00.4071754Z set -x 2024-08-22T20:29:00.4072057Z set +e 2024-08-22T20:29:00.4072349Z  2024-08-22T20:29:00.4072624Z login() { 2024-08-22T20:29:00.4073271Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:00.4073968Z } 2024-08-22T20:29:00.4074237Z  2024-08-22T20:29:00.4074516Z retry () { 2024-08-22T20:29:00.4074902Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:00.4075343Z } 2024-08-22T20:29:00.4075622Z  2024-08-22T20:29:00.4075941Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:00.4076348Z  2024-08-22T20:29:00.4076624Z set -e 2024-08-22T20:29:00.4077094Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:00.4077799Z # only pull docker image if it's not available locally 2024-08-22T20:29:00.4078552Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:00.4079243Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:00.4079682Z fi 2024-08-22T20:29:00.4088610Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:00.4089095Z env: 2024-08-22T20:29:00.4089413Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.4089860Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.4090234Z PR_NUMBER: 1044 2024-08-22T20:29:00.4092183Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.4094365Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.4095269Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.4095978Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.4096584Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.4097184Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.4097729Z ##[endgroup] 2024-08-22T20:29:00.4127991Z + set +e 2024-08-22T20:29:00.4128876Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.4129529Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.4132287Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:00.4133416Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:00.9740840Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:00.9741740Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:00.9742719Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:00.9743226Z 2024-08-22T20:29:00.9743342Z Login Succeeded 2024-08-22T20:29:00.9765483Z + set -e 2024-08-22T20:29:00.9765975Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.9926230Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.9926827Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1497349Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:01.1512098Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:01.1512738Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:01.1513279Z f3b743645691: Pulling fs layer 2024-08-22T20:29:01.1513773Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:01.1514338Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:01.1514837Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:01.1515362Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:01.1515878Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:01.1516428Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:01.1516955Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:01.1517368Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:01.1517730Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:01.1518884Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:01.1519295Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:01.1519652Z 09ec69653086: Waiting 2024-08-22T20:29:01.1519984Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:01.1520371Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:01.1520727Z 1c60ace79a8a: Waiting 2024-08-22T20:29:01.1521047Z 6d463d3f66d5: Waiting 2024-08-22T20:29:01.1521380Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:01.1521733Z af5c0f3f240b: Waiting 2024-08-22T20:29:01.1522209Z 784019980816: Pulling fs layer 2024-08-22T20:29:01.1522586Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:01.1522959Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:01.1523317Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:01.1523632Z 6a40c884dc1c: Waiting 2024-08-22T20:29:01.1523949Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:01.1524263Z e8f5e731f8e4: Waiting 2024-08-22T20:29:01.1524591Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:01.1525350Z 21c4fd2610fc: Waiting 2024-08-22T20:29:01.1525685Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:01.1526041Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:01.1526365Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:01.1526741Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:01.1527111Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:01.1527485Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:01.1527859Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:01.1528233Z 784019980816: Waiting 2024-08-22T20:29:01.1528560Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:01.1528914Z 90d96273fa23: Waiting 2024-08-22T20:29:01.1529233Z bfb071e5ae48: Waiting 2024-08-22T20:29:01.1529558Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:01.1529922Z 625bfd303d2d: Waiting 2024-08-22T20:29:01.1530256Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:01.1530823Z c5058f81a371: Waiting 2024-08-22T20:29:01.1531277Z dc18f68db4d4: Waiting 2024-08-22T20:29:01.1531592Z db6f5f4c0334: Waiting 2024-08-22T20:29:01.1531901Z 07dcdf002e0e: Waiting 2024-08-22T20:29:01.1532214Z e7fc196062f1: Waiting 2024-08-22T20:29:01.1532528Z a7beba6b9d19: Waiting 2024-08-22T20:29:01.1532837Z fdb9230cd483: Waiting 2024-08-22T20:29:01.1533151Z ca3686f68fee: Waiting 2024-08-22T20:29:01.1533475Z b2ba091c4c7d: Waiting 2024-08-22T20:29:01.1533995Z 417dce1e59af: Waiting 2024-08-22T20:29:01.1534499Z 2b99a72dd557: Waiting 2024-08-22T20:29:01.1534816Z f49fb64d359c: Waiting 2024-08-22T20:29:01.1975531Z f3b743645691: Verifying Checksum 2024-08-22T20:29:01.1975944Z f3b743645691: Download complete 2024-08-22T20:29:01.2001341Z 1feefa38b24d: Download complete 2024-08-22T20:29:01.2505711Z 09ec69653086: Verifying Checksum 2024-08-22T20:29:01.2506251Z 09ec69653086: Download complete 2024-08-22T20:29:01.9411081Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:01.9411543Z 2d473b07cdd5: Download complete 2024-08-22T20:29:01.9987319Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:29:01.9987850Z af5c0f3f240b: Download complete 2024-08-22T20:29:02.0437390Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:02.0437834Z 6d463d3f66d5: Download complete 2024-08-22T20:29:02.1331495Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:02.1331968Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:02.2053206Z 6a40c884dc1c: Download complete 2024-08-22T20:29:02.2547510Z 21c4fd2610fc: Download complete 2024-08-22T20:29:02.3132007Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:02.3132540Z 90d96273fa23: Download complete 2024-08-22T20:29:02.5924556Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:02.5925108Z 1c60ace79a8a: Download complete 2024-08-22T20:29:02.6500452Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:02.6501013Z 07dcdf002e0e: Download complete 2024-08-22T20:29:03.2346999Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:03.2347640Z e8f5e731f8e4: Download complete 2024-08-22T20:29:03.7465252Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:03.7465768Z 625bfd303d2d: Download complete 2024-08-22T20:29:03.7713694Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:03.7714171Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:03.7957594Z db6f5f4c0334: Download complete 2024-08-22T20:29:03.8188819Z 784019980816: Download complete 2024-08-22T20:29:03.8424841Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:03.8425416Z a7beba6b9d19: Download complete 2024-08-22T20:29:03.9723585Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:03.9724118Z 2b99a72dd557: Download complete 2024-08-22T20:29:04.0269271Z f49fb64d359c: Verifying Checksum 2024-08-22T20:29:04.0270470Z f49fb64d359c: Download complete 2024-08-22T20:29:04.0299047Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:04.0299559Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:04.0708277Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:04.0708734Z b2ba091c4c7d: Download complete 2024-08-22T20:29:04.1357310Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:04.1357789Z 8cfb81a5220c: Download complete 2024-08-22T20:29:04.1796802Z c5058f81a371: Download complete 2024-08-22T20:29:04.3820021Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:04.3820504Z ca3686f68fee: Download complete 2024-08-22T20:29:04.4278786Z fdb9230cd483: Verifying Checksum 2024-08-22T20:29:04.4279307Z fdb9230cd483: Download complete 2024-08-22T20:29:04.4592639Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:04.4593162Z dc18f68db4d4: Download complete 2024-08-22T20:29:05.4327009Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:05.4488320Z 1feefa38b24d: Pull complete 2024-08-22T20:29:05.4684122Z f3b743645691: Pull complete 2024-08-22T20:29:05.4827605Z 09ec69653086: Pull complete 2024-08-22T20:29:08.1627419Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:08.1628080Z bfb071e5ae48: Download complete 2024-08-22T20:29:09.7483988Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:10.0031390Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:10.0031862Z e7fc196062f1: Download complete 2024-08-22T20:29:12.3453166Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:12.5673776Z af5c0f3f240b: Pull complete 2024-08-22T20:29:13.8908479Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:14.0434461Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:14.0583370Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:14.0764905Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:14.0912230Z 90d96273fa23: Pull complete 2024-08-22T20:29:17.4323515Z 625bfd303d2d: Pull complete 2024-08-22T20:29:18.8549707Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:22.7888477Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:24.5070482Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:24.5187036Z db6f5f4c0334: Pull complete 2024-08-22T20:29:24.5304698Z 784019980816: Pull complete 2024-08-22T20:29:24.5426150Z a7beba6b9d19: Pull complete 2024-08-22T20:29:53.6568423Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:53.6568907Z 417dce1e59af: Download complete 2024-08-22T20:30:45.0403493Z 417dce1e59af: Pull complete 2024-08-22T20:30:45.4997551Z 2b99a72dd557: Pull complete 2024-08-22T20:30:45.7504277Z f49fb64d359c: Pull complete 2024-08-22T20:31:00.8542918Z bfb071e5ae48: Pull complete 2024-08-22T20:31:01.0037658Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:01.2205983Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:01.4486960Z c5058f81a371: Pull complete 2024-08-22T20:31:01.9911858Z ca3686f68fee: Pull complete 2024-08-22T20:31:02.2319387Z fdb9230cd483: Pull complete 2024-08-22T20:31:02.4770038Z dc18f68db4d4: Pull complete 2024-08-22T20:31:21.5123118Z e7fc196062f1: Pull complete 2024-08-22T20:31:21.6349631Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:21.6810916Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:21.7052834Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:21.7230269Z ##[group]Run set -ex 2024-08-22T20:31:21.7230637Z set -ex 2024-08-22T20:31:21.7230940Z { 2024-08-22T20:31:21.7231260Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:21.7231705Z  echo "set -eou pipefail"; 2024-08-22T20:31:21.7232159Z  # shellcheck disable=SC2016 2024-08-22T20:31:21.7232653Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:21.7233131Z  echo "set -x"; 2024-08-22T20:31:21.7233498Z  echo "${SCRIPT}"; 2024-08-22T20:31:21.7233913Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:21.7234393Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:21.7235334Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:21.7247169Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:21.7247519Z env: 2024-08-22T20:31:21.7247882Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:21.7248350Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:21.7248738Z PR_NUMBER: 1044 2024-08-22T20:31:21.7250745Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:21.7252961Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:21.7253784Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:21.7254508Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:21.7255136Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:21.7256011Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:21.7256427Z ##[endgroup] 2024-08-22T20:31:21.7289938Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:21.7290373Z + echo 'set -eou pipefail' 2024-08-22T20:31:21.7290804Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:21.7293966Z + echo 'set -x' 2024-08-22T20:31:21.7294792Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:21.7295234Z uname -a 2024-08-22T20:31:21.7295512Z echo "::endgroup::" 2024-08-22T20:31:21.7295710Z 2024-08-22T20:31:21.7296103Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:21.7296790Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:21.7297348Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:21.7297817Z echo "::endgroup::" 2024-08-22T20:31:21.7298016Z 2024-08-22T20:31:21.7298183Z .ci/scripts/run-docs readme 2024-08-22T20:31:21.7298424Z 2024-08-22T20:31:21.7298553Z echo "::group::Completion" 2024-08-22T20:31:21.7298908Z echo "tests complete" 2024-08-22T20:31:21.7299283Z echo "*******************************************" 2024-08-22T20:31:21.7299706Z echo "::endgroup::" 2024-08-22T20:31:21.7300030Z ' 2024-08-22T20:31:21.7300488Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:21.7304928Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:00.8430762Z Running command: 2024-08-22T20:32:00.8441874Z 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_10515112207" `# 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_1d2563dd-3d1e-48ba-8514-7fc0496c16bb":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1d2563dd-3d1e-48ba-8514-7fc0496c16bb" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:00.8448635Z 2024-08-22T20:32:00.8449062Z 77e9459a542049614b04a07c6836c49b32553fb22be39bee3d8a37ceb76677ee 2024-08-22T20:32:00.8450059Z Running command: docker exec -t 77e9459a542049614b04a07c6836c49b32553fb22be39bee3d8a37ceb76677ee /exec 2024-08-22T20:32:00.8450920Z + echo '::group::Print machine info' 2024-08-22T20:32:00.8451653Z ##[group]Print machine info 2024-08-22T20:32:00.8452015Z + uname -a 2024-08-22T20:32:00.8452915Z Linux 77e9459a5420 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:32:00.8453746Z + echo ::endgroup:: 2024-08-22T20:32:00.8454277Z ##[endgroup] 2024-08-22T20:32:00.8454849Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:00.8455838Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:00.8456478Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:00.8456919Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:00.8457357Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:00.8457676Z 2024-08-22T20:32:00.8457952Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:00.8458538Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:32:00.8458835Z 2024-08-22T20:32:00.8459299Z base | 3.6 kB 00:00 2024-08-22T20:32:00.8459666Z 2024-08-22T20:32:00.8459996Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:00.8460410Z 2024-08-22T20:32:00.8460743Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:00.8461153Z 2024-08-22T20:32:00.8461376Z extras | 2.9 kB 00:00 2024-08-22T20:32:00.8461738Z 2024-08-22T20:32:00.8461962Z updates | 2.9 kB 00:00 2024-08-22T20:32:00.8462458Z Resolving Dependencies 2024-08-22T20:32:00.8462850Z --> Running transaction check 2024-08-22T20:32:00.8463476Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:00.8464491Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:00.8465418Z --> Running transaction check 2024-08-22T20:32:00.8466020Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:00.8466635Z --> Finished Dependency Resolution 2024-08-22T20:32:00.8466915Z 2024-08-22T20:32:00.8467039Z Dependencies Resolved 2024-08-22T20:32:00.8467250Z 2024-08-22T20:32:00.8467435Z ================================================================================ 2024-08-22T20:32:00.8468014Z Package Arch Version Repository Size 2024-08-22T20:32:00.8468591Z ================================================================================ 2024-08-22T20:32:00.8469035Z Installing: 2024-08-22T20:32:00.8469716Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:00.8470318Z Installing for dependencies: 2024-08-22T20:32:00.8470952Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:00.8471416Z 2024-08-22T20:32:00.8471549Z Transaction Summary 2024-08-22T20:32:00.8471910Z ================================================================================ 2024-08-22T20:32:00.8472403Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:00.8472721Z 2024-08-22T20:32:00.8472874Z Total download size: 6.3 M 2024-08-22T20:32:00.8473242Z Installed size: 25 M 2024-08-22T20:32:00.8473571Z Downloading packages: 2024-08-22T20:32:00.8473778Z 2024-08-22T20:32:00.8474211Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:00.8474708Z 2024-08-22T20:32:00.8475123Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:00.8475907Z -------------------------------------------------------------------------------- 2024-08-22T20:32:00.8476487Z Total 26 MB/s | 6.3 MB 00:00 2024-08-22T20:32:00.8476982Z Running transaction check 2024-08-22T20:32:00.8477330Z Running transaction test 2024-08-22T20:32:00.8477685Z Transaction test succeeded 2024-08-22T20:32:00.8478038Z Running transaction 2024-08-22T20:32:00.8478238Z 2024-08-22T20:32:00.8478628Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:00.8479475Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:00.8480314Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:00.8481140Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:00.8481974Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:00.8482868Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:00.8483706Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:00.8484539Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:00.8485374Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:00.8486302Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:00.8487125Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:00.8487963Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:00.8488798Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:00.8489626Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:00.8490460Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:00.8491306Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:00.8492135Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:00.8492970Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:00.8493811Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:00.8494642Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:00.8495467Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:00.8496304Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:00.8497140Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:00.8497968Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:00.8498914Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:00.8499766Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:00.8500596Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:00.8501433Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:00.8502301Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:00.8503135Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:00.8503579Z 2024-08-22T20:32:00.8503962Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:00.8504857Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:00.8505701Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:00.8506538Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:00.8507374Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:00.8508209Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:00.8509044Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:00.8509879Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:00.8510713Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:00.8511548Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:00.8512376Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:00.8513263Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:00.8514092Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:00.8514929Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:00.8515769Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:00.8516609Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:00.8517531Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:00.8518806Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:00.8519638Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:01.7843638Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:01.7844818Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:01.7846013Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:01.7847127Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:01.7848245Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:01.7849308Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:01.7850155Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:01.7850990Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:01.7851831Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:01.7852649Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:01.7853591Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:01.7854582Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:01.7856006Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:01.7857121Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:01.7858188Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:01.7859282Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:01.7859880Z 2024-08-22T20:32:01.7860291Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:01.7860767Z 2024-08-22T20:32:01.7861166Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:01.7861647Z 2024-08-22T20:32:01.7861759Z Installed: 2024-08-22T20:32:01.7862327Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:01.7862790Z 2024-08-22T20:32:01.7863026Z Dependency Installed: 2024-08-22T20:32:01.7863653Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:01.7864114Z 2024-08-22T20:32:01.7864224Z Complete! 2024-08-22T20:32:01.7865700Z + 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:01.7868093Z + 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:01.7869417Z + echo ::endgroup:: 2024-08-22T20:32:01.7872182Z ##[endgroup] 2024-08-22T20:32:01.7872562Z + .ci/scripts/run-docs readme 2024-08-22T20:32:01.7873232Z ##[group]Create script to run README 2024-08-22T20:32:01.7873831Z ##[endgroup] 2024-08-22T20:32:01.7874317Z ##[group]Run README 2024-08-22T20:32:01.7874643Z ******************************************* 2024-08-22T20:32:01.7875088Z set -eou pipefail 2024-08-22T20:32:01.7875508Z echo '::group::start-of-document' 2024-08-22T20:32:01.7875946Z echo '::endgroup::' 2024-08-22T20:32:01.7876374Z echo '::group::# Chat with LLMs Everywhere' 2024-08-22T20:32:01.7876848Z echo '::endgroup::' 2024-08-22T20:32:01.7877527Z echo '::group::## What can you do with torchchat' 2024-08-22T20:32:01.7878031Z echo '::endgroup::' 2024-08-22T20:32:01.7878405Z echo '::group::## Highlights' 2024-08-22T20:32:01.7878820Z echo '::endgroup::' 2024-08-22T20:32:01.7879199Z echo '::group::## Installation' 2024-08-22T20:32:01.7879578Z if false; then 2024-08-22T20:32:01.7879933Z echo '::endgroup::' 2024-08-22T20:32:01.7880313Z echo '::group::# get the code' 2024-08-22T20:32:01.7880775Z git clone https://github.com/pytorch/torchchat.git 2024-08-22T20:32:01.7881250Z cd torchchat 2024-08-22T20:32:01.7881422Z 2024-08-22T20:32:01.7881603Z echo '::endgroup::' 2024-08-22T20:32:01.7882035Z echo '::group::# set up a virtual environment' 2024-08-22T20:32:01.7882521Z python3 -m venv .venv 2024-08-22T20:32:01.7882856Z source .venv/bin/activate 2024-08-22T20:32:01.7883094Z 2024-08-22T20:32:01.7883289Z echo '::endgroup::' 2024-08-22T20:32:01.7883723Z echo '::group::# install dependencies' 2024-08-22T20:32:01.7884142Z ./install_requirements.sh 2024-08-22T20:32:01.7884476Z fi 2024-08-22T20:32:01.7884746Z ./install_requirements.sh 2024-08-22T20:32:01.7885133Z echo '::endgroup::' 2024-08-22T20:32:01.7885507Z echo '::group::## Commands' 2024-08-22T20:32:01.7885916Z python3 torchchat.py --help 2024-08-22T20:32:01.7886266Z if false; then 2024-08-22T20:32:01.7886615Z echo '::endgroup::' 2024-08-22T20:32:01.7886993Z echo '::group::# Output' 2024-08-22T20:32:01.7887669Z usage: torchchat {chat,browser,generate,export,eval,download,list,remove,where,server} ... 2024-08-22T20:32:01.7888284Z 2024-08-22T20:32:01.7888413Z positional arguments: 2024-08-22T20:32:01.7888989Z {chat,browser,generate,export,eval,download,list,remove,where,server} 2024-08-22T20:32:01.7889756Z The specific command to run 2024-08-22T20:32:01.7890309Z chat Chat interactively with a model via the CLI 2024-08-22T20:32:01.7890947Z generate Generate responses from a model given a prompt 2024-08-22T20:32:01.7891654Z browser Chat interactively with a model in a locally hosted browser 2024-08-22T20:32:01.7892376Z export Export a model artifact to AOT Inductor or ExecuTorch 2024-08-22T20:32:01.7892981Z download Download model artifacts 2024-08-22T20:32:01.7893483Z list List all supported models 2024-08-22T20:32:01.7893999Z remove Remove downloaded model artifacts 2024-08-22T20:32:01.7894625Z where Return directory containing downloaded model artifacts 2024-08-22T20:32:01.7895328Z server Starts a locally hosted REST server for model interaction 2024-08-22T20:32:01.7895999Z eval Evaluate a model via lm-eval 2024-08-22T20:32:01.7896342Z 2024-08-22T20:32:01.7896461Z options: 2024-08-22T20:32:01.7896884Z -h, --help show this help message and exit 2024-08-22T20:32:01.7897338Z fi 2024-08-22T20:32:01.7897656Z echo '::endgroup::' 2024-08-22T20:32:01.7898058Z echo '::group::## Download Weights' 2024-08-22T20:32:01.7898503Z python3 torchchat.py download stories15M.1 2024-08-22T20:32:01.7898952Z python3 torchchat.py list 2024-08-22T20:32:01.7899317Z python3 torchchat.py list 2024-08-22T20:32:01.7899703Z python3 torchchat.py remove stories15M.1 2024-08-22T20:32:01.7900190Z echo '::endgroup::' 2024-08-22T20:32:01.7900606Z echo '::group::## Running via PyTorch ' 2024-08-22T20:32:01.7901013Z if false; then 2024-08-22T20:32:01.7901345Z python3 torchchat.py chat stories15M.1 2024-08-22T20:32:01.7901736Z fi 2024-08-22T20:32:01.7902369Z python3 torchchat.py generate stories15M.1 --prompt "write me a story about a boy and his bear" 2024-08-22T20:32:01.7903061Z fi 2024-08-22T20:32:01.7903340Z if false; then 2024-08-22T20:32:01.7903674Z python3 torchchat.py server stories15M.1 2024-08-22T20:32:01.7904075Z fi 2024-08-22T20:32:01.7904327Z if false; then 2024-08-22T20:32:01.7904744Z curl http://127.0.0.1:5000/v1/chat \ 2024-08-22T20:32:01.7905240Z -H "Content-Type: application/json" \ 2024-08-22T20:32:01.7905673Z -d '{ 2024-08-22T20:32:01.7906047Z "model": "stories15M.1", 2024-08-22T20:32:01.7906412Z "stream": "true", 2024-08-22T20:32:01.7906741Z "max_tokens": 200, 2024-08-22T20:32:01.7907054Z "messages": [ 2024-08-22T20:32:01.7907346Z { 2024-08-22T20:32:01.7907615Z "role": "system", 2024-08-22T20:32:01.7908001Z "content": "You are a helpful assistant." 2024-08-22T20:32:01.7908429Z }, 2024-08-22T20:32:01.7908690Z { 2024-08-22T20:32:01.7908953Z "role": "user", 2024-08-22T20:32:01.7909288Z "content": "Hello!" 2024-08-22T20:32:01.7909625Z } 2024-08-22T20:32:01.7909875Z ] 2024-08-22T20:32:01.7910126Z }' 2024-08-22T20:32:01.7916010Z {"response":" I'm a software developer with a passion for building innovative and user-friendly applications. I have experience in developing web and mobile applications using various technologies such as Java, Python, and JavaScript. I'm always looking for new challenges and opportunities to learn and grow as a developer.\n\nIn my free time, I enjoy reading books on computer science and programming, as well as experimenting with new technologies and techniques. I'm also interested in machine learning and artificial intelligence, and I'm always looking for ways to apply these concepts to real-world problems.\n\nI'm excited to be a part of the developer community and to have the opportunity to share my knowledge and experience with others. I'm always happy to help with any questions or problems you may have, and I'm looking forward to learning from you as well.\n\nThank you for visiting my profile! I hope you find my information helpful and interesting. If you have any questions or would like to discuss any topics, please feel free to reach out to me. I"} 2024-08-22T20:32:01.7922058Z fi 2024-08-22T20:32:01.7922315Z if false; then 2024-08-22T20:32:01.7922653Z streamlit run browser/browser.py 2024-08-22T20:32:01.7923167Z echo '::endgroup::' 2024-08-22T20:32:01.7923626Z echo '::group::## Desktop' 2024-08-22T20:32:01.7924390Z python3 torchchat.py export stories15M.1 --output-dso-path exportedModels/stories15M.1.so 2024-08-22T20:32:01.7925543Z python3 torchchat.py generate stories15M.1 --dso-path exportedModels/stories15M.1.so --prompt "Hello my name is" 2024-08-22T20:32:01.7926324Z scripts/build_native.sh aoti 2024-08-22T20:32:01.7927291Z cmake-out/aoti_run exportedModels/stories15M.1.so -z `python3 torchchat.py where stories15M.1`/tokenizer.model -l 2 -i "Once upon a time" 2024-08-22T20:32:01.7928234Z echo '::endgroup::' 2024-08-22T20:32:01.7928638Z echo '::group::## Mobile Execution' 2024-08-22T20:32:01.7929045Z export TORCHCHAT_ROOT=${PWD} 2024-08-22T20:32:01.7929412Z ./scripts/install_et.sh 2024-08-22T20:32:01.7929802Z echo '::endgroup::' 2024-08-22T20:32:01.7930172Z echo '::group::# Export' 2024-08-22T20:32:01.7930980Z python3 torchchat.py export stories15M.1 --quantize config/data/mobile.json --output-pte-path stories15M.1.pte 2024-08-22T20:32:01.7931803Z echo '::endgroup::' 2024-08-22T20:32:01.7932170Z echo '::group::# Execute' 2024-08-22T20:32:01.7933009Z python3 torchchat.py generate stories15M.1 --device cpu --pte-path stories15M.1.pte --prompt "Hello my name is" 2024-08-22T20:32:01.7933803Z scripts/build_native.sh et 2024-08-22T20:32:01.7934835Z cmake-out/et_run stories15M.1.pte -z `python3 torchchat.py where stories15M.1`/tokenizer.model -l 2 -i "Once upon a time" 2024-08-22T20:32:01.7935802Z echo '::endgroup::' 2024-08-22T20:32:01.7936104Z exit 0 2024-08-22T20:32:01.7936352Z exit 1 2024-08-22T20:32:01.7936637Z ******************************************* 2024-08-22T20:32:01.7937076Z + set -eou pipefail 2024-08-22T20:32:01.7937448Z + echo ::group::start-of-document 2024-08-22T20:32:01.7938142Z ##[group]start-of-document 2024-08-22T20:32:01.7938494Z + echo ::endgroup:: 2024-08-22T20:32:01.7939013Z ##[endgroup] 2024-08-22T20:32:01.7939432Z + echo '::group::# Chat with LLMs Everywhere' 2024-08-22T20:32:01.7940098Z ##[group]# Chat with LLMs Everywhere 2024-08-22T20:32:01.7940488Z + echo ::endgroup:: 2024-08-22T20:32:01.7940997Z ##[endgroup] 2024-08-22T20:32:01.7942184Z + echo '::group::## What can you do with torchchat' 2024-08-22T20:32:01.7942906Z ##[group]## What can you do with torchchat 2024-08-22T20:32:01.7943340Z + echo ::endgroup:: 2024-08-22T20:32:01.7943847Z ##[endgroup] 2024-08-22T20:32:01.7944208Z + echo '::group::## Highlights' 2024-08-22T20:32:01.7944894Z ##[group]## Highlights 2024-08-22T20:32:01.7945228Z + echo ::endgroup:: 2024-08-22T20:32:01.7945734Z ##[endgroup] 2024-08-22T20:32:01.7946106Z + echo '::group::## Installation' 2024-08-22T20:32:01.7946738Z ##[group]## Installation 2024-08-22T20:32:01.7947061Z + false 2024-08-22T20:32:01.7947339Z + ./install_requirements.sh 2024-08-22T20:32:01.7948127Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:01.7949120Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:01.7950071Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:01.7950868Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:01.7951577Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:03.2799119Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:03.2800514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 16.7 MB/s eta 0:00:00 2024-08-22T20:32:03.2801317Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:03.2801931Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:03.2803024Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:03.2803976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 16.8 MB/s eta 0:00:00 2024-08-22T20:32:03.2804773Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:03.2805701Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:03.2806705Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:03.2807620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 82.7 MB/s eta 0:00:00 2024-08-22T20:32:03.2808404Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:03.2809095Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:03.2809897Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:03.2810848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 56.5 MB/s eta 0:00:00 2024-08-22T20:32:03.2811679Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:03.2812925Z 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:03.2814236Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:03.2815156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 96.5 MB/s eta 0:00:00 2024-08-22T20:32:03.2815970Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:03.2817146Z 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:03.2818734Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:03.2819775Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 8.1/18.3 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2821088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 16.3/18.3 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:32:03.2822130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2823137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2824138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2825336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 70.5 MB/s eta 0:00:00 2024-08-22T20:32:03.2826179Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:03.2826873Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:03.2827654Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:03.2828592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 73.2 MB/s eta 0:00:00 2024-08-22T20:32:03.2829376Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:03.2830281Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:03.2831286Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:03.2832206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 25.0 MB/s eta 0:00:00 2024-08-22T20:32:03.2833441Z [?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:03.2834480Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:03.2835358Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:03.2836340Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:03.2837348Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/26.9 MB 226.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2838446Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 15.9/26.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2839520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 24.4/26.9 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2840583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2841594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2842689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2843646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 60.5 MB/s eta 0:00:00 2024-08-22T20:32:03.2844433Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:03.2845313Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:03.2846322Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:03.2847362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 67.3 MB/s eta 0:00:00 2024-08-22T20:32:03.2848155Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:03.2849031Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:03.2850028Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:09.8528331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 101.8 MB/s eta 0:00:00 2024-08-22T20:32:09.8529547Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:09.8530514Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:09.8531765Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:09.8533331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 8.4/8.7 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:09.8534934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:09.8536517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 117.3 MB/s eta 0:00:00 2024-08-22T20:32:09.8537833Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:09.8538796Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:09.8540017Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:09.8541582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 36.1 MB/s eta 0:00:00 2024-08-22T20:32:09.8543125Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8544421Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:09.8545525Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:09.8546473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 62.6 MB/s eta 0:00:00 2024-08-22T20:32:09.8547649Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8548375Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:09.8549169Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:09.8550100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 25.6 MB/s eta 0:00:00 2024-08-22T20:32:09.8551013Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8551815Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:09.8552788Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:09.8553750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 78.3 MB/s eta 0:00:00 2024-08-22T20:32:09.8554639Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8555386Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:09.8556110Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8556776Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:09.8557529Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:09.8558459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 32.3 MB/s eta 0:00:00 2024-08-22T20:32:09.8559343Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:09.8560114Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:09.8560799Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:09.8561582Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8562310Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:09.8563103Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:09.8564057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 48.7 MB/s eta 0:00:00 2024-08-22T20:32:09.8564977Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8565738Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:09.8566530Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:09.8567478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 54.0 MB/s eta 0:00:00 2024-08-22T20:32:09.8568383Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8569287Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:09.8570119Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:09.8571053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 28.4 MB/s eta 0:00:00 2024-08-22T20:32:09.8571980Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8572720Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:09.8573279Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:09.8574028Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8574923Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:09.8575750Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:09.8576677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 32.7 MB/s eta 0:00:00 2024-08-22T20:32:09.8577636Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8578696Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:09.8579724Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:09.8580725Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 7.1/13.3 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:32:09.8581798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 221.0 MB/s eta 0:00:01 2024-08-22T20:32:09.8582807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 221.0 MB/s eta 0:00:01 2024-08-22T20:32:09.8583776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 88.0 MB/s eta 0:00:00 2024-08-22T20:32:09.8584733Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8585439Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:09.8586000Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:09.8586718Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8587552Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:09.8588427Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:11.1744206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/797.3 MB 241.8 MB/s eta 0:00:04 2024-08-22T20:32:11.1745976Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/797.3 MB 244.5 MB/s eta 0:00:04 2024-08-22T20:32:11.1747991Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/797.3 MB 240.2 MB/s eta 0:00:04 2024-08-22T20:32:11.1749668Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/797.3 MB 248.8 MB/s eta 0:00:04 2024-08-22T20:32:11.1751347Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/797.3 MB 250.6 MB/s eta 0:00:04 2024-08-22T20:32:11.1753022Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/797.3 MB 250.7 MB/s eta 0:00:03 2024-08-22T20:32:11.1755034Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/797.3 MB 250.9 MB/s eta 0:00:03 2024-08-22T20:32:11.1756772Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/797.3 MB 226.9 MB/s eta 0:00:04 2024-08-22T20:32:11.1758481Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.7/797.3 MB 250.6 MB/s eta 0:00:03 2024-08-22T20:32:11.1760140Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.2/797.3 MB 246.0 MB/s eta 0:00:03 2024-08-22T20:32:11.1761801Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.6/797.3 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:32:11.1763464Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/797.3 MB 197.5 MB/s eta 0:00:04 2024-08-22T20:32:11.1765168Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.0/797.3 MB 219.6 MB/s eta 0:00:04 2024-08-22T20:32:11.1766887Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.1/797.3 MB 239.3 MB/s eta 0:00:03 2024-08-22T20:32:11.1768835Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/797.3 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:32:11.1770477Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/797.3 MB 179.7 MB/s eta 0:00:04 2024-08-22T20:32:11.1772142Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.2/797.3 MB 208.2 MB/s eta 0:00:04 2024-08-22T20:32:11.1773805Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.7/797.3 MB 216.4 MB/s eta 0:00:04 2024-08-22T20:32:11.1775513Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.9/797.3 MB 229.9 MB/s eta 0:00:03 2024-08-22T20:32:11.1777165Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.9/797.3 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:32:11.1779026Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.4/797.3 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:32:11.1780694Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.4/797.3 MB 235.6 MB/s eta 0:00:03 2024-08-22T20:32:11.1782361Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.8/797.3 MB 233.3 MB/s eta 0:00:03 2024-08-22T20:32:11.1784036Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.0/797.3 MB 239.8 MB/s eta 0:00:03 2024-08-22T20:32:11.1785974Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.9/797.3 MB 229.3 MB/s eta 0:00:03 2024-08-22T20:32:11.1787683Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/797.3 MB 221.8 MB/s eta 0:00:03 2024-08-22T20:32:11.1789333Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.5/797.3 MB 227.6 MB/s eta 0:00:03 2024-08-22T20:32:11.1791035Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.6/797.3 MB 210.3 MB/s eta 0:00:03 2024-08-22T20:32:11.1792685Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.8/797.3 MB 227.4 MB/s eta 0:00:03 2024-08-22T20:32:11.1794351Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.0/797.3 MB 224.1 MB/s eta 0:00:03 2024-08-22T20:32:11.1796073Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 243.9/797.3 MB 182.8 MB/s eta 0:00:04 2024-08-22T20:32:11.1797741Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 252.5/797.3 MB 248.9 MB/s eta 0:00:03 2024-08-22T20:32:11.1799409Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 260.8/797.3 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:32:11.1801219Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 268.9/797.3 MB 236.7 MB/s eta 0:00:03 2024-08-22T20:32:11.1802872Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 276.6/797.3 MB 227.7 MB/s eta 0:00:03 2024-08-22T20:32:11.1804529Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 285.0/797.3 MB 239.3 MB/s eta 0:00:03 2024-08-22T20:32:11.1806261Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 293.2/797.3 MB 241.1 MB/s eta 0:00:03 2024-08-22T20:32:11.1807914Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 301.4/797.3 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:32:12.4965728Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 309.6/797.3 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:32:12.4967596Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 318.1/797.3 MB 244.0 MB/s eta 0:00:02 2024-08-22T20:32:12.4969259Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 326.0/797.3 MB 232.7 MB/s eta 0:00:03 2024-08-22T20:32:12.4970944Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 334.4/797.3 MB 243.2 MB/s eta 0:00:02 2024-08-22T20:32:12.4972599Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 342.9/797.3 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:32:12.4974649Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 350.1/797.3 MB 219.9 MB/s eta 0:00:03 2024-08-22T20:32:12.4976419Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 355.0/797.3 MB 168.7 MB/s eta 0:00:03 2024-08-22T20:32:12.4978108Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 363.6/797.3 MB 182.2 MB/s eta 0:00:03 2024-08-22T20:32:12.4979777Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 371.3/797.3 MB 230.7 MB/s eta 0:00:02 2024-08-22T20:32:12.4981450Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 378.5/797.3 MB 239.2 MB/s eta 0:00:02 2024-08-22T20:32:12.4983120Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 386.6/797.3 MB 215.8 MB/s eta 0:00:02 2024-08-22T20:32:12.4984952Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 393.2/797.3 MB 200.4 MB/s eta 0:00:03 2024-08-22T20:32:12.4986669Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 401.6/797.3 MB 215.0 MB/s eta 0:00:02 2024-08-22T20:32:12.4988567Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 410.2/797.3 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:32:12.4990243Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 418.8/797.3 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:12.4991902Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 425.7/797.3 MB 224.6 MB/s eta 0:00:02 2024-08-22T20:32:12.4993547Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 433.4/797.3 MB 219.3 MB/s eta 0:00:02 2024-08-22T20:32:12.4995231Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 439.9/797.3 MB 197.6 MB/s eta 0:00:02 2024-08-22T20:32:12.4996892Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 447.7/797.3 MB 198.2 MB/s eta 0:00:02 2024-08-22T20:32:12.4998595Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 456.1/797.3 MB 237.1 MB/s eta 0:00:02 2024-08-22T20:32:12.5000235Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 463.8/797.3 MB 227.4 MB/s eta 0:00:02 2024-08-22T20:32:12.5001880Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 472.0/797.3 MB 237.1 MB/s eta 0:00:02 2024-08-22T20:32:12.5003552Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 480.0/797.3 MB 235.1 MB/s eta 0:00:02 2024-08-22T20:32:12.5005378Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 488.2/797.3 MB 237.8 MB/s eta 0:00:02 2024-08-22T20:32:12.5007118Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 496.4/797.3 MB 237.7 MB/s eta 0:00:02 2024-08-22T20:32:12.5008801Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 504.7/797.3 MB 239.2 MB/s eta 0:00:02 2024-08-22T20:32:12.5010467Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 512.8/797.3 MB 236.8 MB/s eta 0:00:02 2024-08-22T20:32:12.5012111Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 521.0/797.3 MB 237.0 MB/s eta 0:00:02 2024-08-22T20:32:12.5013756Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 529.3/797.3 MB 238.5 MB/s eta 0:00:02 2024-08-22T20:32:12.5015430Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 537.6/797.3 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:32:12.5017141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 545.9/797.3 MB 241.1 MB/s eta 0:00:02 2024-08-22T20:32:12.5019360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 554.2/797.3 MB 240.9 MB/s eta 0:00:02 2024-08-22T20:32:12.5021016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 562.4/797.3 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:12.5022665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 569.8/797.3 MB 217.9 MB/s eta 0:00:02 2024-08-22T20:32:12.5024272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 577.8/797.3 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:12.5026223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 585.3/797.3 MB 221.3 MB/s eta 0:00:01 2024-08-22T20:32:12.5027902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 592.0/797.3 MB 209.9 MB/s eta 0:00:01 2024-08-22T20:32:12.5029580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 600.2/797.3 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:32:14.3360326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 608.4/797.3 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3361915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 616.8/797.3 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:14.3363413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 624.6/797.3 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3364933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 633.0/797.3 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:14.3366416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 639.3/797.3 MB 201.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3367910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 647.4/797.3 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:14.3369387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 655.6/797.3 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:32:14.3370855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 663.7/797.3 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:14.3372311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 669.4/797.3 MB 190.8 MB/s eta 0:00:01 2024-08-22T20:32:14.3373772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 677.3/797.3 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3375225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 683.3/797.3 MB 195.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3376733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 691.0/797.3 MB 230.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3378611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 698.6/797.3 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3380068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 706.8/797.3 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:32:14.3381543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 713.6/797.3 MB 213.3 MB/s eta 0:00:01 2024-08-22T20:32:14.3383282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 722.2/797.3 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3384899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 730.7/797.3 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:14.3386409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 739.3/797.3 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3387901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 747.9/797.3 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:32:14.3389359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 756.5/797.3 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3390823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 764.8/797.3 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:14.3392293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 773.1/797.3 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:14.3393708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 780.1/797.3 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3395094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 787.9/797.3 MB 205.9 MB/s eta 0:00:01 2024-08-22T20:32:14.3396540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 794.7/797.3 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:32:14.3397901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3399266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3400628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3402005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3403357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3404898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3406327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3407693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3409049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3410548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3411918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3413273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3414664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:14.3416029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7169816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7171308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7172652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7173663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7175018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7176034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7177052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7178048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7179086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7180097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7181108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7182111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7183133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7184133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7185201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7186360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7187372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7188399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7189389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7190382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7191398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7192425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7193419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7194520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7195525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7196574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7197567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7198663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7199670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7200669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7201668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7202674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7203670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7204667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7205678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7206683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7207704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7208691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7209695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:15.7210693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0978043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0979426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0980736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0982152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0983194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0984216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0985327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0986474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0987542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0988561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0989549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0990556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0991571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0992594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0993577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0994566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0995671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0996670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0997659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0998662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.0999682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1000686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1001698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1002701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1003706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1004723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1005814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1006869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1007877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1008899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1009891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1010898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1011903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1012911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1013910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1015028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1016047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1017100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1018369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1019411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4815929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4818238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4819400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4820422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4821431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4822634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4823663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4824762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4825791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4826779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4827799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4828809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4829815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4830815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4831970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4832980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4833974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4834978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4836108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4837145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4838179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4839210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4840216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4841229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4842211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4843217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4844214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4845227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4846224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4847271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4848306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4849315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4850316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4851341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4852445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4853435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4854436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4855443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4856540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:18.4857531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9389216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9390688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9391926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9392943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9393992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9394987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9396381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9397385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9398389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9399380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9400420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9401425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9402427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9403444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9404447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9405446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9406436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9407621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9408629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9409642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9410648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9411654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9412663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9413684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9414675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9415677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9417471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9418924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9419922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9420929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9421959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9422955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9423963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9425088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9426090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9427082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9428241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9429251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9430247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:19.9431260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7552759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7554256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7555407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7556473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7557496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7558819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:22.7559772Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:22.7560620Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:22.7561456Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:22.7562262Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:22.7563093Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:22.7564265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8.4/9.5 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:32:22.7565325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:22.7566320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 118.5 MB/s eta 0:00:00 2024-08-22T20:32:22.7567609Z [?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:22.7568803Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:22.7569758Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:22.7570769Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:22.7571738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 37.2 MB/s eta 0:00:00 2024-08-22T20:32:22.7572652Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:22.7573359Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:22.7573935Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:22.7575114Z [?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:22.7576758Z 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:22.7577973Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:22.7579041Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:22.7580098Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:22.7581053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 42.2 MB/s eta 0:00:00 2024-08-22T20:32:22.7582536Z [?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:22.7584173Z 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:22.7585868Z 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:22.7587471Z 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:22.7588766Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:22.7589936Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:22.7590949Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:22.7592178Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:22.7593293Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:22.7594243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 89.9 MB/s eta 0:00:00 2024-08-22T20:32:22.7595114Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:22.7596254Z 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:22.7597534Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:22.7598580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 65.4 MB/s eta 0:00:00 2024-08-22T20:32:22.7599609Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:22.7601086Z 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:22.7602513Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:22.7603538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 100.5 MB/s eta 0:00:00 2024-08-22T20:32:22.7605014Z [?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:22.7606373Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:22.7607528Z 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:22.7608734Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:22.7609817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:22.7610796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 123.8 MB/s eta 0:00:00 2024-08-22T20:32:22.7611678Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.7612404Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:22.7613201Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:22.7614165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 81.5 MB/s eta 0:00:00 2024-08-22T20:32:24.7821878Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7822974Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:24.7824012Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7825129Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:24.7826542Z 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:24.7827722Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7828969Z 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:24.7830545Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:24.7831591Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/13.0 MB 130.4 MB/s eta 0:00:01 2024-08-22T20:32:24.7832705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 8.6/13.0 MB 127.1 MB/s eta 0:00:01 2024-08-22T20:32:24.7833767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 126.1 MB/s eta 0:00:01 2024-08-22T20:32:24.7834783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 125.2 MB/s eta 0:00:01 2024-08-22T20:32:24.7835768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 78.3 MB/s eta 0:00:00 2024-08-22T20:32:24.7836665Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7837675Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:24.7838707Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:24.7839901Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/4.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:32:24.7840958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 84.9 MB/s eta 0:00:01 2024-08-22T20:32:24.7841928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 60.2 MB/s eta 0:00:00 2024-08-22T20:32:24.7842812Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7843679Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:24.7844608Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:24.7845679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 55.8 MB/s eta 0:00:00 2024-08-22T20:32:24.7846733Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7847735Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:24.7848783Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:24.7849853Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/39.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:24.7850976Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/39.9 MB 207.2 MB/s eta 0:00:01 2024-08-22T20:32:24.7852181Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 22.2/39.9 MB 197.3 MB/s eta 0:00:01 2024-08-22T20:32:24.7853277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 29.4/39.9 MB 206.4 MB/s eta 0:00:01 2024-08-22T20:32:24.7854361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 37.4/39.9 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:32:24.7855434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7856449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7857442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7858563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7859750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7860769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:24.7861889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 41.2 MB/s eta 0:00:00 2024-08-22T20:32:24.7862788Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7863528Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:24.7864319Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:24.7865353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 51.3 MB/s eta 0:00:00 2024-08-22T20:32:24.7866286Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7867047Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:24.7867772Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7868520Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:24.7869356Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7870149Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:24.7870965Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:24.7871914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 46.3 MB/s eta 0:00:00 2024-08-22T20:32:24.7872829Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.7873597Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:24.7874490Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:27.0426823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:27.0429406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 133.3 MB/s eta 0:00:00 2024-08-22T20:32:27.0432069Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:27.0433036Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:27.0434022Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:27.0435060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 25.5 MB/s eta 0:00:00 2024-08-22T20:32:27.0436044Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:27.0436784Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:27.0437593Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:27.0438774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 44.6 MB/s eta 0:00:00 2024-08-22T20:32:27.0440036Z [?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:27.0441210Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:27.0441965Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:27.0443231Z 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:27.0444660Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.0445772Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:27.0446814Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:27.0447771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 66.8 MB/s eta 0:00:00 2024-08-22T20:32:27.0449184Z [?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:27.0450559Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:27.0451359Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:27.0452356Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:27.0453314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 39.0 MB/s eta 0:00:00 2024-08-22T20:32:27.0454208Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:27.0454964Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:27.0455751Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:27.0456695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 17.9 MB/s eta 0:00:00 2024-08-22T20:32:27.0457757Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:27.0458483Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:27.0459261Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:27.0460268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 22.4 MB/s eta 0:00:00 2024-08-22T20:32:27.0461240Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.0462276Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:27.0463271Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:27.0464211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 48.5 MB/s eta 0:00:00 2024-08-22T20:32:27.0465296Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.0466441Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:27.0467526Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:27.0468479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 34.3 MB/s eta 0:00:00 2024-08-22T20:32:27.0469458Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.0470643Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:27.0471645Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:27.0472571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 116.2 MB/s eta 0:00:00 2024-08-22T20:32:27.0473603Z [?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:27.0474450Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:27.0475323Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:27.0476271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 19.2 MB/s eta 0:00:00 2024-08-22T20:32:27.0477636Z [?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:27.0479464Z 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:27.0481263Z 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:27.0482594Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:27.0483676Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:27.0484724Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:27.0485677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 54.4 MB/s eta 0:00:00 2024-08-22T20:32:27.0487115Z [?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:27.0488879Z 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:27.0490682Z 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:28.5163038Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5164285Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:28.5165164Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:28.5166517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 20.7 MB/s eta 0:00:00 2024-08-22T20:32:28.5167875Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5168870Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:28.5169670Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:28.5170652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 112.4 MB/s eta 0:00:00 2024-08-22T20:32:28.5171653Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5172550Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:28.5173327Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:28.5174283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 40.1 MB/s eta 0:00:00 2024-08-22T20:32:28.5175253Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5176036Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:28.5176811Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:28.5177738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 101.4 MB/s eta 0:00:00 2024-08-22T20:32:28.5179314Z [?25hRequirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) (1.16.0) 2024-08-22T20:32:28.5180727Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5181574Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:28.5182457Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5183267Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:28.5184086Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5185301Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:28.5186405Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5187467Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:28.5188489Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:28.5189533Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/41.2 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:28.5190735Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 16.3/41.2 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5191829Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 24.6/41.2 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:28.5192919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 33.1/41.2 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:28.5193959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:28.5194994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:28.5195988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:28.5197012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:28.5198012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:28.5198981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 42.6 MB/s eta 0:00:00 2024-08-22T20:32:28.5200010Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5200859Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:28.5201752Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:28.5202693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 68.1 MB/s eta 0:00:00 2024-08-22T20:32:28.5203767Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5204699Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:28.5205482Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5206230Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:28.5207009Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:28.5207971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:28.5208953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 136.9 MB/s eta 0:00:00 2024-08-22T20:32:28.5209934Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5210955Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:28.5212049Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:28.5212977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 100.6 MB/s eta 0:00:00 2024-08-22T20:32:28.5214053Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5215425Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:32:28.5216617Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:28.5217647Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/23.7 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:29.7535733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 16.6/23.7 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:29.7537270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:29.7538307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:29.7539308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:29.7540272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 72.7 MB/s eta 0:00:00 2024-08-22T20:32:29.7541684Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:29.7543243Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:32:29.7544463Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:29.7545499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 68.2 MB/s eta 0:00:00 2024-08-22T20:32:29.7546592Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:29.7547963Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:32:29.7549153Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:29.7550242Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 8.3/14.1 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:29.7551320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:29.7552513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:29.7553476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 95.4 MB/s eta 0:00:00 2024-08-22T20:32:29.7554529Z [?25hCollecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:29.7555883Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:32:29.7557115Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:29.7558054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/664.8 MB 248.1 MB/s eta 0:00:03 2024-08-22T20:32:29.7559057Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/664.8 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:32:29.7560199Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/664.8 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7561287Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.4/664.8 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:32:29.7562378Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/664.8 MB 240.9 MB/s eta 0:00:03 2024-08-22T20:32:29.7563474Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/664.8 MB 241.8 MB/s eta 0:00:03 2024-08-22T20:32:29.7564686Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/664.8 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:32:29.7565791Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.7/664.8 MB 241.7 MB/s eta 0:00:03 2024-08-22T20:32:29.7566906Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/664.8 MB 243.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7567993Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/664.8 MB 242.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7569079Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.7/664.8 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7570166Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.1/664.8 MB 243.1 MB/s eta 0:00:03 2024-08-22T20:32:29.7571279Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/664.8 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:32:29.7572365Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.8/664.8 MB 242.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7573556Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/664.8 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:32:29.7574644Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.5/664.8 MB 241.7 MB/s eta 0:00:03 2024-08-22T20:32:29.7575736Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.8/664.8 MB 241.2 MB/s eta 0:00:03 2024-08-22T20:32:29.7576835Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/664.8 MB 240.4 MB/s eta 0:00:03 2024-08-22T20:32:29.7578055Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.4/664.8 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:32:29.7579149Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.7/664.8 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:32:29.7580308Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/664.8 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:32:29.7581397Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.5/664.8 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0743440Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 191.8/664.8 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:31.0745071Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 200.1/664.8 MB 241.3 MB/s eta 0:00:02 2024-08-22T20:32:31.0746243Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 208.5/664.8 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:32:31.0747353Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 216.9/664.8 MB 242.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0748479Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 225.2/664.8 MB 242.6 MB/s eta 0:00:02 2024-08-22T20:32:31.0749577Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/664.8 MB 239.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0750716Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 241.8/664.8 MB 241.8 MB/s eta 0:00:02 2024-08-22T20:32:31.0751812Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 250.2/664.8 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:32:31.0752923Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 258.6/664.8 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0754018Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 267.0/664.8 MB 242.5 MB/s eta 0:00:02 2024-08-22T20:32:31.0755354Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 275.4/664.8 MB 243.5 MB/s eta 0:00:02 2024-08-22T20:32:31.0756444Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 283.7/664.8 MB 242.5 MB/s eta 0:00:02 2024-08-22T20:32:31.0757540Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 292.1/664.8 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:32:31.0758623Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 300.4/664.8 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:31.0759918Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 308.7/664.8 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:32:31.0761288Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 317.1/664.8 MB 243.5 MB/s eta 0:00:02 2024-08-22T20:32:31.0762639Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 325.5/664.8 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:31.0763714Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 333.8/664.8 MB 241.7 MB/s eta 0:00:02 2024-08-22T20:32:31.0764800Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 342.3/664.8 MB 244.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0765887Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 350.7/664.8 MB 243.4 MB/s eta 0:00:02 2024-08-22T20:32:31.0766993Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 359.0/664.8 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:32:31.0768075Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 367.4/664.8 MB 242.3 MB/s eta 0:00:02 2024-08-22T20:32:31.0769170Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 375.7/664.8 MB 242.6 MB/s eta 0:00:02 2024-08-22T20:32:31.0770370Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 384.1/664.8 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:32:31.0771508Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 392.5/664.8 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:31.0772595Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 400.9/664.8 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:32:31.0773700Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 409.3/664.8 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:32:31.0774786Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 417.7/664.8 MB 242.0 MB/s eta 0:00:02 2024-08-22T20:32:31.0775868Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 425.9/664.8 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:31.0776962Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 434.3/664.8 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:31.0778045Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 442.7/664.8 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:31.0779123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 451.1/664.8 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:31.0780333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 459.5/664.8 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:31.0781429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 467.9/664.8 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:32:31.0782517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 476.4/664.8 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:31.0783614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 484.8/664.8 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:31.0784760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 493.2/664.8 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:32:31.0785834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 501.5/664.8 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:32.8324186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 510.0/664.8 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:32.8325719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 518.2/664.8 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8327127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 526.4/664.8 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:32.8328566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 534.7/664.8 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8329656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 543.0/664.8 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:32.8330765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 551.4/664.8 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8331870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 559.8/664.8 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8332955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 568.0/664.8 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:32.8334026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 576.4/664.8 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:32:32.8335107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 584.8/664.8 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:32.8336171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 593.0/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:32.8337230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 601.4/664.8 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:32.8338298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 609.7/664.8 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:32:32.8339528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 618.1/664.8 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:32.8340603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 626.4/664.8 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:32:32.8341676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 634.3/664.8 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:32:32.8342736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 642.2/664.8 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:32:32.8343765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 650.5/664.8 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:32.8344863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 658.9/664.8 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:32:32.8345878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8346880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8348001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8348998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8349984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8350986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8352112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8353103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8354089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8355100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8356087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8357064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8358050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8359052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8360037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8361031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8362027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8363016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8364009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.8365002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2139054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2140503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2141818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2142822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2143846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2144951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2146151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2147151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2148183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2149186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2150181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2151184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2152220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2153223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2154216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2155359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2156361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2157358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2158346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2159359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2160372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2161399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2162389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2163397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2164397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2165489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2166481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2167505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2168498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2169480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2170471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2171492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2172497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2173487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2174597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2175609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2176609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2177605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2178640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:34.2179650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5947529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5948943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5950356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5951495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5952757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5953803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5954836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5955880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5956882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5957918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5958941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5959978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5960975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5962246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5963281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5964282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5965288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5966396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5967417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5968403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5969433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5970450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5971497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5972513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5973556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5974574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5975599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5976613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5977625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5978635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5979660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5980662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5981847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5982866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5983863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5984954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5986049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5987044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5988033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:35.5989063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0318762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0320227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0321259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0322333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0323340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0324565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0325549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0326539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0327549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0328567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0329556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0330547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0331578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0332635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0333627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0334628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0335824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0336828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0337826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0338818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0339826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0340860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0341918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0342920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0343913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0345714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0346695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0347693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0348690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0349699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0350692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0351705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0352694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0353673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0354657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0355747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0356742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0357723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0358741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:37.0359745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8209004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8210418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8211486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8212647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8213960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8214974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.8215952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.8 MB/s eta 0:00:00 2024-08-22T20:32:38.8217130Z [?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:32:38.8218917Z 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:32:38.8220277Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:38.8221249Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/410.6 MB 224.8 MB/s eta 0:00:02 2024-08-22T20:32:38.8222393Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.4/410.6 MB 230.0 MB/s eta 0:00:02 2024-08-22T20:32:38.8223479Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.6/410.6 MB 236.0 MB/s eta 0:00:02 2024-08-22T20:32:38.8224678Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.6/410.6 MB 233.2 MB/s eta 0:00:02 2024-08-22T20:32:38.8225836Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.6/410.6 MB 231.7 MB/s eta 0:00:02 2024-08-22T20:32:38.8226926Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/410.6 MB 228.6 MB/s eta 0:00:02 2024-08-22T20:32:38.8228072Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/410.6 MB 225.1 MB/s eta 0:00:02 2024-08-22T20:32:38.8229177Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/410.6 MB 224.7 MB/s eta 0:00:02 2024-08-22T20:32:38.8230320Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/410.6 MB 222.8 MB/s eta 0:00:02 2024-08-22T20:32:38.8231401Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/410.6 MB 227.3 MB/s eta 0:00:02 2024-08-22T20:32:38.8232493Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.5/410.6 MB 234.5 MB/s eta 0:00:02 2024-08-22T20:32:38.8233697Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/410.6 MB 238.4 MB/s eta 0:00:02 2024-08-22T20:32:38.8234831Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.0/410.6 MB 241.6 MB/s eta 0:00:02 2024-08-22T20:32:38.8236081Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.4/410.6 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:32:38.8237168Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.9/410.6 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:32:38.8238310Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/410.6 MB 242.1 MB/s eta 0:00:02 2024-08-22T20:32:38.8239399Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 136.6/410.6 MB 243.9 MB/s eta 0:00:02 2024-08-22T20:32:38.8240620Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 145.0/410.6 MB 244.0 MB/s eta 0:00:02 2024-08-22T20:32:38.8241763Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 153.4/410.6 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:32:38.8242906Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 161.7/410.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:32:38.8243989Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 169.0/410.6 MB 220.4 MB/s eta 0:00:02 2024-08-22T20:32:38.8245055Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 169.3/410.6 MB 130.1 MB/s eta 0:00:02 2024-08-22T20:32:38.8246184Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 169.7/410.6 MB 91.5 MB/s eta 0:00:03 2024-08-22T20:32:38.8247272Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 170.1/410.6 MB 70.3 MB/s eta 0:00:04 2024-08-22T20:32:38.8248396Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 170.5/410.6 MB 57.6 MB/s eta 0:00:05 2024-08-22T20:32:38.8249621Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 170.8/410.6 MB 48.5 MB/s eta 0:00:05 2024-08-22T20:32:38.8250789Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 175.6/410.6 MB 45.2 MB/s eta 0:00:06 2024-08-22T20:32:38.8251863Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 184.0/410.6 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:32:38.8252938Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 192.4/410.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4083499Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 200.7/410.6 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:32:40.4084995Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 209.1/410.6 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:32:40.4086161Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 217.4/410.6 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:40.4087254Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 225.8/410.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:32:40.4088356Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 234.2/410.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:40.4089449Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 242.5/410.6 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:40.4090752Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 250.9/410.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4091853Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.3/410.6 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:40.4093002Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 267.6/410.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:32:40.4094087Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 276.0/410.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:40.4095170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 284.0/410.6 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4096254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 292.3/410.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:40.4097357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 300.6/410.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4098449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 309.0/410.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4099672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 317.4/410.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:40.4100749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 325.6/410.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4101825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 334.0/410.6 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:40.4102950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 342.4/410.6 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:40.4104052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 350.7/410.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4105235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 359.2/410.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4106327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 367.6/410.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:32:40.4107422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 376.0/410.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4108493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 384.5/410.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:40.4109563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 392.9/410.6 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:32:40.4110729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 401.3/410.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:40.4111754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 409.9/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:40.4112755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4113789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4114795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4115809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4116818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4117838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4119181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4120351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4121345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4122342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4123322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4124449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:40.4125462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7874723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7876156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7877280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7878303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7879344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7880374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7881389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7882411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7883432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7884461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7885479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7886486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7887513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7888527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7889737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7890752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7891780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7892816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7894009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7895028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7896059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7897072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7898066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7899082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7900108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7901124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7902254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7903320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7904328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7905412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7906419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7907426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7908431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7909441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7910444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7911443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7912437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7913522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7914537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:41.7915570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4521028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4522349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4523645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4524704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4525968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4526975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4528587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4529602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4530603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4531594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4532614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4533608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4534608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4535607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4536606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4537628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4538791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4539799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4540805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4541820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4542811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4543862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4544942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4545958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4546949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:43.4548040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:32:43.4549095Z [?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:32:43.4550452Z 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:32:43.4551652Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:43.4552775Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/121.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:43.4553890Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/121.6 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:32:43.4554986Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/121.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:43.4556093Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/121.6 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:43.4557190Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/121.6 MB 222.0 MB/s eta 0:00:01 2024-08-22T20:32:43.4558287Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 47.9/121.6 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:32:43.4559403Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 55.6/121.6 MB 219.7 MB/s eta 0:00:01 2024-08-22T20:32:43.4560489Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 63.2/121.6 MB 221.7 MB/s eta 0:00:01 2024-08-22T20:32:43.4561574Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 70.7/121.6 MB 218.7 MB/s eta 0:00:01 2024-08-22T20:32:43.4562673Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 78.4/121.6 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:32:43.4563797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 86.2/121.6 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8585712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 94.0/121.6 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:44.8587244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 101.9/121.6 MB 228.2 MB/s eta 0:00:01 2024-08-22T20:32:44.8588374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 109.6/121.6 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:44.8589633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 117.6/121.6 MB 229.7 MB/s eta 0:00:01 2024-08-22T20:32:44.8590928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8591942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8592959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8593969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8595141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8596127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8597154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8598154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8599158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8600143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8601167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8602167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8603153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8604323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8605331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8606350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8607344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8608349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8609358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8610382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8611382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8612391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8613407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8614565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8615569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8616577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8617600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8618878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8619877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8620872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8621892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8622889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8624024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8625118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.8626135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2773500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2774927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2776041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2777079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2778081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2779099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2780121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2781339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2782350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:46.2783328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.3 MB/s eta 0:00:00 2024-08-22T20:32:46.2784493Z [?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:32:46.2785983Z 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:32:46.2787188Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:46.2788224Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/56.5 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:32:46.2789359Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/56.5 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:32:46.2790451Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 23.1/56.5 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:46.2791700Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 31.0/56.5 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:32:46.2792783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 38.8/56.5 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:32:46.2793870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 46.8/56.5 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:32:46.2794953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 54.9/56.5 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:46.2796092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2797117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2798239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2799274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2800260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2801267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2802271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2803284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2804335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2805381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2806384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2807373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2808365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2809373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2810382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2811490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2812485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2813495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2814548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:46.2815648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:47.7253173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:47.7254662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:47.7255894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.2 MB/s eta 0:00:00 2024-08-22T20:32:47.7256978Z [?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:32:47.7258375Z 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:32:47.7259586Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:47.7260629Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/124.2 MB 230.4 MB/s eta 0:00:01 2024-08-22T20:32:47.7261740Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/124.2 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:47.7263150Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.8/124.2 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:47.7264244Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.9/124.2 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:47.7265467Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/124.2 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:32:47.7266591Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 48.7/124.2 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:47.7267709Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 56.5/124.2 MB 232.1 MB/s eta 0:00:01 2024-08-22T20:32:47.7268800Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 64.7/124.2 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:47.7269889Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 72.6/124.2 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:47.7271006Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 80.6/124.2 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7272093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 88.2/124.2 MB 224.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7273171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 96.0/124.2 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:47.7274492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 103.7/124.2 MB 225.2 MB/s eta 0:00:01 2024-08-22T20:32:47.7275582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 111.5/124.2 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:32:47.7276658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 119.6/124.2 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:32:47.7277732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7278755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7279764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7280759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7281777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7282780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7283893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7284896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7285914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7286924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7287947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7288946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7289985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7290995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7292015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7293011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7294151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7295197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:47.7296203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1368110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1369590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1370863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1372078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1373132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1374137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1375406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1376410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1377415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1378410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1379562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1380588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1381593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1382607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1383595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1384719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1385780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1386786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1387766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1388776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1389777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1390769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1391761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:49.1392749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.6 MB/s eta 0:00:00 2024-08-22T20:32:49.1393836Z [?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:32:49.1395239Z 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:32:49.1396566Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:49.1397585Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/196.0 MB 186.5 MB/s eta 0:00:02 2024-08-22T20:32:49.1398683Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/196.0 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:49.1399772Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/196.0 MB 193.3 MB/s eta 0:00:01 2024-08-22T20:32:49.1400960Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/196.0 MB 196.4 MB/s eta 0:00:01 2024-08-22T20:32:49.1402070Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/196.0 MB 189.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1403182Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.9/196.0 MB 184.7 MB/s eta 0:00:01 2024-08-22T20:32:49.1404263Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.2/196.0 MB 184.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1405356Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.6/196.0 MB 186.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1406438Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/196.0 MB 186.6 MB/s eta 0:00:01 2024-08-22T20:32:49.1407547Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/196.0 MB 187.2 MB/s eta 0:00:01 2024-08-22T20:32:49.1408626Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 71.1/196.0 MB 193.1 MB/s eta 0:00:01 2024-08-22T20:32:49.1409726Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 77.9/196.0 MB 195.7 MB/s eta 0:00:01 2024-08-22T20:32:49.1410804Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 84.6/196.0 MB 195.6 MB/s eta 0:00:01 2024-08-22T20:32:50.5819872Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 91.0/196.0 MB 188.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5821307Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 97.5/196.0 MB 189.2 MB/s eta 0:00:01 2024-08-22T20:32:50.5822504Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 101.2/196.0 MB 147.1 MB/s eta 0:00:01 2024-08-22T20:32:50.5823670Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 101.6/196.0 MB 101.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5825110Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 102.0/196.0 MB 76.9 MB/s eta 0:00:02 2024-08-22T20:32:50.5826216Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 102.4/196.0 MB 61.6 MB/s eta 0:00:02 2024-08-22T20:32:50.5827313Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 102.8/196.0 MB 51.6 MB/s eta 0:00:02 2024-08-22T20:32:50.5828408Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 103.4/196.0 MB 44.6 MB/s eta 0:00:03 2024-08-22T20:32:50.5829652Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 111.4/196.0 MB 50.5 MB/s eta 0:00:02 2024-08-22T20:32:50.5830754Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 119.6/196.0 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:50.5831865Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 127.9/196.0 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5832958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 136.3/196.0 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5834052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 144.7/196.0 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:50.5835224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 153.1/196.0 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:50.5836368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 161.5/196.0 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:50.5837445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 170.0/196.0 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:50.5839026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 178.1/196.0 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:32:50.5840102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 186.0/196.0 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:50.5841168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 194.4/196.0 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:50.5842193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5843227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5844222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5845242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5846268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5847262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5848251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5849260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5850365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5851367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5852375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5853384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5854407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5855448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5856478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5857482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5858481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5859573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5860580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:50.5861588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9628514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9630268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9631313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9632346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9633341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9634331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9635344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9636419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9637418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9638406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9639432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9640433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9641429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9642419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9643444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9644447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9645626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9646623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9647630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9648631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9649726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9650732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9651759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9652760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9653940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9655062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9656131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9657122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9658113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9659248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9660248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9661246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9662231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9663248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9664241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9665326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9666312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9667305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9668296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:51.9669379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:53.5167678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:53.5169109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:53.5170202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.4 MB/s eta 0:00:00 2024-08-22T20:32:53.5171265Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:53.5172669Z 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:32:53.5173901Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:53.5174962Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/176.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:53.5176069Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/176.2 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:32:53.5177458Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/176.2 MB 225.6 MB/s eta 0:00:01 2024-08-22T20:32:53.5178549Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/176.2 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:53.5179628Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/176.2 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:32:53.5180726Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/176.2 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:53.5181840Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/176.2 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:53.5182925Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 65.9/176.2 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:32:53.5184032Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 74.3/176.2 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5185249Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 82.7/176.2 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:53.5186347Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 91.1/176.2 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5187433Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 99.3/176.2 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:53.5188689Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 107.7/176.2 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:53.5189798Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 116.0/176.2 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:32:53.5190886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 124.4/176.2 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:32:53.5191996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 132.9/176.2 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:32:53.5193069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 141.3/176.2 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:53.5194150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 149.7/176.2 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:53.5195237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 158.0/176.2 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:53.5196369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 166.4/176.2 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:53.5197432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 174.9/176.2 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:53.5199198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5200203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5201207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5202213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5203233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5204224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5205258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5206269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5207277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5208274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5209387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5210395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:53.5211399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9280998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9284732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9285764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9286812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9287838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9288814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9290132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9291123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9292101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9293083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9294247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9295250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9296245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9297229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9298218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:32:54.9299187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:32:54.9300223Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9301551Z 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:32:54.9302709Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:54.9303662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 33.6 MB/s eta 0:00:00 2024-08-22T20:32:54.9304732Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.9305802Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:54.9306874Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:54.9307882Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/209.4 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9308991Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.9/209.4 MB 216.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9310081Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.3/209.4 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:32:54.9311303Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.8/209.4 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9312387Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.4/209.4 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:54.9313474Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/209.4 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:54.9314559Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.0/209.4 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:54.9315737Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/209.4 MB 216.1 MB/s eta 0:00:01 2024-08-22T20:32:54.9316874Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 69.9/209.4 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:54.9317970Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 77.6/209.4 MB 196.5 MB/s eta 0:00:01 2024-08-22T20:32:54.9319255Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 84.0/209.4 MB 207.4 MB/s eta 0:00:01 2024-08-22T20:32:54.9320347Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 92.2/209.4 MB 210.7 MB/s eta 0:00:01 2024-08-22T20:32:54.9321436Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 100.4/209.4 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:32:54.9322543Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 108.5/209.4 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:32:54.9323630Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 116.2/209.4 MB 219.8 MB/s eta 0:00:01 2024-08-22T20:32:54.9324872Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 124.8/209.4 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:54.9325947Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 132.7/209.4 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:32:54.9327020Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 140.3/209.4 MB 228.6 MB/s eta 0:00:01 2024-08-22T20:32:56.6712046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 147.8/209.4 MB 214.8 MB/s eta 0:00:01 2024-08-22T20:32:56.6715134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 155.7/209.4 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:32:56.6717136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 161.1/209.4 MB 184.8 MB/s eta 0:00:01 2024-08-22T20:32:56.6718653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 167.6/209.4 MB 196.4 MB/s eta 0:00:01 2024-08-22T20:32:56.6719773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 173.1/209.4 MB 170.3 MB/s eta 0:00:01 2024-08-22T20:32:56.6720857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 181.3/209.4 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:56.6721945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 188.5/209.4 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:32:56.6723301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 194.7/209.4 MB 188.6 MB/s eta 0:00:01 2024-08-22T20:32:56.6724395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 201.5/209.4 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:56.6725465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6726480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6727484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6728472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6729481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6730551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6731556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6732759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6733762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6734778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6735790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6736856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6737869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6738888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6739895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6740886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6741892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6742992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6743997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6745103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6746119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6747166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6748156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6749149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6750165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6751163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6752261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:32:56.6753235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.5 MB/s eta 0:00:00 2024-08-22T20:32:56.6754460Z [?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:32:56.6755663Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:56.6756614Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:06.1605300Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 8.3/19.7 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:06.1606838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 16.7/19.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:06.1608149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:33:06.1609205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:33:06.1610180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 95.6 MB/s eta 0:00:00 2024-08-22T20:33:06.1611226Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1612384Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:06.1613419Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:06.1614382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 211.5 MB/s eta 0:00:01 2024-08-22T20:33:06.1615368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 104.3 MB/s eta 0:00:00 2024-08-22T20:33:06.1616740Z [?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:06.1618888Z 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:06.1620347Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1621237Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:06.1622133Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1623006Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:06.1624126Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1625058Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:06.1625938Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1626772Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:06.1627622Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1628445Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:06.1629397Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1630245Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:06.1631178Z 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:06.1632142Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:06.1633088Z 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:06.1634212Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:06.1635343Z 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:06.1636920Z 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:06.1638518Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:06.1639476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 53.7 MB/s eta 0:00:00 2024-08-22T20:33:06.1640572Z [?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:06.1641978Z 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:06.1643217Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:06.1644165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 35.5 MB/s eta 0:00:00 2024-08-22T20:33:06.1645219Z [?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:06.1646580Z 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:06.1647778Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:06.1648876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 67.8 MB/s eta 0:00:00 2024-08-22T20:33:06.1650117Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:06.1651125Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:06.1652767Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:06.1655150Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:06.1657371Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:06.1659123Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:06.1660100Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:06.1661514Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:06.1663034Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.1664106Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:06.1665288Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:06.1666245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 92.0 MB/s eta 0:00:00 2024-08-22T20:33:06.1667228Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:06.1668068Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:06.1669433Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=5a0e7f9c73a4a9e713e4c6c1212a6c7a1a2d1bbcd6f4a815ef4c81aac3f3e9f9 2024-08-22T20:33:06.1670875Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:06.1671917Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:06.1673303Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=d52483e60af2b282b4f869c4fac83c48b24ebbaf11aeddbee4435c0c17c2136d 2024-08-22T20:33:06.1674766Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:06.1675744Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:34:18.7523614Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=2d7e448b3d6cd0ba528c972d78ba77ca127b7bc961c48203ddcde512c2e2f994 2024-08-22T20:34:18.7525062Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:34:18.7526220Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:18.7527531Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=cc5e0837f5775c22465b783d01d2f070de44350d13cb15c22369253b0a378f99 2024-08-22T20:34:18.7529245Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:18.7530484Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:18.7537780Z 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:18.7544324Z Attempting uninstall: tqdm 2024-08-22T20:34:18.7544833Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:18.7545375Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:18.7545829Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:18.7546280Z Attempting uninstall: requests 2024-08-22T20:34:18.7546720Z Found existing installation: requests 2.29.0 2024-08-22T20:34:18.7547235Z Uninstalling requests-2.29.0: 2024-08-22T20:34:18.7547738Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:18.7548246Z Attempting uninstall: cmake 2024-08-22T20:34:18.7548663Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:18.7549351Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:18.7549821Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:18.7559892Z 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:18.7570064Z 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:18.7571478Z + pip3 uninstall -y triton 2024-08-22T20:34:18.7571887Z Found existing installation: triton 3.0.0 2024-08-22T20:34:18.7572446Z Uninstalling triton-3.0.0: 2024-08-22T20:34:18.7572880Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:18.7574393Z 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:18.7576169Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:18.7577187Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:18.7577876Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:18.7578893Z 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:18.7580130Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:18.7581074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/778.6 MB 231.5 MB/s eta 0:00:04 2024-08-22T20:34:18.7582095Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/778.6 MB 228.7 MB/s eta 0:00:04 2024-08-22T20:34:18.7583152Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.4/778.6 MB 226.7 MB/s eta 0:00:04 2024-08-22T20:34:18.7584231Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/778.6 MB 229.3 MB/s eta 0:00:04 2024-08-22T20:34:18.7585541Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.6/778.6 MB 238.9 MB/s eta 0:00:04 2024-08-22T20:34:18.7586643Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/778.6 MB 239.5 MB/s eta 0:00:04 2024-08-22T20:34:18.7587731Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.1/778.6 MB 238.8 MB/s eta 0:00:04 2024-08-22T20:34:18.7588836Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.3/778.6 MB 239.2 MB/s eta 0:00:03 2024-08-22T20:34:18.7589916Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.5/778.6 MB 239.2 MB/s eta 0:00:03 2024-08-22T20:34:18.7591002Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.8/778.6 MB 240.7 MB/s eta 0:00:03 2024-08-22T20:34:18.7592107Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.0/778.6 MB 238.1 MB/s eta 0:00:03 2024-08-22T20:34:18.7593183Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/778.6 MB 241.6 MB/s eta 0:00:03 2024-08-22T20:34:18.7594259Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.0/778.6 MB 248.6 MB/s eta 0:00:03 2024-08-22T20:34:20.0701500Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.6/778.6 MB 250.4 MB/s eta 0:00:03 2024-08-22T20:34:20.0703075Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/778.6 MB 249.3 MB/s eta 0:00:03 2024-08-22T20:34:20.0704210Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.2/778.6 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:34:20.0705398Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.4/778.6 MB 238.0 MB/s eta 0:00:03 2024-08-22T20:34:20.0706545Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.7/778.6 MB 240.3 MB/s eta 0:00:03 2024-08-22T20:34:20.0707640Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.9/778.6 MB 239.9 MB/s eta 0:00:03 2024-08-22T20:34:20.0708763Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.1/778.6 MB 238.8 MB/s eta 0:00:03 2024-08-22T20:34:20.0709859Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.3/778.6 MB 239.5 MB/s eta 0:00:03 2024-08-22T20:34:20.0710946Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.5/778.6 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:34:20.0712022Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:34:20.0713361Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.9/778.6 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:34:20.0714466Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.2/778.6 MB 240.4 MB/s eta 0:00:03 2024-08-22T20:34:20.0715582Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/778.6 MB 239.5 MB/s eta 0:00:03 2024-08-22T20:34:20.0716662Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.7/778.6 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:34:20.0717755Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.0/778.6 MB 240.6 MB/s eta 0:00:03 2024-08-22T20:34:20.0719291Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.2/778.6 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:34:20.0720409Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 246.5/778.6 MB 240.1 MB/s eta 0:00:03 2024-08-22T20:34:20.0721492Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/778.6 MB 239.7 MB/s eta 0:00:03 2024-08-22T20:34:20.0722793Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 263.0/778.6 MB 240.1 MB/s eta 0:00:03 2024-08-22T20:34:20.0723883Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 271.3/778.6 MB 241.0 MB/s eta 0:00:03 2024-08-22T20:34:20.0724975Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 279.5/778.6 MB 240.1 MB/s eta 0:00:03 2024-08-22T20:34:20.0726068Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 287.8/778.6 MB 241.4 MB/s eta 0:00:03 2024-08-22T20:34:20.0727287Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 296.1/778.6 MB 240.4 MB/s eta 0:00:03 2024-08-22T20:34:20.0728383Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.4/778.6 MB 240.1 MB/s eta 0:00:02 2024-08-22T20:34:20.0729484Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.1/778.6 MB 249.4 MB/s eta 0:00:02 2024-08-22T20:34:20.0730574Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 321.7/778.6 MB 251.5 MB/s eta 0:00:02 2024-08-22T20:34:20.0731657Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 330.4/778.6 MB 251.1 MB/s eta 0:00:02 2024-08-22T20:34:20.0732752Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 339.0/778.6 MB 250.9 MB/s eta 0:00:02 2024-08-22T20:34:20.0733852Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 347.7/778.6 MB 250.7 MB/s eta 0:00:02 2024-08-22T20:34:20.0735182Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.4/778.6 MB 251.1 MB/s eta 0:00:02 2024-08-22T20:34:20.0736342Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.0/778.6 MB 252.4 MB/s eta 0:00:02 2024-08-22T20:34:20.0737432Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 373.7/778.6 MB 250.7 MB/s eta 0:00:02 2024-08-22T20:34:20.0738563Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 382.3/778.6 MB 250.7 MB/s eta 0:00:02 2024-08-22T20:34:20.0739643Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 391.0/778.6 MB 251.3 MB/s eta 0:00:02 2024-08-22T20:34:20.0740750Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 399.7/778.6 MB 252.0 MB/s eta 0:00:02 2024-08-22T20:34:20.0741837Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 408.4/778.6 MB 252.2 MB/s eta 0:00:02 2024-08-22T20:34:20.0743053Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 417.0/778.6 MB 249.9 MB/s eta 0:00:02 2024-08-22T20:34:20.0744140Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 425.6/778.6 MB 251.9 MB/s eta 0:00:02 2024-08-22T20:34:21.3897380Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 434.4/778.6 MB 252.3 MB/s eta 0:00:02 2024-08-22T20:34:21.3898909Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 443.0/778.6 MB 251.7 MB/s eta 0:00:02 2024-08-22T20:34:21.3900591Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 451.7/778.6 MB 253.3 MB/s eta 0:00:02 2024-08-22T20:34:21.3901755Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 460.1/778.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:34:21.3902859Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 468.8/778.6 MB 251.2 MB/s eta 0:00:02 2024-08-22T20:34:21.3904025Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 477.5/778.6 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:34:21.3905425Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 486.2/778.6 MB 251.9 MB/s eta 0:00:02 2024-08-22T20:34:21.3906567Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 494.4/778.6 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:34:21.3907682Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 502.7/778.6 MB 240.2 MB/s eta 0:00:02 2024-08-22T20:34:21.3908771Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 510.9/778.6 MB 238.8 MB/s eta 0:00:02 2024-08-22T20:34:21.3910216Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.6/778.6 MB 249.1 MB/s eta 0:00:02 2024-08-22T20:34:21.3911326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 528.3/778.6 MB 253.4 MB/s eta 0:00:01 2024-08-22T20:34:21.3912532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 537.0/778.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:34:21.3913615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 545.8/778.6 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:34:21.3914717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 554.4/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3915793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 563.1/778.6 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3916986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 571.8/778.6 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:34:21.3918744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 580.5/778.6 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:34:21.3920203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 588.9/778.6 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3921305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 597.6/778.6 MB 252.3 MB/s eta 0:00:01 2024-08-22T20:34:21.3922690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 606.1/778.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:21.3923815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 614.8/778.6 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:34:21.3925090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 623.5/778.6 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:21.3926382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 632.2/778.6 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:34:21.3927611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 640.9/778.6 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3928831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 649.6/778.6 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3930041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 658.4/778.6 MB 254.5 MB/s eta 0:00:01 2024-08-22T20:34:21.3931167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 667.1/778.6 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:34:21.3932266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 675.8/778.6 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3933674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 684.5/778.6 MB 253.6 MB/s eta 0:00:01 2024-08-22T20:34:21.3934887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 692.9/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:34:21.3936119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 701.2/778.6 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:34:21.3937195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 709.4/778.6 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:34:21.3938472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 717.7/778.6 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:34:21.3939559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 725.9/778.6 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:34:21.3940895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 734.2/778.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:34:21.3942026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 742.5/778.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:34:21.3943250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 750.8/778.6 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:34:23.2381763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 759.5/778.6 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:34:23.2383407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 768.2/778.6 MB 253.3 MB/s eta 0:00:01 2024-08-22T20:34:23.2384453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 776.9/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2385592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2386617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2387624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2388637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2389667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2390669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2391669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2392824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2393815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2394830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2395824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2396830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2397847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2398919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2399914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2400899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2401893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2402993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2403991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2404977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2405991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2406985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2407967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2409007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2410020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2411025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2412112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2413203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2414359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2415406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2416533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2417527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2418916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2419926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2420921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2421923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:23.2422942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6195182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6196614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6197827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6198874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6199910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6200926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6201966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6202965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6204214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6205221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6206231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6207233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6208388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6209460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6210471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6211482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6212486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6213485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6214500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6215512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6216541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6217718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6218925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6219929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6220940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6221962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6222956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6223960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6225070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6226089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6227090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6228096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6229236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6230245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6231259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6232269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6233281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6234279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6235287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:24.6236299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0030836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0032364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0033390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0034411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0035600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0037176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0038337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0039413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0040419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0041410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0042395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0043419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0044424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0045436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0046424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0047452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0048459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0049496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0050509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0051509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0052632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0053634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0054629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0055640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0056746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0057748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0058753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0059760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0060769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0061764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0062786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0063790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0064891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0065903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0066895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0067897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0068892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0069893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0070893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:26.0071996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3852698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3853808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3854866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3856189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3857199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3858205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3859228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3860250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3861259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3862274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3863296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3864295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3865562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3866574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3867576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3868563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3869587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3870588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3871606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3872592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3873603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3874611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3875724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3876733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3877734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3878757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3879748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3880746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3881750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3882766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3883761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3884860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3885856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3886850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3887834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3888926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3889980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3890984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3891997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:27.3893005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7660561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7661941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7663035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7664035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7665157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7666154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7667140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7668138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7669171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7670353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7671463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7672731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7673746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7674770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7675773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7676959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7677969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7678984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7679972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7680975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7681984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7683017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7684019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7685040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7686151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7687162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7688165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7689192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7690226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7691227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7692263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7693282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7694293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7695284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7696392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7697418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7698450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7699444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7700457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:28.7701461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6185966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6187498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6188873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6190242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6191247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6192249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6193404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6194415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6195610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6196658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6197664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6198655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6199934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6201154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6202477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6203472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6204489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6205655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6206642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6207721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6208973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6210013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6211192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6212188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:30.6213373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.2 MB/s eta 0:00:00 2024-08-22T20:34:30.6214551Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:34:30.6216269Z 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:34:30.6217885Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:30.6219846Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:34:30.6221325Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:34:30.6222823Z 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:34:30.6224608Z 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:34:30.6226570Z 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:34:30.6228244Z 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:34:30.6230043Z 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:34:30.6231733Z 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:34:30.6233421Z 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:34:30.6235123Z 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:34:30.6236917Z 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:34:30.6238089Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:30.6239412Z 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:34:30.6240880Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:30.6242103Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/188.7 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:34:30.6243208Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/188.7 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:34:30.6244470Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/188.7 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:34:32.0682355Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/188.7 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:32.0683733Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/188.7 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:34:32.0684895Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/188.7 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:34:32.0685996Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.9/188.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:34:32.0687083Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 67.5/188.7 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0688171Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 76.0/188.7 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:34:32.0689509Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 84.4/188.7 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:34:32.0690599Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 92.8/188.7 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:34:32.0691701Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 101.4/188.7 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:34:32.0692793Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 110.0/188.7 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:34:32.0693876Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 118.6/188.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:34:32.0694956Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 127.2/188.7 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:34:32.0696050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 135.6/188.7 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:34:32.0697125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 144.2/188.7 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:34:32.0698379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 152.8/188.7 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:34:32.0699455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 161.3/188.7 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:34:32.0700542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 170.0/188.7 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:34:32.0701624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 178.6/188.7 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:34:32.0702687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 187.2/188.7 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:34:32.0703711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0704727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0705893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0706892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0707872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0708870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0709966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0711013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0712013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0713019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0714022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0715018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0716020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0717025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0718346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0719538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0720526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0721574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0722567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:32.0723710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4492709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4494196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4495571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4496622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4497633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4498659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4499659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4500671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4501682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4502681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4503672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4504695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4505830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4506836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4508111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4509163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4510160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4511155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4512287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4513305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4514335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4515347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4516333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4517339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4518713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4519740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4520757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4521979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4522986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4523983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4524985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4526011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4527024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4528038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4529051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4530055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4531045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4532220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4533228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.4534422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9146895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9147999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9149021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9150229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9151281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9152330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9153622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9154626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9155628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9156623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9157660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9158667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9159702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9160712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9161782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9162782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9163928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9164918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9165914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9166923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9167912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9168896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9169894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9170908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9171942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9173037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9174032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9175026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9176012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9177098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9178101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9179091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9180097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9181100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9182151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.9183131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.0 MB/s eta 0:00:00 2024-08-22T20:34:34.9184451Z [?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:34:34.9185811Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:34.9187001Z 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:34:34.9188208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:34.9189227Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/239.5 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:34:36.3514992Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/239.5 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:34:36.3516614Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/239.5 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:34:36.3517766Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.2/239.5 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:34:36.3519268Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/239.5 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3520667Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/239.5 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:34:36.3521789Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/239.5 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:34:36.3522930Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.3/239.5 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:34:36.3524026Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/239.5 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:34:36.3525300Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/239.5 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:34:36.3526404Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 91.2/239.5 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:34:36.3527527Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.8/239.5 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3528627Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 108.4/239.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:34:36.3529732Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 117.0/239.5 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:34:36.3530820Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 125.6/239.5 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:34:36.3531928Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 134.2/239.5 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:34:36.3533026Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 142.8/239.5 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:34:36.3534218Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 151.4/239.5 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:34:36.3535308Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 160.1/239.5 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:34:36.3536397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 168.7/239.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:34:36.3537489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 177.3/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:36.3538601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 185.9/239.5 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:34:36.3539691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 194.4/239.5 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:36.3540803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 203.1/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:36.3541894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 211.7/239.5 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:34:36.3542969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 220.4/239.5 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3544044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 229.1/239.5 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3545292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 237.9/239.5 MB 254.1 MB/s eta 0:00:01 2024-08-22T20:34:36.3546329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3547353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3548343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3549352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3550361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3551370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3552434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3553450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3554571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3555569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:36.3556578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7310151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7311662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7312861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7313909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7314932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7315941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7316964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7318450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7319486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7320494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7321526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7322586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7323582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7324586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7325616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7326626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7327767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7328777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7329787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7330808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7331967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7333100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7334122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7335123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7336113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7337129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7338146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7339142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7340147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7341166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7342159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7343228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7344230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7345372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7346374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7347468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7348462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7349464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7350466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:37.7351551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4793381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4794490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4795560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4796569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4797567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4798568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4799611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4800621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4801881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4802934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4803949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4804957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4805966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4806964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4807968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4808981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4809971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4810969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4812070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4813270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4814637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4815676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4816688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4817705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4819095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4820125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4821127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4822123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4823366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4824368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4825436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4826435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4827436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4828427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4829439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4830530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4831518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:34:39.4832507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.2 MB/s eta 0:00:00 2024-08-22T20:34:39.4833512Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:39.4834414Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:34:39.4835434Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:36:29.7129061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 4.0/6.2 MB 120.9 MB/s eta 0:00:01 2024-08-22T20:36:29.7130181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 132.6 MB/s eta 0:00:01 2024-08-22T20:36:29.7131290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 132.6 MB/s eta 0:00:01 2024-08-22T20:36:29.7132663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 132.6 MB/s eta 0:00:01 2024-08-22T20:36:29.7133836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 132.6 MB/s eta 0:00:01 2024-08-22T20:36:29.7135106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 35.1 MB/s eta 0:00:00 2024-08-22T20:36:29.7136985Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.5.0.dev20240814) (12.6.20) 2024-08-22T20:36:29.7139345Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:36:29.7140914Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.3) 2024-08-22T20:36:29.7142355Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:29.7143187Z Attempting uninstall: sympy 2024-08-22T20:36:29.7143683Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:29.7144465Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:29.7145123Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:29.7145678Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:29.7146251Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:29.7146819Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:29.7147387Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:29.7147876Z Attempting uninstall: torch 2024-08-22T20:36:29.7148281Z Found existing installation: torch 2.4.0 2024-08-22T20:36:29.7148770Z Uninstalling torch-2.4.0: 2024-08-22T20:36:29.7149219Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:29.7150200Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:36:29.7152398Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:29.7154225Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:29.7155181Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:29.7156414Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-fx_8zvxx 2024-08-22T20:36:29.7157721Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-fx_8zvxx 2024-08-22T20:36:29.7158835Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:29.7159909Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:29.7160935Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:29.7161849Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:29.7162674Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:29.7163274Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:29.7164061Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - done 2024-08-22T20:36:29.7165575Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019164 sha256=8a0abac23dd3e3063baa851fedbafaadf0b49e067da12ef88a85fd08fb49f002 2024-08-22T20:36:29.7167086Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:29.7167868Z Successfully built torchao 2024-08-22T20:36:29.7168251Z Installing collected packages: torchao 2024-08-22T20:36:29.7168787Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:29.7170342Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:29.7171807Z + python3 scripts/patch_triton.py 2024-08-22T20:36:29.7172229Z + echo ::endgroup:: 2024-08-22T20:36:29.7172961Z ##[endgroup] 2024-08-22T20:36:29.7173371Z + echo '::group::## Commands' 2024-08-22T20:36:29.7173950Z ##[group]## Commands 2024-08-22T20:36:29.7174320Z + python3 torchchat.py --help 2024-08-22T20:36:29.7174730Z usage: torchchat [-h] 2024-08-22T20:36:29.7175300Z {chat,generate,browser,export,download,list,remove,where,server,eval} 2024-08-22T20:36:29.7175924Z ... 2024-08-22T20:36:29.7176125Z 2024-08-22T20:36:29.7176249Z positional arguments: 2024-08-22T20:36:29.7176806Z {chat,generate,browser,export,download,list,remove,where,server,eval} 2024-08-22T20:36:29.7177465Z The specific command to run 2024-08-22T20:36:29.7178012Z chat Chat interactively with a model via the CLI 2024-08-22T20:36:29.7178710Z generate Generate responses from a model given a prompt 2024-08-22T20:36:29.7179418Z browser Chat interactively with a model in a locally hosted 2024-08-22T20:36:29.7180111Z browser 2024-08-22T20:36:29.7180778Z export Export a model artifact to AOT Inductor or ExecuTorch 2024-08-22T20:36:29.7181385Z download Download model artifacts 2024-08-22T20:36:29.7181865Z list List all supported models 2024-08-22T20:36:29.7182385Z remove Remove downloaded model artifacts 2024-08-22T20:36:29.7183000Z where Return directory containing downloaded model artifacts 2024-08-22T20:36:29.7183664Z server [WIP] Starts a locally hosted REST server for model 2024-08-22T20:36:29.7184309Z interaction 2024-08-22T20:36:29.7184827Z eval Evaluate a model via lm-eval 2024-08-22T20:36:29.7185276Z 2024-08-22T20:36:29.7185389Z options: 2024-08-22T20:36:29.7185812Z -h, --help show this help message and exit 2024-08-22T20:36:29.7186265Z + false 2024-08-22T20:36:29.7186532Z + echo ::endgroup:: 2024-08-22T20:36:29.7187061Z ##[endgroup] 2024-08-22T20:36:29.7187467Z + echo '::group::## Download Weights' 2024-08-22T20:36:29.7188099Z ##[group]## Download Weights 2024-08-22T20:36:29.7188513Z + python3 torchchat.py download stories15M.1 2024-08-22T20:36:29.7188967Z Traceback (most recent call last): 2024-08-22T20:36:29.7189492Z File "/pytorch/torchchat/torchchat.py", line 102, in 2024-08-22T20:36:29.7190020Z download_main(args) 2024-08-22T20:36:29.7190489Z File "/pytorch/torchchat/download.py", line 198, in download_main 2024-08-22T20:36:29.7191198Z download_and_convert(args.model, args.model_directory, args.hf_token) 2024-08-22T20:36:29.7191949Z File "/pytorch/torchchat/download.py", line 74, in download_and_convert 2024-08-22T20:36:29.7192578Z model_config = resolve_model_config(model) 2024-08-22T20:36:29.7193042Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:36:29.7193687Z File "/pytorch/torchchat/config/model_config.py", line 91, in resolve_model_config 2024-08-22T20:36:29.7194429Z raise ValueError(f"Unknown model '{model}'.") 2024-08-22T20:36:29.7194966Z ValueError: Unknown model 'stories15m.1'. 2024-08-22T20:36:29.7195607Z ##[endgroup] 2024-08-22T20:36:29.7195914Z + echo ::group::Completion 2024-08-22T20:36:29.7196466Z ##[group]Completion 2024-08-22T20:36:29.7196828Z + echo 'tests complete' 2024-08-22T20:36:29.7197157Z tests complete 2024-08-22T20:36:29.7197552Z + echo '*******************************************' 2024-08-22T20:36:29.7198000Z ******************************************* 2024-08-22T20:36:29.7198401Z + echo ::endgroup:: 2024-08-22T20:36:29.7198929Z ##[endgroup] 2024-08-22T20:36:29.7250799Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:36:29.7251275Z with: 2024-08-22T20:36:29.7251678Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:29.7252189Z fail-on-empty: false 2024-08-22T20:36:29.7252488Z env: 2024-08-22T20:36:29.7252805Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:29.7253260Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:29.7253781Z PR_NUMBER: 1044 2024-08-22T20:36:29.7255737Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:29.7257945Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:29.7258734Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:29.7259440Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:29.7260043Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:29.7260510Z ##[endgroup] 2024-08-22T20:36:29.7961410Z Prepare all required actions 2024-08-22T20:36:29.8005571Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:36:29.8006165Z with: 2024-08-22T20:36:29.8006764Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:36:29.8007615Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:29.8008268Z env: 2024-08-22T20:36:29.8008713Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:29.8009301Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:29.8009792Z PR_NUMBER: 1044 2024-08-22T20:36:29.8012031Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:29.8014348Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:29.8015271Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:29.8016095Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:29.8016831Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:29.8017467Z ##[endgroup] 2024-08-22T20:36:29.8042374Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:29.8043446Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:29.8056978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:29.8057669Z env: 2024-08-22T20:36:29.8058061Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:29.8058630Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:29.8059178Z PR_NUMBER: 1044 2024-08-22T20:36:29.8061208Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:29.8063454Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:29.8064488Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:29.8065345Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:29.8066131Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:29.8066847Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:29.8067670Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:36:29.8068368Z ##[endgroup] 2024-08-22T20:36:29.8280273Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:36:30.0276374Z latest: Pulling from tool/alpine 2024-08-22T20:36:30.0276920Z 540db60ca938: Pulling fs layer 2024-08-22T20:36:30.1268933Z 540db60ca938: Download complete 2024-08-22T20:36:30.2358828Z 540db60ca938: Pull complete 2024-08-22T20:36:30.2421994Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:36:30.2446694Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:36:31.1942344Z Prepare all required actions 2024-08-22T20:36:31.1977549Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:36:31.1978027Z with: 2024-08-22T20:36:31.1978391Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:36:31.1979038Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:31.1979589Z env: 2024-08-22T20:36:31.1979914Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:31.1980385Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:31.1980761Z PR_NUMBER: 1044 2024-08-22T20:36:31.1982728Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:31.1985014Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:31.1985779Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:31.1986500Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:31.1987121Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:31.1987598Z ##[endgroup] 2024-08-22T20:36:31.2007072Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:31.2008022Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:31.2019356Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:31.2019848Z env: 2024-08-22T20:36:31.2020169Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:31.2020629Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:31.2021000Z PR_NUMBER: 1044 2024-08-22T20:36:31.2022930Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:31.2025189Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:31.2025948Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:31.2026663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:31.2027259Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:31.2027909Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:31.2028549Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:36:31.2029013Z ##[endgroup] 2024-08-22T20:36:32.1489578Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:36:32.1490394Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:36:32.1491039Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:36:32.1491859Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:36:32.1492938Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:36:32.1493656Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:36:32.1494274Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:32.1494742Z  fi 2024-08-22T20:36:32.1495132Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:36:32.1495790Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:32.1496348Z  fi 2024-08-22T20:36:32.1496972Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:36:32.1497790Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:32.1498300Z fi 2024-08-22T20:36:32.1498583Z  2024-08-22T20:36:32.1498858Z upload_docs=0 2024-08-22T20:36:32.1499430Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:36:32.1500096Z # empty folders do not count 2024-08-22T20:36:32.1500711Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:36:32.1501584Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:36:32.1502302Z  # upload will probably not work correctly 2024-08-22T20:36:32.1502773Z  upload_docs=1 2024-08-22T20:36:32.1503111Z fi 2024-08-22T20:36:32.1503546Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:32.1513442Z shell: /usr/bin/bash -e {0} 2024-08-22T20:36:32.1513788Z env: 2024-08-22T20:36:32.1514114Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.1514569Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.1514953Z PR_NUMBER: 1044 2024-08-22T20:36:32.1516902Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.1519490Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.1520261Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.1520986Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.1521606Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.1522096Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:36:32.1522427Z ##[endgroup] 2024-08-22T20:36:32.1624329Z Prepare all required actions 2024-08-22T20:36:32.1661834Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:36:32.1662296Z with: 2024-08-22T20:36:32.1662547Z env: 2024-08-22T20:36:32.1662878Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.1663324Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.1663693Z PR_NUMBER: 1044 2024-08-22T20:36:32.1665710Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.1667901Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.1668682Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.1669395Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.1670000Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.1670646Z ##[endgroup] 2024-08-22T20:36:32.1691360Z ##[group]Run set -eou pipefail 2024-08-22T20:36:32.1691761Z set -eou pipefail 2024-08-22T20:36:32.1692101Z  2024-08-22T20:36:32.1692593Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:36:32.1693208Z for _ in $(seq 1440); do 2024-08-22T20:36:32.1693670Z  # Break if no ssh session exists anymore 2024-08-22T20:36:32.1694151Z  if [ "$(who)" = "" ]; then 2024-08-22T20:36:32.1694547Z  break 2024-08-22T20:36:32.1694859Z  fi 2024-08-22T20:36:32.1695155Z  echo "." 2024-08-22T20:36:32.1695469Z  sleep 5 2024-08-22T20:36:32.1695782Z done 2024-08-22T20:36:32.1704901Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:32.1705383Z env: 2024-08-22T20:36:32.1705701Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.1706157Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.1706537Z PR_NUMBER: 1044 2024-08-22T20:36:32.1708475Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.1710654Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.1711430Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.1712153Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.1712766Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.1713243Z ##[endgroup] 2024-08-22T20:36:32.1742068Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:36:32.1800121Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:32.1800880Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:32.1801491Z # shellcheck disable=SC2046 2024-08-22T20:36:32.1801974Z docker stop $(docker ps -q) || true 2024-08-22T20:36:32.1802450Z # Prune all of the docker images 2024-08-22T20:36:32.1802898Z docker system prune -af 2024-08-22T20:36:32.1811166Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:32.1811658Z env: 2024-08-22T20:36:32.1811983Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.1812443Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.1812828Z PR_NUMBER: 1044 2024-08-22T20:36:32.1814957Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.1817170Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.1817945Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.1819229Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.1819835Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.1820323Z ##[endgroup] 2024-08-22T20:36:43.0149847Z 77e9459a5420 2024-08-22T20:36:46.4307013Z Deleted Containers: 2024-08-22T20:36:46.4307615Z 77e9459a542049614b04a07c6836c49b32553fb22be39bee3d8a37ceb76677ee 2024-08-22T20:36:46.4308113Z 2024-08-22T20:36:51.9115710Z Deleted Images: 2024-08-22T20:36:51.9116385Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:51.9118533Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:36:51.9119837Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:36:51.9120674Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:36:51.9121519Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:36:51.9122357Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:36:51.9123292Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:36:51.9124147Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:36:51.9124993Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:36:51.9125809Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:36:51.9126652Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:36:51.9127579Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:36:51.9128540Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:36:51.9129634Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:36:51.9130443Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:36:51.9131264Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:36:51.9132074Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:36:51.9132891Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:36:51.9133713Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:36:51.9134521Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:36:51.9135323Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:36:51.9136141Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:36:51.9136985Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:36:51.9137791Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:36:51.9138593Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:36:51.9139386Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:36:51.9140190Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:36:51.9141237Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:36:51.9142070Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:36:51.9142894Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:36:51.9143717Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:36:51.9144629Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:36:51.9145406Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:36:51.9146335Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:36:51.9147558Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:36:51.9148696Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:36:51.9149536Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:36:51.9150038Z 2024-08-22T20:36:51.9150179Z Total reclaimed space: 24.23GB 2024-08-22T20:36:51.9192016Z ##[group]Run set +e 2024-08-22T20:36:51.9192374Z set +e 2024-08-22T20:36:51.9192729Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:36:51.9193290Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:36:51.9193788Z else 2024-08-22T20:36:51.9194176Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:36:51.9194648Z fi 2024-08-22T20:36:51.9194920Z set -e 2024-08-22T20:36:51.9204298Z shell: /usr/bin/bash -e {0} 2024-08-22T20:36:51.9204643Z env: 2024-08-22T20:36:51.9204976Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:51.9205438Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:51.9205813Z PR_NUMBER: 1044 2024-08-22T20:36:51.9207829Z SCRIPT: echo "::group::Print machine info" uname -a 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::" .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:51.9210048Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:51.9210806Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:51.9211528Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:51.9212144Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:51.9212619Z NO_SUDO: false 2024-08-22T20:36:51.9212922Z ##[endgroup] 2024-08-22T20:36:52.0769114Z Post job cleanup. 2024-08-22T20:36:52.1728410Z Post job cleanup. 2024-08-22T20:36:52.2605735Z [command]/usr/bin/git version 2024-08-22T20:36:52.2660898Z git version 2.40.1 2024-08-22T20:36:52.2692223Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/f3401170-57e3-4aeb-a738-ea1823a16ca8/.gitconfig' 2024-08-22T20:36:52.2703207Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f3401170-57e3-4aeb-a738-ea1823a16ca8' before making global git config changes 2024-08-22T20:36:52.2704766Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:36:52.2707717Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:36:52.2763275Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:36:52.2807101Z [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:36:52.3174986Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:36:52.3210599Z http.https://github.com/.extraheader 2024-08-22T20:36:52.3220252Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:36:52.3265674Z [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:36:52.3709988Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:36:52.3733594Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:36:52.3741530Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:52.3742044Z ##[endgroup] 2024-08-22T20:36:59.6619092Z Cleaning up orphan processes