2024-08-22T20:28:59.3850357Z Current runner version: '2.319.1' 2024-08-22T20:28:59.3856788Z Runner name: 'i-0a2c28cdd0744cb4e' 2024-08-22T20:28:59.3857721Z Runner group name: 'Default' 2024-08-22T20:28:59.3858591Z Machine name: 'ip-10-0-27-213' 2024-08-22T20:28:59.3876653Z Testing runner upgrade compatibility 2024-08-22T20:28:59.5301463Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:59.5303425Z Contents: read 2024-08-22T20:28:59.5304050Z Metadata: read 2024-08-22T20:28:59.5304524Z Packages: read 2024-08-22T20:28:59.5305063Z ##[endgroup] 2024-08-22T20:28:59.5308188Z Secret source: Actions 2024-08-22T20:28:59.5308874Z Prepare workflow directory 2024-08-22T20:28:59.6348353Z Prepare all required actions 2024-08-22T20:28:59.6517157Z Getting action download info 2024-08-22T20:28:59.8086013Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:59.9974359Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:29:00.2115108Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:29:00.3296092Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:29:00.4783103Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:29:00.7594312Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:00.7596608Z ##[group] Inputs 2024-08-22T20:29:00.7601990Z script: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:00.7608129Z timeout: 60 2024-08-22T20:29:00.7608586Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:00.7609203Z upload-artifact: 2024-08-22T20:29:00.7609663Z download-artifact: 2024-08-22T20:29:00.7610096Z repository: 2024-08-22T20:29:00.7610554Z fetch-depth: 1 2024-08-22T20:29:00.7610970Z submodules: 2024-08-22T20:29:00.7611324Z ref: 2024-08-22T20:29:00.7611819Z test-infra-repository: pytorch/test-infra 2024-08-22T20:29:00.7612358Z test-infra-ref: 2024-08-22T20:29:00.7612758Z docker-image: pytorch/conda-builder 2024-08-22T20:29:00.7613344Z docker-build-dir: .ci/docker 2024-08-22T20:29:00.7613810Z gpu-arch-type: cuda 2024-08-22T20:29:00.7614205Z gpu-arch-version: 12.1 2024-08-22T20:29:00.7614763Z job-name: linux-job 2024-08-22T20:29:00.7615535Z continue-on-error: false 2024-08-22T20:29:00.7615968Z binary-matrix: 2024-08-22T20:29:00.7616476Z run-with-docker: true 2024-08-22T20:29:00.7616906Z secrets-env: 2024-08-22T20:29:00.7617264Z no-sudo: false 2024-08-22T20:29:00.7617764Z ##[endgroup] 2024-08-22T20:29:00.7618585Z Complete job name: test-gpu-aoti-bfloat16 (cuda, stories15M) / linux-job 2024-08-22T20:29:00.8338016Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:29:00.8493712Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:29:00.8506388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:00.8507271Z ##[endgroup] 2024-08-22T20:29:01.8211053Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:29:01.8211572Z Instance Type: g5.4xlarge 2024-08-22T20:29:01.8212254Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:29:01.8212787Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:29:07.6149708Z ##[group]Run set -euxo pipefail 2024-08-22T20:29:07.6150271Z set -euxo pipefail 2024-08-22T20:29:07.6150701Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:29:07.6151251Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:29:07.6151783Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:07.6152210Z else 2024-08-22T20:29:07.6152588Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:29:07.6153085Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:29:07.6153483Z fi 2024-08-22T20:29:07.6153756Z  2024-08-22T20:29:07.6154070Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:29:07.6154488Z echo "::endgroup::" 2024-08-22T20:29:07.6165484Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:07.6165842Z env: 2024-08-22T20:29:07.6166191Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:07.6166685Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:07.6167111Z PR_NUMBER: 1044 2024-08-22T20:29:07.6172099Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:07.6177416Z NO_SUDO: false 2024-08-22T20:29:07.6177707Z ##[endgroup] 2024-08-22T20:29:07.6212016Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:29:07.6233647Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:29:07.6242663Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:29:07.6243364Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:07.7122695Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:29:07.7144399Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:29:07.7158291Z + echo ::endgroup:: 2024-08-22T20:29:07.7159233Z ##[endgroup] 2024-08-22T20:29:07.7271494Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:07.7271904Z with: 2024-08-22T20:29:07.7272243Z repository: pytorch/test-infra 2024-08-22T20:29:07.7272620Z path: test-infra 2024-08-22T20:29:07.7272939Z submodules: recursive 2024-08-22T20:29:07.7273508Z token: *** 2024-08-22T20:29:07.7273811Z ssh-strict: true 2024-08-22T20:29:07.7274136Z persist-credentials: true 2024-08-22T20:29:07.7274485Z clean: true 2024-08-22T20:29:07.7274797Z sparse-checkout-cone-mode: true 2024-08-22T20:29:07.7275183Z fetch-depth: 1 2024-08-22T20:29:07.7275486Z fetch-tags: false 2024-08-22T20:29:07.7275784Z lfs: false 2024-08-22T20:29:07.7276085Z set-safe-directory: true 2024-08-22T20:29:07.7276424Z env: 2024-08-22T20:29:07.7276743Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:07.7277200Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:07.7277578Z PR_NUMBER: 1044 2024-08-22T20:29:07.7282829Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:07.7288164Z ##[endgroup] 2024-08-22T20:29:07.8334878Z Syncing repository: pytorch/test-infra 2024-08-22T20:29:07.8335734Z ##[group]Getting Git version info 2024-08-22T20:29:07.8336528Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:29:07.8337436Z [command]/usr/bin/git version 2024-08-22T20:29:07.8337791Z git version 2.40.1 2024-08-22T20:29:07.8339183Z ##[endgroup] 2024-08-22T20:29:07.8351997Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f4a2aed8-33a1-4f35-898e-41eab1a4e7a2' before making global git config changes 2024-08-22T20:29:07.8353219Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:07.8356760Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:07.8402846Z ##[group]Initializing the repository 2024-08-22T20:29:07.8405828Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:29:07.8447987Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:07.8449079Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:07.8449954Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:07.8450508Z hint: 2024-08-22T20:29:07.8450978Z hint: git config --global init.defaultBranch 2024-08-22T20:29:07.8451444Z hint: 2024-08-22T20:29:07.8451955Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:07.8452788Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:07.8453370Z hint: 2024-08-22T20:29:07.8453698Z hint: git branch -m 2024-08-22T20:29:07.8454528Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:29:07.8462810Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:29:07.8504449Z ##[endgroup] 2024-08-22T20:29:07.8505014Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:07.8507308Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:07.8546742Z ##[endgroup] 2024-08-22T20:29:07.8547244Z ##[group]Setting up auth 2024-08-22T20:29:07.8552138Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:07.8593759Z [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:07.8961680Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:07.9001735Z [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:07.9349847Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:07.9401283Z ##[endgroup] 2024-08-22T20:29:07.9401833Z ##[group]Determining the default branch 2024-08-22T20:29:07.9404708Z Retrieving the default branch name 2024-08-22T20:29:08.0906439Z Default branch 'main' 2024-08-22T20:29:08.0907131Z ##[endgroup] 2024-08-22T20:29:08.0907676Z ##[group]Fetching the repository 2024-08-22T20:29:08.0912032Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-08-22T20:29:08.3032654Z remote: Enumerating objects: 1649, done. 2024-08-22T20:29:08.3033440Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:29:08.3034489Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:29:08.3035265Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:29:08.3036117Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:29:08.3036879Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:29:08.3037635Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:29:08.3038370Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:29:08.3039155Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:29:08.3039922Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:29:08.3040688Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:29:08.3041459Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:29:08.3042305Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:29:08.3043030Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:29:08.3043750Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:29:08.3044483Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:29:08.3045237Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:29:08.3046027Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:29:08.3046851Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:29:08.3047581Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:29:08.3048319Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:29:08.3049058Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:29:08.3049788Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:29:08.3050549Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:29:08.3051329Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:29:08.3052121Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:29:08.3052859Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:29:08.3053604Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:29:08.3054350Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:29:08.3055092Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:29:08.3055883Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:29:08.3057049Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:29:08.3057796Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:29:08.3058532Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:29:08.3059387Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:29:08.3060366Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:29:08.3061117Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:29:08.3061862Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:29:08.3062676Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:29:08.3063416Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:29:08.3064161Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:29:08.3064885Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:29:08.3065625Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:29:08.3066686Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:29:08.3067429Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:29:08.3068176Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:29:08.3068932Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:29:08.3069671Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:29:08.3070399Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:29:08.3071157Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:29:08.3071904Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:29:08.3072646Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:29:08.3073399Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:29:08.3074158Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:29:08.3074917Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:29:08.3075671Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:29:08.3076416Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:29:08.3077141Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:29:08.3077875Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:29:08.3078604Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:29:08.3079320Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:29:08.3080072Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:29:08.3080823Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:29:08.3081619Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:29:08.3082415Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:29:08.3083181Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:29:08.3083952Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:29:08.3084710Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:29:08.3085486Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:29:08.3086294Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:29:08.3087083Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:29:08.3087852Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:29:08.3088605Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:29:08.3089368Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:29:08.3090122Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:29:08.3090914Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:29:08.3091713Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:29:08.3092515Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:29:08.3093325Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:29:08.3094129Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:29:08.3094908Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:29:08.3095708Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:29:08.3096654Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:29:08.3097429Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:29:08.3098183Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:29:08.3098941Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:29:08.3099811Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:29:08.3100555Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:29:08.3101402Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:29:08.3102264Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:29:08.3103062Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:29:08.3103854Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:29:08.3104637Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:29:08.3105446Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:29:08.3106424Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:29:08.3107245Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:29:08.3108055Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:29:08.3108856Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:29:08.3109663Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:29:08.3110455Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:29:08.3111247Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:29:08.3112031Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:29:08.3112942Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:29:08.3113807Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:29:08.3114627Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:29:08.3115457Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:29:08.3116274Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:29:08.3117103Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:29:08.3117931Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:29:08.3118741Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:29:08.3119571Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:29:08.3120346Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:29:08.3121132Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:29:08.3121921Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:29:08.3122798Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:29:08.3123582Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:29:08.3124347Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:29:08.3125152Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:29:08.3125957Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:29:08.3126767Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:29:08.3127569Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:29:08.3128405Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:29:08.3129203Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:29:08.3130028Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:29:08.3130835Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:29:08.3131641Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:29:08.3132525Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:29:08.3133353Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:29:08.3134177Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:29:08.3135018Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:29:08.3135852Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:29:08.3136698Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:29:08.3137545Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:29:08.3138537Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:29:08.3139449Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:29:08.3140220Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:29:08.3141023Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:29:08.3141799Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:29:08.3142629Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:29:08.3143431Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:29:08.3144225Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:29:08.3145011Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:29:08.3145832Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:29:08.3146620Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:29:08.3147584Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:29:08.3148410Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:29:08.3149237Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:29:08.3150011Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:29:08.3150802Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:29:08.3151598Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:29:08.3152410Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:29:08.3153218Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:29:08.3154000Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:29:08.3154831Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:29:08.3155633Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:29:08.3156414Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:29:08.3157918Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:29:08.3159054Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:29:08.3160067Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:29:08.3160876Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:29:08.3161657Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:29:08.3162467Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:29:08.3163270Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:29:08.3164074Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:29:08.3164893Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:29:08.3165716Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:29:08.3166471Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:29:08.3167268Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:29:08.3168050Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:29:08.3168855Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:29:08.3169653Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:29:08.3170456Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:29:08.3171224Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:29:08.3172038Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:29:08.3172891Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:29:08.3173686Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:29:08.3174456Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:29:08.3175252Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:29:08.3176038Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:29:08.3176836Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:29:08.3177627Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:29:08.3178414Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:29:08.3179316Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:29:08.3180322Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:29:08.3181170Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:29:08.3181958Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:29:08.3182840Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:29:08.3183681Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:29:08.3184480Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:29:08.3185327Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:29:08.3186135Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:29:08.3186954Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:29:08.3187754Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:29:08.3189106Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:29:08.3190630Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:29:08.3191447Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:29:08.3192253Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:29:08.3193046Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:29:08.3193855Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:29:08.3194657Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:29:08.3195468Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:29:08.3196305Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:29:08.3197148Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:29:08.3197934Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:29:08.3198803Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:29:08.3199578Z Receiving objects: 0% (1/1649) 2024-08-22T20:29:08.3200155Z Receiving objects: 1% (17/1649) 2024-08-22T20:29:08.3200788Z Receiving objects: 2% (33/1649) 2024-08-22T20:29:08.3201386Z Receiving objects: 3% (50/1649) 2024-08-22T20:29:08.3201964Z Receiving objects: 4% (66/1649) 2024-08-22T20:29:08.3202605Z Receiving objects: 5% (83/1649) 2024-08-22T20:29:08.3203223Z Receiving objects: 6% (99/1649) 2024-08-22T20:29:08.3203830Z Receiving objects: 7% (116/1649) 2024-08-22T20:29:08.3204454Z Receiving objects: 8% (132/1649) 2024-08-22T20:29:08.3205078Z Receiving objects: 9% (149/1649) 2024-08-22T20:29:08.3205695Z Receiving objects: 10% (165/1649) 2024-08-22T20:29:08.3206326Z Receiving objects: 11% (182/1649) 2024-08-22T20:29:08.3206950Z Receiving objects: 12% (198/1649) 2024-08-22T20:29:08.3421908Z Receiving objects: 13% (215/1649) 2024-08-22T20:29:08.3502162Z Receiving objects: 14% (231/1649) 2024-08-22T20:29:08.3505637Z Receiving objects: 15% (248/1649) 2024-08-22T20:29:08.3509561Z Receiving objects: 16% (264/1649) 2024-08-22T20:29:08.3514074Z Receiving objects: 17% (281/1649) 2024-08-22T20:29:08.3553035Z Receiving objects: 18% (297/1649) 2024-08-22T20:29:08.3566231Z Receiving objects: 19% (314/1649) 2024-08-22T20:29:08.3567051Z Receiving objects: 20% (330/1649) 2024-08-22T20:29:08.3572368Z Receiving objects: 21% (347/1649) 2024-08-22T20:29:08.3575512Z Receiving objects: 22% (363/1649) 2024-08-22T20:29:08.3579335Z Receiving objects: 23% (380/1649) 2024-08-22T20:29:08.3589980Z Receiving objects: 24% (396/1649) 2024-08-22T20:29:08.3607008Z Receiving objects: 25% (413/1649) 2024-08-22T20:29:08.3609848Z Receiving objects: 26% (429/1649) 2024-08-22T20:29:08.3611409Z Receiving objects: 27% (446/1649) 2024-08-22T20:29:08.3618678Z Receiving objects: 28% (462/1649) 2024-08-22T20:29:08.3621744Z Receiving objects: 29% (479/1649) 2024-08-22T20:29:08.3631463Z Receiving objects: 30% (495/1649) 2024-08-22T20:29:08.3638687Z Receiving objects: 31% (512/1649) 2024-08-22T20:29:08.3645035Z Receiving objects: 32% (528/1649) 2024-08-22T20:29:08.3653860Z Receiving objects: 33% (545/1649) 2024-08-22T20:29:08.3654830Z Receiving objects: 34% (561/1649) 2024-08-22T20:29:08.3657573Z Receiving objects: 35% (578/1649) 2024-08-22T20:29:08.3663689Z Receiving objects: 36% (594/1649) 2024-08-22T20:29:08.3670562Z Receiving objects: 37% (611/1649) 2024-08-22T20:29:08.3673631Z Receiving objects: 38% (627/1649) 2024-08-22T20:29:08.3678145Z Receiving objects: 39% (644/1649) 2024-08-22T20:29:08.3683345Z Receiving objects: 40% (660/1649) 2024-08-22T20:29:08.3688016Z Receiving objects: 41% (677/1649) 2024-08-22T20:29:08.3692917Z Receiving objects: 42% (693/1649) 2024-08-22T20:29:08.3696135Z Receiving objects: 43% (710/1649) 2024-08-22T20:29:08.3698861Z Receiving objects: 44% (726/1649) 2024-08-22T20:29:08.3703091Z Receiving objects: 45% (743/1649) 2024-08-22T20:29:08.3707565Z Receiving objects: 46% (759/1649) 2024-08-22T20:29:08.3710156Z Receiving objects: 47% (776/1649) 2024-08-22T20:29:08.3713565Z Receiving objects: 48% (792/1649) 2024-08-22T20:29:08.3716760Z Receiving objects: 49% (809/1649) 2024-08-22T20:29:08.3721349Z Receiving objects: 50% (825/1649) 2024-08-22T20:29:08.3724423Z Receiving objects: 51% (841/1649) 2024-08-22T20:29:08.3726999Z Receiving objects: 52% (858/1649) 2024-08-22T20:29:08.3732365Z Receiving objects: 53% (874/1649) 2024-08-22T20:29:08.3736571Z Receiving objects: 54% (891/1649) 2024-08-22T20:29:08.3737633Z Receiving objects: 55% (907/1649) 2024-08-22T20:29:08.3740779Z Receiving objects: 56% (924/1649) 2024-08-22T20:29:08.3744398Z Receiving objects: 57% (940/1649) 2024-08-22T20:29:08.3750120Z Receiving objects: 58% (957/1649) 2024-08-22T20:29:08.3758501Z Receiving objects: 59% (973/1649) 2024-08-22T20:29:08.3762658Z Receiving objects: 60% (990/1649) 2024-08-22T20:29:08.3766401Z Receiving objects: 61% (1006/1649) 2024-08-22T20:29:08.3769876Z Receiving objects: 62% (1023/1649) 2024-08-22T20:29:08.3775337Z Receiving objects: 63% (1039/1649) 2024-08-22T20:29:08.3781381Z Receiving objects: 64% (1056/1649) 2024-08-22T20:29:08.3785987Z Receiving objects: 65% (1072/1649) 2024-08-22T20:29:08.3787959Z Receiving objects: 66% (1089/1649) 2024-08-22T20:29:08.3792294Z Receiving objects: 67% (1105/1649) 2024-08-22T20:29:08.3796612Z Receiving objects: 68% (1122/1649) 2024-08-22T20:29:08.3802954Z Receiving objects: 69% (1138/1649) 2024-08-22T20:29:08.3808477Z Receiving objects: 70% (1155/1649) 2024-08-22T20:29:08.3816679Z Receiving objects: 71% (1171/1649) 2024-08-22T20:29:08.3824751Z Receiving objects: 72% (1188/1649) 2024-08-22T20:29:08.3864015Z Receiving objects: 73% (1204/1649) 2024-08-22T20:29:08.3869814Z Receiving objects: 74% (1221/1649) 2024-08-22T20:29:08.3954804Z Receiving objects: 75% (1237/1649) 2024-08-22T20:29:08.3955990Z Receiving objects: 76% (1254/1649) 2024-08-22T20:29:08.3962707Z Receiving objects: 77% (1270/1649) 2024-08-22T20:29:08.3963726Z Receiving objects: 78% (1287/1649) 2024-08-22T20:29:08.3966626Z Receiving objects: 79% (1303/1649) 2024-08-22T20:29:08.3972436Z Receiving objects: 80% (1320/1649) 2024-08-22T20:29:08.3981695Z Receiving objects: 81% (1336/1649) 2024-08-22T20:29:08.4029569Z Receiving objects: 82% (1353/1649) 2024-08-22T20:29:08.4031569Z Receiving objects: 83% (1369/1649) 2024-08-22T20:29:08.4034763Z Receiving objects: 84% (1386/1649) 2024-08-22T20:29:08.4037218Z Receiving objects: 85% (1402/1649) 2024-08-22T20:29:08.4037784Z Receiving objects: 86% (1419/1649) 2024-08-22T20:29:08.4038195Z Receiving objects: 87% (1435/1649) 2024-08-22T20:29:08.4039956Z Receiving objects: 88% (1452/1649) 2024-08-22T20:29:08.4042527Z Receiving objects: 89% (1468/1649) 2024-08-22T20:29:08.4045099Z Receiving objects: 90% (1485/1649) 2024-08-22T20:29:08.4046147Z Receiving objects: 91% (1501/1649) 2024-08-22T20:29:08.4046617Z Receiving objects: 92% (1518/1649) 2024-08-22T20:29:08.4047810Z Receiving objects: 93% (1534/1649) 2024-08-22T20:29:08.4050851Z Receiving objects: 94% (1551/1649) 2024-08-22T20:29:08.4051660Z Receiving objects: 95% (1567/1649) 2024-08-22T20:29:08.4058570Z Receiving objects: 96% (1584/1649) 2024-08-22T20:29:08.4071365Z Receiving objects: 97% (1600/1649) 2024-08-22T20:29:08.4082614Z Receiving objects: 98% (1617/1649) 2024-08-22T20:29:08.4103451Z Receiving objects: 99% (1633/1649) 2024-08-22T20:29:08.4104368Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:29:08.4118886Z Receiving objects: 100% (1649/1649) 2024-08-22T20:29:08.4119434Z Receiving objects: 100% (1649/1649), 2.83 MiB | 27.10 MiB/s, done. 2024-08-22T20:29:08.4126772Z Resolving deltas: 0% (0/371) 2024-08-22T20:29:08.4128687Z Resolving deltas: 1% (4/371) 2024-08-22T20:29:08.4129132Z Resolving deltas: 2% (8/371) 2024-08-22T20:29:08.4130171Z Resolving deltas: 3% (12/371) 2024-08-22T20:29:08.4131878Z Resolving deltas: 4% (15/371) 2024-08-22T20:29:08.4133176Z Resolving deltas: 5% (19/371) 2024-08-22T20:29:08.4135170Z Resolving deltas: 6% (23/371) 2024-08-22T20:29:08.4135566Z Resolving deltas: 7% (29/371) 2024-08-22T20:29:08.4136246Z Resolving deltas: 8% (30/371) 2024-08-22T20:29:08.4138293Z Resolving deltas: 9% (34/371) 2024-08-22T20:29:08.4138689Z Resolving deltas: 10% (39/371) 2024-08-22T20:29:08.4139870Z Resolving deltas: 11% (41/371) 2024-08-22T20:29:08.4141648Z Resolving deltas: 12% (45/371) 2024-08-22T20:29:08.4142122Z Resolving deltas: 13% (49/371) 2024-08-22T20:29:08.4144473Z Resolving deltas: 14% (52/371) 2024-08-22T20:29:08.4145036Z Resolving deltas: 15% (58/371) 2024-08-22T20:29:08.4148653Z Resolving deltas: 16% (60/371) 2024-08-22T20:29:08.4159293Z Resolving deltas: 17% (65/371) 2024-08-22T20:29:08.4163503Z Resolving deltas: 18% (67/371) 2024-08-22T20:29:08.4164036Z Resolving deltas: 19% (71/371) 2024-08-22T20:29:08.4164753Z Resolving deltas: 20% (75/371) 2024-08-22T20:29:08.4165238Z Resolving deltas: 21% (78/371) 2024-08-22T20:29:08.4166141Z Resolving deltas: 22% (82/371) 2024-08-22T20:29:08.4167156Z Resolving deltas: 23% (86/371) 2024-08-22T20:29:08.4167688Z Resolving deltas: 24% (90/371) 2024-08-22T20:29:08.4186708Z Resolving deltas: 25% (93/371) 2024-08-22T20:29:08.4187308Z Resolving deltas: 26% (97/371) 2024-08-22T20:29:08.4187863Z Resolving deltas: 27% (101/371) 2024-08-22T20:29:08.4188368Z Resolving deltas: 28% (104/371) 2024-08-22T20:29:08.4188814Z Resolving deltas: 29% (109/371) 2024-08-22T20:29:08.4189191Z Resolving deltas: 30% (112/371) 2024-08-22T20:29:08.4189613Z Resolving deltas: 31% (116/371) 2024-08-22T20:29:08.4190041Z Resolving deltas: 32% (119/371) 2024-08-22T20:29:08.4190415Z Resolving deltas: 33% (123/371) 2024-08-22T20:29:08.4190779Z Resolving deltas: 34% (127/371) 2024-08-22T20:29:08.4191244Z Resolving deltas: 35% (131/371) 2024-08-22T20:29:08.4191660Z Resolving deltas: 36% (134/371) 2024-08-22T20:29:08.4192177Z Resolving deltas: 37% (138/371) 2024-08-22T20:29:08.4192665Z Resolving deltas: 38% (141/371) 2024-08-22T20:29:08.4193043Z Resolving deltas: 39% (145/371) 2024-08-22T20:29:08.4193447Z Resolving deltas: 40% (150/371) 2024-08-22T20:29:08.4193840Z Resolving deltas: 41% (153/371) 2024-08-22T20:29:08.4194255Z Resolving deltas: 42% (156/371) 2024-08-22T20:29:08.4194719Z Resolving deltas: 43% (160/371) 2024-08-22T20:29:08.4195112Z Resolving deltas: 44% (164/371) 2024-08-22T20:29:08.4195884Z Resolving deltas: 45% (167/371) 2024-08-22T20:29:08.4196413Z Resolving deltas: 46% (171/371) 2024-08-22T20:29:08.4196966Z Resolving deltas: 47% (175/371) 2024-08-22T20:29:08.4197756Z Resolving deltas: 48% (180/371) 2024-08-22T20:29:08.4198398Z Resolving deltas: 49% (183/371) 2024-08-22T20:29:08.4198978Z Resolving deltas: 50% (186/371) 2024-08-22T20:29:08.4200035Z Resolving deltas: 51% (190/371) 2024-08-22T20:29:08.4200537Z Resolving deltas: 52% (193/371) 2024-08-22T20:29:08.4202699Z Resolving deltas: 53% (197/371) 2024-08-22T20:29:08.4203216Z Resolving deltas: 54% (201/371) 2024-08-22T20:29:08.4203644Z Resolving deltas: 55% (205/371) 2024-08-22T20:29:08.4204168Z Resolving deltas: 56% (208/371) 2024-08-22T20:29:08.4206281Z Resolving deltas: 57% (212/371) 2024-08-22T20:29:08.4208444Z Resolving deltas: 58% (217/371) 2024-08-22T20:29:08.4209682Z Resolving deltas: 59% (219/371) 2024-08-22T20:29:08.4210478Z Resolving deltas: 60% (223/371) 2024-08-22T20:29:08.4212566Z Resolving deltas: 61% (227/371) 2024-08-22T20:29:08.4213008Z Resolving deltas: 62% (232/371) 2024-08-22T20:29:08.4215470Z Resolving deltas: 63% (234/371) 2024-08-22T20:29:08.4215999Z Resolving deltas: 64% (239/371) 2024-08-22T20:29:08.4218109Z Resolving deltas: 65% (242/371) 2024-08-22T20:29:08.4218800Z Resolving deltas: 66% (246/371) 2024-08-22T20:29:08.4219452Z Resolving deltas: 67% (249/371) 2024-08-22T20:29:08.4219905Z Resolving deltas: 68% (253/371) 2024-08-22T20:29:08.4220408Z Resolving deltas: 69% (256/371) 2024-08-22T20:29:08.4220852Z Resolving deltas: 70% (260/371) 2024-08-22T20:29:08.4221287Z Resolving deltas: 71% (264/371) 2024-08-22T20:29:08.4221725Z Resolving deltas: 72% (270/371) 2024-08-22T20:29:08.4222158Z Resolving deltas: 73% (271/371) 2024-08-22T20:29:08.4222597Z Resolving deltas: 74% (276/371) 2024-08-22T20:29:08.4223058Z Resolving deltas: 75% (280/371) 2024-08-22T20:29:08.4223694Z Resolving deltas: 76% (283/371) 2024-08-22T20:29:08.4224225Z Resolving deltas: 77% (286/371) 2024-08-22T20:29:08.4224608Z Resolving deltas: 78% (290/371) 2024-08-22T20:29:08.4225035Z Resolving deltas: 79% (294/371) 2024-08-22T20:29:08.4225431Z Resolving deltas: 80% (297/371) 2024-08-22T20:29:08.4225925Z Resolving deltas: 81% (301/371) 2024-08-22T20:29:08.4226351Z Resolving deltas: 82% (305/371) 2024-08-22T20:29:08.4226780Z Resolving deltas: 83% (308/371) 2024-08-22T20:29:08.4227155Z Resolving deltas: 84% (312/371) 2024-08-22T20:29:08.4227603Z Resolving deltas: 85% (316/371) 2024-08-22T20:29:08.4228106Z Resolving deltas: 86% (320/371) 2024-08-22T20:29:08.4228504Z Resolving deltas: 87% (323/371) 2024-08-22T20:29:08.4228936Z Resolving deltas: 88% (327/371) 2024-08-22T20:29:08.4229306Z Resolving deltas: 89% (331/371) 2024-08-22T20:29:08.4229680Z Resolving deltas: 90% (334/371) 2024-08-22T20:29:08.4230170Z Resolving deltas: 91% (339/371) 2024-08-22T20:29:08.4230646Z Resolving deltas: 92% (342/371) 2024-08-22T20:29:08.4231027Z Resolving deltas: 93% (346/371) 2024-08-22T20:29:08.4232934Z Resolving deltas: 94% (349/371) 2024-08-22T20:29:08.4234620Z Resolving deltas: 95% (353/371) 2024-08-22T20:29:08.4237181Z Resolving deltas: 96% (357/371) 2024-08-22T20:29:08.4239154Z Resolving deltas: 97% (360/371) 2024-08-22T20:29:08.4239575Z Resolving deltas: 98% (366/371) 2024-08-22T20:29:08.4242509Z Resolving deltas: 99% (368/371) 2024-08-22T20:29:08.4243568Z Resolving deltas: 100% (371/371) 2024-08-22T20:29:08.4243986Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:29:08.4638343Z From https://github.com/pytorch/test-infra 2024-08-22T20:29:08.4638927Z * [new branch] main -> origin/main 2024-08-22T20:29:08.4664830Z ##[endgroup] 2024-08-22T20:29:08.4665363Z ##[group]Determining the checkout info 2024-08-22T20:29:08.4666888Z ##[endgroup] 2024-08-22T20:29:08.4667400Z ##[group]Checking out the ref 2024-08-22T20:29:08.4671041Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:29:08.5834137Z Switched to a new branch 'main' 2024-08-22T20:29:08.5834655Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:29:08.5844996Z ##[endgroup] 2024-08-22T20:29:08.5845562Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:29:08.5850184Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:08.5910869Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:29:08.5953709Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:29:08.5997408Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:29:08.6037335Z ##[endgroup] 2024-08-22T20:29:08.6037859Z ##[group]Fetching submodules 2024-08-22T20:29:08.6040414Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:29:08.6391701Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:29:08.6757189Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:29:08.7104461Z ##[endgroup] 2024-08-22T20:29:08.7105240Z ##[group]Persisting credentials for submodules 2024-08-22T20:29:08.7109914Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-22T20:29:08.7462101Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-22T20:29:08.7813675Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:29:08.8172084Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:29:08.8520426Z ##[endgroup] 2024-08-22T20:29:08.8570604Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:08.8607938Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:29:08.8908000Z Prepare all required actions 2024-08-22T20:29:08.8908493Z Getting action download info 2024-08-22T20:29:09.0212680Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:29:09.4427844Z Getting action download info 2024-08-22T20:29:09.5652558Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:29:09.7743186Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:29:09.7743702Z env: 2024-08-22T20:29:09.7744175Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:09.7744738Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:09.7745186Z PR_NUMBER: 1044 2024-08-22T20:29:09.7750427Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:09.7756055Z ##[endgroup] 2024-08-22T20:29:09.7954477Z ##[group]Run set -euo pipefail 2024-08-22T20:29:09.7954971Z set -euo pipefail 2024-08-22T20:29:09.7955472Z function get_ec2_metadata() { 2024-08-22T20:29:09.7956103Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:29:09.7957063Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:29:09.7957936Z  category=$1 2024-08-22T20:29:09.7958556Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:29:09.7959200Z } 2024-08-22T20:29:09.7959676Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:29:09.7960704Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:29:09.7961431Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:29:09.7962173Z echo "system info $(uname -a)" 2024-08-22T20:29:09.7971589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:09.7972231Z env: 2024-08-22T20:29:09.7972668Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:09.7973181Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:09.7973699Z PR_NUMBER: 1044 2024-08-22T20:29:09.7979053Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:09.7984785Z ##[endgroup] 2024-08-22T20:29:09.8082756Z ami-id: ami-06c68f701d8090592 2024-08-22T20:29:09.8141384Z instance-id: i-0a2c28cdd0744cb4e 2024-08-22T20:29:09.8203807Z instance-type: g5.4xlarge 2024-08-22T20:29:09.8216985Z system info Linux ip-10-0-27-213.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:29:09.8528555Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:29:09.8529153Z if systemctl is-active --quiet docker; then 2024-08-22T20:29:09.8529693Z  echo "Docker daemon is running..."; 2024-08-22T20:29:09.8530131Z else 2024-08-22T20:29:09.8530613Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:29:09.8531192Z fi 2024-08-22T20:29:09.8540227Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:09.8540723Z env: 2024-08-22T20:29:09.8541059Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:09.8541548Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:09.8541942Z PR_NUMBER: 1044 2024-08-22T20:29:09.8547795Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:09.8553140Z ##[endgroup] 2024-08-22T20:29:09.8644058Z Docker daemon is running... 2024-08-22T20:29:09.8671170Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:09.8672032Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:29:09.8672765Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:29:09.8673622Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:29:09.8674578Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:29:09.8683273Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:09.8683765Z env: 2024-08-22T20:29:09.8684081Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:09.8684537Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:09.8684909Z PR_NUMBER: 1044 2024-08-22T20:29:09.8690089Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:09.8695602Z AWS_RETRY_MODE: standard 2024-08-22T20:29:09.8695962Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:29:09.8696298Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:29:09.8696669Z ##[endgroup] 2024-08-22T20:29:10.9540920Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:10.9541772Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:10.9542784Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:10.9543295Z 2024-08-22T20:29:10.9543657Z Login Succeeded 2024-08-22T20:29:10.9600676Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:10.9601445Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:10.9602148Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:29:10.9611209Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:10.9611693Z env: 2024-08-22T20:29:10.9612018Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:10.9612474Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:10.9612843Z PR_NUMBER: 1044 2024-08-22T20:29:10.9617825Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:10.9623278Z ##[endgroup] 2024-08-22T20:29:10.9722061Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:10.9722696Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:29:10.9723219Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:10.9723692Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:29:10.9724313Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:10.9724867Z  2024-08-22T20:29:10.9725263Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:29:10.9725827Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:10.9726323Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:29:10.9726964Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:10.9727552Z  2024-08-22T20:29:10.9727875Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:29:10.9728342Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:10.9728783Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:29:10.9729504Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:29:10.9738504Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:10.9739086Z env: 2024-08-22T20:29:10.9739566Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:10.9740027Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:10.9740396Z PR_NUMBER: 1044 2024-08-22T20:29:10.9745367Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:10.9750702Z ##[endgroup] 2024-08-22T20:29:11.1617349Z ##[group]Run needs=0 2024-08-22T20:29:11.1617680Z needs=0 2024-08-22T20:29:11.1618456Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:29:11.1619194Z  needs=1 2024-08-22T20:29:11.1619496Z fi 2024-08-22T20:29:11.1619840Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:29:11.1629013Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:11.1629512Z env: 2024-08-22T20:29:11.1629834Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.1630286Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.1630657Z PR_NUMBER: 1044 2024-08-22T20:29:11.1635636Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:11.1641138Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.1641897Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.1642621Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.1643171Z ##[endgroup] 2024-08-22T20:29:11.2017412Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:29:11.2017937Z with: 2024-08-22T20:29:11.2018214Z driver-version: 550.54.15 2024-08-22T20:29:11.2018550Z env: 2024-08-22T20:29:11.2018860Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.2019392Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.2019762Z PR_NUMBER: 1044 2024-08-22T20:29:11.2025064Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:11.2030585Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.2031349Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.2032068Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.2032578Z ##[endgroup] 2024-08-22T20:29:11.2092237Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:29:11.2092776Z with: 2024-08-22T20:29:11.2093041Z timeout_minutes: 10 2024-08-22T20:29:11.2093355Z max_attempts: 3 2024-08-22T20:29:11.2125112Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:29:11.2157208Z retry_wait_seconds: 10 2024-08-22T20:29:11.2157558Z polling_interval_seconds: 1 2024-08-22T20:29:11.2157912Z warning_on_retry: true 2024-08-22T20:29:11.2158252Z continue_on_error: false 2024-08-22T20:29:11.2158584Z env: 2024-08-22T20:29:11.2158891Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:11.2159336Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:11.2159700Z PR_NUMBER: 1044 2024-08-22T20:29:11.2165367Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:11.2171115Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:11.2171863Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:11.2172581Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:11.2173100Z DRIVER_VERSION: 550.54.15 2024-08-22T20:29:11.2173440Z ##[endgroup] 2024-08-22T20:29:11.3092918Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:29:11.3093648Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:29:11.3095729Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:29:11.5531516Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:29:11.5532884Z No packages marked for removal. 2024-08-22T20:29:11.5594959Z Dependencies resolved. 2024-08-22T20:29:11.5605431Z Nothing to do. 2024-08-22T20:29:11.5605829Z Complete! 2024-08-22T20:29:11.5921498Z + install_nvidia_driver_common 2024-08-22T20:29:11.5924277Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:29:11.5924842Z Before installing NVIDIA driver 2024-08-22T20:29:11.5925637Z + lspci 2024-08-22T20:29:11.6036764Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:11.6037658Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:11.6038884Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:11.6039915Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:11.6040990Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:11.6041951Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:11.6042688Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:11.6043556Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:11.6044136Z + lsmod 2024-08-22T20:29:11.6081757Z Module Size Used by 2024-08-22T20:29:11.6082236Z xt_conntrack 16384 1 2024-08-22T20:29:11.6082729Z nft_chain_nat 16384 3 2024-08-22T20:29:11.6083213Z xt_MASQUERADE 20480 1 2024-08-22T20:29:11.6083727Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:11.6084390Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:11.6085106Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:11.6085747Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:11.6086202Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:11.6086619Z xfrm_user 57344 1 2024-08-22T20:29:11.6087004Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:11.6087421Z xt_addrtype 16384 2 2024-08-22T20:29:11.6087784Z nft_compat 20480 4 2024-08-22T20:29:11.6088229Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:11.6088827Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:11.6089350Z br_netfilter 36864 0 2024-08-22T20:29:11.6089750Z bridge 307200 1 br_netfilter 2024-08-22T20:29:11.6090179Z stp 16384 1 bridge 2024-08-22T20:29:11.6090583Z llc 16384 2 bridge,stp 2024-08-22T20:29:11.6090997Z overlay 167936 0 2024-08-22T20:29:11.6091356Z tls 114688 0 2024-08-22T20:29:11.6091931Z nls_ascii 16384 1 2024-08-22T20:29:11.6092289Z nls_cp437 20480 1 2024-08-22T20:29:11.6092649Z vfat 24576 1 2024-08-22T20:29:11.6093005Z fat 86016 1 vfat 2024-08-22T20:29:11.6093420Z sunrpc 692224 1 2024-08-22T20:29:11.6093961Z ena 167936 0 2024-08-22T20:29:11.6094319Z ptp 36864 1 ena 2024-08-22T20:29:11.6094709Z pps_core 24576 1 ptp 2024-08-22T20:29:11.6095101Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:11.6095466Z aesni_intel 393216 0 2024-08-22T20:29:11.6095825Z i8042 45056 0 2024-08-22T20:29:11.6096190Z serio 28672 3 i8042 2024-08-22T20:29:11.6096598Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:11.6097108Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:11.6097595Z button 24576 0 2024-08-22T20:29:11.6097962Z sch_fq_codel 20480 17 2024-08-22T20:29:11.6098333Z dm_mod 188416 0 2024-08-22T20:29:11.6098690Z fuse 163840 1 2024-08-22T20:29:11.6099163Z configfs 57344 1 2024-08-22T20:29:11.6099526Z dax 45056 1 dm_mod 2024-08-22T20:29:11.6099908Z loop 36864 0 2024-08-22T20:29:11.6100269Z dmi_sysfs 20480 0 2024-08-22T20:29:11.6100621Z crc32_pclmul 16384 0 2024-08-22T20:29:11.6101095Z crc32c_intel 24576 0 2024-08-22T20:29:11.6101535Z efivarfs 24576 1 2024-08-22T20:29:11.6102002Z + modinfo nvidia 2024-08-22T20:29:11.6102875Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:11.6103827Z alias: char-major-195-* 2024-08-22T20:29:11.6104205Z version: 550.54.15 2024-08-22T20:29:11.6104548Z supported: external 2024-08-22T20:29:11.6104884Z license: NVIDIA 2024-08-22T20:29:11.6105249Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:11.6105738Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:11.6106190Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:11.6106644Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:11.6107136Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:11.6107620Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:11.6108108Z depends: i2c-core,drm 2024-08-22T20:29:11.6108467Z retpoline: Y 2024-08-22T20:29:11.6108767Z name: nvidia 2024-08-22T20:29:11.6109366Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:11.6110052Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:11.6110691Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:11.6111272Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:11.6111711Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:11.6112136Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:11.6112586Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:11.6113052Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:11.6113507Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:11.6114034Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:11.6114585Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:11.6115063Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:11.6115493Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:11.6115898Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:11.6116350Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:11.6116875Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:11.6117442Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:11.6117995Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:11.6118597Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:11.6119297Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:11.6119898Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:11.6120480Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:11.6121052Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:11.6121580Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:11.6122121Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:11.6122605Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:11.6123102Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:11.6123597Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:11.6124052Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:11.6124493Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:11.6124993Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:11.6125511Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:11.6125986Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:11.6126470Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:11.6126962Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:11.6127435Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:11.6127933Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:11.6128405Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:11.6128807Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:11.6129273Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:11.6129738Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:11.6130182Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:11.6130653Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:11.6131123Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:11.6131566Z parm: rm_firmware_active:charp 2024-08-22T20:29:11.6131974Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:29:11.6132357Z ++ command -v nvidia-smi 2024-08-22T20:29:11.6132754Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:29:11.6133116Z + set +e 2024-08-22T20:29:11.6133616Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:29:13.8567925Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:29:13.8568564Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:13.8569242Z + '[' 0 -ne 0 ']' 2024-08-22T20:29:13.8569625Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:29:13.8569999Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:29:13.8570740Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:29:13.8571490Z + set -e 2024-08-22T20:29:13.8571797Z + '[' 1 -eq 0 ']' 2024-08-22T20:29:13.8572357Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:29:13.8573040Z + post_install_nvidia_driver_common 2024-08-22T20:29:13.8573931Z + sudo modprobe nvidia 2024-08-22T20:29:13.9255755Z + echo 'After installing NVIDIA driver' 2024-08-22T20:29:13.9256350Z + lspci 2024-08-22T20:29:13.9256687Z After installing NVIDIA driver 2024-08-22T20:29:13.9365495Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:29:13.9366268Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:29:13.9367202Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:29:13.9367995Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:29:13.9368781Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:29:13.9369546Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:29:13.9370260Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:29:13.9371045Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:29:13.9371607Z + lsmod 2024-08-22T20:29:13.9397192Z Module Size Used by 2024-08-22T20:29:13.9398079Z nvidia_uvm 4706304 0 2024-08-22T20:29:13.9398610Z nvidia 54071296 1 nvidia_uvm 2024-08-22T20:29:13.9399193Z drm 602112 1 nvidia 2024-08-22T20:29:13.9399765Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:29:13.9400567Z backlight 24576 1 drm 2024-08-22T20:29:13.9401128Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:29:13.9401673Z xt_conntrack 16384 1 2024-08-22T20:29:13.9402042Z nft_chain_nat 16384 3 2024-08-22T20:29:13.9402404Z xt_MASQUERADE 20480 1 2024-08-22T20:29:13.9402844Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:29:13.9403323Z nf_conntrack_netlink 57344 0 2024-08-22T20:29:13.9403878Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:29:13.9404498Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:29:13.9404972Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:29:13.9405387Z xfrm_user 57344 1 2024-08-22T20:29:13.9405790Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:29:13.9406192Z xt_addrtype 16384 2 2024-08-22T20:29:13.9406551Z nft_compat 20480 4 2024-08-22T20:29:13.9406996Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:29:13.9407599Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:29:13.9408126Z br_netfilter 36864 0 2024-08-22T20:29:13.9408516Z bridge 307200 1 br_netfilter 2024-08-22T20:29:13.9408941Z stp 16384 1 bridge 2024-08-22T20:29:13.9409347Z llc 16384 2 bridge,stp 2024-08-22T20:29:13.9409747Z overlay 167936 0 2024-08-22T20:29:13.9410101Z tls 114688 0 2024-08-22T20:29:13.9410455Z nls_ascii 16384 1 2024-08-22T20:29:13.9410805Z nls_cp437 20480 1 2024-08-22T20:29:13.9411158Z vfat 24576 1 2024-08-22T20:29:13.9411515Z fat 86016 1 vfat 2024-08-22T20:29:13.9411894Z sunrpc 692224 1 2024-08-22T20:29:13.9412249Z ena 167936 0 2024-08-22T20:29:13.9412606Z ptp 36864 1 ena 2024-08-22T20:29:13.9412985Z pps_core 24576 1 ptp 2024-08-22T20:29:13.9413381Z ghash_clmulni_intel 16384 0 2024-08-22T20:29:13.9413801Z aesni_intel 393216 0 2024-08-22T20:29:13.9414147Z i8042 45056 0 2024-08-22T20:29:13.9414507Z serio 28672 3 i8042 2024-08-22T20:29:13.9414921Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:29:13.9415420Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:29:13.9415904Z button 24576 0 2024-08-22T20:29:13.9416292Z sch_fq_codel 20480 17 2024-08-22T20:29:13.9416726Z dm_mod 188416 0 2024-08-22T20:29:13.9417101Z fuse 163840 1 2024-08-22T20:29:13.9417533Z configfs 57344 1 2024-08-22T20:29:13.9417904Z dax 45056 1 dm_mod 2024-08-22T20:29:13.9418286Z loop 36864 0 2024-08-22T20:29:13.9418645Z dmi_sysfs 20480 0 2024-08-22T20:29:13.9419100Z crc32_pclmul 16384 0 2024-08-22T20:29:13.9419460Z crc32c_intel 24576 0 2024-08-22T20:29:13.9419820Z efivarfs 24576 1 2024-08-22T20:29:13.9420163Z + modinfo nvidia 2024-08-22T20:29:13.9420848Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:29:13.9421533Z alias: char-major-195-* 2024-08-22T20:29:13.9421897Z version: 550.54.15 2024-08-22T20:29:13.9422232Z supported: external 2024-08-22T20:29:13.9422609Z license: NVIDIA 2024-08-22T20:29:13.9423016Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:29:13.9423491Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:29:13.9423983Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:29:13.9424434Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:29:13.9425043Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:29:13.9425520Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:29:13.9426009Z depends: i2c-core,drm 2024-08-22T20:29:13.9426357Z retpoline: Y 2024-08-22T20:29:13.9426741Z name: nvidia 2024-08-22T20:29:13.9427334Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:29:13.9428019Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:29:13.9428645Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:29:13.9429222Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:29:13.9429650Z parm: NVreg_RmLogonRC:int 2024-08-22T20:29:13.9430072Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:29:13.9430517Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:29:13.9430935Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:29:13.9431364Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:29:13.9431885Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:29:13.9432428Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:29:13.9432893Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:29:13.9433324Z parm: NVreg_EnableMSI:int 2024-08-22T20:29:13.9433772Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:29:13.9434216Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:29:13.9434736Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:29:13.9435297Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:29:13.9435840Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:29:13.9436434Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:13.9437011Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:29:13.9437602Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:29:13.9438183Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:29:13.9438660Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:29:13.9439180Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:29:13.9439715Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:29:13.9440197Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:29:13.9440645Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:29:13.9441115Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:29:13.9441569Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:29:13.9442007Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:29:13.9442498Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:29:13.9443007Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:29:13.9443477Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:29:13.9443955Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:29:13.9444435Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:29:13.9444913Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:29:13.9445400Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:29:13.9445862Z parm: NVreg_RmMsg:charp 2024-08-22T20:29:13.9446264Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:29:13.9446727Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:29:13.9447187Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:29:13.9447624Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:29:13.9448096Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:29:13.9448559Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:29:13.9448991Z parm: rm_firmware_active:charp 2024-08-22T20:29:13.9449394Z + set +e 2024-08-22T20:29:13.9449693Z + nvidia-smi 2024-08-22T20:29:15.5080213Z Thu Aug 22 20:29:15 2024 2024-08-22T20:29:15.5081551Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:15.5083193Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:15.5084572Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:15.5085831Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:15.5086739Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:15.5087430Z | | | MIG M. | 2024-08-22T20:29:15.5087986Z |=========================================+========================+======================| 2024-08-22T20:29:15.5178350Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:15.5179169Z | 0% 32C P0 57W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:15.5179796Z | | | N/A | 2024-08-22T20:29:15.5180506Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:15.5181202Z 2024-08-22T20:29:15.5181881Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:15.5182496Z | Processes: | 2024-08-22T20:29:15.5183189Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:15.5183882Z | ID ID Usage | 2024-08-22T20:29:15.5184493Z |=========================================================================================| 2024-08-22T20:29:15.5185133Z | No running processes found | 2024-08-22T20:29:15.5185898Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:16.1218407Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:29:17.6941590Z NVIDIA A10G 2024-08-22T20:29:18.1441397Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:29:18.1443120Z + '[' 0 -eq 0 ']' 2024-08-22T20:29:18.1443620Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:29:18.1444042Z + set -e 2024-08-22T20:29:18.1444340Z INFO: Ignoring allowed status 0 2024-08-22T20:29:18.1450976Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:29:18.1455036Z + sudo yum install -y yum-utils 2024-08-22T20:29:18.5467667Z Last metadata expiration check: 0:00:37 ago on Thu Aug 22 20:28:41 2024. 2024-08-22T20:29:18.5686285Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:29:18.5987814Z Dependencies resolved. 2024-08-22T20:29:18.6112525Z Nothing to do. 2024-08-22T20:29:18.6112890Z Complete! 2024-08-22T20:29:18.6482417Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:29:18.6483513Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:18.6484805Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:18.9485623Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:29:19.0112422Z + sudo yum install -y nvidia-docker2 2024-08-22T20:29:19.4845972Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:29:19.5062538Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:29:19.5360136Z Dependencies resolved. 2024-08-22T20:29:19.5485123Z Nothing to do. 2024-08-22T20:29:19.5485495Z Complete! 2024-08-22T20:29:19.5866062Z + sudo systemctl restart docker 2024-08-22T20:29:23.9004713Z Thu Aug 22 20:29:23 2024 2024-08-22T20:29:23.9005757Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:23.9006858Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:29:23.9007643Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:23.9008594Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:29:23.9009488Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:29:23.9010156Z | | | MIG M. | 2024-08-22T20:29:23.9010702Z |=========================================+========================+======================| 2024-08-22T20:29:23.9123616Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:29:23.9124529Z | 0% 32C P0 57W / 300W | 0MiB / 23028MiB | 5% Default | 2024-08-22T20:29:23.9125339Z | | | N/A | 2024-08-22T20:29:23.9126248Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:29:23.9126904Z 2024-08-22T20:29:23.9127568Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:23.9128188Z | Processes: | 2024-08-22T20:29:23.9128879Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:29:23.9129564Z | ID ID Usage | 2024-08-22T20:29:23.9130119Z |=========================================================================================| 2024-08-22T20:29:23.9130767Z | No running processes found | 2024-08-22T20:29:23.9131514Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:24.2841701Z Command completed after 1 attempt(s). 2024-08-22T20:29:24.2942044Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:24.2942964Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:24.2943548Z # shellcheck disable=SC2046 2024-08-22T20:29:24.2943998Z docker stop $(docker ps -q) || true 2024-08-22T20:29:24.2944466Z # Prune all of the docker images 2024-08-22T20:29:24.2944912Z docker system prune -af 2024-08-22T20:29:24.2959172Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:24.2959660Z env: 2024-08-22T20:29:24.2960314Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:24.2960775Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:24.2961147Z PR_NUMBER: 1044 2024-08-22T20:29:24.2966157Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:24.2971848Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:24.2972610Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:24.2973487Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:24.2974101Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:24.2974572Z ##[endgroup] 2024-08-22T20:29:24.3300805Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:24.3301589Z See 'docker stop --help'. 2024-08-22T20:29:24.3301820Z 2024-08-22T20:29:24.3302037Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:24.3302406Z 2024-08-22T20:29:24.3302550Z Stop one or more running containers 2024-08-22T20:29:24.3494101Z Total reclaimed space: 0B 2024-08-22T20:29:24.3565523Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:24.3565994Z with: 2024-08-22T20:29:24.3566483Z github-secret: *** 2024-08-22T20:29:24.3567395Z 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:24.3568361Z activate-with-label: false 2024-08-22T20:29:24.3568715Z label: with-ssh 2024-08-22T20:29:24.3569035Z remove-existing-keys: true 2024-08-22T20:29:24.3569395Z fail-silently: true 2024-08-22T20:29:24.3569705Z env: 2024-08-22T20:29:24.3570022Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:24.3570467Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:24.3570839Z PR_NUMBER: 1044 2024-08-22T20:29:24.3575832Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:24.3582284Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:24.3583263Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:24.3584140Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:24.3584761Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:24.3585235Z ##[endgroup] 2024-08-22T20:29:24.4406290Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:24.7986046Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:24.8591319Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:24.8606700Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:24.8635787Z Login using: ssh ec2-user@ec2-34-200-238-179.compute-1.amazonaws.com 2024-08-22T20:29:24.8636810Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:24.8637621Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:24.8762200Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:24.8762590Z with: 2024-08-22T20:29:24.8762871Z repository: pytorch/torchchat 2024-08-22T20:29:24.8763425Z ref: refs/pull/1044/merge 2024-08-22T20:29:24.8763784Z path: pytorch/torchchat 2024-08-22T20:29:24.8764119Z fetch-depth: 1 2024-08-22T20:29:24.8764535Z token: *** 2024-08-22T20:29:24.8764823Z ssh-strict: true 2024-08-22T20:29:24.8765144Z persist-credentials: true 2024-08-22T20:29:24.8765489Z clean: true 2024-08-22T20:29:24.8765809Z sparse-checkout-cone-mode: true 2024-08-22T20:29:24.8766198Z fetch-tags: false 2024-08-22T20:29:24.8766495Z lfs: false 2024-08-22T20:29:24.8766797Z set-safe-directory: true 2024-08-22T20:29:24.8767131Z env: 2024-08-22T20:29:24.8767458Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:24.8767945Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:24.8768317Z PR_NUMBER: 1044 2024-08-22T20:29:24.8773314Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:24.8778845Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:24.8779679Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:24.8780400Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:24.8781018Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:24.8781492Z ##[endgroup] 2024-08-22T20:29:24.9661584Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:24.9669881Z ##[group]Getting Git version info 2024-08-22T20:29:24.9670718Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:24.9691802Z [command]/usr/bin/git version 2024-08-22T20:29:24.9743493Z git version 2.40.1 2024-08-22T20:29:24.9765646Z ##[endgroup] 2024-08-22T20:29:24.9779251Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fb4f93ac-4794-4f39-951a-5e44116e95f6' before making global git config changes 2024-08-22T20:29:24.9780486Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:24.9783615Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:24.9826725Z ##[group]Initializing the repository 2024-08-22T20:29:24.9829793Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:24.9873587Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:24.9874601Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:24.9875486Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:24.9876038Z hint: 2024-08-22T20:29:24.9876465Z hint: git config --global init.defaultBranch 2024-08-22T20:29:24.9876914Z hint: 2024-08-22T20:29:24.9877423Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:24.9878534Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:24.9879260Z hint: 2024-08-22T20:29:24.9879906Z hint: git branch -m 2024-08-22T20:29:24.9880828Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:24.9887055Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:24.9928378Z ##[endgroup] 2024-08-22T20:29:24.9929044Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:24.9931150Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:24.9971829Z ##[endgroup] 2024-08-22T20:29:24.9972344Z ##[group]Setting up auth 2024-08-22T20:29:24.9977409Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:25.0021047Z [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:25.0379096Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:25.0419942Z [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:25.0772284Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:25.0826767Z ##[endgroup] 2024-08-22T20:29:25.0827451Z ##[group]Fetching the repository 2024-08-22T20:29:25.0834068Z [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:25.2724763Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:25.2725480Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:25.2726149Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:25.2726803Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:25.2727450Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:25.2727983Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:25.2728614Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:25.2729240Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:25.2729851Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:25.2730328Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:25.2730811Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:25.2731291Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:25.2731767Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:25.2732248Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:25.2732725Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:25.2733203Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:25.2733750Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:25.2734224Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:25.2734710Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:25.2735318Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:25.2735931Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:25.2736544Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:25.2737018Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:25.2737494Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:25.2738033Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:25.2738514Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:25.2739103Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:25.2739577Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:25.2740284Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:25.2740760Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:25.2741236Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:25.2741846Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:25.2742315Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:25.2742791Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:25.2743265Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:25.2743807Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:25.2744287Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:25.2744765Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:25.2745233Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:25.2745758Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:25.2746240Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:25.2746707Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:25.2747192Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:25.2747675Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:25.2748206Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:25.2748776Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:25.2749270Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:25.2749755Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:25.2750243Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:25.2750730Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:25.2751220Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:25.2751700Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:25.2752191Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:25.2752733Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:25.2753221Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:25.2753712Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:25.2754195Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:25.2754670Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:25.2755163Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:25.2755642Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:25.2756124Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:25.2756661Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:25.2757145Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:25.2757625Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:25.2758109Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:25.2758590Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:25.2759065Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:25.2759553Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:25.2761478Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:25.2762030Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:25.2762513Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:25.2762991Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:25.2763461Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:25.2763924Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:25.2764394Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:25.2764869Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:25.2765335Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:25.2765805Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:25.2766275Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:25.2766765Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:25.2767261Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:25.2767899Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:25.2768373Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:25.2768844Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:25.2769443Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:25.2769982Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:25.2770464Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:25.2770943Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:25.2771417Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:25.2771895Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:25.2772436Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:25.2772911Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:25.2773389Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:25.2773885Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:25.2774378Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:25.2774849Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:25.2775344Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:25.2775982Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:25.2776534Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:25.2777015Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:25.2777490Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:25.2777958Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:25.2778468Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:25.2779098Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:25.2779604Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:25.2780131Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:25.2780796Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:25.2781404Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:25.2781919Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:25.2782435Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:25.2782950Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:25.2783464Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:25.2783971Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:25.2784481Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:25.2784988Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:25.2785494Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:25.2786003Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:25.2786511Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:25.2787014Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:25.2792767Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:25.2811208Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:25.2828960Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:25.2833503Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:25.2835933Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:25.2841548Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:25.2844503Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:25.2847135Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:25.2847816Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:25.2849794Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:25.2850465Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:25.2851879Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:25.2852536Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:25.2855372Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:25.2859468Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:25.2860407Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:25.2861250Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:25.2861777Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:25.2862457Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:25.2863077Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:25.2863580Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:25.2864164Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:25.2864819Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:25.2865371Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:25.2865875Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:25.2866371Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:25.2866890Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:25.2867575Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:25.2868198Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:25.2871125Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:25.2874813Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:25.2877577Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:25.2878242Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:25.2878831Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:25.2879899Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:25.2880566Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:25.2881225Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:25.2881754Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:25.2882339Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:25.2883033Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:25.2883673Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:25.2884182Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:25.2884785Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:25.2885453Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:25.2885991Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:25.2886491Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:25.2887357Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:25.2890171Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:25.2892731Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:25.2895428Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:25.2896113Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:25.2898023Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:25.2898705Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:25.2900599Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:25.2904480Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:25.2906939Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:25.2907618Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:25.2909077Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:25.2911926Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:25.2914565Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:25.2915250Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:25.2916551Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:25.2921475Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:25.2924023Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:25.2926886Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:25.2927809Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:25.2928414Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:25.2929069Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:25.2929758Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:25.2930429Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:25.2931060Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:25.2931588Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:25.2932110Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:25.2932618Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:25.2933142Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:25.2933658Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:25.2934164Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:25.2934695Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:25.2935214Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:25.2935718Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:25.2936234Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:25.2936749Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:25.2937253Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:25.2937761Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:25.2938267Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:25.2938816Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:25.2959773Z Receiving objects: 0% (1/237) 2024-08-22T20:29:25.2960356Z Receiving objects: 1% (3/237) 2024-08-22T20:29:25.2960791Z Receiving objects: 2% (5/237) 2024-08-22T20:29:25.2961861Z Receiving objects: 3% (8/237) 2024-08-22T20:29:25.2963997Z Receiving objects: 4% (10/237) 2024-08-22T20:29:25.2964857Z Receiving objects: 5% (12/237) 2024-08-22T20:29:25.2965293Z Receiving objects: 6% (15/237) 2024-08-22T20:29:25.2965686Z Receiving objects: 7% (17/237) 2024-08-22T20:29:25.2966082Z Receiving objects: 8% (19/237) 2024-08-22T20:29:25.2968927Z Receiving objects: 9% (22/237) 2024-08-22T20:29:25.2969988Z Receiving objects: 10% (24/237) 2024-08-22T20:29:25.2970466Z Receiving objects: 11% (27/237) 2024-08-22T20:29:25.2970855Z Receiving objects: 12% (29/237) 2024-08-22T20:29:25.2971251Z Receiving objects: 13% (31/237) 2024-08-22T20:29:25.2971679Z Receiving objects: 14% (34/237) 2024-08-22T20:29:25.2972130Z Receiving objects: 15% (36/237) 2024-08-22T20:29:25.2975700Z Receiving objects: 16% (38/237) 2024-08-22T20:29:25.2976324Z Receiving objects: 17% (41/237) 2024-08-22T20:29:25.2976803Z Receiving objects: 18% (43/237) 2024-08-22T20:29:25.2977242Z Receiving objects: 19% (46/237) 2024-08-22T20:29:25.2977795Z Receiving objects: 20% (48/237) 2024-08-22T20:29:25.2978284Z Receiving objects: 21% (50/237) 2024-08-22T20:29:25.2978758Z Receiving objects: 22% (53/237) 2024-08-22T20:29:25.2979389Z Receiving objects: 23% (55/237) 2024-08-22T20:29:25.2979868Z Receiving objects: 24% (57/237) 2024-08-22T20:29:25.2980341Z Receiving objects: 25% (60/237) 2024-08-22T20:29:25.2980883Z Receiving objects: 26% (62/237) 2024-08-22T20:29:25.2981357Z Receiving objects: 27% (64/237) 2024-08-22T20:29:25.2981820Z Receiving objects: 28% (67/237) 2024-08-22T20:29:25.2982412Z Receiving objects: 29% (69/237) 2024-08-22T20:29:25.2982913Z Receiving objects: 30% (72/237) 2024-08-22T20:29:25.2983352Z Receiving objects: 31% (74/237) 2024-08-22T20:29:25.2983881Z Receiving objects: 32% (76/237) 2024-08-22T20:29:25.2984384Z Receiving objects: 33% (79/237) 2024-08-22T20:29:25.2984868Z Receiving objects: 34% (81/237) 2024-08-22T20:29:25.2985371Z Receiving objects: 35% (83/237) 2024-08-22T20:29:25.2985867Z Receiving objects: 36% (86/237) 2024-08-22T20:29:25.2993896Z Receiving objects: 37% (88/237) 2024-08-22T20:29:25.2999025Z Receiving objects: 38% (91/237) 2024-08-22T20:29:25.2999546Z Receiving objects: 39% (93/237) 2024-08-22T20:29:25.3000029Z Receiving objects: 40% (95/237) 2024-08-22T20:29:25.3000705Z Receiving objects: 41% (98/237) 2024-08-22T20:29:25.3001180Z Receiving objects: 42% (100/237) 2024-08-22T20:29:25.3001665Z Receiving objects: 43% (102/237) 2024-08-22T20:29:25.3002199Z Receiving objects: 44% (105/237) 2024-08-22T20:29:25.3002680Z Receiving objects: 45% (107/237) 2024-08-22T20:29:25.3003191Z Receiving objects: 46% (110/237) 2024-08-22T20:29:25.3003724Z Receiving objects: 47% (112/237) 2024-08-22T20:29:25.3004163Z Receiving objects: 48% (114/237) 2024-08-22T20:29:25.3004663Z Receiving objects: 49% (117/237) 2024-08-22T20:29:25.3028536Z Receiving objects: 50% (119/237) 2024-08-22T20:29:25.3035368Z Receiving objects: 51% (121/237) 2024-08-22T20:29:25.3036778Z Receiving objects: 52% (124/237) 2024-08-22T20:29:25.3126139Z Receiving objects: 53% (126/237) 2024-08-22T20:29:25.3126626Z Receiving objects: 54% (128/237) 2024-08-22T20:29:25.3131430Z Receiving objects: 55% (131/237) 2024-08-22T20:29:25.3133683Z Receiving objects: 56% (133/237) 2024-08-22T20:29:25.3134249Z Receiving objects: 57% (136/237) 2024-08-22T20:29:25.3134765Z Receiving objects: 58% (138/237) 2024-08-22T20:29:25.3135234Z Receiving objects: 59% (140/237) 2024-08-22T20:29:25.3135725Z Receiving objects: 60% (143/237) 2024-08-22T20:29:25.3136217Z Receiving objects: 61% (145/237) 2024-08-22T20:29:25.3136692Z Receiving objects: 62% (147/237) 2024-08-22T20:29:25.3137181Z Receiving objects: 63% (150/237) 2024-08-22T20:29:25.3138328Z Receiving objects: 64% (152/237) 2024-08-22T20:29:25.3140429Z Receiving objects: 65% (155/237) 2024-08-22T20:29:25.3140936Z Receiving objects: 66% (157/237) 2024-08-22T20:29:25.3141446Z Receiving objects: 67% (159/237) 2024-08-22T20:29:25.3141949Z Receiving objects: 68% (162/237) 2024-08-22T20:29:25.3142467Z Receiving objects: 69% (164/237) 2024-08-22T20:29:25.3143373Z Receiving objects: 70% (166/237) 2024-08-22T20:29:25.3144642Z Receiving objects: 71% (169/237) 2024-08-22T20:29:25.3145327Z Receiving objects: 72% (171/237) 2024-08-22T20:29:25.3146193Z Receiving objects: 73% (174/237) 2024-08-22T20:29:25.3146917Z Receiving objects: 74% (176/237) 2024-08-22T20:29:25.3150237Z Receiving objects: 75% (178/237) 2024-08-22T20:29:25.3151080Z Receiving objects: 76% (181/237) 2024-08-22T20:29:25.3151784Z Receiving objects: 77% (183/237) 2024-08-22T20:29:25.3152515Z Receiving objects: 78% (185/237) 2024-08-22T20:29:25.3154192Z Receiving objects: 79% (188/237) 2024-08-22T20:29:25.3156908Z Receiving objects: 80% (190/237) 2024-08-22T20:29:25.3158457Z Receiving objects: 81% (192/237) 2024-08-22T20:29:25.3159689Z Receiving objects: 82% (195/237) 2024-08-22T20:29:25.3164829Z Receiving objects: 83% (197/237) 2024-08-22T20:29:25.3166068Z Receiving objects: 84% (200/237) 2024-08-22T20:29:25.3167497Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:25.3168547Z Receiving objects: 85% (202/237) 2024-08-22T20:29:25.3169292Z Receiving objects: 86% (204/237) 2024-08-22T20:29:25.3170279Z Receiving objects: 87% (207/237) 2024-08-22T20:29:25.3170924Z Receiving objects: 88% (209/237) 2024-08-22T20:29:25.3175052Z Receiving objects: 89% (211/237) 2024-08-22T20:29:25.3175857Z Receiving objects: 90% (214/237) 2024-08-22T20:29:25.3176671Z Receiving objects: 91% (216/237) 2024-08-22T20:29:25.3177192Z Receiving objects: 92% (219/237) 2024-08-22T20:29:25.3178462Z Receiving objects: 93% (221/237) 2024-08-22T20:29:25.3179369Z Receiving objects: 94% (223/237) 2024-08-22T20:29:25.3180306Z Receiving objects: 95% (226/237) 2024-08-22T20:29:25.3183219Z Receiving objects: 96% (228/237) 2024-08-22T20:29:25.3183948Z Receiving objects: 97% (230/237) 2024-08-22T20:29:25.3184759Z Receiving objects: 98% (233/237) 2024-08-22T20:29:25.3185390Z Receiving objects: 99% (235/237) 2024-08-22T20:29:25.3186029Z Receiving objects: 100% (237/237) 2024-08-22T20:29:25.3187264Z Receiving objects: 100% (237/237), 488.09 KiB | 21.22 MiB/s, done. 2024-08-22T20:29:25.3188234Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:25.3190690Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:25.3191571Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:25.3192259Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:25.3192953Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:25.3194721Z Resolving deltas: 31% (5/16) 2024-08-22T20:29:25.3195407Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:25.3195966Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:25.3196627Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:25.3197332Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:25.3197910Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:25.3198519Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:25.3199005Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:25.3199434Z Resolving deltas: 81% (13/16) 2024-08-22T20:29:25.3200124Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:25.3200754Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:25.3201263Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:25.3201794Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:25.3295921Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:25.3296883Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:25.3323679Z ##[endgroup] 2024-08-22T20:29:25.3324596Z ##[group]Determining the checkout info 2024-08-22T20:29:25.3328011Z ##[endgroup] 2024-08-22T20:29:25.3328935Z ##[group]Checking out the ref 2024-08-22T20:29:25.3331792Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:25.3508645Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:25.3509180Z 2024-08-22T20:29:25.3509692Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:25.3510666Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:25.3511662Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:25.3512389Z 2024-08-22T20:29:25.3512931Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:25.3514392Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:25.3515092Z 2024-08-22T20:29:25.3515554Z git switch -c 2024-08-22T20:29:25.3515993Z 2024-08-22T20:29:25.3516315Z Or undo this operation with: 2024-08-22T20:29:25.3516842Z 2024-08-22T20:29:25.3517073Z git switch - 2024-08-22T20:29:25.3517441Z 2024-08-22T20:29:25.3518010Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:25.3518767Z 2024-08-22T20:29:25.3519610Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:25.3522189Z ##[endgroup] 2024-08-22T20:29:25.3567316Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:25.3603688Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:25.3823893Z Prepare all required actions 2024-08-22T20:29:25.3954664Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:25.3955311Z with: 2024-08-22T20:29:25.3955823Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.3956433Z docker-build-dir: .ci/docker 2024-08-22T20:29:25.3956947Z working-directory: pytorch/torchchat 2024-08-22T20:29:25.3957575Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.3958249Z force-push: false 2024-08-22T20:29:25.3958604Z env: 2024-08-22T20:29:25.3959008Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.3959616Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:25.3960406Z PR_NUMBER: 1044 2024-08-22T20:29:25.3965682Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:25.3971675Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:25.3972587Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:25.3973421Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:25.3974142Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:25.3974727Z ##[endgroup] 2024-08-22T20:29:25.4020140Z ##[group]Run set -ex 2024-08-22T20:29:25.4020671Z set -ex 2024-08-22T20:29:25.4021084Z  2024-08-22T20:29:25.4021690Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:25.4022768Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:25.4023676Z # job could then download the pre-built image as usual 2024-08-22T20:29:25.4024459Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:25.4025269Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4026076Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4026728Z  2024-08-22T20:29:25.4027388Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:25.4028109Z  exit 0 2024-08-22T20:29:25.4028494Z else 2024-08-22T20:29:25.4028962Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4029520Z fi 2024-08-22T20:29:25.4029881Z  2024-08-22T20:29:25.4030457Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:25.4031377Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:25.4032234Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:25.4033048Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:25.4033928Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4034903Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4035620Z else 2024-08-22T20:29:25.4036111Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:25.4036885Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4037921Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:25.4038713Z fi 2024-08-22T20:29:25.4049513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:25.4050118Z env: 2024-08-22T20:29:25.4050502Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4051182Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:25.4051677Z PR_NUMBER: 1044 2024-08-22T20:29:25.4056825Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:25.4063188Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:25.4064128Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:25.4064911Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:25.4065646Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:25.4066279Z REPO_NAME: torchchat 2024-08-22T20:29:25.4066762Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4067354Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:25.4068094Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.4068695Z ##[endgroup] 2024-08-22T20:29:25.4106782Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:25.4107327Z + echo skip=true 2024-08-22T20:29:25.4107908Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4108776Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:25.4109777Z + exit 0 2024-08-22T20:29:25.4110395Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:25.4231026Z Prepare all required actions 2024-08-22T20:29:25.4275058Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:25.4275724Z with: 2024-08-22T20:29:25.4276162Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4276829Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.4277463Z env: 2024-08-22T20:29:25.4277888Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4278428Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:25.4278912Z PR_NUMBER: 1044 2024-08-22T20:29:25.4284112Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:25.4289881Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:25.4290703Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:25.4291583Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:25.4292332Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:25.4292862Z ##[endgroup] 2024-08-22T20:29:25.4316727Z ##[group]Run set -x 2024-08-22T20:29:25.4317220Z set -x 2024-08-22T20:29:25.4317630Z set +e 2024-08-22T20:29:25.4317970Z  2024-08-22T20:29:25.4318439Z login() { 2024-08-22T20:29:25.4319190Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:25.4320112Z } 2024-08-22T20:29:25.4320550Z  2024-08-22T20:29:25.4320931Z retry () { 2024-08-22T20:29:25.4321368Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:25.4321947Z } 2024-08-22T20:29:25.4322328Z  2024-08-22T20:29:25.4322690Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:25.4323264Z  2024-08-22T20:29:25.4323623Z set -e 2024-08-22T20:29:25.4324193Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:25.4325050Z # only pull docker image if it's not available locally 2024-08-22T20:29:25.4325888Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:25.4326611Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:25.4327226Z fi 2024-08-22T20:29:25.4335834Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:25.4336468Z env: 2024-08-22T20:29:25.4336876Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:25.4337476Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:25.4337974Z PR_NUMBER: 1044 2024-08-22T20:29:25.4343366Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:29:25.4349083Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:25.4349897Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:25.4350726Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:25.4351476Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:25.4352133Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.4352748Z ##[endgroup] 2024-08-22T20:29:25.4382371Z + set +e 2024-08-22T20:29:25.4382984Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.4383829Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.4385858Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:25.4387946Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:25.9951777Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:25.9952701Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:25.9953764Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:25.9954305Z 2024-08-22T20:29:25.9954490Z Login Succeeded 2024-08-22T20:29:25.9974865Z + set -e 2024-08-22T20:29:25.9975550Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:26.0138887Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:26.0139708Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:26.1656160Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:26.1657032Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:26.1657941Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:26.1658541Z f3b743645691: Pulling fs layer 2024-08-22T20:29:26.1659358Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:26.1660358Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:26.1660897Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:26.1661524Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:26.1661958Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:26.1662444Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:26.1662961Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:26.1663457Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:26.1663938Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:26.1664461Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:26.1664886Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:26.1665376Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:26.1665875Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:26.1666306Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:26.1666783Z 784019980816: Pulling fs layer 2024-08-22T20:29:26.1667302Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:26.1667730Z 09ec69653086: Waiting 2024-08-22T20:29:26.1668153Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:26.1668700Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:26.1669251Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:26.1669674Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:26.1670175Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:26.1670659Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:26.1671076Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:26.1671585Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:26.1672069Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:26.1672676Z 90d96273fa23: Waiting 2024-08-22T20:29:26.1673165Z 625bfd303d2d: Waiting 2024-08-22T20:29:26.1673594Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:26.1674018Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:26.1674602Z 21c4fd2610fc: Waiting 2024-08-22T20:29:26.1675002Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:26.1675443Z f49fb64d359c: Waiting 2024-08-22T20:29:26.1675936Z 6d463d3f66d5: Waiting 2024-08-22T20:29:26.1676407Z 6a40c884dc1c: Waiting 2024-08-22T20:29:26.1676777Z ca3686f68fee: Waiting 2024-08-22T20:29:26.1677378Z 784019980816: Waiting 2024-08-22T20:29:26.1677924Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:26.1678459Z fdb9230cd483: Waiting 2024-08-22T20:29:26.1679092Z a7beba6b9d19: Waiting 2024-08-22T20:29:26.1679573Z dc18f68db4d4: Waiting 2024-08-22T20:29:26.1680004Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:26.1680520Z db6f5f4c0334: Waiting 2024-08-22T20:29:26.1680883Z 417dce1e59af: Waiting 2024-08-22T20:29:26.1681301Z bfb071e5ae48: Waiting 2024-08-22T20:29:26.1681745Z e7fc196062f1: Waiting 2024-08-22T20:29:26.1682114Z 2b99a72dd557: Waiting 2024-08-22T20:29:26.1682525Z 07dcdf002e0e: Waiting 2024-08-22T20:29:26.1682969Z 1c60ace79a8a: Waiting 2024-08-22T20:29:26.1683335Z b2ba091c4c7d: Waiting 2024-08-22T20:29:26.1683751Z af5c0f3f240b: Waiting 2024-08-22T20:29:26.1684196Z e8f5e731f8e4: Waiting 2024-08-22T20:29:26.1684561Z 8cfb81a5220c: Waiting 2024-08-22T20:29:26.2128370Z 1feefa38b24d: Download complete 2024-08-22T20:29:26.2166609Z f3b743645691: Download complete 2024-08-22T20:29:26.2675635Z 09ec69653086: Verifying Checksum 2024-08-22T20:29:26.9633610Z 09ec69653086: Download complete 2024-08-22T20:29:26.9634430Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:26.9635202Z 2d473b07cdd5: Download complete 2024-08-22T20:29:27.0128446Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:29:27.0129538Z af5c0f3f240b: Download complete 2024-08-22T20:29:27.0508847Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:27.0509593Z 6d463d3f66d5: Download complete 2024-08-22T20:29:27.1458862Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:27.1459633Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:27.1846883Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:29:27.1847841Z 6a40c884dc1c: Download complete 2024-08-22T20:29:27.2320963Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:29:27.2321696Z 21c4fd2610fc: Download complete 2024-08-22T20:29:27.2763337Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:27.2764223Z 90d96273fa23: Download complete 2024-08-22T20:29:27.6041485Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:27.6042140Z 1c60ace79a8a: Download complete 2024-08-22T20:29:27.6668737Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:27.6669699Z 07dcdf002e0e: Download complete 2024-08-22T20:29:28.2510245Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:28.2511221Z e8f5e731f8e4: Download complete 2024-08-22T20:29:28.7073133Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:28.7074014Z 625bfd303d2d: Download complete 2024-08-22T20:29:28.7446291Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:29:28.7446977Z db6f5f4c0334: Download complete 2024-08-22T20:29:28.7856740Z 784019980816: Verifying Checksum 2024-08-22T20:29:28.7857441Z 784019980816: Download complete 2024-08-22T20:29:28.8131056Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:28.8131733Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:28.8322049Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:28.8322596Z a7beba6b9d19: Download complete 2024-08-22T20:29:28.9587945Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:28.9588780Z 2b99a72dd557: Download complete 2024-08-22T20:29:29.0050480Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:29.0051254Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:29.0110882Z f49fb64d359c: Download complete 2024-08-22T20:29:29.0526201Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:29.0526851Z b2ba091c4c7d: Download complete 2024-08-22T20:29:29.0912891Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:29.0913902Z 8cfb81a5220c: Download complete 2024-08-22T20:29:29.1406208Z c5058f81a371: Verifying Checksum 2024-08-22T20:29:29.1407355Z c5058f81a371: Download complete 2024-08-22T20:29:29.2774474Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:29.2775241Z ca3686f68fee: Download complete 2024-08-22T20:29:29.3146739Z fdb9230cd483: Verifying Checksum 2024-08-22T20:29:29.3147411Z fdb9230cd483: Download complete 2024-08-22T20:29:29.3602364Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:29.3603209Z dc18f68db4d4: Download complete 2024-08-22T20:29:30.4744089Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:30.4946761Z 1feefa38b24d: Pull complete 2024-08-22T20:29:30.5078983Z f3b743645691: Pull complete 2024-08-22T20:29:30.5218113Z 09ec69653086: Pull complete 2024-08-22T20:29:33.1468249Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:33.1468977Z bfb071e5ae48: Download complete 2024-08-22T20:29:34.4225027Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:34.9060989Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:34.9061946Z e7fc196062f1: Download complete 2024-08-22T20:29:36.7110100Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:36.7239498Z af5c0f3f240b: Pull complete 2024-08-22T20:29:38.0218114Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:38.1856002Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:38.2088030Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:38.2338045Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:38.2534645Z 90d96273fa23: Pull complete 2024-08-22T20:29:41.6455588Z 625bfd303d2d: Pull complete 2024-08-22T20:29:43.0683933Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:46.9371836Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:48.6819888Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:48.6980274Z db6f5f4c0334: Pull complete 2024-08-22T20:29:48.7131673Z 784019980816: Pull complete 2024-08-22T20:29:48.7308942Z a7beba6b9d19: Pull complete 2024-08-22T20:30:18.6445046Z 417dce1e59af: Verifying Checksum 2024-08-22T20:30:18.6445822Z 417dce1e59af: Download complete 2024-08-22T20:31:09.8294225Z 417dce1e59af: Pull complete 2024-08-22T20:31:10.2831091Z 2b99a72dd557: Pull complete 2024-08-22T20:31:10.5305641Z f49fb64d359c: Pull complete 2024-08-22T20:31:25.7262838Z bfb071e5ae48: Pull complete 2024-08-22T20:31:25.9495376Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:26.1866334Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:26.4277298Z c5058f81a371: Pull complete 2024-08-22T20:31:26.9548449Z ca3686f68fee: Pull complete 2024-08-22T20:31:27.1877574Z fdb9230cd483: Pull complete 2024-08-22T20:31:27.4148213Z dc18f68db4d4: Pull complete 2024-08-22T20:31:46.2315854Z e7fc196062f1: Pull complete 2024-08-22T20:31:46.3524076Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:46.4004972Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:46.4247963Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:46.4425547Z ##[group]Run set -ex 2024-08-22T20:31:46.4426012Z set -ex 2024-08-22T20:31:46.4426510Z { 2024-08-22T20:31:46.4426930Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:46.4427492Z  echo "set -eou pipefail"; 2024-08-22T20:31:46.4428047Z  # shellcheck disable=SC2016 2024-08-22T20:31:46.4428621Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:46.4429132Z  echo "set -x"; 2024-08-22T20:31:46.4429642Z  echo "${SCRIPT}"; 2024-08-22T20:31:46.4430125Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:46.4430645Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:46.4431722Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:46.4442354Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:46.4442802Z env: 2024-08-22T20:31:46.4443385Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:46.4444011Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:46.4444447Z PR_NUMBER: 1044 2024-08-22T20:31:46.4449498Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:31:46.4455259Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:46.4456189Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:46.4456970Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:46.4457675Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:46.4458714Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:46.4459288Z ##[endgroup] 2024-08-22T20:31:46.4496525Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:46.4497439Z + echo 'set -eou pipefail' 2024-08-22T20:31:46.4498031Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:46.4498885Z + echo 'set -x' 2024-08-22T20:31:46.4501957Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:46.4502671Z nvidia-smi 2024-08-22T20:31:46.4503032Z echo "::endgroup::" 2024-08-22T20:31:46.4503325Z 2024-08-22T20:31:46.4503749Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:46.4505893Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:46.4506607Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:46.4507701Z echo "::endgroup::" 2024-08-22T20:31:46.4507934Z 2024-08-22T20:31:46.4508582Z echo "::group::Install required packages" 2024-08-22T20:31:46.4509206Z ./install_requirements.sh cuda 2024-08-22T20:31:46.4509875Z pip3 list 2024-08-22T20:31:46.4510651Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:31:46.4511793Z echo "::endgroup::" 2024-08-22T20:31:46.4512026Z 2024-08-22T20:31:46.4512217Z echo "::group::Download checkpoint" 2024-08-22T20:31:46.4512732Z export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:31:46.4514613Z 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:46.4516323Z echo "::endgroup::" 2024-08-22T20:31:46.4516547Z 2024-08-22T20:31:46.4516744Z echo "::group::Convert checkpoint" 2024-08-22T20:31:46.4517359Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:31:46.4517912Z echo "::endgroup::" 2024-08-22T20:31:46.4518158Z 2024-08-22T20:31:46.4518321Z echo "::group::Run inference" 2024-08-22T20:31:46.4519185Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" 2024-08-22T20:31:46.4519941Z echo "::endgroup::" 2024-08-22T20:31:46.4520339Z ' 2024-08-22T20:31:46.4521005Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:46.4522167Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:27.6732756Z Running command: 2024-08-22T20:32:27.6740337Z 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_ad37bb42-10ec-4126-b7e8-1fb87480a768":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_ad37bb42-10ec-4126-b7e8-1fb87480a768" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:27.6748560Z 2024-08-22T20:32:27.6749103Z d5bca2104d839c2de9fef3072670d82269915f6ff750a5f92dcdf76de49dbe7b 2024-08-22T20:32:27.6750552Z Running command: docker exec -t d5bca2104d839c2de9fef3072670d82269915f6ff750a5f92dcdf76de49dbe7b /exec 2024-08-22T20:32:27.6751816Z + echo '::group::Print machine info' 2024-08-22T20:32:27.6753474Z ##[group]Print machine info 2024-08-22T20:32:27.6754196Z + nvidia-smi 2024-08-22T20:32:27.6755535Z Thu Aug 22 20:32:22 2024 2024-08-22T20:32:27.6756311Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:27.6757537Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:32:27.6758431Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:27.6759526Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:32:27.6761500Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:32:27.6762424Z | | | MIG M. | 2024-08-22T20:32:27.6763938Z |=========================================+========================+======================| 2024-08-22T20:32:27.6765037Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:32:27.6767704Z | 0% 28C P8 9W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:32:27.6769000Z | | | N/A | 2024-08-22T20:32:27.6770148Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:32:27.6771082Z 2024-08-22T20:32:27.6772148Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:27.6773111Z | Processes: | 2024-08-22T20:32:27.6774103Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:32:27.6774927Z | ID ID Usage | 2024-08-22T20:32:27.6775607Z |=========================================================================================| 2024-08-22T20:32:27.6776341Z | No running processes found | 2024-08-22T20:32:27.6777285Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:32:27.6777856Z + echo ::endgroup:: 2024-08-22T20:32:27.6778560Z ##[endgroup] 2024-08-22T20:32:27.6779487Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:27.6780790Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:27.6781654Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:27.6782150Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:27.6782684Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:27.6783047Z 2024-08-22T20:32:27.6783445Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:27.6784086Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:32:27.6784445Z 2024-08-22T20:32:27.6784691Z base | 3.6 kB 00:00 2024-08-22T20:32:27.6785107Z 2024-08-22T20:32:27.6785566Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:27.6786001Z 2024-08-22T20:32:27.6786410Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:27.6786853Z 2024-08-22T20:32:27.6787123Z extras | 2.9 kB 00:00 2024-08-22T20:32:27.6787614Z 2024-08-22T20:32:27.6787863Z updates | 2.9 kB 00:00 2024-08-22T20:32:27.6788454Z Resolving Dependencies 2024-08-22T20:32:27.6788924Z --> Running transaction check 2024-08-22T20:32:27.6789690Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:27.6790804Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:27.6791675Z --> Running transaction check 2024-08-22T20:32:27.6792423Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:27.6793139Z --> Finished Dependency Resolution 2024-08-22T20:32:27.6793461Z 2024-08-22T20:32:27.6793648Z Dependencies Resolved 2024-08-22T20:32:27.6793934Z 2024-08-22T20:32:27.6794145Z ================================================================================ 2024-08-22T20:32:27.6794843Z Package Arch Version Repository Size 2024-08-22T20:32:27.6795510Z ================================================================================ 2024-08-22T20:32:27.6796178Z Installing: 2024-08-22T20:32:27.6796884Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:27.6797570Z Installing for dependencies: 2024-08-22T20:32:27.6798393Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:27.6798998Z 2024-08-22T20:32:27.6799259Z Transaction Summary 2024-08-22T20:32:27.6799737Z ================================================================================ 2024-08-22T20:32:27.6800415Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:27.6800752Z 2024-08-22T20:32:27.6800914Z Total download size: 6.3 M 2024-08-22T20:32:27.6801356Z Installed size: 25 M 2024-08-22T20:32:27.6801854Z Downloading packages: 2024-08-22T20:32:27.6802093Z 2024-08-22T20:32:27.6802566Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:27.6803126Z 2024-08-22T20:32:27.6803569Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:27.6804506Z -------------------------------------------------------------------------------- 2024-08-22T20:32:27.6805178Z Total 26 MB/s | 6.3 MB 00:00 2024-08-22T20:32:27.6805745Z Running transaction check 2024-08-22T20:32:27.6806254Z Running transaction test 2024-08-22T20:32:27.6806697Z Transaction test succeeded 2024-08-22T20:32:27.6807122Z Running transaction 2024-08-22T20:32:27.6807450Z 2024-08-22T20:32:27.6807925Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:27.6808860Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:27.6809774Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:27.6810755Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:27.6811677Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:27.6812597Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:27.6813799Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:27.6814745Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:27.6815735Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:27.6816628Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:27.6817568Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:27.6818539Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:27.6819519Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:27.6820522Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:27.6821509Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:27.6822400Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:27.6823334Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:27.6824298Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:27.6825373Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:27.6826271Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:27.6827263Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:27.6828224Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:27.6829115Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:27.6830108Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:27.6831226Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:27.6832108Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:27.6833093Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:27.6834137Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:29.9535868Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:29.9537179Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:29.9537988Z 2024-08-22T20:32:29.9538473Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:29.9539540Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:29.9540546Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:29.9541490Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:29.9542421Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:29.9543401Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:29.9544320Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:29.9545240Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:29.9546229Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:29.9547126Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:29.9548066Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:29.9549098Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:29.9550050Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:29.9550938Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:29.9551922Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:29.9552848Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:29.9553730Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:29.9554719Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:29.9555638Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:29.9556526Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:29.9557510Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:29.9558465Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:29.9559427Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:29.9560775Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:29.9561728Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:29.9562671Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:29.9563600Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:29.9564512Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:29.9565444Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:29.9566410Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:29.9567487Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:29.9568994Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:29.9570260Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:29.9571558Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:29.9572747Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:29.9573378Z 2024-08-22T20:32:29.9573951Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:29.9574460Z 2024-08-22T20:32:29.9574928Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:29.9575444Z 2024-08-22T20:32:29.9575586Z Installed: 2024-08-22T20:32:29.9576309Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:29.9576810Z 2024-08-22T20:32:29.9576999Z Dependency Installed: 2024-08-22T20:32:29.9577674Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:29.9578275Z 2024-08-22T20:32:29.9578417Z Complete! 2024-08-22T20:32:29.9580007Z + 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:29.9582473Z + 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:29.9583918Z + echo ::endgroup:: 2024-08-22T20:32:29.9584739Z ##[endgroup] 2024-08-22T20:32:29.9585379Z + echo '::group::Install required packages' 2024-08-22T20:32:29.9586174Z ##[group]Install required packages 2024-08-22T20:32:29.9586696Z + ./install_requirements.sh cuda 2024-08-22T20:32:29.9587615Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:29.9588710Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:29.9589761Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:29.9590660Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:29.9591464Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:29.9593048Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:29.9594194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 17.0 MB/s eta 0:00:00 2024-08-22T20:32:29.9595044Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:29.9595806Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:29.9596730Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:29.9597769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 16.3 MB/s eta 0:00:00 2024-08-22T20:32:29.9598736Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:29.9599813Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:29.9600897Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:29.9601918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 68.9 MB/s eta 0:00:00 2024-08-22T20:32:29.9602857Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:29.9603658Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:29.9604529Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:29.9605808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 56.5 MB/s eta 0:00:00 2024-08-22T20:32:29.9606738Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:29.9608243Z 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:29.9609595Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:29.9610603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 86.8 MB/s eta 0:00:00 2024-08-22T20:32:29.9611579Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:29.9612792Z 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:29.9614119Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:29.9615309Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/18.3 MB 211.3 MB/s eta 0:00:01 2024-08-22T20:32:29.9616509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 15.7/18.3 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:29.9617620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:32:31.3305535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:32:31.3307227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:32:31.3308451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 73.7 MB/s eta 0:00:00 2024-08-22T20:32:31.3309659Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:31.3310458Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:31.3311414Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:31.3312422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 78.7 MB/s eta 0:00:00 2024-08-22T20:32:31.3313301Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:31.3314353Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:31.3315442Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:31.3316459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 24.0 MB/s eta 0:00:00 2024-08-22T20:32:31.3318088Z [?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:31.3319203Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:31.3320279Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:31.3321439Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:31.3322545Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/26.9 MB 220.0 MB/s eta 0:00:01 2024-08-22T20:32:31.3323716Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 15.2/26.9 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:32:31.3324951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 23.4/26.9 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3326374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3327506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3328641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3329723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3330866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 52.4 MB/s eta 0:00:00 2024-08-22T20:32:31.3331783Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:31.3332706Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:31.3333831Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:31.3334912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 73.2 MB/s eta 0:00:00 2024-08-22T20:32:31.3335785Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:31.3336739Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:31.3337858Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:31.3338998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 96.0 MB/s eta 0:00:00 2024-08-22T20:32:31.3340804Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:31.3342212Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:31.3343210Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:31.3344392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 7.5/8.7 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:32:31.3345715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 222.5 MB/s eta 0:00:01 2024-08-22T20:32:31.3346775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 104.6 MB/s eta 0:00:00 2024-08-22T20:32:31.3347652Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:31.3348384Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:31.3349244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:31.3350293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 27.4 MB/s eta 0:00:00 2024-08-22T20:32:31.3351344Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.3352223Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:31.3353145Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:31.3354300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 51.8 MB/s eta 0:00:00 2024-08-22T20:32:31.3355230Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.3356063Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:31.3356988Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:31.3357974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 24.3 MB/s eta 0:00:00 2024-08-22T20:32:31.3359041Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.3360354Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:31.3361306Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:31.3362318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 63.6 MB/s eta 0:00:00 2024-08-22T20:32:31.3363363Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.3364208Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:37.8750013Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8751919Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:37.8753035Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:37.8754242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 29.7 MB/s eta 0:00:00 2024-08-22T20:32:37.8755499Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:37.8756439Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:37.8757715Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:37.8758636Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8759558Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:37.8760901Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:37.8762346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 48.0 MB/s eta 0:00:00 2024-08-22T20:32:37.8763435Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8765022Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:37.8765954Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:37.8767448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 54.0 MB/s eta 0:00:00 2024-08-22T20:32:37.8768487Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8769750Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:37.8770723Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:37.8772027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 25.6 MB/s eta 0:00:00 2024-08-22T20:32:37.8773012Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8773931Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:37.8774615Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:37.8775451Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8776329Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:37.8777252Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:37.8778623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 30.7 MB/s eta 0:00:00 2024-08-22T20:32:37.8779774Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8781886Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:37.8783705Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:37.8784924Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 8.1/13.3 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:37.8786518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:37.8788435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:37.8789628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 101.5 MB/s eta 0:00:00 2024-08-22T20:32:37.8790856Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8791684Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:37.8792394Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:37.8793206Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8794112Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:37.8795435Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:37.8796484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/797.3 MB 238.9 MB/s eta 0:00:04 2024-08-22T20:32:37.8798303Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/797.3 MB 223.5 MB/s eta 0:00:04 2024-08-22T20:32:37.8799943Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.2/797.3 MB 218.8 MB/s eta 0:00:04 2024-08-22T20:32:37.8801200Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/797.3 MB 230.5 MB/s eta 0:00:04 2024-08-22T20:32:37.8802979Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.2/797.3 MB 233.2 MB/s eta 0:00:04 2024-08-22T20:32:37.8804350Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/797.3 MB 233.4 MB/s eta 0:00:04 2024-08-22T20:32:37.8806330Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/797.3 MB 235.6 MB/s eta 0:00:04 2024-08-22T20:32:37.8808236Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.7/797.3 MB 236.4 MB/s eta 0:00:04 2024-08-22T20:32:37.8809603Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.8/797.3 MB 236.6 MB/s eta 0:00:04 2024-08-22T20:32:37.8811334Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.9/797.3 MB 233.7 MB/s eta 0:00:04 2024-08-22T20:32:37.8812640Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.9/797.3 MB 235.3 MB/s eta 0:00:04 2024-08-22T20:32:37.8814999Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.1/797.3 MB 235.0 MB/s eta 0:00:03 2024-08-22T20:32:37.8816378Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.3/797.3 MB 238.5 MB/s eta 0:00:03 2024-08-22T20:32:37.8817641Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/797.3 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:32:37.8819548Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.5/797.3 MB 234.8 MB/s eta 0:00:03 2024-08-22T20:32:37.8820744Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/797.3 MB 236.0 MB/s eta 0:00:03 2024-08-22T20:32:39.1958707Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.8/797.3 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:32:39.1961007Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.0/797.3 MB 236.6 MB/s eta 0:00:03 2024-08-22T20:32:39.1962529Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.0/797.3 MB 234.0 MB/s eta 0:00:03 2024-08-22T20:32:39.1963871Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/797.3 MB 235.3 MB/s eta 0:00:03 2024-08-22T20:32:39.1965031Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.2/797.3 MB 234.6 MB/s eta 0:00:03 2024-08-22T20:32:39.1966201Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.3/797.3 MB 235.2 MB/s eta 0:00:03 2024-08-22T20:32:39.1967463Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.4/797.3 MB 234.1 MB/s eta 0:00:03 2024-08-22T20:32:39.1968606Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.4/797.3 MB 232.8 MB/s eta 0:00:03 2024-08-22T20:32:39.1969810Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.5/797.3 MB 234.8 MB/s eta 0:00:03 2024-08-22T20:32:39.1971075Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.6/797.3 MB 234.0 MB/s eta 0:00:03 2024-08-22T20:32:39.1972244Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.7/797.3 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:32:39.1973390Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.8/797.3 MB 235.6 MB/s eta 0:00:03 2024-08-22T20:32:39.1974634Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.9/797.3 MB 233.5 MB/s eta 0:00:03 2024-08-22T20:32:39.1975807Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 241.9/797.3 MB 233.7 MB/s eta 0:00:03 2024-08-22T20:32:39.1977305Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 249.9/797.3 MB 232.9 MB/s eta 0:00:03 2024-08-22T20:32:39.1978615Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 257.9/797.3 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:32:39.1979970Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 266.0/797.3 MB 234.1 MB/s eta 0:00:03 2024-08-22T20:32:39.1981199Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 274.0/797.3 MB 233.2 MB/s eta 0:00:03 2024-08-22T20:32:39.1982375Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 282.1/797.3 MB 234.1 MB/s eta 0:00:03 2024-08-22T20:32:39.1983538Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 290.2/797.3 MB 235.0 MB/s eta 0:00:03 2024-08-22T20:32:39.1984785Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 298.3/797.3 MB 235.1 MB/s eta 0:00:03 2024-08-22T20:32:39.1985968Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 306.5/797.3 MB 235.5 MB/s eta 0:00:03 2024-08-22T20:32:39.1987165Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 314.6/797.3 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:32:39.1988349Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 322.7/797.3 MB 234.5 MB/s eta 0:00:03 2024-08-22T20:32:39.1989539Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 330.8/797.3 MB 233.9 MB/s eta 0:00:02 2024-08-22T20:32:39.1990731Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 338.9/797.3 MB 235.5 MB/s eta 0:00:02 2024-08-22T20:32:39.1991999Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 347.0/797.3 MB 234.8 MB/s eta 0:00:02 2024-08-22T20:32:39.1993175Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 355.0/797.3 MB 232.3 MB/s eta 0:00:02 2024-08-22T20:32:39.1994339Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 363.1/797.3 MB 235.2 MB/s eta 0:00:02 2024-08-22T20:32:39.1995567Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 371.2/797.3 MB 233.8 MB/s eta 0:00:02 2024-08-22T20:32:39.1996764Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 379.2/797.3 MB 233.8 MB/s eta 0:00:02 2024-08-22T20:32:39.1997899Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 387.4/797.3 MB 235.8 MB/s eta 0:00:02 2024-08-22T20:32:39.1999259Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 395.5/797.3 MB 235.3 MB/s eta 0:00:02 2024-08-22T20:32:39.2000529Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 403.6/797.3 MB 236.0 MB/s eta 0:00:02 2024-08-22T20:32:39.2001736Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 411.8/797.3 MB 237.2 MB/s eta 0:00:02 2024-08-22T20:32:39.2002920Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 419.9/797.3 MB 236.0 MB/s eta 0:00:02 2024-08-22T20:32:39.2004081Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 428.1/797.3 MB 236.9 MB/s eta 0:00:02 2024-08-22T20:32:39.2005270Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 436.2/797.3 MB 236.2 MB/s eta 0:00:02 2024-08-22T20:32:40.5163908Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 444.4/797.3 MB 236.8 MB/s eta 0:00:02 2024-08-22T20:32:40.5165540Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 452.5/797.3 MB 234.2 MB/s eta 0:00:02 2024-08-22T20:32:40.5166882Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.5/797.3 MB 233.1 MB/s eta 0:00:02 2024-08-22T20:32:40.5168038Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 468.6/797.3 MB 235.7 MB/s eta 0:00:02 2024-08-22T20:32:40.5169246Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 476.6/797.3 MB 233.3 MB/s eta 0:00:02 2024-08-22T20:32:40.5170485Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 484.7/797.3 MB 233.6 MB/s eta 0:00:02 2024-08-22T20:32:40.5171886Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 492.8/797.3 MB 232.7 MB/s eta 0:00:02 2024-08-22T20:32:40.5173037Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 500.9/797.3 MB 234.7 MB/s eta 0:00:02 2024-08-22T20:32:40.5174438Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 509.0/797.3 MB 234.3 MB/s eta 0:00:02 2024-08-22T20:32:40.5175627Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 517.1/797.3 MB 235.4 MB/s eta 0:00:02 2024-08-22T20:32:40.5176865Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 525.2/797.3 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:32:40.5178036Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 533.3/797.3 MB 235.0 MB/s eta 0:00:02 2024-08-22T20:32:40.5179346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 541.3/797.3 MB 233.9 MB/s eta 0:00:02 2024-08-22T20:32:40.5180581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 549.4/797.3 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:32:40.5181850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 557.5/797.3 MB 235.1 MB/s eta 0:00:02 2024-08-22T20:32:40.5182987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 565.5/797.3 MB 232.5 MB/s eta 0:00:01 2024-08-22T20:32:40.5184225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 573.6/797.3 MB 234.7 MB/s eta 0:00:01 2024-08-22T20:32:40.5185390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 581.7/797.3 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:40.5186556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.8/797.3 MB 233.5 MB/s eta 0:00:01 2024-08-22T20:32:40.5187847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 597.7/797.3 MB 232.0 MB/s eta 0:00:01 2024-08-22T20:32:40.5189020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 605.7/797.3 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:32:40.5190199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 613.8/797.3 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:40.5191445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 621.9/797.3 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:40.5192568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 629.9/797.3 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:40.5193739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 638.1/797.3 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:40.5195067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 646.1/797.3 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:40.5196348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 654.1/797.3 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:40.5197475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 662.2/797.3 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:40.5198692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 670.3/797.3 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:40.5199877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 678.5/797.3 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:40.5200998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 686.7/797.3 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:40.5202235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 694.9/797.3 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:32:40.5203432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.1/797.3 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:32:40.5204587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 711.1/797.3 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:32:40.5205776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 719.3/797.3 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:40.5206953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 727.4/797.3 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:40.5208105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 735.5/797.3 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:32:40.5209362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 743.7/797.3 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3831771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 751.8/797.3 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3833459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 759.9/797.3 MB 235.2 MB/s eta 0:00:01 2024-08-22T20:32:42.3834784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 767.9/797.3 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:32:42.3835976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 776.0/797.3 MB 234.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3837105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 784.2/797.3 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:32:42.3838508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 792.3/797.3 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:42.3840239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3841407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3842569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3843739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3844806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3845983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3847078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3848168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3849306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3850400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3851581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3852648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3853763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3854933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3856023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3857134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3858268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3859457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3861033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3862150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3863438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3864532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3865687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3866748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3867835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3869015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3870122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3871195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3872358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3873437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3874478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3875779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3876870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3878067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7638863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7640439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7641796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7642929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7644023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7645226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7646383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7647517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7648643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7649737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7650845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7652021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7653068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7654160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7655322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7656404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7657466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7659001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7660742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7661820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7662989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7664108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7665242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7666307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7667423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7668552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7669657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7670699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7671828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7673064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7674138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7675260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7676361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7677437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7678567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7679618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7680825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7682062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7683099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.7684168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1445619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1447153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1448772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1449955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1451094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1452349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1453593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1454820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1456079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1457195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1458480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1459747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1461391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1462699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1463761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1465051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1466200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1467267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1468363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1469491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1470580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1471651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1472855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1473952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1475105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1476199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1477310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1478391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1479625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1480812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1481908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1483068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1484151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1485199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1486386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1487512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1488575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1489735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1490825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:45.1491927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5235100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5236611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5238281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5239412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5240535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5241730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5242833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5244189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5245303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5246552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5247658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5248759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5249870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5250972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5252147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5253290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5254381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5255532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5256654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5257713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5259026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5261300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5262503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5263639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5264741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5265879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5267031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5268283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5269595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5270714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5271776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5272953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5274067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5275224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5276331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5277446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5278567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5279768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5280811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:46.5281940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7931345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7933039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7934489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7935590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7936639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7937812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7939182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7940270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7941410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7942499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7943604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7944707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7945813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7946931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7948079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7949141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7950229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7951360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7952455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7953668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7954931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7956020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7957160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7958229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7959350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.7960806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:48.7961847Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.7962775Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:48.7963768Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.7964654Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:48.7965572Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:48.7966759Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 5.4/9.5 MB 163.0 MB/s eta 0:00:01 2024-08-22T20:32:48.7967900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 184.9 MB/s eta 0:00:01 2024-08-22T20:32:48.7968998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 99.2 MB/s eta 0:00:00 2024-08-22T20:32:48.7970399Z [?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:48.7971688Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.7972727Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:48.7973828Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:48.7974873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 34.9 MB/s eta 0:00:00 2024-08-22T20:32:48.7975885Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:48.7976727Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:48.7977542Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:48.7978828Z [?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:48.7980824Z 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:48.7982302Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:48.7983434Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:48.7984647Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:48.7985709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 37.0 MB/s eta 0:00:00 2024-08-22T20:32:51.4881722Z [?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:51.4883991Z 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:51.4885692Z 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:51.4887382Z 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:51.4888829Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:51.4890017Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:51.4891112Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:51.4892244Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:51.4893354Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:51.4894428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 86.5 MB/s eta 0:00:00 2024-08-22T20:32:51.4895452Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:51.4896681Z 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:51.4897910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:51.4899093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 66.5 MB/s eta 0:00:00 2024-08-22T20:32:51.4900104Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:51.4901489Z 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:51.4902913Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:51.4903933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 107.2 MB/s eta 0:00:00 2024-08-22T20:32:51.4905448Z [?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:51.4906673Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:51.4907804Z 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:51.4909014Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:51.4910330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.4911523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 121.4 MB/s eta 0:00:00 2024-08-22T20:32:51.4912553Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4913396Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:51.4914238Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:51.4915321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 75.8 MB/s eta 0:00:00 2024-08-22T20:32:51.4916331Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4917162Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:51.4918033Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4918894Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:51.4920131Z 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:51.4921420Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4922751Z 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:51.4924065Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:51.4925281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 8.2/13.0 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:51.4926380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:32:51.4927484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:32:51.4928629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 101.2 MB/s eta 0:00:00 2024-08-22T20:32:51.4929610Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4930640Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:51.4931789Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:51.4932842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:51.4933868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 114.2 MB/s eta 0:00:00 2024-08-22T20:32:51.4935097Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4936050Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:51.4937150Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:51.4938200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 60.8 MB/s eta 0:00:00 2024-08-22T20:32:51.4939328Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:51.4940403Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:51.4941525Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:51.4942658Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/39.9 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:51.4943863Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.2/39.9 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:51.4945124Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 24.1/39.9 MB 229.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2074745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 31.5/39.9 MB 217.8 MB/s eta 0:00:01 2024-08-22T20:32:53.2076391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.7/39.9 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:53.2077539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2078660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2079967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2081107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2082162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2083320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:53.2084415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 38.6 MB/s eta 0:00:00 2024-08-22T20:32:53.2085512Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2086318Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:53.2087482Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:53.2088649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 58.5 MB/s eta 0:00:00 2024-08-22T20:32:53.2089787Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2090644Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:53.2091548Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2092330Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:53.2093217Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2094174Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:53.2095080Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:53.2096096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 45.3 MB/s eta 0:00:00 2024-08-22T20:32:53.2097158Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2098034Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:53.2099015Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:53.2100580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:32:53.2101966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 126.6 MB/s eta 0:00:00 2024-08-22T20:32:53.2103238Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2104360Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:53.2105351Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:53.2106400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 25.7 MB/s eta 0:00:00 2024-08-22T20:32:53.2107393Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:53.2108220Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:53.2109131Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:53.2110224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 50.4 MB/s eta 0:00:00 2024-08-22T20:32:53.2111548Z [?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:53.2112899Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:53.2113917Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:53.2115299Z 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:53.2116882Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:53.2118145Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:53.2119295Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:53.2120294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 73.8 MB/s eta 0:00:00 2024-08-22T20:32:53.2121836Z [?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:53.2123288Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:53.2124193Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:53.2125142Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:53.2126252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 37.4 MB/s eta 0:00:00 2024-08-22T20:32:53.2127224Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:53.2128090Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:53.2128974Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:53.2129993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 24.6 MB/s eta 0:00:00 2024-08-22T20:32:53.2131068Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:53.2131848Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:53.2132745Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:53.2133818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 20.1 MB/s eta 0:00:00 2024-08-22T20:32:53.2134832Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:53.2135970Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:55.2375066Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:55.2376599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 47.4 MB/s eta 0:00:00 2024-08-22T20:32:55.2378316Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2379649Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:55.2381004Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:55.2382080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:32:55.2383145Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2384308Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:55.2385429Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:55.2386449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 105.5 MB/s eta 0:00:00 2024-08-22T20:32:55.2387655Z [?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:55.2388647Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:55.2389523Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:55.2390548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 21.6 MB/s eta 0:00:00 2024-08-22T20:32:55.2392041Z [?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:55.2393959Z 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:55.2395831Z 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:55.2397297Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2398489Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:55.2399587Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:55.2400672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 70.1 MB/s eta 0:00:00 2024-08-22T20:32:55.2402259Z [?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:55.2404161Z 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:55.2406086Z 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:55.2407679Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2408716Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:55.2409627Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:55.2410620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 34.7 MB/s eta 0:00:00 2024-08-22T20:32:55.2411836Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:55.2412790Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:55.2413654Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:55.2414751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 124.6 MB/s eta 0:00:00 2024-08-22T20:32:55.2415891Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2416823Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:55.2417715Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:55.2418755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 46.1 MB/s eta 0:00:00 2024-08-22T20:32:55.2419913Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2420803Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:55.2421678Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:55.2422728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 120.9 MB/s eta 0:00:00 2024-08-22T20:32:55.2424277Z [?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:55.2425727Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2426676Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:55.2427743Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2428681Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:55.2429549Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:55.2430777Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:55.2431990Z 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:55.2433124Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:55.2434282Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:55.2435428Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/41.2 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:32:55.2436622Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 15.9/41.2 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:32:55.2437834Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.8/41.2 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:55.2439144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 31.6/41.2 MB 227.0 MB/s eta 0:00:01 2024-08-22T20:32:55.2440322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 39.9/41.2 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:32:56.5356798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5358388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5360211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5361315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5362399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5363619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5364719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5365758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5366967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5368042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 29.2 MB/s eta 0:00:00 2024-08-22T20:32:56.5369198Z [?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:56.5370345Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:56.5371226Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:56.5372408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 48.2 MB/s eta 0:00:00 2024-08-22T20:32:56.5373620Z [?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:56.5374614Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:56.5375484Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:56.5376358Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:56.5377208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:56.5378264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:56.5379535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:56.5380574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 65.3 MB/s eta 0:00:00 2024-08-22T20:32:56.5381601Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:56.5382804Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:56.5383893Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:56.5384870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 81.7 MB/s eta 0:00:00 2024-08-22T20:32:56.5386130Z [?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:56.5387605Z 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:56.5388943Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:56.5390045Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/23.7 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:56.5391226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 16.3/23.7 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:56.5392447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5393550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5394600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5395877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5397062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5398131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5399258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5400367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:56.5401461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 35.0 MB/s eta 0:00:00 2024-08-22T20:32:56.5402691Z [?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:56.5404189Z 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:56.5405523Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:56.5406611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 61.7 MB/s eta 0:00:00 2024-08-22T20:32:56.5407751Z [?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:56.5409223Z 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:56.5410552Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:57.8157821Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 8.2/14.1 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:57.8159442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.5 MB/s eta 0:00:01 2024-08-22T20:32:57.8160900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.5 MB/s eta 0:00:01 2024-08-22T20:32:57.8162011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 251.5 MB/s eta 0:00:01 2024-08-22T20:32:57.8163152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 78.1 MB/s eta 0:00:00 2024-08-22T20:32:57.8164317Z [?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:57.8166012Z 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:57.8167408Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:57.8168595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/664.8 MB 252.5 MB/s eta 0:00:03 2024-08-22T20:32:57.8169672Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/664.8 MB 247.8 MB/s eta 0:00:03 2024-08-22T20:32:57.8170914Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.4/664.8 MB 247.1 MB/s eta 0:00:03 2024-08-22T20:32:57.8172099Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.9/664.8 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:32:57.8173363Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/664.8 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:32:57.8174536Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.8/664.8 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:32:57.8175736Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/664.8 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:32:57.8176984Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.7/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:32:57.8178165Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/664.8 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:32:57.8179395Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/664.8 MB 243.9 MB/s eta 0:00:03 2024-08-22T20:32:57.8180653Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/664.8 MB 244.0 MB/s eta 0:00:03 2024-08-22T20:32:57.8181854Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.5/664.8 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:32:57.8183051Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.9/664.8 MB 244.0 MB/s eta 0:00:03 2024-08-22T20:32:57.8184279Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.3/664.8 MB 242.4 MB/s eta 0:00:03 2024-08-22T20:32:57.8185461Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.7/664.8 MB 244.3 MB/s eta 0:00:03 2024-08-22T20:32:57.8186666Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.2/664.8 MB 244.3 MB/s eta 0:00:03 2024-08-22T20:32:57.8187890Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.6/664.8 MB 244.0 MB/s eta 0:00:03 2024-08-22T20:32:57.8189152Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.1/664.8 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:32:57.8190443Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.5/664.8 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:32:57.8191687Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.9/664.8 MB 245.4 MB/s eta 0:00:03 2024-08-22T20:32:57.8192887Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.4/664.8 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:32:57.8194035Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.8/664.8 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:32:57.8195272Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/664.8 MB 244.0 MB/s eta 0:00:02 2024-08-22T20:32:57.8196487Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 202.7/664.8 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:57.8197680Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/664.8 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:32:57.8198876Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 219.7/664.8 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:32:57.8200078Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 228.1/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:32:57.8201257Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 236.6/664.8 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:32:57.8202510Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 245.0/664.8 MB 244.0 MB/s eta 0:00:02 2024-08-22T20:32:57.8203678Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 253.6/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:32:57.8204853Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 262.0/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:32:59.1364689Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 270.4/664.8 MB 245.2 MB/s eta 0:00:02 2024-08-22T20:32:59.1366309Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 278.9/664.8 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:32:59.1367968Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 287.4/664.8 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:32:59.1369283Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 295.8/664.8 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:32:59.1370720Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 304.3/664.8 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:32:59.1372009Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 312.8/664.8 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:32:59.1373414Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 321.2/664.8 MB 243.5 MB/s eta 0:00:02 2024-08-22T20:32:59.1374558Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 329.6/664.8 MB 244.6 MB/s eta 0:00:02 2024-08-22T20:32:59.1375788Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 338.0/664.8 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:32:59.1376983Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 346.5/664.8 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:59.1378231Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 354.9/664.8 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:32:59.1379434Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 363.3/664.8 MB 243.4 MB/s eta 0:00:02 2024-08-22T20:32:59.1380646Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 371.7/664.8 MB 242.9 MB/s eta 0:00:02 2024-08-22T20:32:59.1381869Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 380.1/664.8 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:32:59.1383023Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 388.5/664.8 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:32:59.1384163Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 397.0/664.8 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:32:59.1385353Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 405.5/664.8 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:32:59.1386554Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 414.0/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:32:59.1387866Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 422.5/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:59.1389041Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 431.0/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:59.1390213Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 439.4/664.8 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:59.1391360Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 447.9/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:59.1392582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 456.4/664.8 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1393803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 464.8/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1394978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 473.3/664.8 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:59.1396214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 481.8/664.8 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:59.1397420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 490.2/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1398557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 498.7/664.8 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:59.1399780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 507.1/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:59.1400994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 515.5/664.8 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:59.1402192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 524.0/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1403378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 532.5/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:59.1404534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 540.9/664.8 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:59.1405711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 549.4/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1406920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 557.9/664.8 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:59.1408146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 566.4/664.8 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:32:59.1409407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 574.8/664.8 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:59.1410620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 583.3/664.8 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:33:00.8913845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 591.7/664.8 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:00.8915491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 600.2/664.8 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:33:00.8917787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 608.6/664.8 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:00.8919334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 617.0/664.8 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:00.8921079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 625.4/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:33:00.8922477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 633.9/664.8 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:33:00.8923722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 642.4/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:33:00.8924837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 650.8/664.8 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:33:00.8926019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 659.2/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:00.8927186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8928293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8929454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8930543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8931649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8932779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8933824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8935220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8936570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8937682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8938740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8940076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8941184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8942333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8943453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8944561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8945640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8946779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8947876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8948975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8950127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8951184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8952263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8953420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8954560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8955604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8956919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8958159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8959322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:00.8960761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2694210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2695851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2697045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2698229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2699437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2700528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2701664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2702726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2703798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2704984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2706264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2707319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2708483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2709559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2710703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2711898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2712991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2714176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2715264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2716312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2717493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2718585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2719650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2720838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2721934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2723044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2724142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2756761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2758480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2760273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2761914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2762957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2763972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2765002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2766018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2767040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2768079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2769095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2770098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:02.2771094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6469929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6471411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6472779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6474033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6475028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6476040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6477044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6478270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6479263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6480415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6481418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6482414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6483395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6484407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6485429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6486432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6487424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6488422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6489422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6490409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6491431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6492444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6493483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6494492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6495508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6496508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6497506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6498594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6499754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6500754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6501757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6502745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6503743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6504769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6505766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6506770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6507767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6508776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6509762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:03.6510761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0777410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0779163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0780555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0781902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0783055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0784046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0785221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0786234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0787222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0788201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0789197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0790182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0791161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0792166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0793177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0794166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0795145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0796127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0797116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0798232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0799324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0800332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0801323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0802313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0803292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0804305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0805293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0806296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0807273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0808267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0809253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0810233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0811231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0812234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0813221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0814213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0815196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0816182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0817268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:05.0818247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8524029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8525412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8526448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8527479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8528472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8529493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:06.8530498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.7 MB/s eta 0:00:00 2024-08-22T20:33:06.8531563Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.8532898Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:33:06.8534092Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:33:06.8535062Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/410.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:06.8536172Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/410.6 MB 242.2 MB/s eta 0:00:02 2024-08-22T20:33:06.8537268Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/410.6 MB 243.3 MB/s eta 0:00:02 2024-08-22T20:33:06.8538375Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/410.6 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:33:06.8539546Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/410.6 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:33:06.8540625Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.8/410.6 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:33:06.8541706Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.4/410.6 MB 250.0 MB/s eta 0:00:02 2024-08-22T20:33:06.8542783Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.0/410.6 MB 249.3 MB/s eta 0:00:02 2024-08-22T20:33:06.8544082Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/410.6 MB 212.9 MB/s eta 0:00:02 2024-08-22T20:33:06.8545256Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.9/410.6 MB 125.0 MB/s eta 0:00:03 2024-08-22T20:33:06.8546334Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.2/410.6 MB 88.6 MB/s eta 0:00:04 2024-08-22T20:33:06.8547413Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/410.6 MB 68.3 MB/s eta 0:00:05 2024-08-22T20:33:06.8548486Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/410.6 MB 56.0 MB/s eta 0:00:06 2024-08-22T20:33:06.8549559Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/410.6 MB 47.4 MB/s eta 0:00:08 2024-08-22T20:33:06.8550647Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.4/410.6 MB 44.1 MB/s eta 0:00:08 2024-08-22T20:33:06.8551734Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/410.6 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:33:06.8552809Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.0/410.6 MB 242.1 MB/s eta 0:00:02 2024-08-22T20:33:06.8553887Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.6/410.6 MB 248.6 MB/s eta 0:00:02 2024-08-22T20:33:06.8554965Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.1/410.6 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:33:06.8556044Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 122.7/410.6 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:33:06.8557140Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 131.2/410.6 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:33:06.8558317Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 139.8/410.6 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:33:06.8559438Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 148.3/410.6 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:33:06.8560818Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 156.9/410.6 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:33:06.8561905Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 165.5/410.6 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:06.8562982Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 174.1/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:06.8564232Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 182.7/410.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:06.8565332Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 191.2/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:33:06.8566414Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 199.7/410.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:33:08.4606840Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 208.2/410.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4608405Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 216.8/410.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:08.4609636Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 225.4/410.6 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:08.4611044Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 233.9/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:08.4612531Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 242.5/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:08.4613851Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 251.1/410.6 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:08.4615035Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.7/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:08.4616244Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 268.2/410.6 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:33:08.4617415Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 276.8/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:33:08.4619151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 285.3/410.6 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4620541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 293.9/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:33:08.4621752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 302.5/410.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:08.4622914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 311.1/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:08.4624140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 319.6/410.6 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:08.4625305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 328.2/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:08.4626512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 336.7/410.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:08.4627731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 345.3/410.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:08.4628894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 353.8/410.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:08.4630103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 362.4/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:33:08.4631286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 371.0/410.6 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4632468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 379.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:08.4633697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 388.1/410.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:08.4634870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 396.7/410.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:08.4636039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 405.2/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:33:08.4637151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4638238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4639347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4640467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4641757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4643028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4644145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4645237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4646385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4647469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4648501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4649665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4650688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4651770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:08.4652770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8396154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8397596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8398664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8399707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8400757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8401780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8402801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8403799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8405018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8406162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8407190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8408198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8409184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8410398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8411435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8412421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8413430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8414434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8415430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8416409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8417412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8418443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8419620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8420661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8421667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8422658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8423642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8424726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8425731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8426761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8427762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8428746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8429759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8430780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8431801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8432816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8433838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8434844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8435836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:09.8436839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4886271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4888075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4889265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4890275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4891266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4892249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4893250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4894254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4895265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4896245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4897228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4898228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4899326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4900382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4901384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4902379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4903388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4904376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4905370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4906561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4907559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4908642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4909647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4910692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4911664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:33:11.4912717Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:11.4914075Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:33:11.4915285Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:33:11.4916304Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/121.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:33:11.4917414Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/121.6 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:33:11.4918500Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/121.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:11.4919592Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/121.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:11.4920696Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/121.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:11.4921790Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.6/121.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:11.4922885Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 59.2/121.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:33:11.4923967Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 67.8/121.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:33:11.4925041Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 76.3/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:33:11.4926116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 84.8/121.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:11.4927296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 93.3/121.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:11.4928368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 101.9/121.6 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:12.9223086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 110.4/121.6 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:33:12.9224589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 119.0/121.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:12.9225841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9226871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9227877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9228922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9229968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9230989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9231989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9232991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9234010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9235038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9236150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9237187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9238200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9239211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9240215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9241225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9242392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9243429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9244438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9245469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9246479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9247482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9248518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9249554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9250585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9251583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9252591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9253602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9254731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9255737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9256840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9257869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9259001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9260353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9261440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9262491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9263541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:12.9264545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3150103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3151431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3152593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3153725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3154851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3156022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3157109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.3158176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.2 MB/s eta 0:00:00 2024-08-22T20:33:14.3159391Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:14.3161204Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:33:14.3162865Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:33:14.3164186Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/56.5 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:33:14.3165484Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/56.5 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:14.3166663Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 25.2/56.5 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:33:14.3167869Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 33.7/56.5 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3169057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 42.3/56.5 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:33:14.3170250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 50.8/56.5 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:14.3171517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3172616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3173677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3174810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3175913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3176979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3178089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3179310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3180391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3181517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3182667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3183753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3184986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3186225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3187334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3188411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3189551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3190593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3191640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3192716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3193727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3194793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:14.3195800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8194560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.1 MB/s eta 0:00:00 2024-08-22T20:33:15.8195764Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:15.8197519Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:33:15.8198904Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:33:15.8199939Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/124.2 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:33:15.8201075Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/124.2 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:33:15.8202180Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.2/124.2 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:15.8203277Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/124.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:15.8204409Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/124.2 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:33:15.8205503Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.5/124.2 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:15.8206610Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.9/124.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:15.8207700Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.4/124.2 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8208787Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.7/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:15.8209865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 84.1/124.2 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:33:15.8210967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 92.5/124.2 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:33:15.8212050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 101.1/124.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:15.8213153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 109.4/124.2 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:15.8214229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 117.8/124.2 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:33:15.8215282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8216306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8217318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8218468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8219759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8220771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8221766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8222770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8224053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8225085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8226097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8227108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8228108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8229104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8230089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8231109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8232118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8233128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8234119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8235121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8236112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:15.8237105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2430064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2431599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2433010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2434361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2435716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2437024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2438067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2439057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2440161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2441191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2442191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2443182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2444192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2445210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2446221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2447213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2448214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2449215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2450209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2451423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2452461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2453561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:17.2454544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.3 MB/s eta 0:00:00 2024-08-22T20:33:17.2455651Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:17.2457044Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:33:17.2458260Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:33:17.2459408Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/196.0 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:33:17.2461126Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/196.0 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:33:17.2462239Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.5/196.0 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:33:17.2463351Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.7/196.0 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:33:17.2464448Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.8/196.0 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:33:17.2465536Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/196.0 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:33:17.2466644Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.1/196.0 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:33:17.2467923Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/196.0 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:33:17.2469023Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 72.6/196.0 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:33:17.2470122Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 80.8/196.0 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:33:17.2471214Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 89.0/196.0 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:33:17.2472302Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 97.2/196.0 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:33:17.2473533Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 105.4/196.0 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:33:17.2474643Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 113.5/196.0 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:33:18.6852646Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 121.7/196.0 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6854195Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 129.9/196.0 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:33:18.6855899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 138.0/196.0 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:33:18.6857025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 146.3/196.0 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:33:18.6858178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 154.4/196.0 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:33:18.6859347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 162.3/196.0 MB 229.4 MB/s eta 0:00:01 2024-08-22T20:33:18.6860650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 170.5/196.0 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6861770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 178.8/196.0 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:33:18.6862887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 187.0/196.0 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:33:18.6863942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 195.5/196.0 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:18.6865254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6866261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6867425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6868424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6869442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6870442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6871431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6872442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6873471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6874577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6875577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6876585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6877597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6878621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6879610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6880632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6881632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6882634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6883625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6884631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6885743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6886838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6887831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6888838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6889838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6890829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6891883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6892911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:18.6893909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0648305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0649837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0651054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0652081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0653139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0654178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0655198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0656196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0657230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0658265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0659561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0660888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0661901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0662971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0663971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0664961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0665985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0666985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0667986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0668979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0669994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0670996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0671986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0673049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0674700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0675769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0676880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0678015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0679147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0680334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0681327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0682372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0683393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0684400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0685405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0686428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0687463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0688481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0689493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:20.0690749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6184615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6185879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6187184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6188190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6189331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6190320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 3.8 MB/s eta 0:00:00 2024-08-22T20:33:21.6191359Z [?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:21.6192733Z 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:21.6193916Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:33:21.6194953Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/176.2 MB 227.0 MB/s eta 0:00:01 2024-08-22T20:33:21.6196073Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/176.2 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:33:21.6197158Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.8/176.2 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6198257Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.0/176.2 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6199341Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/176.2 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:33:21.6200439Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/176.2 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:33:21.6201536Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/176.2 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:33:21.6202663Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/176.2 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:33:21.6203764Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 72.7/176.2 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:33:21.6204843Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 81.0/176.2 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6205926Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 89.1/176.2 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:33:21.6206995Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 97.3/176.2 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6208204Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 105.5/176.2 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:33:21.6209377Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 113.8/176.2 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:33:21.6210450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 122.0/176.2 MB 238.7 MB/s eta 0:00:01 2024-08-22T20:33:21.6211517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 130.2/176.2 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:33:21.6212591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 138.5/176.2 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:33:21.6213659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 146.7/176.2 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6214750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 154.9/176.2 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:33:21.6215835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 163.2/176.2 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:33:21.6216906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 171.4/176.2 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:33:21.6217946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6219027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6220042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6221056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6222044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6223043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6224044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6225039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6226048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:21.6227040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0014229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0015910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0016996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0018006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0019105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0020134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0021170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0022176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0023202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0024225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0025236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0026232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0027248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0028274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0029391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0030391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0031404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0032412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0033423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0034597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0035597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 8.8 MB/s eta 0:00:00 2024-08-22T20:33:23.0036688Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:23.0038003Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:33:23.0039183Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:33:23.0040134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 28.3 MB/s eta 0:00:00 2024-08-22T20:33:23.0041108Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:23.0042188Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:33:23.0043281Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:33:23.0044324Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/209.4 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:33:23.0045439Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/209.4 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0046556Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/209.4 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:23.0047658Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/209.4 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:23.0048753Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/209.4 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:23.0049966Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.7/209.4 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:23.0051152Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.4/209.4 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:33:23.0052257Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 68.0/209.4 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:23.0053354Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 76.6/209.4 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:23.0054451Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 85.1/209.4 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:23.0055535Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 93.7/209.4 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:23.0056655Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 102.3/209.4 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:33:23.0057768Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 110.8/209.4 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8096245Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 119.4/209.4 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:33:24.8097647Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 127.9/209.4 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.8098783Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 136.6/209.4 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:33:24.8099978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 145.2/209.4 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:33:24.8101105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 153.7/209.4 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:33:24.8102212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 162.3/209.4 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:33:24.8103305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 170.8/209.4 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:33:24.8104437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 179.4/209.4 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:33:24.8105603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 187.9/209.4 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:24.8106678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 196.5/209.4 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:24.8107956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 205.1/209.4 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:33:24.8109101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8110121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8111122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8112118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8113104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8114129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8115120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8116125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8117107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8118112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8119108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8120107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8121123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8122144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8123149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8124142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8125144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8126145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8127246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8128232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8129321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8130322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8131315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8132299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8133312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8134378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8135391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:33:24.8136359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.2 MB/s eta 0:00:00 2024-08-22T20:33:24.8137587Z [?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:34.2176224Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:34.2177616Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:34.2178868Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 8.3/19.7 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:33:34.2180249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 16.7/19.7 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:33:34.2181438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:33:34.2182565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:33:34.2183632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 77.3 MB/s eta 0:00:00 2024-08-22T20:33:34.2184754Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2186028Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:34.2187461Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:34.2188537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 256.6 MB/s eta 0:00:01 2024-08-22T20:33:34.2189784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 100.2 MB/s eta 0:00:00 2024-08-22T20:33:34.2191336Z [?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:34.2193267Z 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:34.2194860Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2195816Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:34.2196805Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2197779Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:34.2198783Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2199735Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:34.2200676Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2201581Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:34.2202510Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2203396Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:34.2204362Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:34.2205285Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:34.2206300Z 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:34.2207364Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:34.2208385Z 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:34.2209518Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:34.2210714Z 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:34.2212352Z 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:34.2213769Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:34.2214838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 58.3 MB/s eta 0:00:00 2024-08-22T20:33:34.2216090Z [?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:34.2217505Z 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:34.2218746Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:34.2219783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 30.8 MB/s eta 0:00:00 2024-08-22T20:33:34.2220828Z [?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:34.2222148Z 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:34.2223448Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:34.2224393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 67.1 MB/s eta 0:00:00 2024-08-22T20:33:34.2225683Z [?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:34.2226915Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:34.2228558Z 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:34.2230644Z 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:34.2232566Z 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:34.2234092Z 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:34.2234970Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:34.2236569Z 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:34.2238125Z 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:34.2239191Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:34.2240192Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:34.2241146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 89.5 MB/s eta 0:00:00 2024-08-22T20:33:34.2242104Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:34.2242948Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:34.2244206Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=c90015b07942d7d626260d7a61ad68360da5d8061c007d80eaaac9ce474c363a 2024-08-22T20:33:34.2245589Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:34.2246610Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:34.2247973Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=0bb133f2353d99e8c7e12260e7dd5e06fa08e4c8cba75e137181b17d99e2febc 2024-08-22T20:34:47.3575099Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:34:47.3576316Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:34:47.3581394Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=c4951c17d872f0ebbde95c8fa9e38583f032e1e816a73b9f59b9c3b2bc316f64 2024-08-22T20:34:47.3582876Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:34:47.3584035Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:47.3585412Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=e3962b53b51afee8a5a34d05a721e4d48626b86559321953d019ad25f6ae2833 2024-08-22T20:34:47.3586811Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:47.3587874Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:47.3594733Z 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:47.3600667Z Attempting uninstall: tqdm 2024-08-22T20:34:47.3601091Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:47.3601594Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:47.3602053Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:47.3602499Z Attempting uninstall: requests 2024-08-22T20:34:47.3602933Z Found existing installation: requests 2.29.0 2024-08-22T20:34:47.3603446Z Uninstalling requests-2.29.0: 2024-08-22T20:34:47.3603935Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:47.3604377Z Attempting uninstall: cmake 2024-08-22T20:34:47.3604790Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:47.3605276Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:47.3605729Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:47.3615831Z 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:47.3626229Z 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:47.3627632Z + pip3 uninstall -y triton 2024-08-22T20:34:47.3628035Z Found existing installation: triton 3.0.0 2024-08-22T20:34:47.3628514Z Uninstalling triton-3.0.0: 2024-08-22T20:34:47.3628951Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:47.3630471Z 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:47.3632399Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:47.3633435Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:47.3634125Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:47.3635224Z 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:47.3636483Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:47.3637447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/778.6 MB 237.2 MB/s eta 0:00:04 2024-08-22T20:34:47.3638469Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/778.6 MB 245.1 MB/s eta 0:00:04 2024-08-22T20:34:47.3639554Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/778.6 MB 245.6 MB/s eta 0:00:04 2024-08-22T20:34:47.3640658Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/778.6 MB 231.3 MB/s eta 0:00:04 2024-08-22T20:34:47.3641755Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/778.6 MB 231.9 MB/s eta 0:00:04 2024-08-22T20:34:47.3643073Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/778.6 MB 232.7 MB/s eta 0:00:04 2024-08-22T20:34:47.3644184Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/778.6 MB 227.8 MB/s eta 0:00:04 2024-08-22T20:34:47.3645375Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/778.6 MB 232.2 MB/s eta 0:00:04 2024-08-22T20:34:47.3646495Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.4/778.6 MB 227.5 MB/s eta 0:00:04 2024-08-22T20:34:47.3647623Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.4/778.6 MB 231.8 MB/s eta 0:00:04 2024-08-22T20:34:47.3648724Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.1/778.6 MB 226.7 MB/s eta 0:00:04 2024-08-22T20:34:47.3649817Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.2/778.6 MB 232.9 MB/s eta 0:00:03 2024-08-22T20:34:47.3650933Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.2/778.6 MB 232.5 MB/s eta 0:00:03 2024-08-22T20:34:48.6789567Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/778.6 MB 233.1 MB/s eta 0:00:03 2024-08-22T20:34:48.6791194Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.8/778.6 MB 244.4 MB/s eta 0:00:03 2024-08-22T20:34:48.6792686Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/778.6 MB 235.3 MB/s eta 0:00:03 2024-08-22T20:34:48.6793954Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.7/778.6 MB 230.7 MB/s eta 0:00:03 2024-08-22T20:34:48.6795054Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.1/778.6 MB 242.9 MB/s eta 0:00:03 2024-08-22T20:34:48.6796188Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.1/778.6 MB 234.4 MB/s eta 0:00:03 2024-08-22T20:34:48.6797376Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/778.6 MB 230.1 MB/s eta 0:00:03 2024-08-22T20:34:48.6798474Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.6/778.6 MB 243.1 MB/s eta 0:00:03 2024-08-22T20:34:48.6799560Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/778.6 MB 235.5 MB/s eta 0:00:03 2024-08-22T20:34:48.6800761Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.6/778.6 MB 233.3 MB/s eta 0:00:03 2024-08-22T20:34:48.6801851Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.7/778.6 MB 233.9 MB/s eta 0:00:03 2024-08-22T20:34:48.6803353Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.6/778.6 MB 229.1 MB/s eta 0:00:03 2024-08-22T20:34:48.6804584Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.5/778.6 MB 231.5 MB/s eta 0:00:03 2024-08-22T20:34:48.6805745Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.4/778.6 MB 228.8 MB/s eta 0:00:03 2024-08-22T20:34:48.6806830Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.4/778.6 MB 232.4 MB/s eta 0:00:03 2024-08-22T20:34:48.6808013Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 233.2/778.6 MB 226.7 MB/s eta 0:00:03 2024-08-22T20:34:48.6809139Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 241.2/778.6 MB 233.4 MB/s eta 0:00:03 2024-08-22T20:34:48.6810296Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 249.0/778.6 MB 228.6 MB/s eta 0:00:03 2024-08-22T20:34:48.6811446Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 257.0/778.6 MB 231.2 MB/s eta 0:00:03 2024-08-22T20:34:48.6812524Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 264.8/778.6 MB 228.1 MB/s eta 0:00:03 2024-08-22T20:34:48.6813649Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.8/778.6 MB 232.2 MB/s eta 0:00:03 2024-08-22T20:34:48.6814727Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 280.7/778.6 MB 228.9 MB/s eta 0:00:03 2024-08-22T20:34:48.6815857Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 288.6/778.6 MB 231.3 MB/s eta 0:00:03 2024-08-22T20:34:48.6816960Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 296.5/778.6 MB 227.6 MB/s eta 0:00:03 2024-08-22T20:34:48.6818051Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.4/778.6 MB 231.4 MB/s eta 0:00:03 2024-08-22T20:34:48.6819256Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 312.5/778.6 MB 233.3 MB/s eta 0:00:02 2024-08-22T20:34:48.6820335Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 320.3/778.6 MB 228.8 MB/s eta 0:00:03 2024-08-22T20:34:48.6821471Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 328.3/778.6 MB 232.4 MB/s eta 0:00:02 2024-08-22T20:34:48.6822542Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 336.3/778.6 MB 232.9 MB/s eta 0:00:02 2024-08-22T20:34:48.6823805Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 344.4/778.6 MB 232.5 MB/s eta 0:00:02 2024-08-22T20:34:48.6824982Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 352.9/778.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:34:48.6826064Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 360.9/778.6 MB 235.7 MB/s eta 0:00:02 2024-08-22T20:34:48.6827201Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 369.0/778.6 MB 233.6 MB/s eta 0:00:02 2024-08-22T20:34:48.6828274Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 376.8/778.6 MB 229.0 MB/s eta 0:00:02 2024-08-22T20:34:48.6829412Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 384.9/778.6 MB 233.7 MB/s eta 0:00:02 2024-08-22T20:34:48.6830509Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 392.7/778.6 MB 229.0 MB/s eta 0:00:02 2024-08-22T20:34:48.6831652Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 400.8/778.6 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:34:48.6832725Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 408.6/778.6 MB 229.7 MB/s eta 0:00:02 2024-08-22T20:34:50.0031558Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 416.6/778.6 MB 232.5 MB/s eta 0:00:02 2024-08-22T20:34:50.0033047Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 424.5/778.6 MB 228.9 MB/s eta 0:00:02 2024-08-22T20:34:50.0034365Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 433.1/778.6 MB 245.8 MB/s eta 0:00:02 2024-08-22T20:34:50.0035622Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 441.2/778.6 MB 237.3 MB/s eta 0:00:02 2024-08-22T20:34:50.0036804Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 449.1/778.6 MB 229.5 MB/s eta 0:00:02 2024-08-22T20:34:50.0037912Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 457.0/778.6 MB 229.1 MB/s eta 0:00:02 2024-08-22T20:34:50.0039007Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 465.0/778.6 MB 232.4 MB/s eta 0:00:02 2024-08-22T20:34:50.0040092Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 473.4/778.6 MB 240.5 MB/s eta 0:00:02 2024-08-22T20:34:50.0041170Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 481.7/778.6 MB 241.1 MB/s eta 0:00:02 2024-08-22T20:34:50.0042571Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 490.1/778.6 MB 241.4 MB/s eta 0:00:02 2024-08-22T20:34:50.0043645Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 498.4/778.6 MB 242.7 MB/s eta 0:00:02 2024-08-22T20:34:50.0044878Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 506.8/778.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:34:50.0046101Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 515.2/778.6 MB 243.2 MB/s eta 0:00:02 2024-08-22T20:34:50.0047185Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 523.6/778.6 MB 242.3 MB/s eta 0:00:02 2024-08-22T20:34:50.0048254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 531.9/778.6 MB 242.0 MB/s eta 0:00:02 2024-08-22T20:34:50.0049349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 540.3/778.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:50.0050415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 548.5/778.6 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:34:50.0051498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 556.9/778.6 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:34:50.0052566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 565.2/778.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:34:50.0053634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 573.6/778.6 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:50.0054693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 582.0/778.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:34:50.0055875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 590.4/778.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:34:50.0056949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 598.9/778.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:34:50.0058104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 607.3/778.6 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:34:50.0059270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 615.7/778.6 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:34:50.0060719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 624.1/778.6 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:34:50.0061799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 632.5/778.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:34:50.0062875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 640.8/778.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:34:50.0063966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 649.3/778.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:50.0065058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 657.7/778.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:34:50.0066137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 666.1/778.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:34:50.0067211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 674.4/778.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:34:50.0068282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 682.9/778.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:34:50.0069355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 691.3/778.6 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:34:50.0070570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 699.8/778.6 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:34:50.0071669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 708.2/778.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:34:50.0072723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 716.6/778.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:34:50.0073782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 725.0/778.6 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:51.8517513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 733.5/778.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:34:51.8518974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 742.0/778.6 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:51.8520376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 750.4/778.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:51.8521600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 758.8/778.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:34:51.8522627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 767.2/778.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:34:51.8523627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 775.6/778.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8524641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8525643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8526657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8527643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8528719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8529725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8530717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8531700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8532710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8533728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8534733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8535729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8536746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8537757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8538750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8540009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8541105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8542104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8543091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8544095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8545093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8546103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8547088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8548105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8549097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8550092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8551075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8552068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8553075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8554076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8555067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8556062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8557059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:51.8558097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2327646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2329068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2330348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2331356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2332337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2333337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2334324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2335318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2336319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2337323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2338314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2339371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2340360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2341515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2342501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2343572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2344565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2345553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2346537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2347515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2348535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2349541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2350529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2351507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2352498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2353487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2354496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2355494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2356483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2357470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2358451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2359434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2360709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2361838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2362944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2363942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2364939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2365930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2366911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:53.2367926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6162131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6163450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6164605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6165921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6167397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6168735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6169760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6170780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6171774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6172760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6173775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6174779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6176022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6177139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6178155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6179255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6180315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6181318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6182343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6183343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6184370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6185361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6186367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6187362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6188357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6189363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6190490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6191490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6192475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6193468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6194472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6195557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6196541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6197550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6198541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6199529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6200506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6201496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6202501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:54.6203506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9976152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9977594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9978785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9980096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9981990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9983234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9984448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9985518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9986588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9987713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9988836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9989958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9991084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9992210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9993285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9994345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9995470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9996586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9997678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9998770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:55.9999954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0001032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0002103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0003387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0004484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0005715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0006838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0007920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0009000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0010147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0011247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0012353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0013480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0014601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0015678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0016758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0017855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0018926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0020013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:56.0021091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3776602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3777977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3779015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3780375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3781549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3782567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3783567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3784568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3785574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3786594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3787581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3788588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3789600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3790650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3791638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3792636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3793741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3794855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3795845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3796851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3797862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3798863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3799895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3800953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3801954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3802943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3803937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3804938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3805950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3806937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3807950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3808956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3809959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3810949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3811947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3813046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3814127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3815116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3816119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:57.3817119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1495644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1497111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1498154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1499313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1500376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1501418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1502435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1503473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1504474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1505474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1506473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1507462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1508506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1509533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1510909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1511961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1513194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1514213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1515208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1516255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1517223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.3 MB/s eta 0:00:00 2024-08-22T20:34:59.1518450Z [?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:59.1519940Z 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:59.1521419Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:59.1522781Z 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:59.1524152Z 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:59.1525658Z 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:59.1527332Z 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:59.1528970Z 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:59.1530596Z 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:59.1532185Z 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:59.1533795Z 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:59.1535429Z 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:59.1537199Z 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:59.1538926Z 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:59.1540209Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:59.1541357Z 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:59.1542557Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:59.1543670Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/188.7 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:34:59.1544787Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/188.7 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:34:59.1545922Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/188.7 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1547051Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/188.7 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:34:59.1548152Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/188.7 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:34:59.1549239Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.8/188.7 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:34:59.1550373Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/188.7 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:35:00.6113855Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/188.7 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:35:00.6115465Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 74.7/188.7 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:35:00.6116739Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 83.0/188.7 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:35:00.6117838Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 91.4/188.7 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:35:00.6118924Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 99.7/188.7 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:35:00.6120012Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 108.0/188.7 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:35:00.6121094Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 116.3/188.7 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:00.6122457Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 124.6/188.7 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:00.6123695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 133.0/188.7 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:35:00.6124772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 141.3/188.7 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6125847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 149.6/188.7 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:35:00.6126918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 158.0/188.7 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:35:00.6127983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 166.4/188.7 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:35:00.6129074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 174.7/188.7 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:35:00.6130160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 183.1/188.7 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:35:00.6131208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6132212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6133222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6134211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6135219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6136208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6137210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6138198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6139270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6140260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6141958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6142956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6144035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6145037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6146037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6147041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6148023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6149036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6150047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6151032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6152007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6152997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6153981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:00.6154994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9896530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9898042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9899233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9900244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9901300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9902315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9903557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9904708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9905713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9906720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9907722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9908710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9909735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9910747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9911765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9912750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9913750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9914744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9915730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9916807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9917891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9918887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9919861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9920900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9921897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9922915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9923898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9924898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9925886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9926873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9927848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9928850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9929859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9930859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9931841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9932832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9933818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9934803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9935878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:01.9936951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4503633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4505025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4506323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4507350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4508401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4509410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4510436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4511608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4512624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4513809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4514943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4516023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4517079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4518079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4519142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4520178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4521166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4522607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4523587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4525047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:35:03.4526227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.3 MB/s eta 0:00:00 2024-08-22T20:35:03.4527580Z [?25hRequirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:35:03.4528768Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:03.4530032Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2Bdedb7bdf33-cp311-cp311-linux_x86_64.whl (239.5 MB) 2024-08-22T20:35:03.4531270Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:35:03.4532355Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/239.5 MB 189.8 MB/s eta 0:00:02 2024-08-22T20:35:03.4533583Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.7/239.5 MB 155.6 MB/s eta 0:00:02 2024-08-22T20:35:03.4534671Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/239.5 MB 136.1 MB/s eta 0:00:02 2024-08-22T20:35:03.4536167Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.9/239.5 MB 126.3 MB/s eta 0:00:02 2024-08-22T20:35:03.4537305Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/239.5 MB 130.4 MB/s eta 0:00:02 2024-08-22T20:35:03.4538554Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/239.5 MB 113.0 MB/s eta 0:00:02 2024-08-22T20:35:03.4539763Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/239.5 MB 171.7 MB/s eta 0:00:02 2024-08-22T20:35:03.4541051Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/239.5 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:35:03.4542142Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.0/239.5 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:35:03.4543408Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/239.5 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:35:03.4544502Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.0/239.5 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:35:03.4546072Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 77.4/239.5 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:35:03.4547166Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 85.8/239.5 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:35:03.4548441Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 94.3/239.5 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:35:03.4549591Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 102.8/239.5 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:35:04.9141095Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 111.2/239.5 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:35:04.9142577Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 119.7/239.5 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:35:04.9143728Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 128.1/239.5 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:35:04.9144843Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 136.6/239.5 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:35:04.9145967Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 145.0/239.5 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:35:04.9147056Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 153.5/239.5 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:35:04.9148146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 162.0/239.5 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9149217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 170.5/239.5 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:35:04.9150299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 179.0/239.5 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:35:04.9151391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 187.4/239.5 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:35:04.9152742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 195.9/239.5 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:35:04.9153815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 204.4/239.5 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:35:04.9154885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 212.9/239.5 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:35:04.9155963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 221.5/239.5 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9157032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 229.9/239.5 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:35:04.9158218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 238.5/239.5 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:35:04.9159242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9160502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9161497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9162490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9163494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9164508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9165515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9166492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9167491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9168483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9169459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9170437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9171581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9172691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9173672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9174655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9175641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9176622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9177615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9178617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9179661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9180644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:04.9181619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2950803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2951961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2953012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2954044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2955046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2956051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2957058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2958052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2959231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2960703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2961733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2962732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2963720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2964723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2965734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2966723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2967721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2968715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2969709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2970698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2971694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2972710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2973728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2974713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2975701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2976696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2977691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2978806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2979874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2980971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2981964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2982944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2983934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2984923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2985929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2986920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2987910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2988896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2989889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:06.2990869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4327184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4328962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4330343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4331407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4332398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4333373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4334381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4335387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4336405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4337393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4338398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4339481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4340472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4341466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4342486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4343483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4344469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4345449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4346438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4347611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4348601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4349686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4350692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4351684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4352671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4353662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4354679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4355686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:35:17.4356651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.1 MB/s eta 0:00:00 2024-08-22T20:35:17.4357446Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:17.4358348Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:35:17.4359349Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:35:17.4360537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 5.5/6.2 MB 165.5 MB/s eta 0:00:01 2024-08-22T20:35:17.4361593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 151.0 MB/s eta 0:00:01 2024-08-22T20:35:17.4362606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 151.0 MB/s eta 0:00:01 2024-08-22T20:35:17.4363597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 151.0 MB/s eta 0:00:01 2024-08-22T20:35:17.4364553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 36.5 MB/s eta 0:00:00 2024-08-22T20:35:17.4366047Z [?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:35:17.4367776Z 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:35:17.4369421Z 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:35:17.4370572Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:35:17.4371302Z Attempting uninstall: sympy 2024-08-22T20:35:17.4371729Z Found existing installation: sympy 1.13.2 2024-08-22T20:35:17.4372222Z Uninstalling sympy-1.13.2: 2024-08-22T20:35:17.4372688Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:35:17.4373211Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:35:17.4373777Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:35:17.4374343Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:56.8290880Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:56.8291424Z Attempting uninstall: torch 2024-08-22T20:36:56.8296742Z Found existing installation: torch 2.4.0 2024-08-22T20:36:56.8297460Z Uninstalling torch-2.4.0: 2024-08-22T20:36:56.8298056Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:56.8299167Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:36:56.8301639Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:56.8303804Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.8305082Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.8306735Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-6_p6adye 2024-08-22T20:36:56.8308465Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-6_p6adye 2024-08-22T20:36:56.8309922Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:56.8311310Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.8312375Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.8313547Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:56.8314639Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:56.8315428Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:56.8316285Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:56.8317770Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019167 sha256=ddb89aced53e9c5cba585e012afc01a83eba7c9c9e8871829dfb1ecec209cb57 2024-08-22T20:36:56.8319514Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:56.8320531Z Successfully built torchao 2024-08-22T20:36:56.8321042Z Installing collected packages: torchao 2024-08-22T20:36:56.8321753Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:56.8323565Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:56.8324968Z + python3 scripts/patch_triton.py 2024-08-22T20:36:56.8325368Z + pip3 list 2024-08-22T20:36:56.8325661Z Package Version 2024-08-22T20:36:56.8326115Z ------------------------- ----------------------- 2024-08-22T20:36:56.8326771Z absl-py 2.1.0 2024-08-22T20:36:56.8327181Z accelerate 0.33.0 2024-08-22T20:36:56.8328199Z aiohappyeyeballs 2.4.0 2024-08-22T20:36:56.8328698Z aiohttp 3.10.5 2024-08-22T20:36:56.8329155Z aiosignal 1.3.1 2024-08-22T20:36:56.8329512Z altair 5.4.0 2024-08-22T20:36:56.8329950Z anaconda-anon-usage 0.4.4 2024-08-22T20:36:56.8330530Z anaconda-client 1.12.3 2024-08-22T20:36:56.8331312Z attrs 23.1.0 2024-08-22T20:36:56.8331801Z beautifulsoup4 4.12.3 2024-08-22T20:36:56.8332175Z blinker 1.8.2 2024-08-22T20:36:56.8332528Z blobfile 2.1.1 2024-08-22T20:36:56.8332892Z boltons 23.0.0 2024-08-22T20:36:56.8333326Z brotlipy 0.7.0 2024-08-22T20:36:56.8333802Z cachetools 5.5.0 2024-08-22T20:36:56.8334282Z certifi 2024.7.4 2024-08-22T20:36:56.8334775Z cffi 1.15.1 2024-08-22T20:36:56.8335241Z chardet 4.0.0 2024-08-22T20:36:56.8335817Z charset-normalizer 2.0.4 2024-08-22T20:36:56.8336318Z click 8.1.7 2024-08-22T20:36:56.8336781Z cmake 3.30.2 2024-08-22T20:36:56.8337268Z colorama 0.4.6 2024-08-22T20:36:56.8337741Z conda 23.5.2 2024-08-22T20:36:56.8338217Z conda-build 24.3.0 2024-08-22T20:36:56.8338653Z conda-content-trust 0.1.3 2024-08-22T20:36:56.8339031Z conda_index 0.5.0 2024-08-22T20:36:56.8339538Z conda-libmamba-solver 23.5.0 2024-08-22T20:36:56.8339992Z conda-package-handling 2.1.0 2024-08-22T20:36:56.8340385Z conda_package_streaming 0.8.0 2024-08-22T20:36:56.8340760Z cryptography 39.0.1 2024-08-22T20:36:56.8341139Z DataProperty 1.0.1 2024-08-22T20:36:56.8341509Z datasets 2.21.0 2024-08-22T20:36:56.8341874Z defusedxml 0.7.1 2024-08-22T20:36:56.8342246Z dill 0.3.8 2024-08-22T20:36:56.8342604Z evaluate 0.4.2 2024-08-22T20:36:56.8342971Z fastjsonschema 2.16.2 2024-08-22T20:36:56.8343353Z filelock 3.13.1 2024-08-22T20:36:56.8343716Z Flask 3.0.3 2024-08-22T20:36:56.8344070Z frozenlist 1.4.1 2024-08-22T20:36:56.8344446Z fsspec 2024.6.1 2024-08-22T20:36:56.8344819Z gguf 0.9.1 2024-08-22T20:36:56.8345179Z gitdb 4.0.11 2024-08-22T20:36:56.8345548Z GitPython 3.1.43 2024-08-22T20:36:56.8345976Z huggingface-hub 0.24.6 2024-08-22T20:36:56.8346341Z idna 3.4 2024-08-22T20:36:56.8346698Z itsdangerous 2.2.0 2024-08-22T20:36:56.8347064Z Jinja2 3.1.4 2024-08-22T20:36:56.8347415Z joblib 1.4.2 2024-08-22T20:36:56.8347775Z jsonlines 4.0.0 2024-08-22T20:36:56.8348149Z jsonpatch 1.32 2024-08-22T20:36:56.8348508Z jsonpointer 2.1 2024-08-22T20:36:56.8348874Z jsonschema 4.19.2 2024-08-22T20:36:56.8349317Z jsonschema-specifications 2023.7.1 2024-08-22T20:36:56.8349716Z jupyter_core 5.7.2 2024-08-22T20:36:56.8350127Z libarchive-c 2.9 2024-08-22T20:36:56.8350488Z libmambapy 1.4.1 2024-08-22T20:36:56.8350847Z lm_eval 0.4.2 2024-08-22T20:36:56.8351205Z lxml 4.9.4 2024-08-22T20:36:56.8351616Z markdown-it-py 3.0.0 2024-08-22T20:36:56.8351977Z MarkupSafe 2.1.3 2024-08-22T20:36:56.8352346Z mbstrdecoder 1.1.3 2024-08-22T20:36:56.8352757Z mdurl 0.1.2 2024-08-22T20:36:56.8353108Z menuinst 2.1.2 2024-08-22T20:36:56.8353522Z more-itertools 10.1.0 2024-08-22T20:36:56.8353934Z mpmath 1.3.0 2024-08-22T20:36:56.8354305Z multidict 6.0.5 2024-08-22T20:36:56.8354668Z multiprocess 0.70.16 2024-08-22T20:36:56.8355048Z narwhals 1.5.2 2024-08-22T20:36:56.8355413Z nbformat 5.9.2 2024-08-22T20:36:56.8355899Z networkx 3.3 2024-08-22T20:36:56.8356254Z ninja 1.11.1.1 2024-08-22T20:36:56.8356624Z nltk 3.9.1 2024-08-22T20:36:56.8356981Z numexpr 2.10.1 2024-08-22T20:36:56.8357349Z numpy 1.26.4 2024-08-22T20:36:56.8357860Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:36:56.8358304Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:36:56.8358761Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:36:56.8359223Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:36:56.8359660Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:36:56.8360448Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:36:56.8360913Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:36:56.8361373Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:36:56.8361837Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:36:56.8362289Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:36:56.8362722Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:36:56.8363176Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:36:56.8363566Z packaging 23.0 2024-08-22T20:36:56.8363929Z pandas 2.2.2 2024-08-22T20:36:56.8364307Z pathvalidate 3.2.0 2024-08-22T20:36:56.8364681Z peft 0.12.0 2024-08-22T20:36:56.8365047Z pillow 10.4.0 2024-08-22T20:36:56.8365426Z pip 23.1.2 2024-08-22T20:36:56.8365796Z pkginfo 1.10.0 2024-08-22T20:36:56.8366168Z platformdirs 3.10.0 2024-08-22T20:36:56.8366543Z pluggy 1.0.0 2024-08-22T20:36:56.8366914Z portalocker 2.10.1 2024-08-22T20:36:56.8367282Z protobuf 5.27.3 2024-08-22T20:36:56.8367653Z psutil 5.9.0 2024-08-22T20:36:56.8368023Z pyarrow 17.0.0 2024-08-22T20:36:56.8368384Z pybind11 2.13.5 2024-08-22T20:36:56.8368759Z pycosat 0.6.4 2024-08-22T20:36:56.8369135Z pycparser 2.21 2024-08-22T20:36:56.8369514Z pycryptodomex 3.20.0 2024-08-22T20:36:56.8369890Z pydeck 0.9.1 2024-08-22T20:36:56.8370267Z Pygments 2.18.0 2024-08-22T20:36:56.8370636Z pyOpenSSL 23.0.0 2024-08-22T20:36:56.8371015Z PySocks 1.7.1 2024-08-22T20:36:56.8371398Z pytablewriter 1.2.0 2024-08-22T20:36:56.8371840Z python-dateutil 2.9.0.post0 2024-08-22T20:36:56.8372330Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:36:56.8372760Z pytz 2024.1 2024-08-22T20:36:56.8373126Z PyYAML 6.0.1 2024-08-22T20:36:56.8373499Z referencing 0.30.2 2024-08-22T20:36:56.8373878Z regex 2024.7.24 2024-08-22T20:36:56.8374262Z requests 2.32.3 2024-08-22T20:36:56.8374690Z requests-toolbelt 1.0.0 2024-08-22T20:36:56.8375065Z rich 13.7.1 2024-08-22T20:36:56.8375465Z rouge-score 0.1.2 2024-08-22T20:36:56.8375895Z rpds-py 0.10.6 2024-08-22T20:36:56.8376267Z ruamel.yaml 0.17.21 2024-08-22T20:36:56.8376639Z sacrebleu 2.4.3 2024-08-22T20:36:56.8377014Z safetensors 0.4.4 2024-08-22T20:36:56.8377425Z scikit-learn 1.5.1 2024-08-22T20:36:56.8377787Z scipy 1.14.1 2024-08-22T20:36:56.8378172Z sentencepiece 0.2.0 2024-08-22T20:36:56.8378552Z setuptools 67.8.0 2024-08-22T20:36:56.8378914Z six 1.16.0 2024-08-22T20:36:56.8379375Z smmap 5.0.1 2024-08-22T20:36:56.8379753Z snakeviz 2.2.0 2024-08-22T20:36:56.8380111Z soupsieve 2.5 2024-08-22T20:36:56.8380479Z sqlitedict 2.1.0 2024-08-22T20:36:56.8380851Z streamlit 1.37.1 2024-08-22T20:36:56.8381214Z sympy 1.13.1 2024-08-22T20:36:56.8381580Z tabledata 1.3.3 2024-08-22T20:36:56.8381949Z tabulate 0.9.0 2024-08-22T20:36:56.8382491Z tcolorpy 0.1.6 2024-08-22T20:36:56.8382892Z tenacity 8.5.0 2024-08-22T20:36:56.8383264Z threadpoolctl 3.5.0 2024-08-22T20:36:56.8383628Z tiktoken 0.7.0 2024-08-22T20:36:56.8383998Z tokenizers 0.19.1 2024-08-22T20:36:56.8384479Z toml 0.10.2 2024-08-22T20:36:56.8384843Z toolz 0.12.0 2024-08-22T20:36:56.8385261Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:36:56.8385726Z torchao 0.4.0+gite11201a 2024-08-22T20:36:56.8386142Z tornado 6.4.1 2024-08-22T20:36:56.8386511Z tqdm 4.66.5 2024-08-22T20:36:56.8386946Z tqdm-multiprocess 0.0.11 2024-08-22T20:36:56.8387320Z traitlets 5.14.3 2024-08-22T20:36:56.8387695Z transformers 4.44.2 2024-08-22T20:36:56.8388069Z typepy 1.3.2 2024-08-22T20:36:56.8388438Z typing_extensions 4.12.2 2024-08-22T20:36:56.8388819Z tzdata 2024.1 2024-08-22T20:36:56.8389191Z urllib3 1.26.16 2024-08-22T20:36:56.8389561Z watchdog 4.0.2 2024-08-22T20:36:56.8389927Z Werkzeug 3.0.4 2024-08-22T20:36:56.8390293Z wheel 0.38.4 2024-08-22T20:36:56.8390661Z word2number 1.1 2024-08-22T20:36:56.8391021Z xxhash 3.5.0 2024-08-22T20:36:56.8391382Z yarl 1.9.4 2024-08-22T20:36:56.8391740Z zstandard 0.19.0 2024-08-22T20:36:56.8392108Z zstd 1.5.5.1 2024-08-22T20:36:56.8392826Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:36:56.8393757Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:36:56.8394370Z + echo ::endgroup:: 2024-08-22T20:36:56.8394991Z ##[endgroup] 2024-08-22T20:36:56.8395413Z + echo '::group::Download checkpoint' 2024-08-22T20:36:56.8396102Z ##[group]Download checkpoint 2024-08-22T20:36:56.8396500Z + export REPO_NAME=tinyllamas/stories15M 2024-08-22T20:36:56.8396937Z + REPO_NAME=tinyllamas/stories15M 2024-08-22T20:37:47.6654849Z + bash .ci/scripts/wget_checkpoint.sh tinyllamas/stories15M https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:47.6656513Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:37:47.6657894Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:47.6659345Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:37:47.6660271Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:37:47.6660760Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:37:47.6661375Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:37:47.6661987Z + IFS=, 2024-08-22T20:37:47.6662339Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:47.6663098Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:37:47.6664043Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:47.6664878Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:47.6665830Z --2024-08-22 20:36:56-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:37:47.6666809Z Resolving huggingface.co (huggingface.co)... 18.154.227.67, 18.154.227.87, 18.154.227.69, ... 2024-08-22T20:37:47.6667669Z Connecting to huggingface.co (huggingface.co)|18.154.227.67|:443... connected. 2024-08-22T20:37:47.6668321Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:47.6677993Z 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=1724617940&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzk0MH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=UPKbN9T4PYuhVeAKxWdoAv6yuTo2OyAjB7jtkUVNtSDC0CVTyKX69MILjl7LKK5DviscqVbA6XsLmeqYFkHwZcGhX9tsKDo7v2zbPYpaUo%7Ez9Kxxrj5KU7immZy6p2ZV3XFF5ZUsBDBhZy6T1Lqs6JeBC6%7EmIC7RckuhCgFxe%7EMSBsv6cTtuuK16qm%7EQu83UR%7EYJHi1nycK7HvsY9CqMPuyMv43el8YbJAWQ88mwycUR3X6xnq93vIVT7lO6zWAG-xiPSZVPeGxsSaJvdjIjp06K2R12fDQjSwpL8OE2x8sWeeGk7uHiB4OH6di0DeDperbYg08r%7E9J6RytafVC%7EcA__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:37:47.6694399Z --2024-08-22 20:36:56-- 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=1724617940&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzk0MH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=UPKbN9T4PYuhVeAKxWdoAv6yuTo2OyAjB7jtkUVNtSDC0CVTyKX69MILjl7LKK5DviscqVbA6XsLmeqYFkHwZcGhX9tsKDo7v2zbPYpaUo%7Ez9Kxxrj5KU7immZy6p2ZV3XFF5ZUsBDBhZy6T1Lqs6JeBC6%7EmIC7RckuhCgFxe%7EMSBsv6cTtuuK16qm%7EQu83UR%7EYJHi1nycK7HvsY9CqMPuyMv43el8YbJAWQ88mwycUR3X6xnq93vIVT7lO6zWAG-xiPSZVPeGxsSaJvdjIjp06K2R12fDQjSwpL8OE2x8sWeeGk7uHiB4OH6di0DeDperbYg08r%7E9J6RytafVC%7EcA__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:37:47.6703037Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.121, 108.138.64.36, 108.138.64.49, ... 2024-08-22T20:37:47.6704171Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.121|:443... connected. 2024-08-22T20:37:47.6704918Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:47.6705467Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:37:47.6706052Z Saving to: ‘stories15M.pt’ 2024-08-22T20:37:47.6706294Z 2024-08-22T20:37:47.6706299Z 2024-08-22T20:37:47.6706578Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:47.6707215Z 100%[======================================>] 60,789,090 --.-K/s in 0.1s 2024-08-22T20:37:47.6707574Z 2024-08-22T20:37:47.6709899Z 2024-08-22 20:36:57 (412 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:37:47.6710425Z 2024-08-22T20:37:47.6710653Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:47.6711376Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:37:47.6712203Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:47.6712971Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:47.6713848Z --2024-08-22 20:36:57-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:37:47.6714542Z Resolving github.com (github.com)... 140.82.113.4 2024-08-22T20:37:47.6715135Z Connecting to github.com (github.com)|140.82.113.4|:443... connected. 2024-08-22T20:37:47.6715746Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:47.6716581Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:37:47.6717672Z --2024-08-22 20:36:57-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:37:47.6718884Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ... 2024-08-22T20:37:47.6720005Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-08-22T20:37:47.6720858Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:47.6721427Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:37:47.6721936Z Saving to: ‘tokenizer.model’ 2024-08-22T20:37:47.6722180Z 2024-08-22T20:37:47.6722186Z 2024-08-22T20:37:47.6722463Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:47.6723090Z 100%[======================================>] 499,723 --.-K/s in 0.004s 2024-08-22T20:37:47.6723456Z 2024-08-22T20:37:47.6723817Z 2024-08-22 20:36:57 (131 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:37:47.6724261Z 2024-08-22T20:37:47.6724460Z + for resource in '$RESOURCES_STRING' 2024-08-22T20:37:47.6725165Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:37:47.6725988Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:47.6726760Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:47.6727643Z --2024-08-22 20:36:57-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:37:47.6728322Z Resolving github.com (github.com)... 140.82.113.4 2024-08-22T20:37:47.6728926Z Connecting to github.com (github.com)|140.82.113.4|:443... connected. 2024-08-22T20:37:47.6729535Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:37:47.6730285Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:37:47.6731352Z --2024-08-22 20:36:57-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:37:47.6732434Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... 2024-08-22T20:37:47.6733550Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-08-22T20:37:47.6734324Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:37:47.6734886Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:37:47.6735384Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:37:47.6735626Z 2024-08-22T20:37:47.6735632Z 2024-08-22T20:37:47.6735900Z 0% [ ] 0 --.-K/s 2024-08-22T20:37:47.6736536Z 100%[======================================>] 433,869 --.-K/s in 0.004s 2024-08-22T20:37:47.6736944Z 2024-08-22T20:37:47.6737301Z 2024-08-22 20:36:57 (116 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:37:47.6737729Z 2024-08-22T20:37:47.6737834Z + popd 2024-08-22T20:37:47.6738099Z /pytorch/torchchat 2024-08-22T20:37:47.6738430Z + echo ::endgroup:: 2024-08-22T20:37:47.6739088Z ##[endgroup] 2024-08-22T20:37:47.6739508Z + echo '::group::Convert checkpoint' 2024-08-22T20:37:47.6740137Z ##[group]Convert checkpoint 2024-08-22T20:37:47.6740623Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-08-22T20:37:47.6741344Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-08-22T20:37:47.6741928Z /pytorch/torchchat 2024-08-22T20:37:47.6742237Z + echo ::endgroup:: 2024-08-22T20:37:47.6742742Z ##[endgroup] 2024-08-22T20:37:47.6743110Z + echo '::group::Run inference' 2024-08-22T20:37:47.6743738Z ##[group]Run inference 2024-08-22T20:37:47.6744442Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda aoti-bfloat16 2024-08-22T20:37:47.6745160Z arg:aoti-bfloat16 2024-08-22T20:37:47.6745471Z Passing DTYPES=bfloat16 2024-08-22T20:37:47.6745802Z Local DTYPES=bfloat16 2024-08-22T20:37:47.6746152Z Local after default DTYPES=bfloat16 2024-08-22T20:37:47.6746718Z ############### Run inference with AOT Inductor for dtype bfloat16 ############### 2024-08-22T20:37:47.6747331Z 2024-08-22T20:37:47.6747461Z ****************************************** 2024-08-22T20:37:47.6747937Z ************** non-quantized ************* 2024-08-22T20:37:47.6748355Z ****************************************** 2024-08-22T20:37:47.6748629Z 2024-08-22T20:37:47.6748968Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:43:02.1667649Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:43:02.1668124Z  fi 2024-08-22T20:43:02.1668511Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:43:02.1669158Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:43:02.1669703Z  fi 2024-08-22T20:43:02.1670320Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:43:02.1671129Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:43:02.1671635Z fi 2024-08-22T20:43:02.1671905Z  2024-08-22T20:43:02.1672177Z upload_docs=0 2024-08-22T20:43:02.1672739Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:43:02.1673382Z # empty folders do not count 2024-08-22T20:43:02.1673998Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:43:02.1674856Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:43:02.1675585Z  # upload will probably not work correctly 2024-08-22T20:43:02.1676056Z  upload_docs=1 2024-08-22T20:43:02.1676379Z fi 2024-08-22T20:43:02.1676804Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:43:02.1687364Z shell: /usr/bin/bash -e {0} 2024-08-22T20:43:02.1687714Z env: 2024-08-22T20:43:02.1688041Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:02.1688494Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:02.1688870Z PR_NUMBER: 1044 2024-08-22T20:43:02.1693839Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:43:02.1699387Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:02.1700149Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:02.1700867Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:02.1701471Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:02.1702136Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:43:02.1702469Z ##[endgroup] 2024-08-22T20:43:02.1799252Z Prepare all required actions 2024-08-22T20:43:02.1836841Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:43:02.1837313Z with: 2024-08-22T20:43:02.1837567Z env: 2024-08-22T20:43:02.1837896Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:02.1838344Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:02.1838718Z PR_NUMBER: 1044 2024-08-22T20:43:02.1843719Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:43:02.1849254Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:02.1850017Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:02.1850737Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:02.1851344Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:02.1851825Z ##[endgroup] 2024-08-22T20:43:02.1873343Z ##[group]Run set -eou pipefail 2024-08-22T20:43:02.1873745Z set -eou pipefail 2024-08-22T20:43:02.1874093Z  2024-08-22T20:43:02.1874631Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:43:02.1875265Z for _ in $(seq 1440); do 2024-08-22T20:43:02.1875730Z  # Break if no ssh session exists anymore 2024-08-22T20:43:02.1876219Z  if [ "$(who)" = "" ]; then 2024-08-22T20:43:02.1876615Z  break 2024-08-22T20:43:02.1876924Z  fi 2024-08-22T20:43:02.1877219Z  echo "." 2024-08-22T20:43:02.1877534Z  sleep 5 2024-08-22T20:43:02.1877843Z done 2024-08-22T20:43:02.1886472Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:43:02.1887001Z env: 2024-08-22T20:43:02.1887325Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:02.1887778Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:02.1888153Z PR_NUMBER: 1044 2024-08-22T20:43:02.1893131Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:43:02.1899027Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:02.1899803Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:02.1900525Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:02.1901128Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:02.1901606Z ##[endgroup] 2024-08-22T20:43:02.1929540Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:43:02.2035419Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:43:02.2036185Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:43:02.2036770Z # shellcheck disable=SC2046 2024-08-22T20:43:02.2037223Z docker stop $(docker ps -q) || true 2024-08-22T20:43:02.2037691Z # Prune all of the docker images 2024-08-22T20:43:02.2038205Z docker system prune -af 2024-08-22T20:43:02.2047190Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:43:02.2047683Z env: 2024-08-22T20:43:02.2048012Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:02.2048478Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:02.2048853Z PR_NUMBER: 1044 2024-08-22T20:43:02.2053844Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:43:02.2059444Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:02.2060609Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:02.2061397Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:02.2062011Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:02.2062481Z ##[endgroup] 2024-08-22T20:43:13.1239615Z d5bca2104d83 2024-08-22T20:43:16.6511691Z Deleted Containers: 2024-08-22T20:43:16.6512407Z d5bca2104d839c2de9fef3072670d82269915f6ff750a5f92dcdf76de49dbe7b 2024-08-22T20:43:16.6512899Z 2024-08-22T20:43:21.9604090Z Deleted Images: 2024-08-22T20:43:21.9604912Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:21.9605808Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:43:21.9606779Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:43:21.9608259Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:43:21.9609266Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:43:21.9610133Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:43:21.9611215Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:43:21.9612050Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:43:21.9612888Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:43:21.9614361Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:43:21.9615399Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:43:21.9616435Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:43:21.9617446Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:43:21.9618298Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:43:21.9619194Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:43:21.9619996Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:43:21.9620841Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:43:21.9621657Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:43:21.9622496Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:43:21.9623289Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:43:21.9624086Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:43:21.9624883Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:43:21.9625683Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:43:21.9626471Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:43:21.9627255Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:43:21.9628035Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:43:21.9628823Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:43:21.9629648Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:43:21.9630475Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:43:21.9631275Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:43:21.9632094Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:43:21.9632890Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:43:21.9633658Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:43:21.9634675Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:43:21.9635903Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:43:21.9637027Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:43:21.9637996Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:43:21.9638556Z 2024-08-22T20:43:21.9638698Z Total reclaimed space: 24.26GB 2024-08-22T20:43:21.9686009Z ##[group]Run set +e 2024-08-22T20:43:21.9686357Z set +e 2024-08-22T20:43:21.9686701Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:43:21.9687263Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:43:21.9687761Z else 2024-08-22T20:43:21.9688145Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:43:21.9688607Z fi 2024-08-22T20:43:21.9688883Z set -e 2024-08-22T20:43:21.9697515Z shell: /usr/bin/bash -e {0} 2024-08-22T20:43:21.9697870Z env: 2024-08-22T20:43:21.9698194Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:43:21.9698744Z REPOSITORY: pytorch/torchchat 2024-08-22T20:43:21.9699124Z PR_NUMBER: 1044 2024-08-22T20:43:21.9704120Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-08-22T20:43:21.9709801Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:43:21.9710616Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:43:21.9711333Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:43:21.9711945Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:43:21.9712425Z NO_SUDO: false 2024-08-22T20:43:21.9712726Z ##[endgroup] 2024-08-22T20:43:22.1896151Z Post job cleanup. 2024-08-22T20:43:22.2858825Z Post job cleanup. 2024-08-22T20:43:22.3738533Z [command]/usr/bin/git version 2024-08-22T20:43:22.3792188Z git version 2.40.1 2024-08-22T20:43:22.3829982Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/67215bfe-de2d-4d7d-b9ef-679a678886df' before making global git config changes 2024-08-22T20:43:22.3831281Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:43:22.3835141Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:43:22.3881418Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:43:22.3924982Z [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:43:22.4285254Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:43:22.4320717Z http.https://github.com/.extraheader 2024-08-22T20:43:22.4330506Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:43:22.4375119Z [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:43:22.4811539Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:43:22.4833691Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:43:22.4841754Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:43:22.4842269Z ##[endgroup] 2024-08-22T20:43:28.4996068Z Cleaning up orphan processes