2024-08-22T20:28:46.6950026Z Current runner version: '2.319.1' 2024-08-22T20:28:46.6956241Z Runner name: 'i-0fd082a48c69ae18a' 2024-08-22T20:28:46.6957062Z Runner group name: 'Default' 2024-08-22T20:28:46.6957922Z Machine name: 'ip-10-0-27-60' 2024-08-22T20:28:46.6974884Z Testing runner upgrade compatibility 2024-08-22T20:28:46.8905328Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:46.8907221Z Contents: read 2024-08-22T20:28:46.8907751Z Metadata: read 2024-08-22T20:28:46.8908243Z Packages: read 2024-08-22T20:28:46.8908912Z ##[endgroup] 2024-08-22T20:28:46.8911936Z Secret source: Actions 2024-08-22T20:28:46.8912610Z Prepare workflow directory 2024-08-22T20:28:46.9930262Z Prepare all required actions 2024-08-22T20:28:47.0094513Z Getting action download info 2024-08-22T20:28:47.1632238Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:47.3657213Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:47.5518322Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:47.6483328Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:47.7823134Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:48.0359632Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:48.0362002Z ##[group] Inputs 2024-08-22T20:28:48.0369669Z script: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:48.0377664Z timeout: 30 2024-08-22T20:28:48.0378187Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:48.0378742Z upload-artifact: 2024-08-22T20:28:48.0379237Z download-artifact: 2024-08-22T20:28:48.0379716Z repository: 2024-08-22T20:28:48.0380105Z fetch-depth: 1 2024-08-22T20:28:48.0380495Z submodules: 2024-08-22T20:28:48.0380946Z ref: 2024-08-22T20:28:48.0381326Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:48.0381864Z test-infra-ref: 2024-08-22T20:28:48.0382367Z docker-image: pytorch/conda-builder 2024-08-22T20:28:48.0382853Z docker-build-dir: .ci/docker 2024-08-22T20:28:48.0383325Z gpu-arch-type: cuda 2024-08-22T20:28:48.0383878Z gpu-arch-version: 12.1 2024-08-22T20:28:48.0384293Z job-name: linux-job 2024-08-22T20:28:48.0385083Z continue-on-error: false 2024-08-22T20:28:48.0385627Z binary-matrix: 2024-08-22T20:28:48.0386005Z run-with-docker: true 2024-08-22T20:28:48.0386434Z secrets-env: 2024-08-22T20:28:48.0386897Z no-sudo: false 2024-08-22T20:28:48.0387557Z ##[endgroup] 2024-08-22T20:28:48.0388556Z Complete job name: test-gpu-aoti-float16 (cuda, stories15M) / linux-job 2024-08-22T20:28:48.1115810Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:48.1269386Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:48.1281860Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:48.1282462Z ##[endgroup] 2024-08-22T20:28:49.0455578Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:49.0456102Z Instance Type: g5.4xlarge 2024-08-22T20:28:49.0456800Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:49.0457351Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:54.7942541Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:54.7943111Z set -euxo pipefail 2024-08-22T20:28:54.7943553Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:54.7944128Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:54.7944689Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:54.7945134Z else 2024-08-22T20:28:54.7945529Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:54.7946049Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:54.7946462Z fi 2024-08-22T20:28:54.7946748Z  2024-08-22T20:28:54.7947115Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:54.7947554Z echo "::endgroup::" 2024-08-22T20:28:54.7957895Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:54.7958275Z env: 2024-08-22T20:28:54.7958617Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:54.7959099Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:54.7959517Z PR_NUMBER: 1044 2024-08-22T20:28:54.7966453Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:54.7973505Z NO_SUDO: false 2024-08-22T20:28:54.7973825Z ##[endgroup] 2024-08-22T20:28:54.8005602Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:54.8027190Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:54.8036417Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:54.8037170Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:54.9026202Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:54.9047807Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:54.9061556Z + echo ::endgroup:: 2024-08-22T20:28:54.9062297Z ##[endgroup] 2024-08-22T20:28:54.9177854Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:54.9178286Z with: 2024-08-22T20:28:54.9178648Z repository: pytorch/test-infra 2024-08-22T20:28:54.9179049Z path: test-infra 2024-08-22T20:28:54.9179767Z submodules: recursive 2024-08-22T20:28:54.9180228Z token: *** 2024-08-22T20:28:54.9180536Z ssh-strict: true 2024-08-22T20:28:54.9180874Z persist-credentials: true 2024-08-22T20:28:54.9181236Z clean: true 2024-08-22T20:28:54.9181558Z sparse-checkout-cone-mode: true 2024-08-22T20:28:54.9181959Z fetch-depth: 1 2024-08-22T20:28:54.9182269Z fetch-tags: false 2024-08-22T20:28:54.9182576Z lfs: false 2024-08-22T20:28:54.9182885Z set-safe-directory: true 2024-08-22T20:28:54.9183237Z env: 2024-08-22T20:28:54.9183569Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:54.9184065Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:54.9184469Z PR_NUMBER: 1044 2024-08-22T20:28:54.9192306Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:54.9199312Z ##[endgroup] 2024-08-22T20:28:55.0264576Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:55.0265747Z ##[group]Getting Git version info 2024-08-22T20:28:55.0266568Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:55.0267563Z [command]/usr/bin/git version 2024-08-22T20:28:55.0267941Z git version 2.40.1 2024-08-22T20:28:55.0270066Z ##[endgroup] 2024-08-22T20:28:55.0283606Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7b0d873b-dc68-4a99-bf5d-9433d03d9f58' before making global git config changes 2024-08-22T20:28:55.0284859Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:55.0288673Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:55.0334303Z ##[group]Initializing the repository 2024-08-22T20:28:55.0337265Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:55.0383000Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:55.0384065Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:55.0384869Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:55.0385432Z hint: 2024-08-22T20:28:55.0385890Z hint: git config --global init.defaultBranch 2024-08-22T20:28:55.0386367Z hint: 2024-08-22T20:28:55.0386893Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:55.0388064Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:55.0388665Z hint: 2024-08-22T20:28:55.0389013Z hint: git branch -m 2024-08-22T20:28:55.0389834Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:55.0397163Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:55.0439877Z ##[endgroup] 2024-08-22T20:28:55.0440458Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:55.0442922Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:55.0484021Z ##[endgroup] 2024-08-22T20:28:55.0484542Z ##[group]Setting up auth 2024-08-22T20:28:55.0489739Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:55.0531284Z [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:55.0908825Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:55.0948931Z [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:55.1305277Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:55.1360366Z ##[endgroup] 2024-08-22T20:28:55.1360939Z ##[group]Determining the default branch 2024-08-22T20:28:55.1363727Z Retrieving the default branch name 2024-08-22T20:28:55.2868216Z Default branch 'main' 2024-08-22T20:28:55.2868961Z ##[endgroup] 2024-08-22T20:28:55.2869527Z ##[group]Fetching the repository 2024-08-22T20:28:55.2874237Z [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:55.4779036Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:55.4779633Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:55.4782112Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:55.4782829Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:55.4785534Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:55.4786171Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:55.4786819Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:55.4787574Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:55.4788226Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:55.4788888Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:55.4789542Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:55.4790114Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:55.4790617Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:55.4791124Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:55.4791626Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:55.4792258Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:55.4792923Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:55.4793607Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:55.4794254Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:55.4794884Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:55.4795537Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:55.4796182Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:55.4796818Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:55.4797473Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:55.4798033Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:55.4798526Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:55.4799309Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:55.4799820Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:55.4800313Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:55.4800811Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:55.4801456Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:55.4801945Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:55.4802441Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:55.4802944Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:55.4803441Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:55.4803934Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:55.4804434Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:55.4804933Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:55.4805421Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:55.4805929Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:55.4806428Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:55.4806922Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:55.4807470Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:55.4807979Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:55.4808472Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:55.4808973Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:55.4809468Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:55.4809957Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:55.4810453Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:55.4810956Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:55.4811445Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:55.4811945Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:55.4812454Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:55.4812955Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:55.4813446Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:55.4813945Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:55.4814445Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:55.4814938Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:55.4815438Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:55.4815936Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:55.4816426Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:55.4816956Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:55.4817665Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:55.4818315Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:55.4818840Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:55.4819516Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:55.4820194Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:55.4820807Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:55.4821330Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:55.4821848Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:55.4822360Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:55.4822876Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:55.4823394Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:55.4823901Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:55.4824418Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:55.4824931Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:55.4825441Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:55.4825947Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:55.4826579Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:55.4827139Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:55.4827731Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:55.4828363Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:55.4828915Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:55.4829461Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:55.4830018Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:55.4830570Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:55.4831115Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:55.4831671Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:55.4832224Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:55.4832766Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:55.4833320Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:55.4833908Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:55.4834415Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:55.4834927Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:55.4835445Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:55.4835956Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:55.4836463Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:55.4836979Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:55.4837536Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:55.4838040Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:55.4838555Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:55.4839071Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:55.4839616Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:55.4840188Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:55.4840721Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:55.4841248Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:55.4841785Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:55.4842326Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:55.4842848Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:55.4843377Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:55.4843912Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:55.4844439Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:55.4844984Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:55.4845532Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:55.4846072Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:55.4846613Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:55.4847160Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:55.4847747Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:55.4848278Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:55.4848820Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:55.4849354Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:55.4849882Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:55.4850414Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:55.4850953Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:55.4851478Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:55.4852093Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:55.4852643Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:55.4853163Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:55.4853806Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:55.4854339Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:55.4854862Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:55.4855402Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:55.4856044Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:55.4856567Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:55.4857102Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:55.4857629Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:55.4858166Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:55.4858695Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:55.4859297Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:55.4859834Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:55.4860363Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:55.4860907Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:55.4861439Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:55.4861965Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:55.4862502Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:55.4863195Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:55.4863744Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:55.4864267Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:55.4865065Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:55.4865606Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:55.4866139Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:55.4866672Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:55.4867231Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:55.4867796Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:55.4868332Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:55.4868867Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:55.4869395Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:55.4869935Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:55.4870471Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:55.4871019Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:55.4871555Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:55.4872085Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:55.4872612Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:55.4873145Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:55.4873680Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:55.4874218Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:55.4874748Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:55.4875283Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:55.4875818Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:55.4876348Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:55.4876880Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:55.4877452Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:55.4877988Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:55.4878519Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:55.4879051Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:55.4879576Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:55.4880114Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:55.4880649Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:55.4881340Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:55.4881878Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:55.4882407Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:55.4882926Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:55.4883587Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:55.4884126Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:55.4884672Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:55.4885215Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:55.4885759Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:55.4886303Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:55.4886839Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:55.4887382Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:55.4887924Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:55.4888466Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:55.4889044Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:55.4889777Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:55.4890487Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:55.4891028Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:55.4891552Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:55.4892083Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:55.4892616Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:55.4893143Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:55.4893730Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:55.4894448Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:55.4895073Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:55.4895618Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:55.4896194Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:55.4896713Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:55.4897155Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:55.4897585Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:55.4897979Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:55.4904256Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:55.4909546Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:55.4914772Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:55.4917633Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:55.4919004Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:55.4923636Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:55.4926698Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:55.4929661Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:55.4932452Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:55.5151299Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:55.5228572Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:55.5231988Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:55.5235551Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:55.5239793Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:55.5276745Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:55.5288662Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:55.5289470Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:55.5294122Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:55.5297472Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:55.5301078Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:55.5311104Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:55.5327518Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:55.5329984Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:55.5331239Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:55.5338088Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:55.5340617Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:55.5350428Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:55.5356830Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:55.5362625Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:55.5371288Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:55.5372049Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:55.5374301Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:55.5379941Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:55.5386583Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:55.5389416Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:55.5393634Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:55.5398473Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:55.5402943Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:55.5407346Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:55.5410491Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:55.5413049Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:55.5416715Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:55.5420952Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:55.5423429Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:55.5426449Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:55.5429655Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:55.5434178Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:55.5436931Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:55.5439307Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:55.5444340Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:55.5447782Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:55.5449422Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:55.5452138Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:55.5455409Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:55.5460945Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:55.5469250Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:55.5472496Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:55.5476026Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:55.5479369Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:55.5484572Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:55.5490037Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:55.5494264Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:55.5496236Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:55.5500414Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:55.5504594Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:55.5510235Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:55.5515678Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:55.5523360Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:55.5530621Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:55.5568419Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:55.5573855Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:55.5654705Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:55.5656129Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:55.5662033Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:55.5663197Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:55.5665989Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:55.5672124Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:55.5680805Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:55.5722293Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:55.5724196Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:55.5727108Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:55.5729610Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:55.5730167Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:55.5730694Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:55.5731747Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:55.5734501Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:55.5736903Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:55.5737958Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:55.5738508Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:55.5739734Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:55.5742354Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:55.5742987Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:55.5749524Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:55.5761330Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:55.5772174Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:55.5791121Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:55.5792239Z remote: Total 1649 (delta 372), reused 1070 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:55.5807856Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:55.5808571Z Receiving objects: 100% (1649/1649), 2.83 MiB | 28.71 MiB/s, done. 2024-08-22T20:28:55.5816654Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:55.5818454Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:55.5820791Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:55.5822628Z Resolving deltas: 3% (12/372) 2024-08-22T20:28:55.5823520Z Resolving deltas: 4% (15/372) 2024-08-22T20:28:55.5824221Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:55.5824722Z Resolving deltas: 6% (23/372) 2024-08-22T20:28:55.5825244Z Resolving deltas: 7% (27/372) 2024-08-22T20:28:55.5825833Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:55.5827570Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:55.5828271Z Resolving deltas: 10% (38/372) 2024-08-22T20:28:55.5828805Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:55.5829687Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:55.5831844Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:55.5832529Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:55.5834681Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:55.5845642Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:55.5847705Z Resolving deltas: 17% (64/372) 2024-08-22T20:28:55.5849882Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:55.5850406Z Resolving deltas: 19% (72/372) 2024-08-22T20:28:55.5851387Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:55.5852138Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:55.5852890Z Resolving deltas: 22% (84/372) 2024-08-22T20:28:55.5853454Z Resolving deltas: 23% (86/372) 2024-08-22T20:28:55.5855527Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:55.5855951Z Resolving deltas: 25% (95/372) 2024-08-22T20:28:55.5863639Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:55.5864629Z Resolving deltas: 27% (101/372) 2024-08-22T20:28:55.5865405Z Resolving deltas: 28% (105/372) 2024-08-22T20:28:55.5865949Z Resolving deltas: 29% (110/372) 2024-08-22T20:28:55.5867599Z Resolving deltas: 30% (112/372) 2024-08-22T20:28:55.5884123Z Resolving deltas: 31% (117/372) 2024-08-22T20:28:55.5884674Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:55.5885714Z Resolving deltas: 33% (123/372) 2024-08-22T20:28:55.5886223Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:55.5886723Z Resolving deltas: 35% (131/372) 2024-08-22T20:28:55.5887194Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:55.5887624Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:55.5888170Z Resolving deltas: 38% (142/372) 2024-08-22T20:28:55.5888729Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:55.5889243Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:55.5889710Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:55.5890147Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:55.5890569Z Resolving deltas: 43% (161/372) 2024-08-22T20:28:55.5890960Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:55.5891354Z Resolving deltas: 45% (169/372) 2024-08-22T20:28:55.5891822Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:55.5892367Z Resolving deltas: 47% (175/372) 2024-08-22T20:28:55.5892891Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:55.5893290Z Resolving deltas: 49% (183/372) 2024-08-22T20:28:55.5893736Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:55.5894165Z Resolving deltas: 51% (190/372) 2024-08-22T20:28:55.5894658Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:55.5895039Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:55.5895471Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:55.5896103Z Resolving deltas: 55% (205/372) 2024-08-22T20:28:55.5896641Z Resolving deltas: 56% (210/372) 2024-08-22T20:28:55.5897230Z Resolving deltas: 57% (214/372) 2024-08-22T20:28:55.5897620Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:55.5898154Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:55.5898600Z Resolving deltas: 60% (225/372) 2024-08-22T20:28:55.5899884Z Resolving deltas: 61% (228/372) 2024-08-22T20:28:55.5900833Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:55.5903619Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:55.5904117Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:55.5906330Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:55.5906933Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:55.5907459Z Resolving deltas: 67% (251/372) 2024-08-22T20:28:55.5907911Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:55.5908300Z Resolving deltas: 69% (257/372) 2024-08-22T20:28:55.5908688Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:55.5909208Z Resolving deltas: 71% (265/372) 2024-08-22T20:28:55.5909704Z Resolving deltas: 72% (269/372) 2024-08-22T20:28:55.5910343Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:55.5910864Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:55.5911401Z Resolving deltas: 75% (279/372) 2024-08-22T20:28:55.5911946Z Resolving deltas: 76% (283/372) 2024-08-22T20:28:55.5912395Z Resolving deltas: 77% (288/372) 2024-08-22T20:28:55.5912884Z Resolving deltas: 78% (291/372) 2024-08-22T20:28:55.5913397Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:55.5913895Z Resolving deltas: 80% (299/372) 2024-08-22T20:28:55.5914417Z Resolving deltas: 81% (302/372) 2024-08-22T20:28:55.5914900Z Resolving deltas: 82% (307/372) 2024-08-22T20:28:55.5915377Z Resolving deltas: 83% (310/372) 2024-08-22T20:28:55.5915790Z Resolving deltas: 84% (314/372) 2024-08-22T20:28:55.5916182Z Resolving deltas: 85% (319/372) 2024-08-22T20:28:55.5916641Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:55.5917065Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:55.5917550Z Resolving deltas: 88% (328/372) 2024-08-22T20:28:55.5917952Z Resolving deltas: 89% (333/372) 2024-08-22T20:28:55.5918480Z Resolving deltas: 90% (336/372) 2024-08-22T20:28:55.5919030Z Resolving deltas: 91% (339/372) 2024-08-22T20:28:55.5919485Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:55.5919870Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:55.5922729Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:55.5925179Z Resolving deltas: 95% (354/372) 2024-08-22T20:28:55.5925783Z Resolving deltas: 96% (358/372) 2024-08-22T20:28:55.5926769Z Resolving deltas: 97% (362/372) 2024-08-22T20:28:55.5927743Z Resolving deltas: 98% (366/372) 2024-08-22T20:28:55.5929040Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:55.5930778Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:55.5931210Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:55.6114843Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:55.6115411Z * [new branch] main -> origin/main 2024-08-22T20:28:55.6140683Z ##[endgroup] 2024-08-22T20:28:55.6141421Z ##[group]Determining the checkout info 2024-08-22T20:28:55.6142608Z ##[endgroup] 2024-08-22T20:28:55.6143368Z ##[group]Checking out the ref 2024-08-22T20:28:55.6146987Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:55.7358689Z Switched to a new branch 'main' 2024-08-22T20:28:55.7359419Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:55.7369563Z ##[endgroup] 2024-08-22T20:28:55.7370156Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:55.7374081Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:55.7434510Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:55.7477703Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:55.7521186Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:55.7560430Z ##[endgroup] 2024-08-22T20:28:55.7560978Z ##[group]Fetching submodules 2024-08-22T20:28:55.7562970Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:55.7920259Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:55.8272999Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:55.8621079Z ##[endgroup] 2024-08-22T20:28:55.8622125Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:55.8626131Z [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:55.8977237Z [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:55.9331092Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:55.9682877Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:56.0022576Z ##[endgroup] 2024-08-22T20:28:56.0071049Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:56.0109205Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:56.0410963Z Prepare all required actions 2024-08-22T20:28:56.0411466Z Getting action download info 2024-08-22T20:28:56.1320193Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:56.5446802Z Getting action download info 2024-08-22T20:28:56.6345707Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:56.7803799Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:56.7804334Z env: 2024-08-22T20:28:56.7804825Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:56.7805406Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:56.7805863Z PR_NUMBER: 1044 2024-08-22T20:28:56.7812797Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:56.7820135Z ##[endgroup] 2024-08-22T20:28:56.8019488Z ##[group]Run set -euo pipefail 2024-08-22T20:28:56.8020045Z set -euo pipefail 2024-08-22T20:28:56.8020532Z function get_ec2_metadata() { 2024-08-22T20:28:56.8021197Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:56.8022176Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:56.8023051Z  category=$1 2024-08-22T20:28:56.8023712Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:56.8024516Z } 2024-08-22T20:28:56.8024995Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:56.8025728Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:56.8026452Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:56.8027127Z echo "system info $(uname -a)" 2024-08-22T20:28:56.8036622Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:56.8037186Z env: 2024-08-22T20:28:56.8037705Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:56.8038313Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:56.8038753Z PR_NUMBER: 1044 2024-08-22T20:28:56.8045764Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:56.8052999Z ##[endgroup] 2024-08-22T20:28:56.8148102Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:56.8203768Z instance-id: i-0fd082a48c69ae18a 2024-08-22T20:28:56.8253967Z instance-type: g5.4xlarge 2024-08-22T20:28:56.8268541Z system info Linux ip-10-0-27-60.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:56.8319224Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:56.8319928Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:56.8320562Z  echo "Docker daemon is running..."; 2024-08-22T20:28:56.8321128Z else 2024-08-22T20:28:56.8321774Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:56.8322418Z fi 2024-08-22T20:28:56.8331430Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:56.8332058Z env: 2024-08-22T20:28:56.8332463Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:56.8333107Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:56.8333586Z PR_NUMBER: 1044 2024-08-22T20:28:56.8340498Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:56.8347886Z ##[endgroup] 2024-08-22T20:28:56.8440069Z Docker daemon is running... 2024-08-22T20:28:56.8472745Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:56.8473704Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:56.8474567Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:56.8475538Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:56.8476807Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:56.8486842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:56.8487434Z env: 2024-08-22T20:28:56.8487966Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:56.8488528Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:56.8488976Z PR_NUMBER: 1044 2024-08-22T20:28:56.8495815Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:56.8503037Z AWS_RETRY_MODE: standard 2024-08-22T20:28:56.8503551Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:56.8503993Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:56.8504451Z ##[endgroup] 2024-08-22T20:28:57.9302747Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:57.9303573Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:57.9304548Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:57.9305140Z 2024-08-22T20:28:57.9305275Z Login Succeeded 2024-08-22T20:28:57.9363367Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:57.9364160Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:57.9365149Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:57.9375701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:57.9376376Z env: 2024-08-22T20:28:57.9376713Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:57.9377182Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:57.9377578Z PR_NUMBER: 1044 2024-08-22T20:28:57.9384451Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:57.9391445Z ##[endgroup] 2024-08-22T20:28:57.9494229Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:57.9494857Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:57.9495398Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:57.9495894Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:57.9496525Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:57.9497105Z  2024-08-22T20:28:57.9497512Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:57.9498141Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:57.9498668Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:57.9499415Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:57.9500018Z  2024-08-22T20:28:57.9500348Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:57.9500829Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:57.9501279Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:57.9501837Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:57.9511153Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:57.9511644Z env: 2024-08-22T20:28:57.9511974Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:57.9512459Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:57.9512833Z PR_NUMBER: 1044 2024-08-22T20:28:57.9519465Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:57.9526605Z ##[endgroup] 2024-08-22T20:28:58.1790290Z ##[group]Run needs=0 2024-08-22T20:28:58.1790628Z needs=0 2024-08-22T20:28:58.1791151Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:58.1791762Z  needs=1 2024-08-22T20:28:58.1792065Z fi 2024-08-22T20:28:58.1792418Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:58.1802171Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:58.1802680Z env: 2024-08-22T20:28:58.1803003Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.1803460Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.1803832Z PR_NUMBER: 1044 2024-08-22T20:28:58.1810650Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:58.1817878Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.1818657Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.1819504Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.1820032Z ##[endgroup] 2024-08-22T20:28:58.2213060Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:58.2213601Z with: 2024-08-22T20:28:58.2213880Z driver-version: 550.54.15 2024-08-22T20:28:58.2214223Z env: 2024-08-22T20:28:58.2214555Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.2215044Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.2215467Z PR_NUMBER: 1044 2024-08-22T20:28:58.2222216Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:58.2229541Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.2230325Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.2231162Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.2231687Z ##[endgroup] 2024-08-22T20:28:58.2284231Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:58.2284780Z with: 2024-08-22T20:28:58.2285056Z timeout_minutes: 10 2024-08-22T20:28:58.2285536Z max_attempts: 3 2024-08-22T20:28:58.2318370Z 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:58.2351363Z retry_wait_seconds: 10 2024-08-22T20:28:58.2351741Z polling_interval_seconds: 1 2024-08-22T20:28:58.2352125Z warning_on_retry: true 2024-08-22T20:28:58.2352488Z continue_on_error: false 2024-08-22T20:28:58.2352840Z env: 2024-08-22T20:28:58.2353178Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.2353650Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.2354038Z PR_NUMBER: 1044 2024-08-22T20:28:58.2360741Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:28:58.2368921Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.2369701Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.2370430Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.2370957Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:58.2371296Z ##[endgroup] 2024-08-22T20:28:58.3269393Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:58.3270243Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:58.3273108Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:58.6222754Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:58.6223574Z No packages marked for removal. 2024-08-22T20:28:58.6285274Z Dependencies resolved. 2024-08-22T20:28:58.6295198Z Nothing to do. 2024-08-22T20:28:58.6295508Z Complete! 2024-08-22T20:28:58.6599018Z + install_nvidia_driver_common 2024-08-22T20:28:58.6603082Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:58.6603925Z + lspci 2024-08-22T20:28:58.6604508Z Before installing NVIDIA driver 2024-08-22T20:28:58.6716768Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:58.6720094Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:58.6721998Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:58.6723618Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:58.6725242Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:58.6726833Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:58.6728226Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:58.6729080Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:58.6729668Z + lsmod 2024-08-22T20:28:58.6765198Z Module Size Used by 2024-08-22T20:28:58.6765611Z xt_conntrack 16384 1 2024-08-22T20:28:58.6766006Z nft_chain_nat 16384 3 2024-08-22T20:28:58.6766398Z xt_MASQUERADE 20480 1 2024-08-22T20:28:58.6766847Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:58.6767343Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:58.6767929Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:58.6768720Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:58.6769174Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:58.6769597Z xfrm_user 57344 1 2024-08-22T20:28:58.6769992Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:58.6770397Z xt_addrtype 16384 2 2024-08-22T20:28:58.6770768Z nft_compat 20480 4 2024-08-22T20:28:58.6771221Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:58.6771819Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:58.6772353Z br_netfilter 36864 0 2024-08-22T20:28:58.6772757Z bridge 307200 1 br_netfilter 2024-08-22T20:28:58.6773184Z stp 16384 1 bridge 2024-08-22T20:28:58.6773645Z llc 16384 2 bridge,stp 2024-08-22T20:28:58.6774106Z overlay 167936 0 2024-08-22T20:28:58.6774777Z tls 114688 0 2024-08-22T20:28:58.6775149Z sunrpc 692224 1 2024-08-22T20:28:58.6775529Z nls_ascii 16384 1 2024-08-22T20:28:58.6775894Z nls_cp437 20480 1 2024-08-22T20:28:58.6776270Z vfat 24576 1 2024-08-22T20:28:58.6776647Z fat 86016 1 vfat 2024-08-22T20:28:58.6777032Z ena 167936 0 2024-08-22T20:28:58.6777409Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:58.6777802Z ptp 36864 1 ena 2024-08-22T20:28:58.6778242Z pps_core 24576 1 ptp 2024-08-22T20:28:58.6778637Z aesni_intel 393216 0 2024-08-22T20:28:58.6779008Z i8042 45056 0 2024-08-22T20:28:58.6779554Z serio 28672 3 i8042 2024-08-22T20:28:58.6779994Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:58.6780567Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:58.6781079Z button 24576 0 2024-08-22T20:28:58.6781457Z sch_fq_codel 20480 17 2024-08-22T20:28:58.6781826Z dm_mod 188416 0 2024-08-22T20:28:58.6782177Z fuse 163840 1 2024-08-22T20:28:58.6782539Z configfs 57344 1 2024-08-22T20:28:58.6782912Z dax 45056 1 dm_mod 2024-08-22T20:28:58.6783482Z loop 36864 0 2024-08-22T20:28:58.6783854Z dmi_sysfs 20480 0 2024-08-22T20:28:58.6784219Z crc32_pclmul 16384 0 2024-08-22T20:28:58.6784580Z crc32c_intel 24576 0 2024-08-22T20:28:58.6784941Z efivarfs 24576 1 2024-08-22T20:28:58.6785307Z + modinfo nvidia 2024-08-22T20:28:58.6786097Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:58.6787043Z alias: char-major-195-* 2024-08-22T20:28:58.6787534Z version: 550.54.15 2024-08-22T20:28:58.6787977Z supported: external 2024-08-22T20:28:58.6788401Z license: NVIDIA 2024-08-22T20:28:58.6788903Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:58.6789532Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:58.6790115Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:58.6790697Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:58.6791212Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:58.6791735Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:58.6792414Z depends: i2c-core,drm 2024-08-22T20:28:58.6792886Z retpoline: Y 2024-08-22T20:28:58.6793261Z name: nvidia 2024-08-22T20:28:58.6793875Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:58.6794570Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:58.6795275Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:58.6796052Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:58.6796576Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:58.6797014Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:58.6797473Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:58.6797914Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:58.6798357Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:58.6798886Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:58.6799602Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:58.6800206Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:58.6800635Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:58.6801048Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:58.6801509Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:58.6802034Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:58.6802619Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:58.6803182Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:58.6803780Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:58.6804503Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:58.6805119Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:58.6805702Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:58.6806202Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:58.6806735Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:58.6807274Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:58.6807770Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:58.6808280Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:58.6808754Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:58.6809222Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:58.6809672Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:58.6810166Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:58.6810692Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:58.6811179Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:58.6811660Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:58.6812161Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:58.6812749Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:58.6813244Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:58.6813731Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:58.6814141Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:58.6814604Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:58.6815076Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:58.6815530Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:58.6816003Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:58.6816487Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:58.6816944Z parm: rm_firmware_active:charp 2024-08-22T20:28:58.6817358Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:58.6817767Z ++ command -v nvidia-smi 2024-08-22T20:28:58.6818176Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:58.6818544Z + set +e 2024-08-22T20:28:58.6819125Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:29:00.9201278Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:29:00.9201891Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:00.9202561Z + '[' 0 -ne 0 ']' 2024-08-22T20:29:00.9202965Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:29:00.9203352Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:29:00.9204088Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:29:00.9204806Z + set -e 2024-08-22T20:29:00.9205125Z + '[' 1 -eq 0 ']' 2024-08-22T20:29:00.9205695Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:29:00.9206398Z + post_install_nvidia_driver_common 2024-08-22T20:29:00.9208763Z + sudo modprobe nvidia 2024-08-22T20:29:01.0757146Z + echo 'After installing NVIDIA driver' 2024-08-22T20:29:01.0757653Z + lspci 2024-08-22T20:29:01.0757957Z After installing NVIDIA driver 2024-08-22T20:29:01.0862709Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:01.0863696Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:01.0864916Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:01.0865969Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:01.0866891Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:01.0867677Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:01.0868404Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:01.0869264Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:01.0869854Z + lsmod 2024-08-22T20:29:01.0895241Z Module Size Used by 2024-08-22T20:29:01.0896172Z nvidia_uvm 4706304 0 2024-08-22T20:29:01.0896668Z nvidia 54071296 1 nvidia_uvm 2024-08-22T20:29:01.0897216Z drm 602112 1 nvidia 2024-08-22T20:29:01.0897787Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:29:01.0898362Z backlight 24576 1 drm 2024-08-22T20:29:01.0898836Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:29:01.0899400Z xt_conntrack 16384 1 2024-08-22T20:29:01.0899777Z nft_chain_nat 16384 3 2024-08-22T20:29:01.0900161Z xt_MASQUERADE 20480 1 2024-08-22T20:29:01.0900620Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:01.0901114Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:01.0901687Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:01.0902333Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:01.0902812Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:01.0903269Z xfrm_user 57344 1 2024-08-22T20:29:01.0903672Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:01.0904092Z xt_addrtype 16384 2 2024-08-22T20:29:01.0904461Z nft_compat 20480 4 2024-08-22T20:29:01.0905103Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:01.0905727Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:01.0906262Z br_netfilter 36864 0 2024-08-22T20:29:01.0906677Z bridge 307200 1 br_netfilter 2024-08-22T20:29:01.0907119Z stp 16384 1 bridge 2024-08-22T20:29:01.0907534Z llc 16384 2 bridge,stp 2024-08-22T20:29:01.0907953Z overlay 167936 0 2024-08-22T20:29:01.0908349Z tls 114688 0 2024-08-22T20:29:01.0908733Z sunrpc 692224 1 2024-08-22T20:29:01.0909105Z nls_ascii 16384 1 2024-08-22T20:29:01.0909472Z nls_cp437 20480 1 2024-08-22T20:29:01.0909837Z vfat 24576 1 2024-08-22T20:29:01.0910209Z fat 86016 1 vfat 2024-08-22T20:29:01.0910599Z ena 167936 0 2024-08-22T20:29:01.0910966Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:01.0911357Z ptp 36864 1 ena 2024-08-22T20:29:01.0911761Z pps_core 24576 1 ptp 2024-08-22T20:29:01.0912156Z aesni_intel 393216 0 2024-08-22T20:29:01.0912520Z i8042 45056 0 2024-08-22T20:29:01.0912890Z serio 28672 3 i8042 2024-08-22T20:29:01.0913304Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:01.0913823Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:01.0914319Z button 24576 0 2024-08-22T20:29:01.0914743Z sch_fq_codel 20480 17 2024-08-22T20:29:01.0915250Z dm_mod 188416 0 2024-08-22T20:29:01.0915709Z fuse 163840 1 2024-08-22T20:29:01.0916191Z configfs 57344 1 2024-08-22T20:29:01.0916673Z dax 45056 1 dm_mod 2024-08-22T20:29:01.0917178Z loop 36864 0 2024-08-22T20:29:01.0917547Z dmi_sysfs 20480 0 2024-08-22T20:29:01.0917915Z crc32_pclmul 16384 0 2024-08-22T20:29:01.0918279Z crc32c_intel 24576 0 2024-08-22T20:29:01.0918653Z efivarfs 24576 1 2024-08-22T20:29:01.0919049Z + modinfo nvidia 2024-08-22T20:29:01.0919738Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:01.0920425Z alias: char-major-195-* 2024-08-22T20:29:01.0920803Z version: 550.54.15 2024-08-22T20:29:01.0921146Z supported: external 2024-08-22T20:29:01.0921474Z license: NVIDIA 2024-08-22T20:29:01.0921848Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:01.0922328Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:01.0922771Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:01.0923349Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:01.0923841Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:01.0924317Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:01.0924825Z depends: i2c-core,drm 2024-08-22T20:29:01.0925188Z retpoline: Y 2024-08-22T20:29:01.0925492Z name: nvidia 2024-08-22T20:29:01.0926102Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:01.0926799Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:01.0927431Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:01.0928018Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:01.0928457Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:01.0928898Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:01.0929380Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:01.0929810Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:01.0930245Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:01.0930768Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:01.0931324Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:01.0931794Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:01.0932327Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:01.0932741Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:01.0933186Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:01.0933714Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:01.0934289Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:01.0934834Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:01.0935436Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:01.0936027Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:01.0936634Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:01.0937220Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:01.0937711Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:01.0938237Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:01.0938773Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:01.0939329Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:01.0939786Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:01.0940257Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:01.0940722Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:01.0941164Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:01.0941652Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:01.0942171Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:01.0942644Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:01.0943117Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:01.0943614Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:01.0944092Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:01.0944577Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:01.0945081Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:01.0945513Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:01.0945996Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:01.0946488Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:01.0946965Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:01.0947461Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:01.0947964Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:01.0948490Z parm: rm_firmware_active:charp 2024-08-22T20:29:01.0948907Z + set +e 2024-08-22T20:29:01.0949218Z + nvidia-smi 2024-08-22T20:29:02.6479790Z Thu Aug 22 20:29:02 2024 2024-08-22T20:29:02.6480471Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:02.6481505Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:02.6482302Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:02.6483138Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:02.6484041Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:02.6484737Z | | | MIG M. | 2024-08-22T20:29:02.6485289Z |=========================================+========================+======================| 2024-08-22T20:29:02.6578426Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:02.6579291Z | 0% 32C P0 59W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:02.6579929Z | | | N/A | 2024-08-22T20:29:02.6580641Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:02.6581319Z 2024-08-22T20:29:02.6582391Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:02.6583047Z | Processes: | 2024-08-22T20:29:02.6583760Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:02.6584468Z | ID ID Usage | 2024-08-22T20:29:02.6585038Z |=========================================================================================| 2024-08-22T20:29:02.6585689Z | No running processes found | 2024-08-22T20:29:02.6586470Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:03.2729813Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:29:04.8436422Z NVIDIA A10G 2024-08-22T20:29:05.2787135Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:05.2788540Z + '[' 0 -eq 0 ']' 2024-08-22T20:29:05.2789094Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:29:05.2789702Z + set -e 2024-08-22T20:29:05.2790020Z INFO: Ignoring allowed status 0 2024-08-22T20:29:05.2797002Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:29:05.2800869Z + sudo yum install -y yum-utils 2024-08-22T20:29:05.6754735Z Last metadata expiration check: 0:00:38 ago on Thu Aug 22 20:28:27 2024. 2024-08-22T20:29:05.6974219Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:29:05.7273932Z Dependencies resolved. 2024-08-22T20:29:05.7396889Z Nothing to do. 2024-08-22T20:29:05.7397222Z Complete! 2024-08-22T20:29:05.7758420Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:29:05.7759665Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:05.7761053Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:06.0097620Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:06.0742197Z + sudo yum install -y nvidia-docker2 2024-08-22T20:29:06.5579745Z nvidia-container-toolkit 9.7 kB/s | 833 B 00:00 2024-08-22T20:29:06.5798702Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:29:06.6092357Z Dependencies resolved. 2024-08-22T20:29:06.6215303Z Nothing to do. 2024-08-22T20:29:06.6215624Z Complete! 2024-08-22T20:29:06.6582178Z + sudo systemctl restart docker 2024-08-22T20:29:10.4648331Z Thu Aug 22 20:29:10 2024 2024-08-22T20:29:10.4649806Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:10.4650811Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:10.4651679Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:10.4652502Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:10.4653485Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:10.4654242Z | | | MIG M. | 2024-08-22T20:29:10.4654797Z |=========================================+========================+======================| 2024-08-22T20:29:10.4775095Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:10.4775839Z | 0% 32C P0 60W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:10.4776491Z | | | N/A | 2024-08-22T20:29:10.4777218Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:10.4778087Z 2024-08-22T20:29:10.4778836Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:10.4779532Z | Processes: | 2024-08-22T20:29:10.4780233Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:10.4780962Z | ID ID Usage | 2024-08-22T20:29:10.4781609Z |=========================================================================================| 2024-08-22T20:29:10.4782282Z | No running processes found | 2024-08-22T20:29:10.4783051Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:11.3053040Z Command completed after 1 attempt(s). 2024-08-22T20:29:11.3155420Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:11.3156181Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:11.3156776Z # shellcheck disable=SC2046 2024-08-22T20:29:11.3157234Z docker stop $(docker ps -q) || true 2024-08-22T20:29:11.3157707Z # Prune all of the docker images 2024-08-22T20:29:11.3158148Z docker system prune -af 2024-08-22T20:29:11.3171338Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:11.3171831Z env: 2024-08-22T20:29:11.3172151Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.3172610Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.3172993Z PR_NUMBER: 1044 2024-08-22T20:29:11.3179759Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:11.3187109Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.3187872Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.3188587Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.3189200Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:11.3189672Z ##[endgroup] 2024-08-22T20:29:11.3510986Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:11.3511784Z See 'docker stop --help'. 2024-08-22T20:29:11.3512055Z 2024-08-22T20:29:11.3512278Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:11.3512649Z 2024-08-22T20:29:11.3512809Z Stop one or more running containers 2024-08-22T20:29:11.3729860Z Total reclaimed space: 0B 2024-08-22T20:29:11.3807653Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:11.3808138Z with: 2024-08-22T20:29:11.3808605Z github-secret: *** 2024-08-22T20:29:11.3809527Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:11.3810524Z activate-with-label: false 2024-08-22T20:29:11.3810888Z label: with-ssh 2024-08-22T20:29:11.3811219Z remove-existing-keys: true 2024-08-22T20:29:11.3811590Z fail-silently: true 2024-08-22T20:29:11.3811948Z env: 2024-08-22T20:29:11.3812278Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.3812742Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.3813141Z PR_NUMBER: 1044 2024-08-22T20:29:11.3819919Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:11.3827141Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.3827908Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.3828639Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.3829260Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:11.3829735Z ##[endgroup] 2024-08-22T20:29:11.4656450Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:11.7720974Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:11.8447992Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:11.8463056Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:11.8489481Z Login using: ssh ec2-user@ec2-44-222-183-3.compute-1.amazonaws.com 2024-08-22T20:29:11.8490269Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:11.8491088Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:11.8618366Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:11.8618750Z with: 2024-08-22T20:29:11.8619125Z repository: pytorch/torchchat 2024-08-22T20:29:11.8619533Z ref: refs/pull/1044/merge 2024-08-22T20:29:11.8619894Z path: pytorch/torchchat 2024-08-22T20:29:11.8620232Z fetch-depth: 1 2024-08-22T20:29:11.8620649Z token: *** 2024-08-22T20:29:11.8620937Z ssh-strict: true 2024-08-22T20:29:11.8621275Z persist-credentials: true 2024-08-22T20:29:11.8621620Z clean: true 2024-08-22T20:29:11.8621941Z sparse-checkout-cone-mode: true 2024-08-22T20:29:11.8622385Z fetch-tags: false 2024-08-22T20:29:11.8622685Z lfs: false 2024-08-22T20:29:11.8622983Z set-safe-directory: true 2024-08-22T20:29:11.8623316Z env: 2024-08-22T20:29:11.8623633Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.8624092Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.8624457Z PR_NUMBER: 1044 2024-08-22T20:29:11.8631424Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:11.8638758Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.8639530Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.8640255Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.8640872Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:11.8641340Z ##[endgroup] 2024-08-22T20:29:11.9516018Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:11.9525998Z ##[group]Getting Git version info 2024-08-22T20:29:11.9527104Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:11.9548145Z [command]/usr/bin/git version 2024-08-22T20:29:11.9597542Z git version 2.40.1 2024-08-22T20:29:11.9618863Z ##[endgroup] 2024-08-22T20:29:11.9634057Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c62990ba-0972-4778-877b-e1ba54d78643' before making global git config changes 2024-08-22T20:29:11.9635290Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:11.9638463Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:11.9685188Z ##[group]Initializing the repository 2024-08-22T20:29:11.9688349Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:11.9732743Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:11.9733973Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:11.9735064Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:11.9735651Z hint: 2024-08-22T20:29:11.9736086Z hint: git config --global init.defaultBranch 2024-08-22T20:29:11.9736547Z hint: 2024-08-22T20:29:11.9737049Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:11.9737888Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:11.9738483Z hint: 2024-08-22T20:29:11.9738796Z hint: git branch -m 2024-08-22T20:29:11.9740219Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:11.9748207Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:11.9790467Z ##[endgroup] 2024-08-22T20:29:11.9791047Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:11.9793497Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:11.9835485Z ##[endgroup] 2024-08-22T20:29:11.9836013Z ##[group]Setting up auth 2024-08-22T20:29:11.9841182Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:11.9882803Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:29:12.0235182Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:12.0277071Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:29:12.0632199Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:12.0687879Z ##[endgroup] 2024-08-22T20:29:12.0688424Z ##[group]Fetching the repository 2024-08-22T20:29:12.0695276Z [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:12.3174799Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:12.3175539Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:12.3176147Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:12.3176823Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:12.3177560Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:12.3178259Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:12.3178954Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:12.3179761Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:12.3180440Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:12.3181136Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:12.3181830Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:12.3182487Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:12.3182969Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:12.3183448Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:12.3183921Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:12.3184403Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:12.3185059Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:12.3185934Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:12.3186568Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:12.3187192Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:12.3187802Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:12.3188428Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:12.3189050Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:12.3189671Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:12.3190500Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:12.3191170Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:12.3191833Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:12.3192354Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:12.3192836Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:12.3193315Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:12.3193802Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:12.3194275Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:12.3194747Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:12.3195347Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:12.3195967Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:12.3196494Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:12.3196970Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:12.3197447Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:12.3197928Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:12.3198404Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:12.3198875Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:12.3199355Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:12.3199830Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:12.3200304Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:12.3200803Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:12.3201296Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:12.3201831Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:12.3202321Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:12.3202813Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:12.3203385Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:12.3204031Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:12.3204555Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:12.3205040Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:12.3205535Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:12.3206095Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:12.3206589Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:12.3207084Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:12.3207715Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:12.3208366Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:12.3208854Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:12.3209366Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:12.3209854Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:12.3210345Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:12.3210833Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:12.3211318Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:12.3211977Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:12.3212595Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:12.3213084Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:12.3213569Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:12.3214059Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:12.3214652Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:12.3215153Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:12.3215800Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:12.3216383Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:12.3216869Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:12.3217351Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:12.3217834Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:12.3218434Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:12.3218925Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:12.3219507Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:12.3220046Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:12.3220692Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:12.3221264Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:12.3221758Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:12.3222286Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:12.3222787Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:12.3223266Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:12.3223750Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:12.3224229Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:12.3224714Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:12.3225202Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:12.3225696Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:12.3226187Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:12.3226715Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:12.3227367Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:12.3227929Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:12.3228423Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:12.3229007Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:12.3229640Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:12.3230152Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:12.3230639Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:12.3231126Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:12.3231662Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:12.3232440Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:12.3233034Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:12.3233548Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:12.3234059Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:12.3234559Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:12.3235088Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:12.3235803Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:12.3236421Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:12.3236965Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:12.3237481Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:12.3238018Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:12.3238529Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:12.3239064Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:12.3239601Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:12.3240113Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:12.3240648Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:12.3247268Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:12.3262084Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:12.3278586Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:12.3282985Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:12.3284033Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:12.3290672Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:12.3294458Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:12.3295227Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:12.3296482Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:12.3297360Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:12.3298708Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:12.3299546Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:12.3300281Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:12.3305087Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:12.3306341Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:12.3307734Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:12.3308452Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:12.3309173Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:12.3309830Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:12.3310397Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:12.3310950Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:12.3311564Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:12.3312118Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:12.3312661Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:12.3313173Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:12.3313683Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:12.3314193Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:12.3314692Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:12.3316584Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:12.3319328Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:12.3322176Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:12.3324512Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:12.3325200Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:12.3325868Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:12.3326426Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:12.3327065Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:12.3327778Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:12.3328462Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:12.3328993Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:12.3329507Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:12.3330021Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:12.3330551Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:12.3331064Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:12.3331584Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:12.3332148Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:12.3332666Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:12.3333449Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:12.3336497Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:12.3338593Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:12.3339726Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:12.3342375Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:12.3343128Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:12.3344204Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:12.3347040Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:12.3351190Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:12.3353636Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:12.3354460Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:12.3354973Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:12.3359101Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:12.3360309Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:12.3361370Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:12.3361977Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:12.3368777Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:12.3370511Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:12.3371732Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:12.3372451Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:12.3372974Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:12.3374695Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:12.3375715Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:12.3376466Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:12.3377282Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:12.3377979Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:12.3378509Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:12.3379127Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:12.3379665Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:12.3380178Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:12.3380697Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:12.3381223Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:12.3381745Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:12.3382273Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:12.3382784Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:12.3383318Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:12.3383829Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:12.3384353Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:12.3384879Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:12.3385435Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:12.3407221Z Receiving objects: 0% (1/237) 2024-08-22T20:29:12.3407824Z Receiving objects: 1% (3/237) 2024-08-22T20:29:12.3408336Z Receiving objects: 2% (5/237) 2024-08-22T20:29:12.3408898Z Receiving objects: 3% (8/237) 2024-08-22T20:29:12.3410936Z Receiving objects: 4% (10/237) 2024-08-22T20:29:12.3411876Z Receiving objects: 5% (12/237) 2024-08-22T20:29:12.3412596Z Receiving objects: 6% (15/237) 2024-08-22T20:29:12.3413134Z Receiving objects: 7% (17/237) 2024-08-22T20:29:12.3413522Z Receiving objects: 8% (19/237) 2024-08-22T20:29:12.3416236Z Receiving objects: 9% (22/237) 2024-08-22T20:29:12.3416942Z Receiving objects: 10% (24/237) 2024-08-22T20:29:12.3417550Z Receiving objects: 11% (27/237) 2024-08-22T20:29:12.3418376Z Receiving objects: 12% (29/237) 2024-08-22T20:29:12.3418916Z Receiving objects: 13% (31/237) 2024-08-22T20:29:12.3419415Z Receiving objects: 14% (34/237) 2024-08-22T20:29:12.3419799Z Receiving objects: 15% (36/237) 2024-08-22T20:29:12.3422468Z Receiving objects: 16% (38/237) 2024-08-22T20:29:12.3423122Z Receiving objects: 17% (41/237) 2024-08-22T20:29:12.3423717Z Receiving objects: 18% (43/237) 2024-08-22T20:29:12.3424190Z Receiving objects: 19% (46/237) 2024-08-22T20:29:12.3424684Z Receiving objects: 20% (48/237) 2024-08-22T20:29:12.3425280Z Receiving objects: 21% (50/237) 2024-08-22T20:29:12.3425792Z Receiving objects: 22% (53/237) 2024-08-22T20:29:12.3426183Z Receiving objects: 23% (55/237) 2024-08-22T20:29:12.3426874Z Receiving objects: 24% (57/237) 2024-08-22T20:29:12.3427247Z Receiving objects: 25% (60/237) 2024-08-22T20:29:12.3427631Z Receiving objects: 26% (62/237) 2024-08-22T20:29:12.3428020Z Receiving objects: 27% (64/237) 2024-08-22T20:29:12.3434280Z Receiving objects: 28% (67/237) 2024-08-22T20:29:12.3434900Z Receiving objects: 29% (69/237) 2024-08-22T20:29:12.3435422Z Receiving objects: 30% (72/237) 2024-08-22T20:29:12.3436027Z Receiving objects: 31% (74/237) 2024-08-22T20:29:12.3436498Z Receiving objects: 32% (76/237) 2024-08-22T20:29:12.3437322Z Receiving objects: 33% (79/237) 2024-08-22T20:29:12.3437762Z Receiving objects: 34% (81/237) 2024-08-22T20:29:12.3438153Z Receiving objects: 35% (83/237) 2024-08-22T20:29:12.3438544Z Receiving objects: 36% (86/237) 2024-08-22T20:29:12.3448207Z Receiving objects: 37% (88/237) 2024-08-22T20:29:12.3448700Z Receiving objects: 38% (91/237) 2024-08-22T20:29:12.3449293Z Receiving objects: 39% (93/237) 2024-08-22T20:29:12.3449922Z Receiving objects: 40% (95/237) 2024-08-22T20:29:12.3450516Z Receiving objects: 41% (98/237) 2024-08-22T20:29:12.3451106Z Receiving objects: 42% (100/237) 2024-08-22T20:29:12.3451679Z Receiving objects: 43% (102/237) 2024-08-22T20:29:12.3452119Z Receiving objects: 44% (105/237) 2024-08-22T20:29:12.3452518Z Receiving objects: 45% (107/237) 2024-08-22T20:29:12.3452912Z Receiving objects: 46% (110/237) 2024-08-22T20:29:12.3453305Z Receiving objects: 47% (112/237) 2024-08-22T20:29:12.3453690Z Receiving objects: 48% (114/237) 2024-08-22T20:29:12.3454087Z Receiving objects: 49% (117/237) 2024-08-22T20:29:12.3475302Z Receiving objects: 50% (119/237) 2024-08-22T20:29:12.3482148Z Receiving objects: 51% (121/237) 2024-08-22T20:29:12.3483962Z Receiving objects: 52% (124/237) 2024-08-22T20:29:12.3553105Z Receiving objects: 53% (126/237) 2024-08-22T20:29:12.3553709Z Receiving objects: 54% (128/237) 2024-08-22T20:29:12.3555835Z Receiving objects: 55% (131/237) 2024-08-22T20:29:12.3558602Z Receiving objects: 56% (133/237) 2024-08-22T20:29:12.3559217Z Receiving objects: 57% (136/237) 2024-08-22T20:29:12.3559803Z Receiving objects: 58% (138/237) 2024-08-22T20:29:12.3560363Z Receiving objects: 59% (140/237) 2024-08-22T20:29:12.3560867Z Receiving objects: 60% (143/237) 2024-08-22T20:29:12.3561438Z Receiving objects: 61% (145/237) 2024-08-22T20:29:12.3561933Z Receiving objects: 62% (147/237) 2024-08-22T20:29:12.3563168Z Receiving objects: 63% (150/237) 2024-08-22T20:29:12.3565511Z Receiving objects: 64% (152/237) 2024-08-22T20:29:12.3567398Z Receiving objects: 65% (155/237) 2024-08-22T20:29:12.3567850Z Receiving objects: 66% (157/237) 2024-08-22T20:29:12.3568300Z Receiving objects: 67% (159/237) 2024-08-22T20:29:12.3569072Z Receiving objects: 68% (162/237) 2024-08-22T20:29:12.3569787Z Receiving objects: 69% (164/237) 2024-08-22T20:29:12.3570275Z Receiving objects: 70% (166/237) 2024-08-22T20:29:12.3571906Z Receiving objects: 71% (169/237) 2024-08-22T20:29:12.3572409Z Receiving objects: 72% (171/237) 2024-08-22T20:29:12.3572917Z Receiving objects: 73% (174/237) 2024-08-22T20:29:12.3573325Z Receiving objects: 74% (176/237) 2024-08-22T20:29:12.3576435Z Receiving objects: 75% (178/237) 2024-08-22T20:29:12.3577319Z Receiving objects: 76% (181/237) 2024-08-22T20:29:12.3577800Z Receiving objects: 77% (183/237) 2024-08-22T20:29:12.3578585Z Receiving objects: 78% (185/237) 2024-08-22T20:29:12.3580134Z Receiving objects: 79% (188/237) 2024-08-22T20:29:12.3582195Z Receiving objects: 80% (190/237) 2024-08-22T20:29:12.3582771Z Receiving objects: 81% (192/237) 2024-08-22T20:29:12.3583994Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:12.3584972Z Receiving objects: 82% (195/237) 2024-08-22T20:29:12.3588780Z Receiving objects: 83% (197/237) 2024-08-22T20:29:12.3590396Z Receiving objects: 84% (200/237) 2024-08-22T20:29:12.3592397Z Receiving objects: 85% (202/237) 2024-08-22T20:29:12.3593007Z Receiving objects: 86% (204/237) 2024-08-22T20:29:12.3594011Z Receiving objects: 87% (207/237) 2024-08-22T20:29:12.3594533Z Receiving objects: 88% (209/237) 2024-08-22T20:29:12.3597958Z Receiving objects: 89% (211/237) 2024-08-22T20:29:12.3598491Z Receiving objects: 90% (214/237) 2024-08-22T20:29:12.3599629Z Receiving objects: 91% (216/237) 2024-08-22T20:29:12.3600032Z Receiving objects: 92% (219/237) 2024-08-22T20:29:12.3601478Z Receiving objects: 93% (221/237) 2024-08-22T20:29:12.3602072Z Receiving objects: 94% (223/237) 2024-08-22T20:29:12.3602722Z Receiving objects: 95% (226/237) 2024-08-22T20:29:12.3605215Z Receiving objects: 96% (228/237) 2024-08-22T20:29:12.3605758Z Receiving objects: 97% (230/237) 2024-08-22T20:29:12.3606156Z Receiving objects: 98% (233/237) 2024-08-22T20:29:12.3606605Z Receiving objects: 99% (235/237) 2024-08-22T20:29:12.3607137Z Receiving objects: 100% (237/237) 2024-08-22T20:29:12.3607665Z Receiving objects: 100% (237/237), 488.09 KiB | 24.40 MiB/s, done. 2024-08-22T20:29:12.3613435Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:12.3613942Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:12.3614601Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:12.3615202Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:12.3615791Z Resolving deltas: 31% (5/16) 2024-08-22T20:29:12.3616370Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:12.3616932Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:12.3617512Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:12.3618002Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:12.3618500Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:12.3619211Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:12.3619619Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:12.3620125Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:12.3621944Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:12.3622400Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:12.3711060Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:12.3711855Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:12.3737063Z ##[endgroup] 2024-08-22T20:29:12.3737911Z ##[group]Determining the checkout info 2024-08-22T20:29:12.3740445Z ##[endgroup] 2024-08-22T20:29:12.3741192Z ##[group]Checking out the ref 2024-08-22T20:29:12.3745201Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:12.3925145Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:12.3925583Z 2024-08-22T20:29:12.3926118Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:12.3927088Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:12.3927935Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:12.3928610Z 2024-08-22T20:29:12.3929117Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:12.3930344Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:12.3931023Z 2024-08-22T20:29:12.3931349Z git switch -c 2024-08-22T20:29:12.3931763Z 2024-08-22T20:29:12.3932015Z Or undo this operation with: 2024-08-22T20:29:12.3932447Z 2024-08-22T20:29:12.3932644Z git switch - 2024-08-22T20:29:12.3932916Z 2024-08-22T20:29:12.3933420Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:12.3934290Z 2024-08-22T20:29:12.3935202Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:12.3937550Z ##[endgroup] 2024-08-22T20:29:12.3983669Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:12.4022615Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:12.4240190Z Prepare all required actions 2024-08-22T20:29:12.4373643Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:12.4374248Z with: 2024-08-22T20:29:12.4374754Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4375359Z docker-build-dir: .ci/docker 2024-08-22T20:29:12.4375812Z working-directory: pytorch/torchchat 2024-08-22T20:29:12.4376678Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4377363Z force-push: false 2024-08-22T20:29:12.4377719Z env: 2024-08-22T20:29:12.4378188Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4378754Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:12.4379307Z PR_NUMBER: 1044 2024-08-22T20:29:12.4386265Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:12.4393696Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:12.4394525Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:12.4395356Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:12.4396137Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:12.4396751Z ##[endgroup] 2024-08-22T20:29:12.4423120Z ##[group]Run set -ex 2024-08-22T20:29:12.4423622Z set -ex 2024-08-22T20:29:12.4424028Z  2024-08-22T20:29:12.4424689Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:12.4425719Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:12.4426643Z # job could then download the pre-built image as usual 2024-08-22T20:29:12.4427545Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:12.4428275Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4429018Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4429730Z  2024-08-22T20:29:12.4430299Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:12.4431034Z  exit 0 2024-08-22T20:29:12.4431533Z else 2024-08-22T20:29:12.4431977Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4432509Z fi 2024-08-22T20:29:12.4432920Z  2024-08-22T20:29:12.4433454Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:12.4434387Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:12.4435493Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:12.4436300Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:12.4437082Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4437946Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4438679Z else 2024-08-22T20:29:12.4439220Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:12.4440045Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4441017Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:12.4441880Z fi 2024-08-22T20:29:12.4451052Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:12.4451667Z env: 2024-08-22T20:29:12.4452158Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4452750Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:12.4453243Z PR_NUMBER: 1044 2024-08-22T20:29:12.4460067Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:12.4467749Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:12.4468701Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:12.4469544Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:12.4470218Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:12.4470864Z REPO_NAME: torchchat 2024-08-22T20:29:12.4471390Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4472075Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:12.4472638Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4473267Z ##[endgroup] 2024-08-22T20:29:12.4506231Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:12.4506676Z + echo skip=true 2024-08-22T20:29:12.4507357Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4508228Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:12.4509034Z + exit 0 2024-08-22T20:29:12.4509621Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:12.4631903Z Prepare all required actions 2024-08-22T20:29:12.4721050Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:12.4721542Z with: 2024-08-22T20:29:12.4721876Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4722503Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4723009Z env: 2024-08-22T20:29:12.4723330Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4723792Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:12.4724162Z PR_NUMBER: 1044 2024-08-22T20:29:12.4730821Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:12.4738125Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:12.4738902Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:12.4739699Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:12.4740310Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:12.4740789Z ##[endgroup] 2024-08-22T20:29:12.4759934Z ##[group]Run set -x 2024-08-22T20:29:12.4760289Z set -x 2024-08-22T20:29:12.4760591Z set +e 2024-08-22T20:29:12.4760883Z  2024-08-22T20:29:12.4761156Z login() { 2024-08-22T20:29:12.4761814Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:12.4762534Z } 2024-08-22T20:29:12.4762806Z  2024-08-22T20:29:12.4763082Z retry () { 2024-08-22T20:29:12.4763464Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:12.4763899Z } 2024-08-22T20:29:12.4764171Z  2024-08-22T20:29:12.4764480Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:12.4765301Z  2024-08-22T20:29:12.4765582Z set -e 2024-08-22T20:29:12.4766047Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:12.4766732Z # only pull docker image if it's not available locally 2024-08-22T20:29:12.4767485Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:12.4768169Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:12.4768596Z fi 2024-08-22T20:29:12.4777579Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:12.4778082Z env: 2024-08-22T20:29:12.4778409Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:12.4778880Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:12.4779336Z PR_NUMBER: 1044 2024-08-22T20:29:12.4786176Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:29:12.4793452Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:12.4794236Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:12.4794975Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:12.4795597Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:12.4796218Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4796749Z ##[endgroup] 2024-08-22T20:29:12.4828324Z + set +e 2024-08-22T20:29:12.4828941Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4829574Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:12.4831843Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:12.4834084Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:13.0462036Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:13.0462855Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:13.0463824Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:13.0464451Z 2024-08-22T20:29:13.0464582Z Login Succeeded 2024-08-22T20:29:13.0487453Z + set -e 2024-08-22T20:29:13.0487951Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.0648811Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.0649430Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:13.2288740Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:13.2289465Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:13.2290027Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:13.2290421Z f3b743645691: Pulling fs layer 2024-08-22T20:29:13.2290861Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:13.2291379Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:13.2291914Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:13.2292369Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:13.2292876Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:13.2293383Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:13.2293986Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:13.2294487Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:13.2294860Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:13.2295221Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:13.2295598Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:13.2295995Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:13.2296358Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:13.2296732Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:13.2297102Z 784019980816: Pulling fs layer 2024-08-22T20:29:13.2297818Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:13.2298212Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:13.2298588Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:13.2298953Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:13.2299394Z 07dcdf002e0e: Waiting 2024-08-22T20:29:13.2299719Z af5c0f3f240b: Waiting 2024-08-22T20:29:13.2300066Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:13.2300445Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:13.2300803Z 625bfd303d2d: Waiting 2024-08-22T20:29:13.2301115Z 1c60ace79a8a: Waiting 2024-08-22T20:29:13.2301435Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:13.2301780Z e8f5e731f8e4: Waiting 2024-08-22T20:29:13.2302112Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:13.2302427Z 6d463d3f66d5: Waiting 2024-08-22T20:29:13.2302895Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:13.2303200Z 6a40c884dc1c: Waiting 2024-08-22T20:29:13.2303529Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:13.2303906Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:13.2304279Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:13.2304637Z 90d96273fa23: Waiting 2024-08-22T20:29:13.2304964Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:13.2305314Z 21c4fd2610fc: Waiting 2024-08-22T20:29:13.2305644Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:13.2306025Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:13.2306371Z 2b99a72dd557: Waiting 2024-08-22T20:29:13.2306689Z a7beba6b9d19: Waiting 2024-08-22T20:29:13.2307009Z b2ba091c4c7d: Waiting 2024-08-22T20:29:13.2307315Z db6f5f4c0334: Waiting 2024-08-22T20:29:13.2307857Z 417dce1e59af: Waiting 2024-08-22T20:29:13.2308208Z dc18f68db4d4: Waiting 2024-08-22T20:29:13.2308515Z fdb9230cd483: Waiting 2024-08-22T20:29:13.2308819Z bfb071e5ae48: Waiting 2024-08-22T20:29:13.2309123Z ca3686f68fee: Waiting 2024-08-22T20:29:13.2309434Z f49fb64d359c: Waiting 2024-08-22T20:29:13.2309732Z 784019980816: Waiting 2024-08-22T20:29:13.2310077Z 8cfb81a5220c: Waiting 2024-08-22T20:29:13.2310379Z e7fc196062f1: Waiting 2024-08-22T20:29:13.2310679Z 09ec69653086: Waiting 2024-08-22T20:29:13.2779910Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:29:13.2780335Z 1feefa38b24d: Download complete 2024-08-22T20:29:13.2784918Z f3b743645691: Download complete 2024-08-22T20:29:13.3207982Z 09ec69653086: Verifying Checksum 2024-08-22T20:29:13.3208605Z 09ec69653086: Download complete 2024-08-22T20:29:14.0128195Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:14.0128837Z 2d473b07cdd5: Download complete 2024-08-22T20:29:14.0641457Z af5c0f3f240b: Download complete 2024-08-22T20:29:14.1094040Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:14.1094626Z 6d463d3f66d5: Download complete 2024-08-22T20:29:14.2272519Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:14.2273576Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:14.2756424Z 6a40c884dc1c: Download complete 2024-08-22T20:29:14.3215555Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:29:14.3216209Z 21c4fd2610fc: Download complete 2024-08-22T20:29:14.3671305Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:14.3671969Z 90d96273fa23: Download complete 2024-08-22T20:29:14.6552027Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:14.6553056Z 1c60ace79a8a: Download complete 2024-08-22T20:29:14.7306613Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:14.7307196Z 07dcdf002e0e: Download complete 2024-08-22T20:29:15.2949677Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:15.2950342Z e8f5e731f8e4: Download complete 2024-08-22T20:29:15.8236966Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:15.8237444Z 625bfd303d2d: Download complete 2024-08-22T20:29:15.8614885Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:15.8615519Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:15.8645283Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:29:15.8645717Z db6f5f4c0334: Download complete 2024-08-22T20:29:15.9103071Z a7beba6b9d19: Download complete 2024-08-22T20:29:15.9171730Z 784019980816: Verifying Checksum 2024-08-22T20:29:15.9172263Z 784019980816: Download complete 2024-08-22T20:29:16.0410404Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:16.0411340Z 2b99a72dd557: Download complete 2024-08-22T20:29:16.0561724Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:16.0562268Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:16.0990813Z f49fb64d359c: Download complete 2024-08-22T20:29:16.1422749Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:16.1423380Z b2ba091c4c7d: Download complete 2024-08-22T20:29:16.1824073Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:16.1824653Z 8cfb81a5220c: Download complete 2024-08-22T20:29:16.2250513Z c5058f81a371: Verifying Checksum 2024-08-22T20:29:16.2251121Z c5058f81a371: Download complete 2024-08-22T20:29:16.3645425Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:16.3645896Z ca3686f68fee: Download complete 2024-08-22T20:29:16.4392236Z fdb9230cd483: Download complete 2024-08-22T20:29:16.4848047Z dc18f68db4d4: Download complete 2024-08-22T20:29:17.5523563Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:17.5666876Z 1feefa38b24d: Pull complete 2024-08-22T20:29:17.5823551Z f3b743645691: Pull complete 2024-08-22T20:29:17.5981082Z 09ec69653086: Pull complete 2024-08-22T20:29:20.1942890Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:20.1943493Z bfb071e5ae48: Download complete 2024-08-22T20:29:21.5167250Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:22.0262854Z e7fc196062f1: Download complete 2024-08-22T20:29:23.8069752Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:23.8200226Z af5c0f3f240b: Pull complete 2024-08-22T20:29:25.1107813Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:25.2664415Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:25.2849382Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:25.3007961Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:25.3163235Z 90d96273fa23: Pull complete 2024-08-22T20:29:28.6999053Z 625bfd303d2d: Pull complete 2024-08-22T20:29:30.1585910Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:34.0445469Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:35.7544548Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:35.7683926Z db6f5f4c0334: Pull complete 2024-08-22T20:29:35.7811214Z 784019980816: Pull complete 2024-08-22T20:29:35.7951121Z a7beba6b9d19: Pull complete 2024-08-22T20:30:05.7417196Z 417dce1e59af: Verifying Checksum 2024-08-22T20:30:05.7417743Z 417dce1e59af: Download complete 2024-08-22T20:30:57.2550702Z 417dce1e59af: Pull complete 2024-08-22T20:30:57.7436503Z 2b99a72dd557: Pull complete 2024-08-22T20:30:57.9888525Z f49fb64d359c: Pull complete 2024-08-22T20:31:13.1233376Z bfb071e5ae48: Pull complete 2024-08-22T20:31:13.3463134Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:13.5741241Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:13.8042121Z c5058f81a371: Pull complete 2024-08-22T20:31:14.2998482Z ca3686f68fee: Pull complete 2024-08-22T20:31:14.4979366Z fdb9230cd483: Pull complete 2024-08-22T20:31:14.6166295Z dc18f68db4d4: Pull complete 2024-08-22T20:31:33.5865711Z e7fc196062f1: Pull complete 2024-08-22T20:31:33.7092988Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:33.7553450Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:33.7788600Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:33.7911328Z ##[group]Run set -ex 2024-08-22T20:31:33.7911699Z set -ex 2024-08-22T20:31:33.7912012Z { 2024-08-22T20:31:33.7912336Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:33.7912780Z  echo "set -eou pipefail"; 2024-08-22T20:31:33.7913276Z  # shellcheck disable=SC2016 2024-08-22T20:31:33.7913877Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:33.7914354Z  echo "set -x"; 2024-08-22T20:31:33.7914728Z  echo "${SCRIPT}"; 2024-08-22T20:31:33.7915135Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:33.7915624Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:33.7916555Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:33.7931026Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:33.7931399Z env: 2024-08-22T20:31:33.7931764Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:33.7932239Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:33.7932661Z PR_NUMBER: 1044 2024-08-22T20:31:33.7939398Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:31:33.7946797Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:33.7947578Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:33.7948321Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:33.7948929Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:33.7949780Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:33.7950207Z ##[endgroup] 2024-08-22T20:31:33.7988527Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:33.7988970Z + echo 'set -eou pipefail' 2024-08-22T20:31:33.7989422Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:33.7989874Z + echo 'set -x' 2024-08-22T20:31:33.7990329Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:33.7990783Z nvidia-smi 2024-08-22T20:31:33.7994745Z echo "::endgroup::" 2024-08-22T20:31:33.7995081Z 2024-08-22T20:31:33.7995583Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:33.7996268Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:33.7996840Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:33.7997315Z echo "::endgroup::" 2024-08-22T20:31:33.7997529Z 2024-08-22T20:31:33.7997693Z echo "::group::Install required packages" 2024-08-22T20:31:33.7998144Z ./install_requirements.sh cuda 2024-08-22T20:31:33.7998595Z pip list 2024-08-22T20:31:33.7999885Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:31:33.8000602Z echo "::endgroup::" 2024-08-22T20:31:33.8000811Z 2024-08-22T20:31:33.8000958Z echo "::group::Download checkpoint" 2024-08-22T20:31:33.8001393Z export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:31:33.8002989Z bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:31:33.8004666Z echo "::endgroup::" 2024-08-22T20:31:33.8004873Z 2024-08-22T20:31:33.8005211Z echo "::group::Convert checkpoint" 2024-08-22T20:31:33.8005675Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:31:33.8006321Z echo "::endgroup::" 2024-08-22T20:31:33.8006539Z 2024-08-22T20:31:33.8006720Z echo "::group::Run inference" 2024-08-22T20:31:33.8007578Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" 2024-08-22T20:31:33.8008265Z echo "::endgroup::" 2024-08-22T20:31:33.8008465Z 2024-08-22T20:31:33.8008707Z echo "::group::Run inference with quantize file" 2024-08-22T20:31:33.8009405Z if [ $(uname -s) == Darwin ]; then 2024-08-22T20:31:33.8010711Z python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" 2024-08-22T20:31:33.8012449Z python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ 2024-08-22T20:31:33.8013166Z fi 2024-08-22T20:31:33.8013441Z echo "::endgroup::" 2024-08-22T20:31:33.8013767Z ' 2024-08-22T20:31:33.8014241Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:33.8015313Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:13.4431106Z Running command: 2024-08-22T20:32:13.4438801Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_10515112133" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat:/pytorch/torchchat" -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8b29d353-4724-4944-bd10-618a4f0493cb":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8b29d353-4724-4944-bd10-618a4f0493cb" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:13.4446008Z 2024-08-22T20:32:13.4446493Z cfa2b2d68d6026b7e2ea5fded1cee28977c634161a021335cfa0e41a8b5ec2a3 2024-08-22T20:32:13.4447855Z Running command: docker exec -t cfa2b2d68d6026b7e2ea5fded1cee28977c634161a021335cfa0e41a8b5ec2a3 /exec 2024-08-22T20:32:13.4449037Z + echo '::group::Print machine info' 2024-08-22T20:32:13.4449983Z ##[group]Print machine info 2024-08-22T20:32:13.4450497Z + nvidia-smi 2024-08-22T20:32:13.4450881Z Thu Aug 22 20:32:08 2024 2024-08-22T20:32:13.4451856Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:13.4452691Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:32:13.4453478Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:13.4454270Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:32:13.4455207Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:32:13.4455900Z | | | MIG M. | 2024-08-22T20:32:13.4456437Z |=========================================+========================+======================| 2024-08-22T20:32:13.4457063Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:32:13.4457766Z | 0% 28C P8 10W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:32:13.4458395Z | | | N/A | 2024-08-22T20:32:13.4459151Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:13.4459735Z 2024-08-22T20:32:13.4460390Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:13.4461002Z | Processes: | 2024-08-22T20:32:13.4461699Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:32:13.4462387Z | ID ID Usage | 2024-08-22T20:32:13.4463108Z |=========================================================================================| 2024-08-22T20:32:13.4463754Z | No running processes found | 2024-08-22T20:32:13.4464545Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:13.4465437Z + echo ::endgroup:: 2024-08-22T20:32:13.4467824Z ##[endgroup] 2024-08-22T20:32:13.4468467Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:13.4469491Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:13.4470135Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:13.4470579Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:13.4471017Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:13.4471338Z 2024-08-22T20:32:13.4471615Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:13.4472192Z * epel: dl.fedoraproject.org 2024-08-22T20:32:13.4472443Z 2024-08-22T20:32:13.4472653Z base | 3.6 kB 00:00 2024-08-22T20:32:13.4473029Z 2024-08-22T20:32:13.4473368Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:13.4473782Z 2024-08-22T20:32:13.4474121Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:13.4474591Z 2024-08-22T20:32:13.4474814Z extras | 2.9 kB 00:00 2024-08-22T20:32:13.4475185Z 2024-08-22T20:32:13.4475402Z updates | 2.9 kB 00:00 2024-08-22T20:32:13.4475900Z Resolving Dependencies 2024-08-22T20:32:13.4476289Z --> Running transaction check 2024-08-22T20:32:13.4476916Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:13.4477953Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:13.4478766Z --> Running transaction check 2024-08-22T20:32:13.4479548Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:13.4480198Z --> Finished Dependency Resolution 2024-08-22T20:32:13.4480485Z 2024-08-22T20:32:13.4480616Z Dependencies Resolved 2024-08-22T20:32:13.4480829Z 2024-08-22T20:32:13.4481043Z ================================================================================ 2024-08-22T20:32:13.4481641Z Package Arch Version Repository Size 2024-08-22T20:32:13.4482236Z ================================================================================ 2024-08-22T20:32:13.4482692Z Installing: 2024-08-22T20:32:13.4483266Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:13.4483894Z Installing for dependencies: 2024-08-22T20:32:13.4484537Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:13.4485052Z 2024-08-22T20:32:13.4485205Z Transaction Summary 2024-08-22T20:32:13.4485590Z ================================================================================ 2024-08-22T20:32:13.4486106Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:13.4486418Z 2024-08-22T20:32:13.4486555Z Total download size: 6.3 M 2024-08-22T20:32:13.4486904Z Installed size: 25 M 2024-08-22T20:32:13.4487235Z Downloading packages: 2024-08-22T20:32:13.4487449Z 2024-08-22T20:32:13.4487889Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:13.4488395Z 2024-08-22T20:32:13.4488815Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:13.4489584Z -------------------------------------------------------------------------------- 2024-08-22T20:32:13.4490166Z Total 26 MB/s | 6.3 MB 00:00 2024-08-22T20:32:13.4490810Z Running transaction check 2024-08-22T20:32:13.4491167Z Running transaction test 2024-08-22T20:32:13.4491529Z Transaction test succeeded 2024-08-22T20:32:13.4491883Z Running transaction 2024-08-22T20:32:13.4492088Z 2024-08-22T20:32:13.4492497Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:13.4493364Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:13.4494234Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:13.4495087Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:13.4495957Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:13.4496821Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:13.4497669Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:13.4498528Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:13.4499469Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:13.4500320Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:13.4501171Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:13.4502016Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:13.4502860Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:13.4503695Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:13.4504539Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:13.4505438Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:13.4506273Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:13.4507125Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:13.4507964Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:13.4508910Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:13.4509750Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:13.4510602Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:13.4511445Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:13.4512287Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:13.4513147Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:13.4513990Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:13.4514895Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:13.4515741Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:15.7063075Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:15.7064199Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:15.7065123Z 2024-08-22T20:32:15.7065706Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:15.7066906Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:15.7068069Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:15.7069285Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:15.7070435Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:15.7071867Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:15.7073038Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:15.7074203Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:15.7075349Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:15.7076535Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:15.7077744Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:15.7078888Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:15.7080238Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:15.7081394Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:15.7082565Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:15.7083703Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:15.7084906Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:15.7086127Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:15.7087246Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:15.7088414Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:15.7089563Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:15.7090717Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:15.7091868Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:15.7093086Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:15.7094253Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:15.7095400Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:15.7096835Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:15.7097993Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:15.7099243Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:15.7100468Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:15.7101851Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:15.7103364Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:15.7104922Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:15.7106455Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:15.7108107Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:15.7108979Z 2024-08-22T20:32:15.7109540Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:15.7110221Z 2024-08-22T20:32:15.7110776Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:15.7111445Z 2024-08-22T20:32:15.7111594Z Installed: 2024-08-22T20:32:15.7112345Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:15.7112985Z 2024-08-22T20:32:15.7113156Z Dependency Installed: 2024-08-22T20:32:15.7113964Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:15.7114632Z 2024-08-22T20:32:15.7114787Z Complete! 2024-08-22T20:32:15.7116996Z + 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:15.7120504Z + 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:15.7122337Z + echo ::endgroup:: 2024-08-22T20:32:15.7123284Z ##[endgroup] 2024-08-22T20:32:15.7123912Z + echo '::group::Install required packages' 2024-08-22T20:32:15.7124811Z ##[group]Install required packages 2024-08-22T20:32:15.7125361Z + ./install_requirements.sh cuda 2024-08-22T20:32:15.7126529Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:15.7127970Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:15.7129307Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:15.7130400Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:15.7131441Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:15.7133228Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:15.7134511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 15.5 MB/s eta 0:00:00 2024-08-22T20:32:15.7135587Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:15.7136434Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:15.7137483Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:15.7138864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 15.3 MB/s eta 0:00:00 2024-08-22T20:32:15.7140102Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:15.7141334Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:15.7142863Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:15.7144129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 84.3 MB/s eta 0:00:00 2024-08-22T20:32:15.7145197Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:15.7146187Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:15.7147327Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:15.7148598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 47.5 MB/s eta 0:00:00 2024-08-22T20:32:15.7149769Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:15.7151489Z 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:15.7153290Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:15.7154621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 89.4 MB/s eta 0:00:00 2024-08-22T20:32:15.7155705Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:15.7157307Z 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:15.7159003Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:15.7160392Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 8.0/18.3 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:15.7162049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 16.4/18.3 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:15.7163511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:17.1256048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:17.1257514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 86.0 MB/s eta 0:00:00 2024-08-22T20:32:17.1258386Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:17.1259213Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:17.1260024Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:17.1261003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 88.6 MB/s eta 0:00:00 2024-08-22T20:32:17.1261807Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:17.1262989Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:17.1264037Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:17.1265171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 23.2 MB/s eta 0:00:00 2024-08-22T20:32:17.1266436Z [?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:17.1267478Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:17.1268375Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:17.1269383Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:17.1270424Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/26.9 MB 198.3 MB/s eta 0:00:01 2024-08-22T20:32:17.1271542Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 14.8/26.9 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:17.1272644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23.1/26.9 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:17.1273712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:17.1274743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:17.1275927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:17.1276925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:17.1277918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 51.4 MB/s eta 0:00:00 2024-08-22T20:32:17.1278719Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:17.1279610Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:17.1280618Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:17.1281582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 30.5 MB/s eta 0:00:00 2024-08-22T20:32:17.1282381Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:17.1283279Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:17.1284288Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:17.1285408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 1.8/1.8 MB 257.2 MB/s eta 0:00:01 2024-08-22T20:32:17.1286451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 50.8 MB/s eta 0:00:00 2024-08-22T20:32:17.1287251Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:17.1287973Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:17.1288807Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:17.1289810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 7.5/8.7 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:32:17.1290876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 221.6 MB/s eta 0:00:01 2024-08-22T20:32:17.1291876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 101.9 MB/s eta 0:00:00 2024-08-22T20:32:17.1292657Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:17.1293285Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:17.1294076Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:17.1295021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 25.1 MB/s eta 0:00:00 2024-08-22T20:32:17.1295958Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:17.1296810Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:17.1297750Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:17.1298710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 56.2 MB/s eta 0:00:00 2024-08-22T20:32:17.1299690Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:17.1300431Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:17.1301224Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:17.1302146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 29.2 MB/s eta 0:00:00 2024-08-22T20:32:17.1303070Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:17.1303851Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:17.1304649Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:17.1305658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 66.5 MB/s eta 0:00:00 2024-08-22T20:32:17.1306660Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:17.1307416Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:23.5832431Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5833323Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:23.5834435Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:23.5835521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 19.7 MB/s eta 0:00:00 2024-08-22T20:32:23.5836645Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:23.5837734Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:23.5838655Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:23.5839473Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5840220Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:23.5841026Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:23.5841988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 62.4 MB/s eta 0:00:00 2024-08-22T20:32:23.5842918Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5843699Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:23.5844504Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:23.5845710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 53.6 MB/s eta 0:00:00 2024-08-22T20:32:23.5846633Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5847461Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:23.5848351Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:23.5849314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 34.1 MB/s eta 0:00:00 2024-08-22T20:32:23.5850263Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5851015Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:23.5851584Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:23.5852352Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5853154Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:23.5853960Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:23.5855065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 32.4 MB/s eta 0:00:00 2024-08-22T20:32:23.5856030Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5857103Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:23.5858134Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:23.5859266Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 7.6/13.3 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:32:23.5860346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 226.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5861387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 226.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5862390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 100.8 MB/s eta 0:00:00 2024-08-22T20:32:23.5863294Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5864011Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:23.5864580Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:23.5865527Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5866363Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:23.5867256Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:23.5868368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/797.3 MB 261.0 MB/s eta 0:00:04 2024-08-22T20:32:23.5869401Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/797.3 MB 239.3 MB/s eta 0:00:04 2024-08-22T20:32:23.5870474Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/797.3 MB 217.5 MB/s eta 0:00:04 2024-08-22T20:32:23.5871571Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.1/797.3 MB 206.9 MB/s eta 0:00:04 2024-08-22T20:32:23.5872673Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.4/797.3 MB 225.4 MB/s eta 0:00:04 2024-08-22T20:32:23.5873770Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/797.3 MB 251.2 MB/s eta 0:00:03 2024-08-22T20:32:23.5874882Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/797.3 MB 212.5 MB/s eta 0:00:04 2024-08-22T20:32:23.5876004Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/797.3 MB 212.1 MB/s eta 0:00:04 2024-08-22T20:32:23.5877241Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.2/797.3 MB 230.0 MB/s eta 0:00:04 2024-08-22T20:32:23.5878386Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/797.3 MB 241.5 MB/s eta 0:00:03 2024-08-22T20:32:23.5879482Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.1/797.3 MB 239.9 MB/s eta 0:00:03 2024-08-22T20:32:23.5880572Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.7/797.3 MB 209.5 MB/s eta 0:00:04 2024-08-22T20:32:23.5881672Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/797.3 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:32:23.5882798Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.1/797.3 MB 232.6 MB/s eta 0:00:03 2024-08-22T20:32:23.5883921Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.0/797.3 MB 227.1 MB/s eta 0:00:03 2024-08-22T20:32:23.5885008Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.0/797.3 MB 236.0 MB/s eta 0:00:03 2024-08-22T20:32:24.9040675Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/797.3 MB 217.2 MB/s eta 0:00:04 2024-08-22T20:32:24.9042020Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.6/797.3 MB 223.7 MB/s eta 0:00:03 2024-08-22T20:32:24.9043192Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.4/797.3 MB 211.1 MB/s eta 0:00:04 2024-08-22T20:32:24.9044604Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.7/797.3 MB 187.7 MB/s eta 0:00:04 2024-08-22T20:32:24.9045742Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.8/797.3 MB 186.6 MB/s eta 0:00:04 2024-08-22T20:32:24.9046852Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.7/797.3 MB 157.9 MB/s eta 0:00:04 2024-08-22T20:32:24.9047957Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.0/797.3 MB 218.0 MB/s eta 0:00:03 2024-08-22T20:32:24.9049103Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.4/797.3 MB 179.2 MB/s eta 0:00:04 2024-08-22T20:32:24.9050202Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.4/797.3 MB 220.3 MB/s eta 0:00:03 2024-08-22T20:32:24.9051312Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/797.3 MB 208.2 MB/s eta 0:00:03 2024-08-22T20:32:24.9052578Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/797.3 MB 220.1 MB/s eta 0:00:03 2024-08-22T20:32:24.9053678Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/797.3 MB 198.7 MB/s eta 0:00:03 2024-08-22T20:32:24.9054764Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/797.3 MB 180.6 MB/s eta 0:00:04 2024-08-22T20:32:24.9055857Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.4/797.3 MB 234.7 MB/s eta 0:00:03 2024-08-22T20:32:24.9056945Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.4/797.3 MB 234.5 MB/s eta 0:00:03 2024-08-22T20:32:24.9058133Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.2/797.3 MB 250.9 MB/s eta 0:00:03 2024-08-22T20:32:24.9059351Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 246.6/797.3 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:32:24.9060445Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 254.6/797.3 MB 233.7 MB/s eta 0:00:03 2024-08-22T20:32:24.9061537Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.0/797.3 MB 216.6 MB/s eta 0:00:03 2024-08-22T20:32:24.9062621Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 269.3/797.3 MB 211.7 MB/s eta 0:00:03 2024-08-22T20:32:24.9063715Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 275.3/797.3 MB 183.6 MB/s eta 0:00:03 2024-08-22T20:32:24.9065127Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 283.1/797.3 MB 201.3 MB/s eta 0:00:03 2024-08-22T20:32:24.9066251Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 291.5/797.3 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:32:24.9067347Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 297.8/797.3 MB 202.1 MB/s eta 0:00:03 2024-08-22T20:32:24.9068498Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.4/797.3 MB 164.8 MB/s eta 0:00:03 2024-08-22T20:32:24.9069602Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 310.6/797.3 MB 188.9 MB/s eta 0:00:03 2024-08-22T20:32:24.9070700Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 319.1/797.3 MB 229.0 MB/s eta 0:00:03 2024-08-22T20:32:24.9071829Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 326.4/797.3 MB 222.0 MB/s eta 0:00:03 2024-08-22T20:32:24.9073076Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 335.0/797.3 MB 240.8 MB/s eta 0:00:02 2024-08-22T20:32:24.9074181Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 343.5/797.3 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:32:24.9075274Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 351.2/797.3 MB 227.4 MB/s eta 0:00:02 2024-08-22T20:32:24.9076376Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 357.4/797.3 MB 190.1 MB/s eta 0:00:03 2024-08-22T20:32:24.9077474Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 364.6/797.3 MB 203.6 MB/s eta 0:00:03 2024-08-22T20:32:24.9078757Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 372.2/797.3 MB 225.8 MB/s eta 0:00:02 2024-08-22T20:32:24.9079869Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 380.0/797.3 MB 229.8 MB/s eta 0:00:02 2024-08-22T20:32:24.9080972Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 388.3/797.3 MB 237.0 MB/s eta 0:00:02 2024-08-22T20:32:24.9082064Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 396.3/797.3 MB 233.8 MB/s eta 0:00:02 2024-08-22T20:32:24.9083151Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 403.7/797.3 MB 214.1 MB/s eta 0:00:02 2024-08-22T20:32:26.2283761Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 411.0/797.3 MB 229.6 MB/s eta 0:00:02 2024-08-22T20:32:26.2285008Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 418.1/797.3 MB 201.7 MB/s eta 0:00:02 2024-08-22T20:32:26.2286152Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 425.7/797.3 MB 221.2 MB/s eta 0:00:02 2024-08-22T20:32:26.2287267Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 432.9/797.3 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:32:26.2288375Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 440.3/797.3 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:32:26.2289474Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 449.1/797.3 MB 251.2 MB/s eta 0:00:02 2024-08-22T20:32:26.2290582Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 456.9/797.3 MB 232.5 MB/s eta 0:00:02 2024-08-22T20:32:26.2291690Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 463.9/797.3 MB 207.4 MB/s eta 0:00:02 2024-08-22T20:32:26.2293049Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 472.0/797.3 MB 213.3 MB/s eta 0:00:02 2024-08-22T20:32:26.2294153Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 480.6/797.3 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:32:26.2295250Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 489.2/797.3 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:32:26.2296343Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 497.9/797.3 MB 250.4 MB/s eta 0:00:02 2024-08-22T20:32:26.2297427Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 505.5/797.3 MB 227.2 MB/s eta 0:00:02 2024-08-22T20:32:26.2298511Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 514.0/797.3 MB 242.6 MB/s eta 0:00:02 2024-08-22T20:32:26.2299829Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 521.4/797.3 MB 222.2 MB/s eta 0:00:02 2024-08-22T20:32:26.2300940Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 528.2/797.3 MB 195.6 MB/s eta 0:00:02 2024-08-22T20:32:26.2302026Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 536.7/797.3 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:32:26.2303114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 544.7/797.3 MB 233.4 MB/s eta 0:00:02 2024-08-22T20:32:26.2304203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 553.3/797.3 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:26.2305291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 559.2/797.3 MB 198.1 MB/s eta 0:00:02 2024-08-22T20:32:26.2306390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 566.9/797.3 MB 225.9 MB/s eta 0:00:02 2024-08-22T20:32:26.2307597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 570.4/797.3 MB 158.5 MB/s eta 0:00:02 2024-08-22T20:32:26.2308690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 575.7/797.3 MB 135.9 MB/s eta 0:00:02 2024-08-22T20:32:26.2309768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 582.0/797.3 MB 173.1 MB/s eta 0:00:02 2024-08-22T20:32:26.2310860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.4/797.3 MB 194.5 MB/s eta 0:00:02 2024-08-22T20:32:26.2311952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 597.7/797.3 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:32:26.2313062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 604.1/797.3 MB 202.1 MB/s eta 0:00:01 2024-08-22T20:32:26.2314160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 612.6/797.3 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:26.2315241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 621.2/797.3 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:26.2316323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 629.7/797.3 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:26.2317406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 638.2/797.3 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:26.2318483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 646.8/797.3 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:26.2319669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 655.5/797.3 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:32:26.2320782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 663.5/797.3 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:26.2321865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 670.9/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:26.2322941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 679.6/797.3 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:32:26.2324024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 688.3/797.3 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:26.2325107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 696.9/797.3 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:28.0434031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 705.5/797.3 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:28.0435407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 714.2/797.3 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0436503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 722.7/797.3 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:28.0437599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 731.3/797.3 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:32:28.0438744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 739.9/797.3 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:28.0439837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 748.5/797.3 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:28.0440936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 757.1/797.3 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:28.0442033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 765.0/797.3 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:32:28.0443117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 770.4/797.3 MB 182.2 MB/s eta 0:00:01 2024-08-22T20:32:28.0444178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 779.1/797.3 MB 232.1 MB/s eta 0:00:01 2024-08-22T20:32:28.0445206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 787.8/797.3 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:32:28.0446239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.5/797.3 MB 252.3 MB/s eta 0:00:01 2024-08-22T20:32:28.0447387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0448434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0449456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0450471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0451480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0452476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0453476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0454514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0455669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0456676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0457679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0458818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0459836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0460975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0461998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0463000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0464001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0465240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0466250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0467246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0468298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0469332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0470333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0471340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0472334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0473329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0474343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4251631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4252722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4253754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4254770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4255781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4256782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4257921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4259063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4260075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4261066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4262094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4263121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4264148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4265565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4266587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4267604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4268602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4269605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4270627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4271657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4272668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4273678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4274682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4275681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4276673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4277818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4278905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4279915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4280911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4281916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4282921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4283933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4285024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4286041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4287053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4288053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4289103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4290109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4291132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4292143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8060419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8061479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8062500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8063505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8064991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8066016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8067018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8068023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8069063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8070075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8071079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8072097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8073256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8074256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8075264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8076270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8077271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8078799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8079814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8080809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8081825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8082824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8083833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8084834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8085854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8086858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8087859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8088861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8089853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8090857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8091883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8092983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8093987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8094991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8095993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8096996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8098091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8099114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8100196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:30.8101205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1876835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1878232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1879374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1880408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1881605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1882613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1883632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1884639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1885643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1886658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1887695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1888709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1889763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1890763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1891775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1892785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1893929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1894948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1895959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1896969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1897971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1898988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1900109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1901212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1902214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1903219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1904224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1905226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1906217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1907387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1908420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1909414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1910410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1911412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1912420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1913438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1914454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1915470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1916481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1917500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3836491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3837943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3839313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3840619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3841652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3842692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3843721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3844744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3845896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3846951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3847981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3848994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3850017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3851101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3852145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3853254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3854280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3855302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3856320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3857338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3858370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3859491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3860573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3861569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3862581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3863592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3864594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3866192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3867231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3868244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3869241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3870244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3871252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.3872240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:34.3873202Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:34.3874218Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:34.3875064Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:34.3875865Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:34.3876720Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:34.3877750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 8.4/9.5 MB 252.3 MB/s eta 0:00:01 2024-08-22T20:32:34.3878819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:34.3879803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 136.9 MB/s eta 0:00:00 2024-08-22T20:32:36.8150891Z [?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:36.8152619Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:36.8153624Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:36.8154698Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:36.8155663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 38.0 MB/s eta 0:00:00 2024-08-22T20:32:36.8156586Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:36.8157310Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:36.8157878Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:36.8159831Z [?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:36.8161563Z 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:36.8162798Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:36.8163819Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:36.8165772Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:36.8166990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 46.6 MB/s eta 0:00:00 2024-08-22T20:32:36.8168328Z [?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:36.8169990Z 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:36.8171869Z 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:36.8173507Z 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:36.8174816Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:36.8175960Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:36.8176997Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:36.8177989Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:36.8179041Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:36.8180127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 88.5 MB/s eta 0:00:00 2024-08-22T20:32:36.8181023Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:36.8182181Z 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:36.8183343Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:36.8184298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 63.5 MB/s eta 0:00:00 2024-08-22T20:32:36.8185213Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:36.8186741Z 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:36.8188049Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:36.8189039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 2.1/2.1 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:36.8190016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 60.0 MB/s eta 0:00:00 2024-08-22T20:32:36.8191390Z [?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:36.8192593Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:36.8193650Z 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:36.8194742Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:36.8195744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 258.5 MB/s eta 0:00:01 2024-08-22T20:32:36.8196741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 129.0 MB/s eta 0:00:00 2024-08-22T20:32:36.8197620Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:36.8198358Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:36.8199146Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:36.8200106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 101.0 MB/s eta 0:00:00 2024-08-22T20:32:36.8201061Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:36.8201842Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:36.8202594Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:36.8203449Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:36.8204624Z 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:36.8205831Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:36.8207066Z 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:36.8208323Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:36.8209358Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 7.3/13.0 MB 218.5 MB/s eta 0:00:01 2024-08-22T20:32:36.8210533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:36.8211599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:36.8212637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:36.8213650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 75.8 MB/s eta 0:00:00 2024-08-22T20:32:36.8214586Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:36.8215587Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:38.5537104Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:38.5538277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 258.4 MB/s eta 0:00:01 2024-08-22T20:32:38.5539405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 100.4 MB/s eta 0:00:00 2024-08-22T20:32:38.5540322Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5541205Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:38.5542129Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:38.5543090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 61.1 MB/s eta 0:00:00 2024-08-22T20:32:38.5543983Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5544972Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:38.5546009Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:38.5547269Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/39.9 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:32:38.5548396Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/39.9 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.5549496Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 21.1/39.9 MB 179.1 MB/s eta 0:00:01 2024-08-22T20:32:38.5550592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 29.6/39.9 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:38.5551736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 37.2/39.9 MB 226.6 MB/s eta 0:00:01 2024-08-22T20:32:38.5552960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.6/39.9 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:38.5553998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5555023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5556039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5557049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5558061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5559087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 141.7 MB/s eta 0:00:01 2024-08-22T20:32:38.5560085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 36.6 MB/s eta 0:00:00 2024-08-22T20:32:38.5560991Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5561782Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:38.5562571Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:38.5563527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 53.5 MB/s eta 0:00:00 2024-08-22T20:32:38.5564427Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5565634Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:38.5566387Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5567139Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:38.5567955Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5568914Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:38.5569752Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:38.5570713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 43.1 MB/s eta 0:00:00 2024-08-22T20:32:38.5571649Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5572449Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:38.5573287Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:38.5574277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:32:38.5575407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 107.1 MB/s eta 0:00:00 2024-08-22T20:32:38.5576336Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:38.5577204Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:38.5578099Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:38.5579049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 20.5 MB/s eta 0:00:00 2024-08-22T20:32:38.5579998Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:38.5580742Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:38.5581606Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:38.5582585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 52.6 MB/s eta 0:00:00 2024-08-22T20:32:38.5583887Z [?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:38.5585070Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:38.5585841Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:38.5587102Z 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:38.5588521Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:38.5589651Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:40.4433613Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:40.4434900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 71.5 MB/s eta 0:00:00 2024-08-22T20:32:40.4437055Z [?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:40.4438465Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:40.4439281Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:40.4440099Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:40.4441050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 36.0 MB/s eta 0:00:00 2024-08-22T20:32:40.4441942Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:40.4442897Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:40.4443712Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:40.4444658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 25.8 MB/s eta 0:00:00 2024-08-22T20:32:40.4445582Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:40.4446333Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:40.4447124Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:40.4448066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 22.7 MB/s eta 0:00:00 2024-08-22T20:32:40.4449049Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.4450127Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:40.4451150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:40.4452112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 46.1 MB/s eta 0:00:00 2024-08-22T20:32:40.4453185Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.4454364Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:40.4455448Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:40.4456416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:32:40.4457429Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.4458501Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:40.4459777Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:40.4460736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 117.5 MB/s eta 0:00:00 2024-08-22T20:32:40.4461786Z [?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:40.4462648Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:40.4463452Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:40.4464407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 22.0 MB/s eta 0:00:00 2024-08-22T20:32:40.4466077Z [?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:40.4467952Z 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:40.4469792Z 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:40.4471150Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:40.4472251Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:40.4473340Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:40.4474302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 70.3 MB/s eta 0:00:00 2024-08-22T20:32:40.4475931Z [?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:40.4477724Z 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:40.4479497Z 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:40.4480935Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:40.4481969Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:40.4482854Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:40.4483827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 26.4 MB/s eta 0:00:00 2024-08-22T20:32:40.4485127Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:40.4486011Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:40.4486813Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:40.4487748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 110.3 MB/s eta 0:00:00 2024-08-22T20:32:40.4488745Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.4489576Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:40.4490378Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:40.4491351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 43.0 MB/s eta 0:00:00 2024-08-22T20:32:40.4492364Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:40.4493164Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:40.4493949Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:42.0245059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 119.5 MB/s eta 0:00:00 2024-08-22T20:32:42.0247001Z [?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:42.0248569Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:42.0249739Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:42.0250629Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:42.0251460Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:42.0252297Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:42.0253438Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:42.0254547Z 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:42.0255633Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:42.0256660Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:42.0257688Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/41.2 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:32:42.0258814Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.8/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:42.0260003Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 25.3/41.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0261098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 33.7/41.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0262160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0263178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0264206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0265513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0266686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0267698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:42.0268692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 38.1 MB/s eta 0:00:00 2024-08-22T20:32:42.0269735Z [?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:42.0270593Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:42.0271393Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:42.0272478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 49.5 MB/s eta 0:00:00 2024-08-22T20:32:42.0273610Z [?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:42.0274568Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:42.0275376Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:42.0276136Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:42.0276922Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:42.0277900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:42.0278916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:42.0279905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 84.9 MB/s eta 0:00:00 2024-08-22T20:32:42.0280849Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:42.0281980Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:42.0283052Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:42.0283975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 86.0 MB/s eta 0:00:00 2024-08-22T20:32:42.0285065Z [?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:42.0286593Z 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:42.0287801Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:42.0288835Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/23.7 MB 217.6 MB/s eta 0:00:01 2024-08-22T20:32:42.0289964Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 14.8/23.7 MB 219.3 MB/s eta 0:00:01 2024-08-22T20:32:42.0291210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 22.9/23.7 MB 231.3 MB/s eta 0:00:01 2024-08-22T20:32:42.0292474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:42.0293496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:42.0294513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:42.0295646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 63.5 MB/s eta 0:00:00 2024-08-22T20:32:42.0296773Z [?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:42.0298190Z 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:42.0299542Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:43.3409246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 88.8 MB/s eta 0:00:00 2024-08-22T20:32:43.3410806Z [?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:43.3412536Z 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:43.3413844Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:43.3415107Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/14.1 MB 151.0 MB/s eta 0:00:01 2024-08-22T20:32:43.3416238Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 8.4/14.1 MB 123.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3417335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 13.1/14.1 MB 115.8 MB/s eta 0:00:01 2024-08-22T20:32:43.3418397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 115.4 MB/s eta 0:00:01 2024-08-22T20:32:43.3419520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 68.0 MB/s eta 0:00:00 2024-08-22T20:32:43.3420728Z [?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:43.3422292Z 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:43.3423711Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:43.3424757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/664.8 MB 243.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3425866Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/664.8 MB 240.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3427057Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/664.8 MB 231.6 MB/s eta 0:00:03 2024-08-22T20:32:43.3428279Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/664.8 MB 237.6 MB/s eta 0:00:03 2024-08-22T20:32:43.3429557Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/664.8 MB 228.8 MB/s eta 0:00:03 2024-08-22T20:32:43.3430683Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/664.8 MB 232.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3431787Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.1/664.8 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3432926Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.2/664.8 MB 235.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3434059Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/664.8 MB 228.9 MB/s eta 0:00:03 2024-08-22T20:32:43.3435160Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.3/664.8 MB 236.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3436283Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.4/664.8 MB 236.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3437478Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.3/664.8 MB 229.9 MB/s eta 0:00:03 2024-08-22T20:32:43.3438588Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.4/664.8 MB 233.0 MB/s eta 0:00:03 2024-08-22T20:32:43.3439688Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.3/664.8 MB 230.7 MB/s eta 0:00:03 2024-08-22T20:32:43.3440793Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.5/664.8 MB 237.3 MB/s eta 0:00:03 2024-08-22T20:32:43.3441899Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.3/664.8 MB 230.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3443021Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.5/664.8 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:32:43.3444192Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.4/664.8 MB 232.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3445294Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.6/664.8 MB 236.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3446397Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.4/664.8 MB 229.1 MB/s eta 0:00:03 2024-08-22T20:32:43.3447498Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.3/664.8 MB 229.2 MB/s eta 0:00:03 2024-08-22T20:32:43.3448595Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.9/664.8 MB 221.9 MB/s eta 0:00:03 2024-08-22T20:32:43.3449941Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.7/664.8 MB 225.5 MB/s eta 0:00:03 2024-08-22T20:32:43.3451065Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 191.3/664.8 MB 222.7 MB/s eta 0:00:03 2024-08-22T20:32:43.3452282Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/664.8 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:32:43.3453447Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 207.2/664.8 MB 228.6 MB/s eta 0:00:03 2024-08-22T20:32:43.3454546Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 215.4/664.8 MB 237.0 MB/s eta 0:00:02 2024-08-22T20:32:43.3455645Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 223.4/664.8 MB 233.4 MB/s eta 0:00:02 2024-08-22T20:32:44.6642527Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 232.0/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:32:44.6644527Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 240.2/664.8 MB 235.9 MB/s eta 0:00:02 2024-08-22T20:32:44.6645672Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 248.2/664.8 MB 233.8 MB/s eta 0:00:02 2024-08-22T20:32:44.6646769Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 255.9/664.8 MB 227.0 MB/s eta 0:00:02 2024-08-22T20:32:44.6647874Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 263.8/664.8 MB 228.5 MB/s eta 0:00:02 2024-08-22T20:32:44.6648973Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 272.0/664.8 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:32:44.6650297Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 280.5/664.8 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:44.6651422Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 288.9/664.8 MB 244.5 MB/s eta 0:00:02 2024-08-22T20:32:44.6652523Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 297.5/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:32:44.6653673Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 306.0/664.8 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:32:44.6654772Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 314.5/664.8 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:32:44.6655873Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 323.0/664.8 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:32:44.6656984Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 331.5/664.8 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:32:44.6658097Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 340.0/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:32:44.6659195Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 348.6/664.8 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:32:44.6660394Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 357.2/664.8 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:32:44.6661479Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 365.7/664.8 MB 248.6 MB/s eta 0:00:02 2024-08-22T20:32:44.6662572Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 374.3/664.8 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:32:44.6663735Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 382.7/664.8 MB 243.2 MB/s eta 0:00:02 2024-08-22T20:32:44.6665169Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 391.2/664.8 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:32:44.6666271Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 399.8/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:44.6667357Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 408.3/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:32:44.6668437Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 416.8/664.8 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:32:44.6669535Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 425.3/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:44.6670612Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 433.8/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:44.6671887Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 441.9/664.8 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:44.6672969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 450.2/664.8 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:44.6674104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 458.6/664.8 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:44.6675181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 467.1/664.8 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:44.6676269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 475.4/664.8 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:44.6677353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 483.9/664.8 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:44.6678459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 492.4/664.8 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:44.6679559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 500.9/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:44.6680647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 509.3/664.8 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:44.6681734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 517.8/664.8 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:44.6682819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 526.4/664.8 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:44.6683947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 534.6/664.8 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:44.6685051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 543.1/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:46.4084800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 551.7/664.8 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4086188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 560.2/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4087299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 568.6/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:46.4088419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 577.1/664.8 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:46.4089526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 585.6/664.8 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:46.4090795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 594.1/664.8 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:46.4091931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 602.6/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:46.4093024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 611.1/664.8 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4094124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 619.6/664.8 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:46.4095219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 628.0/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:46.4096316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 636.2/664.8 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:46.4097423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 644.8/664.8 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:46.4098595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 653.3/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:46.4099722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 661.9/664.8 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:46.4100744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4101754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4102770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4103852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4104919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4105943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4106984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4108011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4109022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4110026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4111153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4112181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4113189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4114234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4115242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4116250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4117255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4118342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4119365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4120381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4121386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4122403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4123415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4124449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:46.4125470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7904233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7905736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7906996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7908031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7909386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7910437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7911439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7912470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7913497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7914557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7915582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7916772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7917797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7918804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7919818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7920847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7921870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7922983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7924038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7925083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7926108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7927113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7928135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7929164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7930188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7931187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7932207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7933223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7934225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7935232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7936260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7937551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7938617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7939727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7940747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7941757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7942896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7943978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7945001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:47.7946094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1704803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1706205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1707376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1708430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1709666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1710696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1711737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1712782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1713802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1714848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1715904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1716935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1717951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1718972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1720011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1721050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1722228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1723281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1724369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1725397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1726419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1727463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1728505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1729628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1730647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1731675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1732696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1733713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1734873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1735921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1736951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1737971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1738992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1740111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1741142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1742171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1743200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1744221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1745238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:49.1746247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5927972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5929449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5931104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5932199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5933204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5934215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5935238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5936247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5937429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5938457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5939564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5940585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5941593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5942644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5943678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5944897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5945932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5946963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5947969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5948975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5949982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5951016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5952060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5953068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5954068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5955076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5956132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5957248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5958270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5959287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5960303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5961308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5962316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5963348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5964360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5965844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5966867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5967889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5968902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:50.5969911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3790418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3791831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3793206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3794233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3795222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.8 MB/s eta 0:00:00 2024-08-22T20:32:52.3796342Z [?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:52.3797722Z 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:52.3799215Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:52.3800235Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/410.6 MB 232.8 MB/s eta 0:00:02 2024-08-22T20:32:52.3801317Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/410.6 MB 226.3 MB/s eta 0:00:02 2024-08-22T20:32:52.3802428Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.2/410.6 MB 220.9 MB/s eta 0:00:02 2024-08-22T20:32:52.3803581Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.1/410.6 MB 228.2 MB/s eta 0:00:02 2024-08-22T20:32:52.3804695Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.1/410.6 MB 232.7 MB/s eta 0:00:02 2024-08-22T20:32:52.3805804Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.3/410.6 MB 233.6 MB/s eta 0:00:02 2024-08-22T20:32:52.3807042Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/410.6 MB 235.7 MB/s eta 0:00:02 2024-08-22T20:32:52.3808151Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/410.6 MB 235.5 MB/s eta 0:00:02 2024-08-22T20:32:52.3809250Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/410.6 MB 234.6 MB/s eta 0:00:02 2024-08-22T20:32:52.3810348Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.7/410.6 MB 235.8 MB/s eta 0:00:02 2024-08-22T20:32:52.3811447Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.8/410.6 MB 236.5 MB/s eta 0:00:02 2024-08-22T20:32:52.3812656Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.9/410.6 MB 234.9 MB/s eta 0:00:02 2024-08-22T20:32:52.3813770Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/410.6 MB 235.3 MB/s eta 0:00:02 2024-08-22T20:32:52.3814863Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/410.6 MB 236.4 MB/s eta 0:00:02 2024-08-22T20:32:52.3816017Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.3/410.6 MB 237.1 MB/s eta 0:00:02 2024-08-22T20:32:52.3817114Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 128.5/410.6 MB 236.5 MB/s eta 0:00:02 2024-08-22T20:32:52.3818216Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 136.7/410.6 MB 237.3 MB/s eta 0:00:02 2024-08-22T20:32:52.3819407Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 144.9/410.6 MB 237.9 MB/s eta 0:00:02 2024-08-22T20:32:52.3820535Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 153.1/410.6 MB 237.5 MB/s eta 0:00:02 2024-08-22T20:32:52.3821633Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 161.2/410.6 MB 237.0 MB/s eta 0:00:02 2024-08-22T20:32:52.3822795Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 169.4/410.6 MB 236.7 MB/s eta 0:00:02 2024-08-22T20:32:52.3823882Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 177.5/410.6 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3824977Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 185.8/410.6 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:32:52.3826145Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 194.0/410.6 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:32:52.3827339Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 202.1/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:52.3828442Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 210.3/410.6 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:52.3829546Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 218.5/410.6 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:52.3830643Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 226.7/410.6 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:52.3831734Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 234.9/410.6 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:32:52.3832927Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 243.1/410.6 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:52.3834043Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 251.2/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:53.9800039Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.4/410.6 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:53.9801565Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 267.6/410.6 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:53.9802845Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 275.7/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:53.9803952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 283.8/410.6 MB 232.4 MB/s eta 0:00:01 2024-08-22T20:32:53.9805080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 292.0/410.6 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:53.9806391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 300.1/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:53.9807517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 308.3/410.6 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:32:53.9808622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 316.5/410.6 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:53.9809727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 324.6/410.6 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9810821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 332.8/410.6 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:32:53.9811937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 341.0/410.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9813058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 349.2/410.6 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:53.9814146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 357.3/410.6 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:53.9815224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 365.6/410.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:32:53.9816360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 373.8/410.6 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:32:53.9817443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.9/410.6 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:53.9818527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 390.1/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:53.9819885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 398.3/410.6 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:32:53.9820950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 406.5/410.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:53.9821984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9823008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9824014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9825056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9826152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9827282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9828301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9829329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9830364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9831374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9832414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9833455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9834474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9835481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9836499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9837534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9838552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9839664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9840694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:53.9841705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3618130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3620867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3623072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3624957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3626970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3627970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3628980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3629991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3631011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3632013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3633933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3634978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3635984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3636997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3638020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3639036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3640052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3641076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3642093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3643115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3644122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3645145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3646164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3647245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3648340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3649356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3650367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3651379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3652384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3653538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3654585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3655604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3656608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3657674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3658693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3659825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3661046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3662076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3663094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:55.3664100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0929540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0930979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0932280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0933322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0934342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0935379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0936401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0937410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0938666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0939805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0940823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0941826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0942864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0943892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0944921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0945942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0947165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0948190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:57.0949178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:32:57.0950259Z [?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:57.0951651Z 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:57.0952894Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:57.0953955Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/121.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:32:57.0955086Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/121.6 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.0956196Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.9/121.6 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:32:57.0957349Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.4/121.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:57.0958474Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/121.6 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:57.0959590Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.2/121.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:57.0960824Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.7/121.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:57.0961932Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.1/121.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:57.0963032Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 75.6/121.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:32:57.0964131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 83.8/121.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:57.0965605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 92.3/121.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:32:57.0966705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 100.4/121.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:57.0967822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 107.0/121.6 MB 205.0 MB/s eta 0:00:01 2024-08-22T20:32:57.0969074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 115.2/121.6 MB 225.8 MB/s eta 0:00:01 2024-08-22T20:32:57.0970140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:57.0971173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:57.0972184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:57.0973208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5384038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5386464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5387621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5388623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5389638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5390650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5391667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5392677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5393682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5394680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5395668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5396658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5397716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5398740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5399948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5400986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5401999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5403009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5404008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5405166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5406194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5407205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5408210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5409222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5410227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5411225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5412247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5413348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5414362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5415361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5416392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5417652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5418927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5420074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5421084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5422094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:58.5423084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.8 MB/s eta 0:00:00 2024-08-22T20:32:58.5424164Z [?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:58.5425563Z 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:58.5427043Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:59.8854970Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/56.5 MB 226.6 MB/s eta 0:00:01 2024-08-22T20:32:59.8856518Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/56.5 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:32:59.8857970Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 22.8/56.5 MB 221.8 MB/s eta 0:00:01 2024-08-22T20:32:59.8859453Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 30.4/56.5 MB 223.0 MB/s eta 0:00:01 2024-08-22T20:32:59.8860577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 38.1/56.5 MB 223.5 MB/s eta 0:00:01 2024-08-22T20:32:59.8861678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 45.7/56.5 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:32:59.8863001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 53.4/56.5 MB 222.6 MB/s eta 0:00:01 2024-08-22T20:32:59.8864069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8865347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8866354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8867359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8868447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8869455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8870450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8871473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8872484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8873481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8874480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8875667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8876694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8877697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8878698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8879700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8880705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8881716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8882850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8883855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8884854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 229.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8885820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 13.3 MB/s eta 0:00:00 2024-08-22T20:32:59.8886919Z [?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:59.8888387Z 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:59.8889720Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:59.8890761Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/124.2 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:59.8891886Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/124.2 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:59.8892998Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/124.2 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:59.8894109Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.2/124.2 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:59.8895213Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/124.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:59.8896340Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.2/124.2 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:59.8897461Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 58.7/124.2 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:33:01.3039193Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.1/124.2 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:01.3040721Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.3/124.2 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:33:01.3041952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 83.5/124.2 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:33:01.3043057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 91.6/124.2 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:33:01.3044187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 100.2/124.2 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:01.3045493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 108.6/124.2 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:01.3046606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 116.7/124.2 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3047708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3048769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3049797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3050991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3052018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3053030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3054033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3055168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3056369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3057524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3058670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3059894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3061009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3062093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3063196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3064303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3065708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3067077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3068157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3069251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3070461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3071548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3072601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3073921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3075039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3076145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3077277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3078414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3079524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3080675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3081839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:01.3083011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8197920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8199439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8200900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8202163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8203409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8204793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8206073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8207290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8208668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.9 MB/s eta 0:00:00 2024-08-22T20:33:02.8209998Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.8211965Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:33:02.8213540Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:33:02.8214843Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/196.0 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:02.8216174Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/196.0 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:33:02.8217644Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/196.0 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:33:02.8218975Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/196.0 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.8220446Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/196.0 MB 235.3 MB/s eta 0:00:01 2024-08-22T20:33:02.8222119Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/196.0 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:02.8223532Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/196.0 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:33:02.8224848Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/196.0 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:02.8226310Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 74.7/196.0 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:02.8227633Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 83.2/196.0 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:02.8229060Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 91.7/196.0 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:02.8230444Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 99.9/196.0 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:33:02.8231756Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 108.4/196.0 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:33:02.8233189Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 116.4/196.0 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:02.8234492Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 124.7/196.0 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:33:02.8235824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 132.6/196.0 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:33:02.8237225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 141.1/196.0 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:33:02.8238748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 149.7/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:02.8240100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 158.2/196.0 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:02.8241356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 163.7/196.0 MB 196.2 MB/s eta 0:00:01 2024-08-22T20:33:02.8242658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 164.1/196.0 MB 119.6 MB/s eta 0:00:01 2024-08-22T20:33:02.8243846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 164.5/196.0 MB 86.2 MB/s eta 0:00:01 2024-08-22T20:33:02.8245123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 164.8/196.0 MB 67.2 MB/s eta 0:00:01 2024-08-22T20:33:02.8246401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 165.2/196.0 MB 55.4 MB/s eta 0:00:01 2024-08-22T20:33:02.8247694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 165.6/196.0 MB 46.8 MB/s eta 0:00:01 2024-08-22T20:33:02.8249023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 172.0/196.0 MB 45.0 MB/s eta 0:00:01 2024-08-22T20:33:02.8250206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 180.2/196.0 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:33:04.2144138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 188.5/196.0 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:33:04.2145812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2147190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2148396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2149507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2150596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2151778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2152898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2154009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2155179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2156327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2157453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2158563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2159733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2160838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2162004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2163541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2164670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2166361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2167465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2168541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2169996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2171129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2172308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2173378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2174488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2175665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2176737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2177860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2179258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2180387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2181460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2182682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2183786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2184929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2186067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2187180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2188586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2189888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:04.2190958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7084853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7086699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7087917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7089163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7090328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7091458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7092567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7093730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7095049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7096157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7097259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7098426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7099716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7100974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7102189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7103298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7104397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7105542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7106647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7107746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7108989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7110081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7111197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7112379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7113442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7114640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7115814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7117011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7118105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7119312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7120419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.0 MB/s eta 0:00:00 2024-08-22T20:33:05.7121621Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:05.7123031Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:33:05.7124479Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:33:05.7125675Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/176.2 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:05.7126975Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/176.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:05.7128160Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.3/176.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:05.7129425Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.8/176.2 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:05.7130656Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:05.7131894Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/176.2 MB 216.4 MB/s eta 0:00:01 2024-08-22T20:33:07.1489874Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/176.2 MB 210.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1491382Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/176.2 MB 209.6 MB/s eta 0:00:01 2024-08-22T20:33:07.1492728Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 70.7/176.2 MB 206.3 MB/s eta 0:00:01 2024-08-22T20:33:07.1493974Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 77.4/176.2 MB 196.9 MB/s eta 0:00:01 2024-08-22T20:33:07.1495187Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 84.2/176.2 MB 196.0 MB/s eta 0:00:01 2024-08-22T20:33:07.1496474Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 91.0/176.2 MB 197.8 MB/s eta 0:00:01 2024-08-22T20:33:07.1497882Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 98.1/176.2 MB 203.0 MB/s eta 0:00:01 2024-08-22T20:33:07.1499106Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 105.2/176.2 MB 209.3 MB/s eta 0:00:01 2024-08-22T20:33:07.1500495Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 112.6/176.2 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:33:07.1501676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 119.9/176.2 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:33:07.1502904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 127.1/176.2 MB 211.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1504326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 134.5/176.2 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:33:07.1505555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 141.8/176.2 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:33:07.1506735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 149.0/176.2 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:33:07.1507981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 156.3/176.2 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:33:07.1509199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 163.6/176.2 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:33:07.1510393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 170.9/176.2 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:33:07.1511601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1512862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1513993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1515199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1516280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1517406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1518610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1519705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1520829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1522032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1523150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1524228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1525410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1526648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1527862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1528950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1530059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1531295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1532417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1533490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1534690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:07.1535895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6212368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6214000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6215162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6216405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6217669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6218839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6220062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:33:08.6221251Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:08.6222708Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:33:08.6223975Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:33:08.6225061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:33:08.6226475Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:08.6227669Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:33:08.6228892Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:33:08.6229989Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/209.4 MB 258.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6231245Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/209.4 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:33:08.6232523Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.9/209.4 MB 212.7 MB/s eta 0:00:01 2024-08-22T20:33:08.6233727Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.4/209.4 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6234915Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.7/209.4 MB 171.1 MB/s eta 0:00:02 2024-08-22T20:33:08.6236365Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/209.4 MB 204.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6237579Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.7/209.4 MB 166.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6238848Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/209.4 MB 178.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6240013Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.9/209.4 MB 160.0 MB/s eta 0:00:01 2024-08-22T20:33:08.6241259Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/209.4 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:33:08.6242645Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/209.4 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:33:08.6243861Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 82.9/209.4 MB 221.3 MB/s eta 0:00:01 2024-08-22T20:33:08.6245042Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 91.7/209.4 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6246282Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 99.6/209.4 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:33:08.6247616Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 106.4/209.4 MB 199.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6248845Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 115.1/209.4 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6250093Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 121.4/209.4 MB 207.3 MB/s eta 0:00:01 2024-08-22T20:33:08.6251311Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 130.2/209.4 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:33:08.6252524Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 138.7/209.4 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6253786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 147.2/209.4 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:33:08.6254943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 155.6/209.4 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:33:08.6256152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 164.4/209.4 MB 254.5 MB/s eta 0:00:01 2024-08-22T20:33:08.6257419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 173.0/209.4 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:08.6258986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 181.5/209.4 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:08.6260290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 190.3/209.4 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:33:08.6261573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 198.7/209.4 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:33:10.7483117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 207.3/209.4 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:33:10.7484874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7486667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7487782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7488958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7490085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7491187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7492331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7493457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7494571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7495877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7496994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7498109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7499391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7500473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7501642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7502845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7503944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7505024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7506172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7507283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7508406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7509637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7510777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7511875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7513024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7514109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7515210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:33:10.7516361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.5 MB/s eta 0:00:00 2024-08-22T20:33:10.7517776Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:10.7519108Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:10.7520254Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:10.7521426Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 8.1/19.7 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:33:10.7522592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 16.4/19.7 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:33:10.7523826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:10.7524958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:10.7526140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:10.7527202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 72.1 MB/s eta 0:00:00 2024-08-22T20:33:10.7528353Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:10.7529674Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:10.7530766Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:21.2155930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 123.2 MB/s eta 0:00:00 2024-08-22T20:33:21.2159252Z [?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:21.2161392Z 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:21.2163018Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2164061Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:21.2165482Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2166537Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:21.2167544Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2168553Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:21.2169592Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2170700Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:21.2171773Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2172791Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:21.2173774Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:21.2174729Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:21.2175829Z 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:21.2176924Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:21.2177950Z 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:21.2179323Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:21.2180606Z 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:21.2182279Z 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:21.2183877Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:21.2184951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 60.6 MB/s eta 0:00:00 2024-08-22T20:33:21.2186217Z [?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:21.2187934Z 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:21.2189306Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:21.2190359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:33:21.2191605Z [?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:21.2193035Z 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:21.2194427Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:21.2195476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 33.9 MB/s eta 0:00:00 2024-08-22T20:33:21.2196859Z [?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:21.2197907Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:21.2199508Z 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:21.2201752Z 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:21.2203809Z 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:21.2205529Z 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:21.2206551Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:21.2208155Z 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:21.2209827Z 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:21.2211043Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:21.2212167Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:21.2213302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 87.9 MB/s eta 0:00:00 2024-08-22T20:33:21.2214391Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:21.2215362Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:21.2216927Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=e2125104ee98f393beee5e8ba60528d256a5b7acd33d7f06f2c229ebda9642f6 2024-08-22T20:33:21.2218467Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:21.2219679Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:21.2221253Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=a3d36ab2e7fd5471c08f3e3cb68c3c4e5faa295cd50690d484a7ef5337969874 2024-08-22T20:33:21.2222817Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:21.2223914Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:21.2225389Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=f0639afe20226a220936117dd1ec9fd909e8cf6521eb6a5d65737bbbb6830ab7 2024-08-22T20:33:21.2226991Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:21.2228080Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:21.2229511Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=c7fcd59f84e9e029493d8a8639d847df0defc22d041a1dc34fa45f7386677d84 2024-08-22T20:33:21.2231036Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:21.2232233Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:32.9629627Z 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:32.9642692Z Attempting uninstall: tqdm 2024-08-22T20:34:32.9643503Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:32.9644643Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:32.9645483Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:32.9646387Z Attempting uninstall: requests 2024-08-22T20:34:32.9647958Z Found existing installation: requests 2.29.0 2024-08-22T20:34:32.9648917Z Uninstalling requests-2.29.0: 2024-08-22T20:34:32.9651437Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:32.9652247Z Attempting uninstall: cmake 2024-08-22T20:34:32.9653447Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:32.9654485Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:32.9655827Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:32.9674443Z 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:32.9694727Z 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:32.9697962Z + pip3 uninstall -y triton 2024-08-22T20:34:32.9698832Z Found existing installation: triton 3.0.0 2024-08-22T20:34:32.9699817Z Uninstalling triton-3.0.0: 2024-08-22T20:34:32.9701978Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:32.9704955Z 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:32.9709029Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:32.9711833Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:32.9713144Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:32.9714846Z 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:32.9717252Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:32.9720065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/778.6 MB 203.6 MB/s eta 0:00:04 2024-08-22T20:34:32.9722091Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/778.6 MB 205.4 MB/s eta 0:00:04 2024-08-22T20:34:32.9724140Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.2/778.6 MB 211.0 MB/s eta 0:00:04 2024-08-22T20:34:32.9726592Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.6/778.6 MB 214.9 MB/s eta 0:00:04 2024-08-22T20:34:32.9729842Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.0/778.6 MB 215.3 MB/s eta 0:00:04 2024-08-22T20:34:32.9731927Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/778.6 MB 213.8 MB/s eta 0:00:04 2024-08-22T20:34:32.9734408Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.7/778.6 MB 214.0 MB/s eta 0:00:04 2024-08-22T20:34:32.9737112Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/778.6 MB 213.2 MB/s eta 0:00:04 2024-08-22T20:34:32.9739850Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/778.6 MB 212.6 MB/s eta 0:00:04 2024-08-22T20:34:32.9742125Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.7/778.6 MB 214.7 MB/s eta 0:00:04 2024-08-22T20:34:32.9744407Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/778.6 MB 213.9 MB/s eta 0:00:04 2024-08-22T20:34:32.9746702Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.4/778.6 MB 212.9 MB/s eta 0:00:04 2024-08-22T20:34:32.9749930Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/778.6 MB 213.7 MB/s eta 0:00:04 2024-08-22T20:34:32.9751724Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.1/778.6 MB 213.8 MB/s eta 0:00:04 2024-08-22T20:34:32.9753583Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.5/778.6 MB 214.3 MB/s eta 0:00:04 2024-08-22T20:34:32.9756991Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.8/778.6 MB 212.5 MB/s eta 0:00:04 2024-08-22T20:34:32.9759356Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.1/778.6 MB 212.4 MB/s eta 0:00:04 2024-08-22T20:34:34.2833482Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.4/778.6 MB 213.5 MB/s eta 0:00:04 2024-08-22T20:34:34.2835311Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.8/778.6 MB 214.1 MB/s eta 0:00:03 2024-08-22T20:34:34.2836776Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.4/778.6 MB 200.6 MB/s eta 0:00:04 2024-08-22T20:34:34.2838142Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/778.6 MB 212.7 MB/s eta 0:00:03 2024-08-22T20:34:34.2839604Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/778.6 MB 214.9 MB/s eta 0:00:03 2024-08-22T20:34:34.2840949Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.5/778.6 MB 212.6 MB/s eta 0:00:03 2024-08-22T20:34:34.2842240Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.9/778.6 MB 215.5 MB/s eta 0:00:03 2024-08-22T20:34:34.2843444Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.3/778.6 MB 213.9 MB/s eta 0:00:03 2024-08-22T20:34:34.2844685Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.7/778.6 MB 215.2 MB/s eta 0:00:03 2024-08-22T20:34:34.2846175Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.0/778.6 MB 213.9 MB/s eta 0:00:03 2024-08-22T20:34:34.2847359Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.3/778.6 MB 214.0 MB/s eta 0:00:03 2024-08-22T20:34:34.2848596Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.7/778.6 MB 213.2 MB/s eta 0:00:03 2024-08-22T20:34:34.2849858Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.1/778.6 MB 214.2 MB/s eta 0:00:03 2024-08-22T20:34:34.2851059Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.3/778.6 MB 212.3 MB/s eta 0:00:03 2024-08-22T20:34:34.2852247Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 233.3/778.6 MB 203.8 MB/s eta 0:00:03 2024-08-22T20:34:34.2853513Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 240.2/778.6 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:34:34.2854827Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 247.2/778.6 MB 203.2 MB/s eta 0:00:03 2024-08-22T20:34:34.2856152Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 254.1/778.6 MB 202.0 MB/s eta 0:00:03 2024-08-22T20:34:34.2857317Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 261.1/778.6 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:34:34.2858533Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 268.0/778.6 MB 202.3 MB/s eta 0:00:03 2024-08-22T20:34:34.2859949Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 274.9/778.6 MB 201.6 MB/s eta 0:00:03 2024-08-22T20:34:34.2861189Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.8/778.6 MB 201.5 MB/s eta 0:00:03 2024-08-22T20:34:34.2862363Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 288.8/778.6 MB 201.9 MB/s eta 0:00:03 2024-08-22T20:34:34.2863618Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 295.7/778.6 MB 202.1 MB/s eta 0:00:03 2024-08-22T20:34:34.2865352Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 302.7/778.6 MB 202.2 MB/s eta 0:00:03 2024-08-22T20:34:34.2866601Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 309.6/778.6 MB 201.8 MB/s eta 0:00:03 2024-08-22T20:34:34.2867830Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 316.5/778.6 MB 202.4 MB/s eta 0:00:03 2024-08-22T20:34:34.2869225Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 323.5/778.6 MB 202.0 MB/s eta 0:00:03 2024-08-22T20:34:34.2870433Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 330.4/778.6 MB 202.7 MB/s eta 0:00:03 2024-08-22T20:34:34.2871715Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 337.3/778.6 MB 202.5 MB/s eta 0:00:03 2024-08-22T20:34:34.2872878Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 344.3/778.6 MB 199.8 MB/s eta 0:00:03 2024-08-22T20:34:34.2874073Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 351.2/778.6 MB 201.1 MB/s eta 0:00:03 2024-08-22T20:34:34.2875401Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 358.1/778.6 MB 201.6 MB/s eta 0:00:03 2024-08-22T20:34:34.2876613Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.1/778.6 MB 202.7 MB/s eta 0:00:03 2024-08-22T20:34:34.2877894Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 372.0/778.6 MB 202.0 MB/s eta 0:00:03 2024-08-22T20:34:34.2879179Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 379.0/778.6 MB 202.8 MB/s eta 0:00:02 2024-08-22T20:34:34.2880366Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 385.9/778.6 MB 202.6 MB/s eta 0:00:02 2024-08-22T20:34:34.2881576Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 392.9/778.6 MB 200.9 MB/s eta 0:00:02 2024-08-22T20:34:35.6045865Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 399.8/778.6 MB 201.0 MB/s eta 0:00:02 2024-08-22T20:34:35.6047642Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 406.7/778.6 MB 198.6 MB/s eta 0:00:02 2024-08-22T20:34:35.6049290Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 413.5/778.6 MB 200.1 MB/s eta 0:00:02 2024-08-22T20:34:35.6050511Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 420.5/778.6 MB 201.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6051712Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 427.4/778.6 MB 201.7 MB/s eta 0:00:02 2024-08-22T20:34:35.6052978Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 434.3/778.6 MB 201.1 MB/s eta 0:00:02 2024-08-22T20:34:35.6054205Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 441.2/778.6 MB 201.1 MB/s eta 0:00:02 2024-08-22T20:34:35.6055623Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 448.1/778.6 MB 201.1 MB/s eta 0:00:02 2024-08-22T20:34:35.6056954Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 455.0/778.6 MB 200.5 MB/s eta 0:00:02 2024-08-22T20:34:35.6058163Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 461.9/778.6 MB 200.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6059435Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 468.6/778.6 MB 196.7 MB/s eta 0:00:02 2024-08-22T20:34:35.6060659Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 475.5/778.6 MB 200.4 MB/s eta 0:00:02 2024-08-22T20:34:35.6061870Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 482.3/778.6 MB 198.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6063055Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 489.2/778.6 MB 201.5 MB/s eta 0:00:02 2024-08-22T20:34:35.6064514Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 496.1/778.6 MB 201.5 MB/s eta 0:00:02 2024-08-22T20:34:35.6066187Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 502.8/778.6 MB 196.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6067382Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 509.7/778.6 MB 199.3 MB/s eta 0:00:02 2024-08-22T20:34:35.6068667Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 516.6/778.6 MB 201.4 MB/s eta 0:00:02 2024-08-22T20:34:35.6069853Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 523.6/778.6 MB 201.9 MB/s eta 0:00:02 2024-08-22T20:34:35.6071000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 530.5/778.6 MB 201.0 MB/s eta 0:00:02 2024-08-22T20:34:35.6072431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 537.4/778.6 MB 202.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6073625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 544.3/778.6 MB 198.7 MB/s eta 0:00:02 2024-08-22T20:34:35.6074891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 551.2/778.6 MB 199.9 MB/s eta 0:00:02 2024-08-22T20:34:35.6076099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 558.1/778.6 MB 200.8 MB/s eta 0:00:02 2024-08-22T20:34:35.6077283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 564.9/778.6 MB 200.6 MB/s eta 0:00:02 2024-08-22T20:34:35.6078558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 571.9/778.6 MB 199.9 MB/s eta 0:00:02 2024-08-22T20:34:35.6079779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 578.9/778.6 MB 202.4 MB/s eta 0:00:01 2024-08-22T20:34:35.6080965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 585.8/778.6 MB 202.4 MB/s eta 0:00:01 2024-08-22T20:34:35.6082221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 592.8/778.6 MB 202.4 MB/s eta 0:00:01 2024-08-22T20:34:35.6083407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 599.8/778.6 MB 203.9 MB/s eta 0:00:01 2024-08-22T20:34:35.6084620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 606.3/778.6 MB 194.1 MB/s eta 0:00:01 2024-08-22T20:34:35.6085850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 613.1/778.6 MB 198.6 MB/s eta 0:00:01 2024-08-22T20:34:35.6087072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 619.7/778.6 MB 194.7 MB/s eta 0:00:01 2024-08-22T20:34:35.6088400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 626.7/778.6 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:34:35.6089651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 633.3/778.6 MB 197.2 MB/s eta 0:00:01 2024-08-22T20:34:35.6090820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 640.4/778.6 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:34:35.6091997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 647.6/778.6 MB 209.5 MB/s eta 0:00:01 2024-08-22T20:34:35.6093230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 655.0/778.6 MB 214.2 MB/s eta 0:00:01 2024-08-22T20:34:37.4326440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 662.3/778.6 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:34:37.4328276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 669.7/778.6 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:34:37.4329523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 677.0/778.6 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:34:37.4330732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 684.3/778.6 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:34:37.4331965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 691.6/778.6 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:34:37.4333181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 699.0/778.6 MB 213.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4334403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 706.4/778.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:34:37.4336013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 713.7/778.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:34:37.4337189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 721.1/778.6 MB 214.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4338378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 728.5/778.6 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:34:37.4339783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 735.8/778.6 MB 213.2 MB/s eta 0:00:01 2024-08-22T20:34:37.4340983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 743.2/778.6 MB 214.6 MB/s eta 0:00:01 2024-08-22T20:34:37.4342157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 750.5/778.6 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:34:37.4343410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 757.9/778.6 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:34:37.4344530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 765.3/778.6 MB 215.2 MB/s eta 0:00:01 2024-08-22T20:34:37.4345601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 772.7/778.6 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:34:37.4346825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4347929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4349302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4350389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4351495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4352690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4353802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4354891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4356070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4357198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4358418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4359544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4360715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4361813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4362964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4364068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4365615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4366839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4367967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4369030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4370187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4371314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:37.4372528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8151024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8152665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8153965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8155060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8156178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8157455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8158807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8159887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8161091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8162214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8163394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8164522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8166236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8167372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8168542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8169604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8170727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8171878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8173011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8174079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8175308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8176538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8177647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8178765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8180018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8181144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8182440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8183548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8184768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8186058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8187282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8188532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8189747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8190849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8191929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8193099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8194208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8195401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8196565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:38.8197696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1980147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1981716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1982929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1984009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1985163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1986346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1987446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1988528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1989673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1990784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1992116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1993321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1994448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1995543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1996714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1997817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.1998920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2000104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2001339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2002412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2003605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2004709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2005845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2007034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2008152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2009272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2010391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2011486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2012603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2013751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2014914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2016048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2017206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2018374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2019520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2020674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2021814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2023060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2024147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:40.2025254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5791355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5792689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5793844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5795322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5796445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5797543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5798751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5799853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5800970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5802105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5803237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5804361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5805565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5806621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5807756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5808930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5810147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5811274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5812430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5813545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5814685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5815892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5817247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5818594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5819815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5820912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5822081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5823197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5824267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5825562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5826671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5827812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5828947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5830044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5831198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5832325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5833434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5834549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5835693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:41.5836742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9594782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9596752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9598334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9599496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9600612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9601741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9602870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9603963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9605109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9606447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9607563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9608669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9609851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9611036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9612217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9613420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9614528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9615682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9616774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9617930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9619269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9620428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9621494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9622661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9623804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9624899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9626039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9627152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9628989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9630170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9631236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9632366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9633523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9634749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9635828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9637037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9638167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9639228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9640380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:42.9641507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7508650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7510500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7511901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7513290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7514566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7515822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7517205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7518418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7519708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7521001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7522294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7523459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7524830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7526335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7527591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7528908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7530186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.4 MB/s eta 0:00:00 2024-08-22T20:34:44.7531595Z [?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:44.7533444Z 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:44.7535087Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:44.7536781Z 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:44.7538554Z 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:44.7540458Z 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:44.7542394Z 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:44.7544481Z 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:44.7546392Z 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:44.7548251Z 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:44.7550288Z 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:44.7552072Z 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:44.7553913Z 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:44.7555633Z 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:44.7557173Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:44.7558570Z 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:44.7559894Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:44.7561012Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/188.7 MB 219.2 MB/s eta 0:00:01 2024-08-22T20:34:44.7562285Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.0/188.7 MB 221.8 MB/s eta 0:00:01 2024-08-22T20:34:44.7563610Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.7/188.7 MB 226.9 MB/s eta 0:00:01 2024-08-22T20:34:44.7565166Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.4/188.7 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:34:44.7566490Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/188.7 MB 224.5 MB/s eta 0:00:01 2024-08-22T20:34:44.7567718Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.8/188.7 MB 223.7 MB/s eta 0:00:01 2024-08-22T20:34:44.7569001Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/188.7 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:34:44.7570273Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/188.7 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:34:44.7571458Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 68.9/188.7 MB 223.8 MB/s eta 0:00:01 2024-08-22T20:34:44.7572646Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 76.6/188.7 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:34:46.2075616Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 84.2/188.7 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:34:46.2077183Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 91.9/188.7 MB 223.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2078673Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 99.6/188.7 MB 223.6 MB/s eta 0:00:01 2024-08-22T20:34:46.2079851Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 107.2/188.7 MB 222.7 MB/s eta 0:00:01 2024-08-22T20:34:46.2081054Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 114.9/188.7 MB 223.0 MB/s eta 0:00:01 2024-08-22T20:34:46.2082340Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 122.5/188.7 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:34:46.2083721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 130.2/188.7 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:34:46.2084901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 137.9/188.7 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:34:46.2086184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 145.6/188.7 MB 223.2 MB/s eta 0:00:01 2024-08-22T20:34:46.2087378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 153.3/188.7 MB 223.8 MB/s eta 0:00:01 2024-08-22T20:34:46.2088645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 160.9/188.7 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:34:46.2089854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 168.6/188.7 MB 222.7 MB/s eta 0:00:01 2024-08-22T20:34:46.2091077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 176.2/188.7 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:34:46.2092277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 183.9/188.7 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:34:46.2093456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2094539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2095688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2096849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2098002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2099315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2100497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2101829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2102892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2104053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2105178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2106550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2107653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2108754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2109919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2111040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2112097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2113278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2114517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2115620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2116762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2117872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2119023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2120330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:46.2121421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5836712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5838285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5839598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5840807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5842004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5843357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5844553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5845650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5846749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5847949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5849110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5850183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5851392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5852635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5853826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5854953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5856071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5857203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5858473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5859684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5860822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5862017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5863088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5864213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5865899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5867082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5868219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5869454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5870583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5871746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5872828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5873981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5875309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5876460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5877534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5878732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5879914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5881205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5882368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:47.5883485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0299233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0300881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0302437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0303776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0305255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0306620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0307747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0308886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0310025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0311141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0312294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0313444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0314584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0315784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0316956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0318032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0319269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0320546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0321632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0322820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0323945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:34:49.0325055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.3 MB/s eta 0:00:00 2024-08-22T20:34:49.0326481Z [?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:49.0327810Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:49.0329223Z 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:49.0330634Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:49.0331704Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/239.5 MB 154.0 MB/s eta 0:00:02 2024-08-22T20:34:49.0332887Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/239.5 MB 158.0 MB/s eta 0:00:02 2024-08-22T20:34:49.0334148Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.2/239.5 MB 183.2 MB/s eta 0:00:02 2024-08-22T20:34:49.0335384Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.2/239.5 MB 180.3 MB/s eta 0:00:02 2024-08-22T20:34:49.0336580Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/239.5 MB 177.8 MB/s eta 0:00:02 2024-08-22T20:34:49.0337866Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.8/239.5 MB 169.2 MB/s eta 0:00:02 2024-08-22T20:34:49.0339224Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/239.5 MB 179.4 MB/s eta 0:00:02 2024-08-22T20:34:49.0340481Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/239.5 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:34:49.0341646Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.0/239.5 MB 207.6 MB/s eta 0:00:01 2024-08-22T20:34:49.0342865Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/239.5 MB 205.5 MB/s eta 0:00:01 2024-08-22T20:34:49.0344282Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.2/239.5 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:34:49.0345493Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 77.5/239.5 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:34:49.0346693Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 84.8/239.5 MB 210.3 MB/s eta 0:00:01 2024-08-22T20:34:49.0347940Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 92.1/239.5 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4951783Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.4/239.5 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:34:50.4953533Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 106.7/239.5 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:34:50.4955097Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 113.8/239.5 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4956550Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 121.1/239.5 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4957939Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 128.4/239.5 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:34:50.4959116Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 135.6/239.5 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:34:50.4960370Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 142.9/239.5 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:34:50.4961656Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 150.2/239.5 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:34:50.4962886Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 157.5/239.5 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:34:50.4964071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 164.8/239.5 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:34:50.4965891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 172.0/239.5 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:34:50.4967096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 179.3/239.5 MB 211.0 MB/s eta 0:00:01 2024-08-22T20:34:50.4968297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 186.5/239.5 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:34:50.4969527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 193.7/239.5 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4970967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 201.0/239.5 MB 210.5 MB/s eta 0:00:01 2024-08-22T20:34:50.4972310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.2/239.5 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:34:50.4973675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 215.5/239.5 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4974830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 222.8/239.5 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:34:50.4976056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 230.2/239.5 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:34:50.4977368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 237.8/239.5 MB 219.0 MB/s eta 0:00:01 2024-08-22T20:34:50.4978545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4979854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4981039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4982170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4983239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4984389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4985521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4986774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4987939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4989036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4990195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4991379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4992448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4993571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4994780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4995895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4996977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4998134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:50.4999276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8764623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8766405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8767758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8768977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8770092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8771235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8772412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8773735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8774915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8775988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8777176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8778436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8779724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8780844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8782033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8783269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8784354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8785515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8786707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8787823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8788974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8790133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8791255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8792440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8793516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8794622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8795922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8797048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8798119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8799348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8800464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8801589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8802712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8803837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8805066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8806235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8807317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8808424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8809585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:51.8810836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4551405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4552867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4554033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4555234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4556359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4557494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4558682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4559764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4560953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4562202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4563315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4564415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4566018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4567443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4568567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4569699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4570890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4571999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4573184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4574418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4575621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4576811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4577882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4579076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4580296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4581445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4582629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4583791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4584894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4586086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4587148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4588324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:34:53.4589507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.1 MB/s eta 0:00:00 2024-08-22T20:34:53.4590428Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:53.4591427Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:34:53.4592603Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:34:53.4593672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:34:53.4594770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:34:53.4595929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:34:53.4597156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:34:53.4598269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:36:40.5723304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 34.9 MB/s eta 0:00:00 2024-08-22T20:36:40.5725368Z [?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:40.5727955Z 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:40.5729985Z 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:40.5732014Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:40.5733137Z Attempting uninstall: sympy 2024-08-22T20:36:40.5734252Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:40.5735034Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:40.5736109Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:40.5736898Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:40.5738334Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:40.5740279Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:40.5740996Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:40.5742243Z Attempting uninstall: torch 2024-08-22T20:36:40.5743033Z Found existing installation: torch 2.4.0 2024-08-22T20:36:40.5743643Z Uninstalling torch-2.4.0: 2024-08-22T20:36:40.5744284Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:40.5745409Z 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:40.5747710Z 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:40.5749636Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:40.5751028Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:40.5753029Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-xlsndkrc 2024-08-22T20:36:40.5754551Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-xlsndkrc 2024-08-22T20:36:40.5756322Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:40.5758051Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:40.5759629Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:40.5760925Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:40.5761936Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:40.5762734Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:40.5763605Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:40.5765793Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019162 sha256=464af05de877b8df8a23bb53e8a3c313ff7faffbbc2188c333fad1a3b6cf8101 2024-08-22T20:36:40.5767568Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:40.5768520Z Successfully built torchao 2024-08-22T20:36:40.5769030Z Installing collected packages: torchao 2024-08-22T20:36:40.5769701Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:40.5771433Z 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:40.5772989Z + python3 scripts/patch_triton.py 2024-08-22T20:36:40.5773497Z + pip list 2024-08-22T20:36:40.5773921Z Package Version 2024-08-22T20:36:40.5774510Z ------------------------- ----------------------- 2024-08-22T20:36:40.5775088Z absl-py 2.1.0 2024-08-22T20:36:40.5775595Z accelerate 0.33.0 2024-08-22T20:36:40.5776104Z aiohappyeyeballs 2.4.0 2024-08-22T20:36:40.5776665Z aiohttp 3.10.5 2024-08-22T20:36:40.5777169Z aiosignal 1.3.1 2024-08-22T20:36:40.5777656Z altair 5.4.0 2024-08-22T20:36:40.5778185Z anaconda-anon-usage 0.4.4 2024-08-22T20:36:40.5778851Z anaconda-client 1.12.3 2024-08-22T20:36:40.5779356Z attrs 23.1.0 2024-08-22T20:36:40.5780020Z beautifulsoup4 4.12.3 2024-08-22T20:36:40.5780508Z blinker 1.8.2 2024-08-22T20:36:40.5780994Z blobfile 2.1.1 2024-08-22T20:36:40.5781486Z boltons 23.0.0 2024-08-22T20:36:40.5781962Z brotlipy 0.7.0 2024-08-22T20:36:40.5782579Z cachetools 5.5.0 2024-08-22T20:36:40.5783070Z certifi 2024.7.4 2024-08-22T20:36:40.5783550Z cffi 1.15.1 2024-08-22T20:36:40.5784037Z chardet 4.0.0 2024-08-22T20:36:40.5784601Z charset-normalizer 2.0.4 2024-08-22T20:36:40.5785084Z click 8.1.7 2024-08-22T20:36:40.5785584Z cmake 3.30.2 2024-08-22T20:36:40.5786062Z colorama 0.4.6 2024-08-22T20:36:40.5786531Z conda 23.5.2 2024-08-22T20:36:40.5787098Z conda-build 24.3.0 2024-08-22T20:36:40.5787626Z conda-content-trust 0.1.3 2024-08-22T20:36:40.5788116Z conda_index 0.5.0 2024-08-22T20:36:40.5788752Z conda-libmamba-solver 23.5.0 2024-08-22T20:36:40.5789301Z conda-package-handling 2.1.0 2024-08-22T20:36:40.5789798Z conda_package_streaming 0.8.0 2024-08-22T20:36:40.5790334Z cryptography 39.0.1 2024-08-22T20:36:40.5790821Z DataProperty 1.0.1 2024-08-22T20:36:40.5791317Z datasets 2.21.0 2024-08-22T20:36:40.5791855Z defusedxml 0.7.1 2024-08-22T20:36:40.5792321Z dill 0.3.8 2024-08-22T20:36:40.5792806Z evaluate 0.4.2 2024-08-22T20:36:40.5793298Z fastjsonschema 2.16.2 2024-08-22T20:36:40.5793775Z filelock 3.13.1 2024-08-22T20:36:40.5794258Z Flask 3.0.3 2024-08-22T20:36:40.5794946Z frozenlist 1.4.1 2024-08-22T20:36:40.5795418Z fsspec 2024.6.1 2024-08-22T20:36:40.5795918Z gguf 0.9.1 2024-08-22T20:36:40.5796397Z gitdb 4.0.11 2024-08-22T20:36:40.5796897Z GitPython 3.1.43 2024-08-22T20:36:40.5797431Z huggingface-hub 0.24.6 2024-08-22T20:36:40.5797917Z idna 3.4 2024-08-22T20:36:40.5798400Z itsdangerous 2.2.0 2024-08-22T20:36:40.5798869Z Jinja2 3.1.4 2024-08-22T20:36:40.5799345Z joblib 1.4.2 2024-08-22T20:36:40.5799832Z jsonlines 4.0.0 2024-08-22T20:36:40.5800373Z jsonpatch 1.32 2024-08-22T20:36:40.5800850Z jsonpointer 2.1 2024-08-22T20:36:40.5801341Z jsonschema 4.19.2 2024-08-22T20:36:40.5801912Z jsonschema-specifications 2023.7.1 2024-08-22T20:36:40.5802460Z jupyter_core 5.7.2 2024-08-22T20:36:40.5802996Z libarchive-c 2.9 2024-08-22T20:36:40.5803465Z libmambapy 1.4.1 2024-08-22T20:36:40.5803946Z lm_eval 0.4.2 2024-08-22T20:36:40.5804429Z lxml 4.9.4 2024-08-22T20:36:40.5804937Z markdown-it-py 3.0.0 2024-08-22T20:36:40.5805447Z MarkupSafe 2.1.3 2024-08-22T20:36:40.5805920Z mbstrdecoder 1.1.3 2024-08-22T20:36:40.5806462Z mdurl 0.1.2 2024-08-22T20:36:40.5806966Z menuinst 2.1.2 2024-08-22T20:36:40.5807485Z more-itertools 10.1.0 2024-08-22T20:36:40.5807959Z mpmath 1.3.0 2024-08-22T20:36:40.5808457Z multidict 6.0.5 2024-08-22T20:36:40.5808933Z multiprocess 0.70.16 2024-08-22T20:36:40.5809419Z narwhals 1.5.2 2024-08-22T20:36:40.5809922Z nbformat 5.9.2 2024-08-22T20:36:40.5810385Z networkx 3.3 2024-08-22T20:36:40.5810870Z ninja 1.11.1.1 2024-08-22T20:36:40.5811379Z nltk 3.9.1 2024-08-22T20:36:40.5811844Z numexpr 2.10.1 2024-08-22T20:36:40.5812443Z numpy 1.26.4 2024-08-22T20:36:40.5813012Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:36:40.5813664Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:36:40.5814247Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:36:40.5814824Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:36:40.5815378Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:36:40.5815941Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:36:40.5816517Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:36:40.5817104Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:36:40.5817670Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:36:40.5818240Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:36:40.5818952Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:36:40.5819501Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:36:40.5820015Z packaging 23.0 2024-08-22T20:36:40.5820504Z pandas 2.2.2 2024-08-22T20:36:40.5820978Z pathvalidate 3.2.0 2024-08-22T20:36:40.5821466Z peft 0.12.0 2024-08-22T20:36:40.5821957Z pillow 10.4.0 2024-08-22T20:36:40.5822426Z pip 23.1.2 2024-08-22T20:36:40.5822925Z pkginfo 1.10.0 2024-08-22T20:36:40.5823420Z platformdirs 3.10.0 2024-08-22T20:36:40.5823893Z pluggy 1.0.0 2024-08-22T20:36:40.5824379Z portalocker 2.10.1 2024-08-22T20:36:40.5824939Z protobuf 5.27.3 2024-08-22T20:36:40.5825410Z psutil 5.9.0 2024-08-22T20:36:40.5825910Z pyarrow 17.0.0 2024-08-22T20:36:40.5826383Z pybind11 2.13.5 2024-08-22T20:36:40.5826855Z pycosat 0.6.4 2024-08-22T20:36:40.5827366Z pycparser 2.21 2024-08-22T20:36:40.5827843Z pycryptodomex 3.20.0 2024-08-22T20:36:40.5828325Z pydeck 0.9.1 2024-08-22T20:36:40.5828933Z Pygments 2.18.0 2024-08-22T20:36:40.5829414Z pyOpenSSL 23.0.0 2024-08-22T20:36:40.5829908Z PySocks 1.7.1 2024-08-22T20:36:40.5830398Z pytablewriter 1.2.0 2024-08-22T20:36:40.5831020Z python-dateutil 2.9.0.post0 2024-08-22T20:36:40.5831675Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:36:40.5832235Z pytz 2024.1 2024-08-22T20:36:40.5832703Z PyYAML 6.0.1 2024-08-22T20:36:40.5833201Z referencing 0.30.2 2024-08-22T20:36:40.5833698Z regex 2024.7.24 2024-08-22T20:36:40.5834187Z requests 2.32.3 2024-08-22T20:36:40.5834735Z requests-toolbelt 1.0.0 2024-08-22T20:36:40.5835242Z rich 13.7.1 2024-08-22T20:36:40.5835754Z rouge-score 0.1.2 2024-08-22T20:36:40.5836293Z rpds-py 0.10.6 2024-08-22T20:36:40.5836790Z ruamel.yaml 0.17.21 2024-08-22T20:36:40.5837373Z sacrebleu 2.4.3 2024-08-22T20:36:40.5837848Z safetensors 0.4.4 2024-08-22T20:36:40.5838383Z scikit-learn 1.5.1 2024-08-22T20:36:40.5838882Z scipy 1.14.1 2024-08-22T20:36:40.5839361Z sentencepiece 0.2.0 2024-08-22T20:36:40.5839862Z setuptools 67.8.0 2024-08-22T20:36:40.5840355Z six 1.16.0 2024-08-22T20:36:40.5840816Z smmap 5.0.1 2024-08-22T20:36:40.5841296Z snakeviz 2.2.0 2024-08-22T20:36:40.5841817Z soupsieve 2.5 2024-08-22T20:36:40.5842308Z sqlitedict 2.1.0 2024-08-22T20:36:40.5842856Z streamlit 1.37.1 2024-08-22T20:36:40.5843345Z sympy 1.13.1 2024-08-22T20:36:40.5843814Z tabledata 1.3.3 2024-08-22T20:36:40.5844307Z tabulate 0.9.0 2024-08-22T20:36:40.5844792Z tcolorpy 0.1.6 2024-08-22T20:36:40.5845259Z tenacity 8.5.0 2024-08-22T20:36:40.5845775Z threadpoolctl 3.5.0 2024-08-22T20:36:40.5846249Z tiktoken 0.7.0 2024-08-22T20:36:40.5846682Z tokenizers 0.19.1 2024-08-22T20:36:40.5847222Z toml 0.10.2 2024-08-22T20:36:40.5847781Z toolz 0.12.0 2024-08-22T20:36:40.5848260Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:36:40.5848977Z torchao 0.4.0+gite11201a 2024-08-22T20:36:40.5849497Z tornado 6.4.1 2024-08-22T20:36:40.5849982Z tqdm 4.66.5 2024-08-22T20:36:42.7241271Z tqdm-multiprocess 0.0.11 2024-08-22T20:36:42.7241944Z traitlets 5.14.3 2024-08-22T20:36:42.7242737Z transformers 4.44.2 2024-08-22T20:36:42.7243313Z typepy 1.3.2 2024-08-22T20:36:42.7243908Z typing_extensions 4.12.2 2024-08-22T20:36:42.7244576Z tzdata 2024.1 2024-08-22T20:36:42.7245097Z urllib3 1.26.16 2024-08-22T20:36:42.7245587Z watchdog 4.0.2 2024-08-22T20:36:42.7246056Z Werkzeug 3.0.4 2024-08-22T20:36:42.7246528Z wheel 0.38.4 2024-08-22T20:36:42.7246986Z word2number 1.1 2024-08-22T20:36:42.7247447Z xxhash 3.5.0 2024-08-22T20:36:42.7248015Z yarl 1.9.4 2024-08-22T20:36:42.7248490Z zstandard 0.19.0 2024-08-22T20:36:42.7248980Z zstd 1.5.5.1 2024-08-22T20:36:42.7249860Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:36:42.7250910Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:36:42.7251651Z + echo ::endgroup:: 2024-08-22T20:36:42.7252470Z ##[endgroup] 2024-08-22T20:36:42.7253030Z + echo '::group::Download checkpoint' 2024-08-22T20:36:42.7253866Z ##[group]Download checkpoint 2024-08-22T20:36:42.7254446Z + export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:36:42.7254983Z + REPO_NAME=tinyllamas/stories15M 2024-08-22T20:36:42.7257108Z + bash .ci/scripts/wget_checkpoint.sh tinyllamas/stories15M https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:42.7258930Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:36:42.7260427Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:42.7262024Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:36:42.7262619Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:36:42.7263168Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:36:42.7263961Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:36:42.7264645Z + IFS=, 2024-08-22T20:36:42.7265390Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:42.7266364Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:36:42.7267382Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:42.7268368Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:42.7269528Z --2024-08-22 20:36:42-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:36:42.7270571Z Resolving huggingface.co (huggingface.co)... 18.154.227.7, 18.154.227.69, 18.154.227.87, ... 2024-08-22T20:36:42.7271541Z Connecting to huggingface.co (huggingface.co)|18.154.227.7|:443... connected. 2024-08-22T20:36:42.7272322Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:42.7281257Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617400&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzQwMH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=aiWzEAtEE4WIWE4anw1y5vRDwgqmq4qjgV7XRsRDuKfzmM%7E2r%7EKfoWb2QXz6J6fFrn8pDKSlU32Gvi57OG6EDd%7EbOoVc4pwACdLsf0GadcLQkhoys25GER1FLG%7ES4NtHYh3VuvwtUtB6HEaUHWiN-64TRbVUJ5fLPugx80Q22Y9QL%7EU0DJpaXbVkO%7EfAzUzHb9msbo1t9N-ASG0TNYEq7IhCjgASREjoy5crdQIddEFsHDhf1sIVylWN5o1f4UWrkXcO6Cu9UHzFvx9LLLQyaCN2UC01Ma6Jc3siL4Tuj%7EU38Op5XcCab%7EO9d6g%7E11SIOYek7uCcOrylXYqqz%7E%7EqlA__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:36:42.7297734Z --2024-08-22 20:36:42-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617400&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzQwMH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=aiWzEAtEE4WIWE4anw1y5vRDwgqmq4qjgV7XRsRDuKfzmM%7E2r%7EKfoWb2QXz6J6fFrn8pDKSlU32Gvi57OG6EDd%7EbOoVc4pwACdLsf0GadcLQkhoys25GER1FLG%7ES4NtHYh3VuvwtUtB6HEaUHWiN-64TRbVUJ5fLPugx80Q22Y9QL%7EU0DJpaXbVkO%7EfAzUzHb9msbo1t9N-ASG0TNYEq7IhCjgASREjoy5crdQIddEFsHDhf1sIVylWN5o1f4UWrkXcO6Cu9UHzFvx9LLLQyaCN2UC01Ma6Jc3siL4Tuj%7EU38Op5XcCab%7EO9d6g%7E11SIOYek7uCcOrylXYqqz%7E%7EqlA__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:36:42.7306922Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.111, 108.138.64.121, 108.138.64.36, ... 2024-08-22T20:36:42.7308270Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.111|:443... connected. 2024-08-22T20:36:42.7309196Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:42.7309965Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:36:42.7310701Z Saving to: ‘stories15M.pt’ 2024-08-22T20:36:42.7311002Z 2024-08-22T20:36:42.7311007Z 2024-08-22T20:36:42.7311318Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:42.7311970Z 100%[======================================>] 60,789,090 299MB/s in 0.2s 2024-08-22T20:36:42.7312446Z 2024-08-22T20:36:42.7316631Z 2024-08-22 20:36:42 (299 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:36:42.7317139Z 2024-08-22T20:36:42.7317442Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:42.7318263Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:36:42.7319333Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:42.7320223Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:42.7321185Z --2024-08-22 20:36:42-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:36:42.7322077Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:36:42.7322860Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:36:42.7323643Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:42.7324492Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:36:42.7325704Z --2024-08-22 20:36:42-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:36:42.7326982Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... 2024-08-22T20:36:42.7328194Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-08-22T20:36:42.7329079Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:42.7329933Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:36:42.7330528Z Saving to: ‘tokenizer.model’ 2024-08-22T20:36:42.7330844Z 2024-08-22T20:36:42.7330849Z 2024-08-22T20:36:42.7331157Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:42.7331989Z 100%[======================================>] 499,723 --.-K/s in 0.005s 2024-08-22T20:36:42.7332491Z 2024-08-22T20:36:42.7332954Z 2024-08-22 20:36:42 (103 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:36:42.7333436Z 2024-08-22T20:36:42.7333683Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:36:42.7334540Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:36:42.7335480Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:42.7336319Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:42.7337344Z --2024-08-22 20:36:42-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:36:42.7338143Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:36:42.7338992Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:36:42.7339734Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:36:42.7340593Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:36:42.7341804Z --2024-08-22 20:36:42-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:36:42.7343064Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... 2024-08-22T20:36:42.7344387Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-08-22T20:36:42.7345381Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:36:42.7346064Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:36:42.7346706Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:36:42.7346980Z 2024-08-22T20:36:42.7347021Z 2024-08-22T20:36:42.7347324Z 0% [ ] 0 --.-K/s 2024-08-22T20:36:42.7348122Z 100%[======================================>] 433,869 --.-K/s in 0.005s 2024-08-22T20:36:42.7348519Z 2024-08-22T20:36:42.7348927Z 2024-08-22 20:36:42 (78.2 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:36:42.7349441Z 2024-08-22T20:36:42.7349577Z + popd 2024-08-22T20:36:42.7350018Z /pytorch/torchchat 2024-08-22T20:36:42.7350412Z + echo ::endgroup:: 2024-08-22T20:36:42.7351181Z ##[endgroup] 2024-08-22T20:36:42.7351759Z + echo '::group::Convert checkpoint' 2024-08-22T20:36:42.7352518Z ##[group]Convert checkpoint 2024-08-22T20:36:42.7353198Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-08-22T20:36:42.7353989Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:36:42.7354674Z /pytorch/torchchat 2024-08-22T20:36:42.7355161Z + echo ::endgroup:: 2024-08-22T20:36:42.7355813Z ##[endgroup] 2024-08-22T20:36:42.7356268Z + echo '::group::Run inference' 2024-08-22T20:36:42.7357038Z ##[group]Run inference 2024-08-22T20:36:42.7357867Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda aoti-float16 2024-08-22T20:36:42.7358814Z arg:aoti-float16 2024-08-22T20:36:42.7359188Z Passing DTYPES=float16 2024-08-22T20:36:42.7359633Z Local DTYPES=float16 2024-08-22T20:36:42.7360115Z Local after default DTYPES=float16 2024-08-22T20:39:34.3833430Z ############### Run inference with AOT Inductor for dtype float16 ############### 2024-08-22T20:39:34.3833952Z 2024-08-22T20:39:34.3834161Z ****************************************** 2024-08-22T20:39:34.3835584Z ************** non-quantized ************* 2024-08-22T20:39:34.3837187Z ****************************************** 2024-08-22T20:39:34.3838139Z 2024-08-22T20:39:34.3838452Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:41:49.5575612Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:41:49.5576079Z  fi 2024-08-22T20:41:49.5576475Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:41:49.5577139Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:41:49.5577713Z  fi 2024-08-22T20:41:49.5578346Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:41:49.5579245Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:41:49.5579773Z fi 2024-08-22T20:41:49.5580060Z  2024-08-22T20:41:49.5580343Z upload_docs=0 2024-08-22T20:41:49.5580927Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:41:49.5581604Z # empty folders do not count 2024-08-22T20:41:49.5582236Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:41:49.5583117Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:41:49.5583876Z  # upload will probably not work correctly 2024-08-22T20:41:49.5584363Z  upload_docs=1 2024-08-22T20:41:49.5584704Z fi 2024-08-22T20:41:49.5585149Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:41:49.5595836Z shell: /usr/bin/bash -e {0} 2024-08-22T20:41:49.5596201Z env: 2024-08-22T20:41:49.5596541Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:49.5597006Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:49.5597403Z PR_NUMBER: 1044 2024-08-22T20:41:49.5604028Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:41:49.5612107Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:49.5612904Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:49.5613649Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:49.5614392Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:49.5614906Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:41:49.5615263Z ##[endgroup] 2024-08-22T20:41:49.5712702Z Prepare all required actions 2024-08-22T20:41:49.5750663Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:41:49.5751135Z with: 2024-08-22T20:41:49.5751392Z env: 2024-08-22T20:41:49.5751740Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:49.5752228Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:49.5752609Z PR_NUMBER: 1044 2024-08-22T20:41:49.5759285Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:41:49.5766788Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:49.5767560Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:49.5768289Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:49.5768905Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:49.5769387Z ##[endgroup] 2024-08-22T20:41:49.5790798Z ##[group]Run set -eou pipefail 2024-08-22T20:41:49.5791203Z set -eou pipefail 2024-08-22T20:41:49.5791558Z  2024-08-22T20:41:49.5792066Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:41:49.5792700Z for _ in $(seq 1440); do 2024-08-22T20:41:49.5793183Z  # Break if no ssh session exists anymore 2024-08-22T20:41:49.5793686Z  if [ "$(who)" = "" ]; then 2024-08-22T20:41:49.5794270Z  break 2024-08-22T20:41:49.5794588Z  fi 2024-08-22T20:41:49.5794890Z  echo "." 2024-08-22T20:41:49.5795217Z  sleep 5 2024-08-22T20:41:49.5795541Z done 2024-08-22T20:41:49.5804438Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:41:49.5804948Z env: 2024-08-22T20:41:49.5805287Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:49.5805760Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:49.5806157Z PR_NUMBER: 1044 2024-08-22T20:41:49.5813023Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:41:49.5820257Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:49.5821035Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:49.5821819Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:49.5822449Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:49.5822922Z ##[endgroup] 2024-08-22T20:41:49.5850586Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:41:49.5930998Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:41:49.5931769Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:41:49.5932403Z # shellcheck disable=SC2046 2024-08-22T20:41:49.5932893Z docker stop $(docker ps -q) || true 2024-08-22T20:41:49.5933377Z # Prune all of the docker images 2024-08-22T20:41:49.5933841Z docker system prune -af 2024-08-22T20:41:49.5942766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:41:49.5943269Z env: 2024-08-22T20:41:49.5943601Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:41:49.5944077Z REPOSITORY: pytorch/torchchat 2024-08-22T20:41:49.5944460Z PR_NUMBER: 1044 2024-08-22T20:41:49.5951262Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:41:49.5958763Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:41:49.5959546Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:41:49.5960299Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:41:49.5960934Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:41:49.5961431Z ##[endgroup] 2024-08-22T20:42:00.4050876Z cfa2b2d68d60 2024-08-22T20:42:03.8978082Z Deleted Containers: 2024-08-22T20:42:03.8978757Z cfa2b2d68d6026b7e2ea5fded1cee28977c634161a021335cfa0e41a8b5ec2a3 2024-08-22T20:42:03.8979302Z 2024-08-22T20:42:09.1734655Z Deleted Images: 2024-08-22T20:42:09.1736774Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:42:09.1738233Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:42:09.1739763Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:42:09.1740782Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:42:09.1741760Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:09.1742704Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:42:09.1743945Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:42:09.1744913Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:42:09.1745998Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:42:09.1747145Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:42:09.1748204Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:42:09.1749038Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:42:09.1749943Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:42:09.1750892Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:42:09.1751711Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:42:09.1752533Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:42:09.1753379Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:42:09.1754221Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:42:09.1755043Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:42:09.1755867Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:42:09.1756695Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:42:09.1757519Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:42:09.1758359Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:42:09.1759188Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:42:09.1760008Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:42:09.1792204Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:42:09.1793081Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:42:09.1794016Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:42:09.1794918Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:42:09.1795821Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:42:09.1796744Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:42:09.1797696Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:42:09.1798651Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:42:09.1799588Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:42:09.1800548Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:42:09.1801464Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:42:09.1802494Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:42:09.1802977Z 2024-08-22T20:42:09.1803131Z Total reclaimed space: 24.25GB 2024-08-22T20:42:09.2511544Z ##[group]Run set +e 2024-08-22T20:42:09.2511902Z set +e 2024-08-22T20:42:09.2512266Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:42:09.2512847Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:42:09.2513375Z else 2024-08-22T20:42:09.2513777Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:42:09.2514258Z fi 2024-08-22T20:42:09.2514557Z set -e 2024-08-22T20:42:09.2524559Z shell: /usr/bin/bash -e {0} 2024-08-22T20:42:09.2524931Z env: 2024-08-22T20:42:09.2525277Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:42:09.2525747Z REPOSITORY: pytorch/torchchat 2024-08-22T20:42:09.2526136Z PR_NUMBER: 1044 2024-08-22T20:42:09.2532862Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-float16" echo "::endgroup::" echo "::group::Run inference with quantize file" if [ $(uname -s) == Darwin ]; then python3 export.py --output-dso-path /tmp/model.so --quantize config/data/cuda.json --checkpoint "./checkpoints/${REPO_NAME}/model.pth" python3 generate.py --dso-path /tmp/model.so --checkpoint "./checkpoints/${REPO_NAME}/model.pth"~ fi echo "::endgroup::" 2024-08-22T20:42:09.2540194Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:42:09.2540981Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:42:09.2541724Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:42:09.2542352Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:42:09.2542853Z NO_SUDO: false 2024-08-22T20:42:09.2543245Z ##[endgroup] 2024-08-22T20:42:09.4729195Z Post job cleanup. 2024-08-22T20:42:09.5680633Z Post job cleanup. 2024-08-22T20:42:09.6560766Z [command]/usr/bin/git version 2024-08-22T20:42:09.6615090Z git version 2.40.1 2024-08-22T20:42:09.6651853Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1c1f82a4-cce8-4da0-88fc-074117c3c282' before making global git config changes 2024-08-22T20:42:09.6653093Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:42:09.6657051Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:42:09.6703622Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:42:09.6747757Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:42:09.7113277Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:42:09.7147560Z http.https://github.com/.extraheader 2024-08-22T20:42:09.7157273Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:42:09.7202363Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:42:09.7642363Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:42:09.7666261Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:42:09.7674482Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:42:09.7675010Z ##[endgroup] 2024-08-22T20:42:15.7721071Z Cleaning up orphan processes