2024-08-22T20:27:32.3278523Z Current runner version: '2.319.1' 2024-08-22T20:27:32.3284810Z Runner name: 'i-0e92d885a5a169145' 2024-08-22T20:27:32.3285615Z Runner group name: 'Default' 2024-08-22T20:27:32.3286645Z Machine name: 'ip-10-0-75-76' 2024-08-22T20:27:32.3302988Z Testing runner upgrade compatibility 2024-08-22T20:27:32.4659393Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:27:32.4661317Z Contents: read 2024-08-22T20:27:32.4661839Z Metadata: read 2024-08-22T20:27:32.4662475Z Packages: read 2024-08-22T20:27:32.4662967Z ##[endgroup] 2024-08-22T20:27:32.4665915Z Secret source: Actions 2024-08-22T20:27:32.4666836Z Prepare workflow directory 2024-08-22T20:27:33.0032724Z Prepare all required actions 2024-08-22T20:27:33.0209840Z Getting action download info 2024-08-22T20:27:33.2146931Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:27:33.4509677Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:27:33.5626153Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:27:33.6637187Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:27:33.7915282Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:27:34.0375378Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:27:34.0377620Z ##[group] Inputs 2024-08-22T20:27:34.0384921Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:34.0393223Z timeout: 60 2024-08-22T20:27:34.0393653Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:34.0394363Z upload-artifact: 2024-08-22T20:27:34.0394821Z download-artifact: 2024-08-22T20:27:34.0395224Z repository: 2024-08-22T20:27:34.0395739Z fetch-depth: 1 2024-08-22T20:27:34.0396157Z submodules: 2024-08-22T20:27:34.0396519Z ref: 2024-08-22T20:27:34.0397031Z test-infra-repository: pytorch/test-infra 2024-08-22T20:27:34.0397588Z test-infra-ref: 2024-08-22T20:27:34.0398006Z docker-image: pytorch/conda-builder 2024-08-22T20:27:34.0398617Z docker-build-dir: .ci/docker 2024-08-22T20:27:34.0399110Z gpu-arch-type: cuda 2024-08-22T20:27:34.0399596Z gpu-arch-version: 12.1 2024-08-22T20:27:34.0400223Z job-name: linux-job 2024-08-22T20:27:34.0401053Z continue-on-error: false 2024-08-22T20:27:34.0401497Z binary-matrix: 2024-08-22T20:27:34.0402293Z run-with-docker: true 2024-08-22T20:27:34.0403019Z secrets-env: HF_TOKEN_PERIODIC 2024-08-22T20:27:34.0403480Z no-sudo: false 2024-08-22T20:27:34.0404028Z ##[endgroup] 2024-08-22T20:27:34.0404814Z Complete job name: test-runner-aot-cuda / linux-job 2024-08-22T20:27:34.1076185Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:27:34.1239375Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:27:34.1252285Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:34.1253155Z ##[endgroup] 2024-08-22T20:27:35.7365503Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:35.7366061Z Instance Type: g5.4xlarge 2024-08-22T20:27:35.7366772Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:27:41.5542976Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:27:41.5815264Z ##[group]Run set -euxo pipefail 2024-08-22T20:27:41.5815810Z set -euxo pipefail 2024-08-22T20:27:41.5816261Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:27:41.5816856Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:27:41.5817446Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:27:41.5817898Z else 2024-08-22T20:27:41.5818304Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:27:41.5818863Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:27:41.5819290Z fi 2024-08-22T20:27:41.5819575Z  2024-08-22T20:27:41.5819901Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:27:41.5820347Z echo "::endgroup::" 2024-08-22T20:27:41.5831208Z shell: /usr/bin/bash -e {0} 2024-08-22T20:27:41.5831580Z env: 2024-08-22T20:27:41.5831912Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:41.5832402Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:41.5832821Z PR_NUMBER: 1044 2024-08-22T20:27:41.5841079Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:41.5849668Z NO_SUDO: false 2024-08-22T20:27:41.5849976Z ##[endgroup] 2024-08-22T20:27:41.5885597Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:27:41.5906916Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:27:41.5916292Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:27:41.5917052Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:27:41.7279350Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:27:41.7302185Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:27:41.7316060Z + echo ::endgroup:: 2024-08-22T20:27:41.7316824Z ##[endgroup] 2024-08-22T20:27:41.7435334Z ##[group]Run actions/checkout@v3 2024-08-22T20:27:41.7435763Z with: 2024-08-22T20:27:41.7436063Z repository: pytorch/test-infra 2024-08-22T20:27:41.7436463Z path: test-infra 2024-08-22T20:27:41.7436784Z submodules: recursive 2024-08-22T20:27:41.7437265Z token: *** 2024-08-22T20:27:41.7437576Z ssh-strict: true 2024-08-22T20:27:41.7437916Z persist-credentials: true 2024-08-22T20:27:41.7438283Z clean: true 2024-08-22T20:27:41.7438609Z sparse-checkout-cone-mode: true 2024-08-22T20:27:41.7439012Z fetch-depth: 1 2024-08-22T20:27:41.7439316Z fetch-tags: false 2024-08-22T20:27:41.7439700Z lfs: false 2024-08-22T20:27:41.7440006Z set-safe-directory: true 2024-08-22T20:27:41.7440349Z env: 2024-08-22T20:27:41.7440680Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:41.7441165Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:41.7441548Z PR_NUMBER: 1044 2024-08-22T20:27:41.7449810Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:41.7458381Z ##[endgroup] 2024-08-22T20:27:41.8529734Z Syncing repository: pytorch/test-infra 2024-08-22T20:27:41.8530631Z ##[group]Getting Git version info 2024-08-22T20:27:41.8531488Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:27:41.8532490Z [command]/usr/bin/git version 2024-08-22T20:27:41.8532870Z git version 2.40.1 2024-08-22T20:27:41.8536072Z ##[endgroup] 2024-08-22T20:27:41.8550028Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fbaadedc-a886-4f76-a186-41a29c262de0' before making global git config changes 2024-08-22T20:27:41.8551446Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:27:41.8554911Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:27:41.8602039Z ##[group]Initializing the repository 2024-08-22T20:27:41.8604736Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:27:41.8649258Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:27:41.8650339Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:27:41.8651217Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:27:41.8651828Z hint: 2024-08-22T20:27:41.8652309Z hint: git config --global init.defaultBranch 2024-08-22T20:27:41.8652815Z hint: 2024-08-22T20:27:41.8653665Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:27:41.8654773Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:27:41.8655416Z hint: 2024-08-22T20:27:41.8655760Z hint: git branch -m 2024-08-22T20:27:41.8656651Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:27:41.8662986Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:27:41.8715134Z ##[endgroup] 2024-08-22T20:27:41.8715713Z ##[group]Disabling automatic garbage collection 2024-08-22T20:27:41.8717665Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:27:41.8759684Z ##[endgroup] 2024-08-22T20:27:41.8760207Z ##[group]Setting up auth 2024-08-22T20:27:41.8765452Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:27:41.8808349Z [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:27:41.9163539Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:27:41.9206176Z [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:27:41.9567445Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:27:41.9622608Z ##[endgroup] 2024-08-22T20:27:41.9623187Z ##[group]Determining the default branch 2024-08-22T20:27:41.9626127Z Retrieving the default branch name 2024-08-22T20:27:42.1023910Z Default branch 'main' 2024-08-22T20:27:42.1024922Z ##[endgroup] 2024-08-22T20:27:42.1025735Z ##[group]Fetching the repository 2024-08-22T20:27:42.1029991Z [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:27:42.2995978Z remote: Enumerating objects: 1649, done. 2024-08-22T20:27:42.2997680Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:27:42.2998241Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:27:42.2998781Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:27:42.2999320Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:27:42.2999925Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:27:42.3000464Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:27:42.3001001Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:27:42.3001540Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:27:42.3002088Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:27:42.3002626Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:27:42.3003154Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:27:42.3003720Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:27:42.3004257Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:27:42.3014411Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:27:42.3015047Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:27:42.3015770Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:27:42.3016451Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:27:42.3017151Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:27:42.3017909Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:27:42.3018591Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:27:42.3019221Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:27:42.3019806Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:27:42.3020337Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:27:42.3020866Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:27:42.3021846Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:27:42.3022394Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:27:42.3022930Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:27:42.3023495Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:27:42.3024126Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:27:42.3024651Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:27:42.3025209Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:27:42.3025737Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:27:42.3026260Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:27:42.3026771Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:27:42.3027292Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:27:42.3027815Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:27:42.3028328Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:27:42.3028859Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:27:42.3029380Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:27:42.3029895Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:27:42.3030420Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:27:42.3030950Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:27:42.3031477Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:27:42.3031996Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:27:42.3032529Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:27:42.3033060Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:27:42.3033577Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:27:42.3034101Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:27:42.3034627Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:27:42.3035143Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:27:42.3035676Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:27:42.3036204Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:27:42.3036722Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:27:42.3037249Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:27:42.3037778Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:27:42.3038295Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:27:42.3038824Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:27:42.3039348Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:27:42.3039964Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:27:42.3040490Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:27:42.3041014Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:27:42.3041549Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:27:42.3042098Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:27:42.3042662Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:27:42.3043222Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:27:42.3043765Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:27:42.3044308Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:27:42.3044851Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:27:42.3045395Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:27:42.3045932Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:27:42.3046473Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:27:42.3047018Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:27:42.3047555Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:27:42.3048097Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:27:42.3048638Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:27:42.3049405Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:27:42.3050036Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:27:42.3050573Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:27:42.3051101Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:27:42.3051635Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:27:42.3052172Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:27:42.3052701Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:27:42.3053240Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:27:42.3053779Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:27:42.3054314Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:27:42.3054872Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:27:42.3055429Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:27:42.3055962Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:27:42.3056495Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:27:42.3057046Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:27:42.3057580Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:27:42.3058110Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:27:42.3058646Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:27:42.3059179Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:27:42.3059708Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:27:42.3060246Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:27:42.3060780Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:27:42.3061305Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:27:42.3061843Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:27:42.3062377Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:27:42.3062911Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:27:42.3063485Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:27:42.3064082Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:27:42.3064639Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:27:42.3069198Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:27:42.3084380Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:27:42.3112605Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:27:42.3149489Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:27:42.3180327Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:27:42.3189154Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:27:42.3329041Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:27:42.3364072Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:27:42.3376983Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:27:42.3402537Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:27:42.3423904Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:27:42.3455426Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:27:42.3480217Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:27:42.3511658Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:27:42.3535070Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:27:42.3535899Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:27:42.3544600Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:27:42.3557191Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:27:42.3588683Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:27:42.3662171Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:27:42.3715810Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:27:42.3738109Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:27:42.3768579Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:27:42.3795155Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:27:42.3822265Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:27:42.3833662Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:27:42.3848307Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:27:42.3853196Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:27:42.3874488Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:27:42.3886825Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:27:42.3891351Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:27:42.3912266Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:27:42.3912994Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:27:42.3913738Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:27:42.3914436Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:27:42.3915049Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:27:42.3916501Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:27:42.3917400Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:27:42.3917976Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:27:42.3919365Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:27:42.3932268Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:27:42.3933037Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:27:42.3933814Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:27:42.3934459Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:27:42.3935063Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:27:42.3935653Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:27:42.3936371Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:27:42.3937056Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:27:42.3937630Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:27:42.3938197Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:27:42.3938753Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:27:42.4026961Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:27:42.4032452Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:27:42.4035756Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:27:42.4037777Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:27:42.4041235Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:27:42.4043274Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:27:42.4045520Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:27:42.4046870Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:27:42.4048816Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:27:42.4059903Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:27:42.4067992Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:27:42.4075168Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:27:42.4081460Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:27:42.4086715Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:27:42.4092122Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:27:42.4097373Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:27:42.4110473Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:27:42.4131291Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:27:42.4144391Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:27:42.4152682Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:27:42.4162617Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:27:42.4181176Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:27:42.4199981Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:27:42.4220404Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:27:42.4488656Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:27:42.4619126Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:27:42.4628657Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:27:42.4634165Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:27:42.4635751Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:27:42.4649717Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:27:42.4669572Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:27:42.4684244Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:27:42.4690673Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:27:42.4698206Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:27:42.4706738Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:27:42.4709531Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:27:42.4711575Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:27:42.4713764Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:27:42.4716204Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:27:42.4719266Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:27:42.4720649Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:27:42.4722143Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:27:42.4724043Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:27:42.4724927Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:27:42.4726988Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:27:42.4727971Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:27:42.4729449Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:27:42.4730204Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:27:42.4730859Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:27:42.4761403Z Receiving objects: 0% (1/1649) 2024-08-22T20:27:42.4763630Z Receiving objects: 1% (17/1649) 2024-08-22T20:27:42.4876412Z Receiving objects: 2% (33/1649) 2024-08-22T20:27:42.4886182Z Receiving objects: 3% (50/1649) 2024-08-22T20:27:42.4903705Z Receiving objects: 4% (66/1649) 2024-08-22T20:27:42.4909418Z Receiving objects: 5% (83/1649) 2024-08-22T20:27:42.4924597Z Receiving objects: 6% (99/1649) 2024-08-22T20:27:42.4927812Z Receiving objects: 7% (116/1649) 2024-08-22T20:27:42.4929930Z Receiving objects: 8% (132/1649) 2024-08-22T20:27:42.4935069Z Receiving objects: 9% (149/1649) 2024-08-22T20:27:42.4941456Z Receiving objects: 10% (165/1649) 2024-08-22T20:27:42.4944917Z Receiving objects: 11% (182/1649) 2024-08-22T20:27:42.4948130Z Receiving objects: 12% (198/1649) 2024-08-22T20:27:42.5178796Z Receiving objects: 13% (215/1649) 2024-08-22T20:27:42.5257072Z Receiving objects: 14% (231/1649) 2024-08-22T20:27:42.5260828Z Receiving objects: 15% (248/1649) 2024-08-22T20:27:42.5265169Z Receiving objects: 16% (264/1649) 2024-08-22T20:27:42.5269839Z Receiving objects: 17% (281/1649) 2024-08-22T20:27:42.5309071Z Receiving objects: 18% (297/1649) 2024-08-22T20:27:42.5322128Z Receiving objects: 19% (314/1649) 2024-08-22T20:27:42.5323179Z Receiving objects: 20% (330/1649) 2024-08-22T20:27:42.5328695Z Receiving objects: 21% (347/1649) 2024-08-22T20:27:42.5332686Z Receiving objects: 22% (363/1649) 2024-08-22T20:27:42.5336863Z Receiving objects: 23% (380/1649) 2024-08-22T20:27:42.5347388Z Receiving objects: 24% (396/1649) 2024-08-22T20:27:42.5364440Z Receiving objects: 25% (413/1649) 2024-08-22T20:27:42.5367645Z Receiving objects: 26% (429/1649) 2024-08-22T20:27:42.5369021Z Receiving objects: 27% (446/1649) 2024-08-22T20:27:42.5377197Z Receiving objects: 28% (462/1649) 2024-08-22T20:27:42.5380307Z Receiving objects: 29% (479/1649) 2024-08-22T20:27:42.5389666Z Receiving objects: 30% (495/1649) 2024-08-22T20:27:42.5397067Z Receiving objects: 31% (512/1649) 2024-08-22T20:27:42.5404767Z Receiving objects: 32% (528/1649) 2024-08-22T20:27:42.5416761Z Receiving objects: 33% (545/1649) 2024-08-22T20:27:42.5417776Z Receiving objects: 34% (561/1649) 2024-08-22T20:27:42.5421104Z Receiving objects: 35% (578/1649) 2024-08-22T20:27:42.5427046Z Receiving objects: 36% (594/1649) 2024-08-22T20:27:42.5434207Z Receiving objects: 37% (611/1649) 2024-08-22T20:27:42.5437236Z Receiving objects: 38% (627/1649) 2024-08-22T20:27:42.5442684Z Receiving objects: 39% (644/1649) 2024-08-22T20:27:42.5448035Z Receiving objects: 40% (660/1649) 2024-08-22T20:27:42.5453084Z Receiving objects: 41% (677/1649) 2024-08-22T20:27:42.5458051Z Receiving objects: 42% (693/1649) 2024-08-22T20:27:42.5461701Z Receiving objects: 43% (710/1649) 2024-08-22T20:27:42.5464814Z Receiving objects: 44% (726/1649) 2024-08-22T20:27:42.5469045Z Receiving objects: 45% (743/1649) 2024-08-22T20:27:42.5473873Z Receiving objects: 46% (759/1649) 2024-08-22T20:27:42.5476859Z Receiving objects: 47% (776/1649) 2024-08-22T20:27:42.5480716Z Receiving objects: 48% (792/1649) 2024-08-22T20:27:42.5484272Z Receiving objects: 49% (809/1649) 2024-08-22T20:27:42.5489190Z Receiving objects: 50% (825/1649) 2024-08-22T20:27:42.5492486Z Receiving objects: 51% (841/1649) 2024-08-22T20:27:42.5495381Z Receiving objects: 52% (858/1649) 2024-08-22T20:27:42.5500984Z Receiving objects: 53% (874/1649) 2024-08-22T20:27:42.5505115Z Receiving objects: 54% (891/1649) 2024-08-22T20:27:42.5507063Z Receiving objects: 55% (907/1649) 2024-08-22T20:27:42.5510607Z Receiving objects: 56% (924/1649) 2024-08-22T20:27:42.5515256Z Receiving objects: 57% (940/1649) 2024-08-22T20:27:42.5520774Z Receiving objects: 58% (957/1649) 2024-08-22T20:27:42.5528442Z Receiving objects: 59% (973/1649) 2024-08-22T20:27:42.5532070Z Receiving objects: 60% (990/1649) 2024-08-22T20:27:42.5535885Z Receiving objects: 61% (1006/1649) 2024-08-22T20:27:42.5539459Z Receiving objects: 62% (1023/1649) 2024-08-22T20:27:42.5545184Z Receiving objects: 63% (1039/1649) 2024-08-22T20:27:42.5550704Z Receiving objects: 64% (1056/1649) 2024-08-22T20:27:42.5555233Z Receiving objects: 65% (1072/1649) 2024-08-22T20:27:42.5557394Z Receiving objects: 66% (1089/1649) 2024-08-22T20:27:42.5562030Z Receiving objects: 67% (1105/1649) 2024-08-22T20:27:42.5567297Z Receiving objects: 68% (1122/1649) 2024-08-22T20:27:42.5573688Z Receiving objects: 69% (1138/1649) 2024-08-22T20:27:42.5579135Z Receiving objects: 70% (1155/1649) 2024-08-22T20:27:42.5587131Z Receiving objects: 71% (1171/1649) 2024-08-22T20:27:42.5594692Z Receiving objects: 72% (1188/1649) 2024-08-22T20:27:42.5632037Z Receiving objects: 73% (1204/1649) 2024-08-22T20:27:42.5637336Z Receiving objects: 74% (1221/1649) 2024-08-22T20:27:42.5872288Z Receiving objects: 75% (1237/1649) 2024-08-22T20:27:42.5873967Z Receiving objects: 76% (1254/1649) 2024-08-22T20:27:42.5880017Z Receiving objects: 77% (1270/1649) 2024-08-22T20:27:42.5881465Z Receiving objects: 78% (1287/1649) 2024-08-22T20:27:42.5884124Z Receiving objects: 79% (1303/1649) 2024-08-22T20:27:42.5889947Z Receiving objects: 80% (1320/1649) 2024-08-22T20:27:42.5898918Z Receiving objects: 81% (1336/1649) 2024-08-22T20:27:42.5939339Z Receiving objects: 82% (1353/1649) 2024-08-22T20:27:42.5941364Z Receiving objects: 83% (1369/1649) 2024-08-22T20:27:42.5944445Z Receiving objects: 84% (1386/1649) 2024-08-22T20:27:42.5947020Z Receiving objects: 85% (1402/1649) 2024-08-22T20:27:42.5947451Z Receiving objects: 86% (1419/1649) 2024-08-22T20:27:42.5947870Z Receiving objects: 87% (1435/1649) 2024-08-22T20:27:42.5949463Z Receiving objects: 88% (1452/1649) 2024-08-22T20:27:42.5952241Z Receiving objects: 89% (1468/1649) 2024-08-22T20:27:42.5954711Z Receiving objects: 90% (1485/1649) 2024-08-22T20:27:42.5955746Z Receiving objects: 91% (1501/1649) 2024-08-22T20:27:42.5956376Z Receiving objects: 92% (1518/1649) 2024-08-22T20:27:42.5957505Z Receiving objects: 93% (1534/1649) 2024-08-22T20:27:42.5960883Z Receiving objects: 94% (1551/1649) 2024-08-22T20:27:42.5961302Z Receiving objects: 95% (1567/1649) 2024-08-22T20:27:42.5967915Z Receiving objects: 96% (1584/1649) 2024-08-22T20:27:42.5979036Z Receiving objects: 97% (1600/1649) 2024-08-22T20:27:42.5989396Z Receiving objects: 98% (1617/1649) 2024-08-22T20:27:42.6009057Z Receiving objects: 99% (1633/1649) 2024-08-22T20:27:42.6010017Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:27:42.6025386Z Receiving objects: 100% (1649/1649) 2024-08-22T20:27:42.6025955Z Receiving objects: 100% (1649/1649), 2.83 MiB | 22.48 MiB/s, done. 2024-08-22T20:27:42.6033616Z Resolving deltas: 0% (0/371) 2024-08-22T20:27:42.6035763Z Resolving deltas: 1% (4/371) 2024-08-22T20:27:42.6036377Z Resolving deltas: 2% (8/371) 2024-08-22T20:27:42.6037033Z Resolving deltas: 3% (12/371) 2024-08-22T20:27:42.6038928Z Resolving deltas: 4% (16/371) 2024-08-22T20:27:42.6039397Z Resolving deltas: 5% (21/371) 2024-08-22T20:27:42.6040128Z Resolving deltas: 6% (23/371) 2024-08-22T20:27:42.6041509Z Resolving deltas: 7% (26/371) 2024-08-22T20:27:42.6042296Z Resolving deltas: 8% (30/371) 2024-08-22T20:27:42.6045127Z Resolving deltas: 9% (34/371) 2024-08-22T20:27:42.6045681Z Resolving deltas: 10% (38/371) 2024-08-22T20:27:42.6046096Z Resolving deltas: 11% (41/371) 2024-08-22T20:27:42.6047086Z Resolving deltas: 12% (45/371) 2024-08-22T20:27:42.6049313Z Resolving deltas: 13% (49/371) 2024-08-22T20:27:42.6051517Z Resolving deltas: 14% (52/371) 2024-08-22T20:27:42.6062042Z Resolving deltas: 15% (56/371) 2024-08-22T20:27:42.6067071Z Resolving deltas: 16% (60/371) 2024-08-22T20:27:42.6068234Z Resolving deltas: 17% (64/371) 2024-08-22T20:27:42.6069494Z Resolving deltas: 18% (67/371) 2024-08-22T20:27:42.6070113Z Resolving deltas: 19% (72/371) 2024-08-22T20:27:42.6070673Z Resolving deltas: 20% (75/371) 2024-08-22T20:27:42.6071695Z Resolving deltas: 21% (78/371) 2024-08-22T20:27:42.6072266Z Resolving deltas: 22% (83/371) 2024-08-22T20:27:42.6077792Z Resolving deltas: 23% (86/371) 2024-08-22T20:27:42.6078984Z Resolving deltas: 24% (90/371) 2024-08-22T20:27:42.6079679Z Resolving deltas: 25% (94/371) 2024-08-22T20:27:42.6082343Z Resolving deltas: 26% (97/371) 2024-08-22T20:27:42.6083418Z Resolving deltas: 27% (101/371) 2024-08-22T20:27:42.6084039Z Resolving deltas: 28% (104/371) 2024-08-22T20:27:42.6084648Z Resolving deltas: 29% (108/371) 2024-08-22T20:27:42.6085488Z Resolving deltas: 30% (112/371) 2024-08-22T20:27:42.6086651Z Resolving deltas: 31% (116/371) 2024-08-22T20:27:42.6088056Z Resolving deltas: 32% (119/371) 2024-08-22T20:27:42.6088744Z Resolving deltas: 33% (124/371) 2024-08-22T20:27:42.6090978Z Resolving deltas: 34% (127/371) 2024-08-22T20:27:42.6091673Z Resolving deltas: 35% (132/371) 2024-08-22T20:27:42.6093782Z Resolving deltas: 36% (134/371) 2024-08-22T20:27:42.6094383Z Resolving deltas: 37% (139/371) 2024-08-22T20:27:42.6095705Z Resolving deltas: 38% (141/371) 2024-08-22T20:27:42.6097068Z Resolving deltas: 39% (145/371) 2024-08-22T20:27:42.6099125Z Resolving deltas: 40% (149/371) 2024-08-22T20:27:42.6099576Z Resolving deltas: 41% (153/371) 2024-08-22T20:27:42.6100615Z Resolving deltas: 42% (156/371) 2024-08-22T20:27:42.6102528Z Resolving deltas: 43% (161/371) 2024-08-22T20:27:42.6102981Z Resolving deltas: 44% (165/371) 2024-08-22T20:27:42.6104283Z Resolving deltas: 45% (167/371) 2024-08-22T20:27:42.6104878Z Resolving deltas: 46% (171/371) 2024-08-22T20:27:42.6105537Z Resolving deltas: 47% (175/371) 2024-08-22T20:27:42.6106222Z Resolving deltas: 48% (180/371) 2024-08-22T20:27:42.6106751Z Resolving deltas: 49% (183/371) 2024-08-22T20:27:42.6107728Z Resolving deltas: 50% (186/371) 2024-08-22T20:27:42.6108593Z Resolving deltas: 51% (190/371) 2024-08-22T20:27:42.6109609Z Resolving deltas: 52% (193/371) 2024-08-22T20:27:42.6111140Z Resolving deltas: 53% (198/371) 2024-08-22T20:27:42.6112068Z Resolving deltas: 54% (201/371) 2024-08-22T20:27:42.6113887Z Resolving deltas: 55% (205/371) 2024-08-22T20:27:42.6114453Z Resolving deltas: 56% (208/371) 2024-08-22T20:27:42.6116484Z Resolving deltas: 57% (212/371) 2024-08-22T20:27:42.6117101Z Resolving deltas: 58% (216/371) 2024-08-22T20:27:42.6119283Z Resolving deltas: 59% (219/371) 2024-08-22T20:27:42.6119915Z Resolving deltas: 60% (223/371) 2024-08-22T20:27:42.6120476Z Resolving deltas: 61% (227/371) 2024-08-22T20:27:42.6121783Z Resolving deltas: 62% (231/371) 2024-08-22T20:27:42.6122810Z Resolving deltas: 63% (235/371) 2024-08-22T20:27:42.6124548Z Resolving deltas: 64% (238/371) 2024-08-22T20:27:42.6125098Z Resolving deltas: 65% (243/371) 2024-08-22T20:27:42.6127157Z Resolving deltas: 66% (245/371) 2024-08-22T20:27:42.6127843Z Resolving deltas: 67% (249/371) 2024-08-22T20:27:42.6128812Z Resolving deltas: 68% (254/371) 2024-08-22T20:27:42.6129482Z Resolving deltas: 69% (258/371) 2024-08-22T20:27:42.6130056Z Resolving deltas: 70% (260/371) 2024-08-22T20:27:42.6130591Z Resolving deltas: 71% (264/371) 2024-08-22T20:27:42.6131127Z Resolving deltas: 72% (268/371) 2024-08-22T20:27:42.6131599Z Resolving deltas: 73% (271/371) 2024-08-22T20:27:42.6132094Z Resolving deltas: 74% (275/371) 2024-08-22T20:27:42.6132495Z Resolving deltas: 75% (280/371) 2024-08-22T20:27:42.6132922Z Resolving deltas: 76% (284/371) 2024-08-22T20:27:42.6133392Z Resolving deltas: 77% (286/371) 2024-08-22T20:27:42.6133894Z Resolving deltas: 78% (292/371) 2024-08-22T20:27:42.6134341Z Resolving deltas: 79% (294/371) 2024-08-22T20:27:42.6134867Z Resolving deltas: 80% (297/371) 2024-08-22T20:27:42.6135333Z Resolving deltas: 81% (301/371) 2024-08-22T20:27:42.6135879Z Resolving deltas: 82% (305/371) 2024-08-22T20:27:42.6136433Z Resolving deltas: 83% (308/371) 2024-08-22T20:27:42.6136979Z Resolving deltas: 84% (312/371) 2024-08-22T20:27:42.6137522Z Resolving deltas: 85% (316/371) 2024-08-22T20:27:42.6138001Z Resolving deltas: 86% (320/371) 2024-08-22T20:27:42.6138448Z Resolving deltas: 88% (327/371) 2024-08-22T20:27:42.6138894Z Resolving deltas: 89% (331/371) 2024-08-22T20:27:42.6139349Z Resolving deltas: 90% (334/371) 2024-08-22T20:27:42.6139743Z Resolving deltas: 91% (338/371) 2024-08-22T20:27:42.6140143Z Resolving deltas: 92% (342/371) 2024-08-22T20:27:42.6140588Z Resolving deltas: 93% (346/371) 2024-08-22T20:27:42.6140999Z Resolving deltas: 94% (349/371) 2024-08-22T20:27:42.6144209Z Resolving deltas: 95% (353/371) 2024-08-22T20:27:42.6144859Z Resolving deltas: 96% (357/371) 2024-08-22T20:27:42.6145363Z Resolving deltas: 97% (360/371) 2024-08-22T20:27:42.6147377Z Resolving deltas: 98% (364/371) 2024-08-22T20:27:42.6149651Z Resolving deltas: 99% (368/371) 2024-08-22T20:27:42.6151447Z Resolving deltas: 100% (371/371) 2024-08-22T20:27:42.6151862Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:27:42.6290579Z From https://github.com/pytorch/test-infra 2024-08-22T20:27:42.6291170Z * [new branch] main -> origin/main 2024-08-22T20:27:42.6316744Z ##[endgroup] 2024-08-22T20:27:42.6317288Z ##[group]Determining the checkout info 2024-08-22T20:27:42.6319347Z ##[endgroup] 2024-08-22T20:27:42.6319938Z ##[group]Checking out the ref 2024-08-22T20:27:42.6323477Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:27:42.7524838Z Switched to a new branch 'main' 2024-08-22T20:27:42.7525388Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:27:42.7536641Z ##[endgroup] 2024-08-22T20:27:42.7537243Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:27:42.7542342Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:27:42.7604176Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:27:42.7650671Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:27:42.7696554Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:27:42.7739151Z ##[endgroup] 2024-08-22T20:27:42.7739734Z ##[group]Fetching submodules 2024-08-22T20:27:42.7742251Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:27:42.8104818Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:27:42.8468102Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:27:42.8811456Z ##[endgroup] 2024-08-22T20:27:42.8812379Z ##[group]Persisting credentials for submodules 2024-08-22T20:27:42.8818046Z [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:27:42.9176562Z [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:27:42.9534030Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:27:42.9887348Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:27:43.0237939Z ##[endgroup] 2024-08-22T20:27:43.0289517Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:27:43.0329376Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:27:43.0633139Z Prepare all required actions 2024-08-22T20:27:43.0633651Z Getting action download info 2024-08-22T20:27:43.1693240Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:27:43.5903274Z Getting action download info 2024-08-22T20:27:43.6721432Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:27:43.8198470Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:27:43.8198970Z env: 2024-08-22T20:27:43.8199308Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:43.8199901Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:43.8200304Z PR_NUMBER: 1044 2024-08-22T20:27:43.8208543Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:43.8216324Z ##[endgroup] 2024-08-22T20:27:43.8409269Z ##[group]Run set -euo pipefail 2024-08-22T20:27:43.8409706Z set -euo pipefail 2024-08-22T20:27:43.8410573Z function get_ec2_metadata() { 2024-08-22T20:27:43.8411159Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:27:43.8412115Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:27:43.8412947Z  category=$1 2024-08-22T20:27:43.8413506Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:27:43.8414114Z } 2024-08-22T20:27:43.8414492Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:27:43.8415136Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:27:43.8415839Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:27:43.8416455Z echo "system info $(uname -a)" 2024-08-22T20:27:43.8425745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:43.8426264Z env: 2024-08-22T20:27:43.8426600Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:43.8427094Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:43.8427497Z PR_NUMBER: 1044 2024-08-22T20:27:43.8435857Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:43.8444470Z ##[endgroup] 2024-08-22T20:27:43.8539684Z ami-id: ami-06c68f701d8090592 2024-08-22T20:27:43.8597629Z instance-id: i-0e92d885a5a169145 2024-08-22T20:27:43.8651187Z instance-type: g5.4xlarge 2024-08-22T20:27:43.8666042Z system info Linux ip-10-0-75-76.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:27:43.8696248Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:27:43.8696866Z if systemctl is-active --quiet docker; then 2024-08-22T20:27:43.8697420Z  echo "Docker daemon is running..."; 2024-08-22T20:27:43.8697889Z else 2024-08-22T20:27:43.8698394Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:27:43.8698999Z fi 2024-08-22T20:27:43.8707458Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:43.8707982Z env: 2024-08-22T20:27:43.8708319Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:43.8708813Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:43.8709197Z PR_NUMBER: 1044 2024-08-22T20:27:43.8716613Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:43.8724235Z ##[endgroup] 2024-08-22T20:27:43.8806467Z Docker daemon is running... 2024-08-22T20:27:43.8834821Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:27:43.8835751Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:27:43.8836724Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:27:43.8837652Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:27:43.8838726Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:27:43.8848069Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:43.8848599Z env: 2024-08-22T20:27:43.8848928Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:43.8849406Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:43.8849794Z PR_NUMBER: 1044 2024-08-22T20:27:43.8857991Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:43.8866532Z AWS_RETRY_MODE: standard 2024-08-22T20:27:43.8866883Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:27:43.8867228Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:27:43.8867604Z ##[endgroup] 2024-08-22T20:27:44.9767770Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:27:44.9769059Z Configure a credential helper to remove this warning. See 2024-08-22T20:27:44.9769972Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:27:44.9770532Z 2024-08-22T20:27:44.9770657Z Login Succeeded 2024-08-22T20:27:44.9823217Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:27:44.9824057Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:27:44.9824842Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:27:44.9834179Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:44.9834702Z env: 2024-08-22T20:27:44.9835027Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:44.9835501Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:44.9835912Z PR_NUMBER: 1044 2024-08-22T20:27:44.9844390Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:44.9852936Z ##[endgroup] 2024-08-22T20:27:44.9960195Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:27:44.9960969Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:27:44.9961882Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:27:44.9962401Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:27:44.9963059Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:27:44.9963675Z  2024-08-22T20:27:44.9964089Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:27:44.9964718Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:27:44.9965253Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:27:44.9965952Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:27:44.9966602Z  2024-08-22T20:27:44.9966940Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:27:44.9967431Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:27:44.9967897Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:27:44.9968488Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:27:44.9977096Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:44.9977617Z env: 2024-08-22T20:27:44.9977949Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:44.9978438Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:44.9978827Z PR_NUMBER: 1044 2024-08-22T20:27:44.9987024Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:44.9995782Z ##[endgroup] 2024-08-22T20:27:45.2040875Z ##[group]Run needs=0 2024-08-22T20:27:45.2041400Z needs=0 2024-08-22T20:27:45.2041953Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:27:45.2042589Z  needs=1 2024-08-22T20:27:45.2042906Z fi 2024-08-22T20:27:45.2043265Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:27:45.2052170Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:45.2052691Z env: 2024-08-22T20:27:45.2053031Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:45.2053507Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:45.2053895Z PR_NUMBER: 1044 2024-08-22T20:27:45.2062044Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:45.2070812Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:45.2071645Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:45.2072426Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:45.2073140Z ##[endgroup] 2024-08-22T20:27:45.2396014Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:27:45.2396618Z with: 2024-08-22T20:27:45.2396897Z driver-version: 550.54.15 2024-08-22T20:27:45.2397253Z env: 2024-08-22T20:27:45.2397581Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:45.2398059Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:45.2398453Z PR_NUMBER: 1044 2024-08-22T20:27:45.2406895Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:45.2415355Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:45.2416142Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:45.2416877Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:45.2417391Z ##[endgroup] 2024-08-22T20:27:45.2463379Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:27:45.2463959Z with: 2024-08-22T20:27:45.2464234Z timeout_minutes: 10 2024-08-22T20:27:45.2464565Z max_attempts: 3 2024-08-22T20:27:45.2502161Z 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:27:45.2540497Z retry_wait_seconds: 10 2024-08-22T20:27:45.2541002Z polling_interval_seconds: 1 2024-08-22T20:27:45.2541388Z warning_on_retry: true 2024-08-22T20:27:45.2541747Z continue_on_error: false 2024-08-22T20:27:45.2542082Z env: 2024-08-22T20:27:45.2542408Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:45.2542889Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:45.2543274Z PR_NUMBER: 1044 2024-08-22T20:27:45.2551567Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:45.2560412Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:45.2561262Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:45.2562043Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:45.2562608Z DRIVER_VERSION: 550.54.15 2024-08-22T20:27:45.2562962Z ##[endgroup] 2024-08-22T20:27:45.3391999Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:27:45.3393261Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:27:45.3394772Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:27:45.6253680Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:27:45.6254247Z No packages marked for removal. 2024-08-22T20:27:45.6329095Z Dependencies resolved. 2024-08-22T20:27:45.6339075Z Nothing to do. 2024-08-22T20:27:45.6339378Z Complete! 2024-08-22T20:27:45.6728157Z + install_nvidia_driver_common 2024-08-22T20:27:45.6731389Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:27:45.6731837Z + lspci 2024-08-22T20:27:45.6732135Z Before installing NVIDIA driver 2024-08-22T20:27:45.6838552Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:27:45.6839357Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:27:45.6840446Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:27:45.6841296Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:27:45.6842159Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:27:45.6843029Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:27:45.6843806Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:27:45.6844664Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:27:45.6845294Z + lsmod 2024-08-22T20:27:45.6909572Z Module Size Used by 2024-08-22T20:27:45.6911505Z veth 36864 0 2024-08-22T20:27:45.6912518Z nvidia_modeset 1351680 0 2024-08-22T20:27:45.6914216Z video 65536 1 nvidia_modeset 2024-08-22T20:27:45.6915417Z wmi 36864 1 video 2024-08-22T20:27:45.6916152Z nvidia_uvm 4706304 0 2024-08-22T20:27:45.6916680Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:27:45.6917204Z drm 602112 1 nvidia 2024-08-22T20:27:45.6917677Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:27:45.6918226Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:27:45.6918789Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:27:45.6919234Z xt_conntrack 16384 1 2024-08-22T20:27:45.6919735Z nft_chain_nat 16384 3 2024-08-22T20:27:45.6920128Z xt_MASQUERADE 20480 1 2024-08-22T20:27:45.6920602Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:27:45.6921114Z nf_conntrack_netlink 57344 0 2024-08-22T20:27:45.6921730Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:27:45.6922426Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:27:45.6922912Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:27:45.6923356Z xfrm_user 57344 1 2024-08-22T20:27:45.6923762Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:27:45.6924198Z xt_addrtype 16384 2 2024-08-22T20:27:45.6924578Z nft_compat 20480 4 2024-08-22T20:27:45.6925046Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:27:45.6925894Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:27:45.6926484Z br_netfilter 36864 0 2024-08-22T20:27:45.6926904Z bridge 307200 1 br_netfilter 2024-08-22T20:27:45.6927358Z stp 16384 1 bridge 2024-08-22T20:27:45.6927784Z llc 16384 2 bridge,stp 2024-08-22T20:27:45.6928221Z overlay 167936 0 2024-08-22T20:27:45.6928598Z tls 114688 0 2024-08-22T20:27:45.6928980Z nls_ascii 16384 1 2024-08-22T20:27:45.6929359Z sunrpc 692224 1 2024-08-22T20:27:45.6929729Z nls_cp437 20480 1 2024-08-22T20:27:45.6930097Z vfat 24576 1 2024-08-22T20:27:45.6930465Z fat 86016 1 vfat 2024-08-22T20:27:45.6930878Z ghash_clmulni_intel 16384 0 2024-08-22T20:27:45.6931259Z ena 167936 0 2024-08-22T20:27:45.6931630Z ptp 36864 1 ena 2024-08-22T20:27:45.6932037Z pps_core 24576 1 ptp 2024-08-22T20:27:45.6932494Z aesni_intel 393216 0 2024-08-22T20:27:45.6932869Z i8042 45056 0 2024-08-22T20:27:45.6933242Z serio 28672 3 i8042 2024-08-22T20:27:45.6933679Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:27:45.6934224Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:27:45.6934750Z button 24576 0 2024-08-22T20:27:45.6935238Z sch_fq_codel 20480 17 2024-08-22T20:27:45.6935775Z dm_mod 188416 0 2024-08-22T20:27:45.6936268Z fuse 163840 1 2024-08-22T20:27:45.6936752Z configfs 57344 1 2024-08-22T20:27:45.6937254Z dax 45056 1 dm_mod 2024-08-22T20:27:45.6937793Z loop 36864 0 2024-08-22T20:27:45.6938171Z dmi_sysfs 20480 0 2024-08-22T20:27:45.6938562Z crc32_pclmul 16384 0 2024-08-22T20:27:45.6938933Z crc32c_intel 24576 0 2024-08-22T20:27:45.6939317Z efivarfs 24576 1 2024-08-22T20:27:45.6939690Z + modinfo nvidia 2024-08-22T20:27:45.6940565Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:27:45.6941320Z alias: char-major-195-* 2024-08-22T20:27:45.6941713Z version: 550.54.15 2024-08-22T20:27:45.6942068Z supported: external 2024-08-22T20:27:45.6942423Z license: NVIDIA 2024-08-22T20:27:45.6942801Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:27:45.6943500Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:27:45.6943983Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:27:45.6944465Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:27:45.6944993Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:27:45.6945506Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:27:45.6946058Z depends: i2c-core,drm 2024-08-22T20:27:45.6946455Z retpoline: Y 2024-08-22T20:27:45.6946762Z name: nvidia 2024-08-22T20:27:45.6947393Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:27:45.6948147Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:27:45.6948828Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:27:45.6949450Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:27:45.6949917Z parm: NVreg_RmLogonRC:int 2024-08-22T20:27:45.6950367Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:27:45.6950846Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:27:45.6951311Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:27:45.6951775Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:27:45.6952327Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:27:45.6952915Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:27:45.6953436Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:27:45.6953932Z parm: NVreg_EnableMSI:int 2024-08-22T20:27:45.6954475Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:27:45.6954999Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:27:45.6955563Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:27:45.6956178Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:27:45.6956806Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:27:45.6957452Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:27:45.6958095Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:27:45.6958746Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:27:45.6959370Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:27:45.6960043Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:27:45.6960606Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:27:45.6961170Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:27:45.6961691Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:27:45.6962186Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:27:45.6962689Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:27:45.6963181Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:27:45.6963650Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:27:45.6964172Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:27:45.6964717Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:27:45.6965219Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:27:45.6965723Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:27:45.6966242Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:27:45.6966748Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:27:45.6967259Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:27:45.6967762Z parm: NVreg_RmMsg:charp 2024-08-22T20:27:45.6968181Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:27:45.6968659Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:27:45.6969148Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:27:45.6969618Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:27:45.6970111Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:27:45.6970610Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:27:45.6971077Z parm: rm_firmware_active:charp 2024-08-22T20:27:45.6971516Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:27:45.6972010Z ++ command -v nvidia-smi 2024-08-22T20:27:45.6972413Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:27:45.6972793Z + set +e 2024-08-22T20:27:45.6973320Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:27:45.7252912Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:27:45.7253361Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:27:45.7253880Z + '[' 0 -ne 0 ']' 2024-08-22T20:27:45.7254275Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:27:45.7254676Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:27:45.7255449Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:27:45.7256215Z + set -e 2024-08-22T20:27:45.7256524Z + '[' 1 -eq 0 ']' 2024-08-22T20:27:45.7257126Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:27:45.7257854Z + post_install_nvidia_driver_common 2024-08-22T20:27:45.7260359Z + sudo modprobe nvidia 2024-08-22T20:27:45.9203491Z + echo 'After installing NVIDIA driver' 2024-08-22T20:27:45.9204024Z + lspci 2024-08-22T20:27:45.9204501Z After installing NVIDIA driver 2024-08-22T20:27:45.9309803Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:27:45.9311377Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:27:45.9312713Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:27:45.9313778Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:27:45.9315287Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:27:45.9316483Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:27:45.9317508Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:27:45.9318700Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:27:45.9319488Z + lsmod 2024-08-22T20:27:45.9342967Z Module Size Used by 2024-08-22T20:27:45.9343660Z veth 36864 0 2024-08-22T20:27:45.9344256Z nvidia_modeset 1351680 0 2024-08-22T20:27:45.9344825Z video 65536 1 nvidia_modeset 2024-08-22T20:27:45.9345435Z wmi 36864 1 video 2024-08-22T20:27:45.9345966Z nvidia_uvm 4706304 0 2024-08-22T20:27:45.9346623Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:27:45.9347306Z drm 602112 1 nvidia 2024-08-22T20:27:45.9347923Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:27:45.9348669Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:27:45.9349381Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:27:45.9349965Z xt_conntrack 16384 1 2024-08-22T20:27:45.9350385Z nft_chain_nat 16384 3 2024-08-22T20:27:45.9350783Z xt_MASQUERADE 20480 1 2024-08-22T20:27:45.9351249Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:27:45.9351776Z nf_conntrack_netlink 57344 0 2024-08-22T20:27:45.9352403Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:27:45.9353091Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:27:45.9353586Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:27:45.9354042Z xfrm_user 57344 1 2024-08-22T20:27:45.9354447Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:27:45.9354891Z xt_addrtype 16384 2 2024-08-22T20:27:45.9355283Z nft_compat 20480 4 2024-08-22T20:27:45.9355758Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:27:45.9356416Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:27:45.9357053Z br_netfilter 36864 0 2024-08-22T20:27:45.9357473Z bridge 307200 1 br_netfilter 2024-08-22T20:27:45.9357939Z stp 16384 1 bridge 2024-08-22T20:27:45.9358380Z llc 16384 2 bridge,stp 2024-08-22T20:27:45.9359102Z overlay 167936 0 2024-08-22T20:27:45.9359489Z tls 114688 0 2024-08-22T20:27:45.9359978Z nls_ascii 16384 1 2024-08-22T20:27:45.9360359Z sunrpc 692224 1 2024-08-22T20:27:45.9360740Z nls_cp437 20480 1 2024-08-22T20:27:45.9361121Z vfat 24576 1 2024-08-22T20:27:45.9361495Z fat 86016 1 vfat 2024-08-22T20:27:45.9361918Z ghash_clmulni_intel 16384 0 2024-08-22T20:27:45.9362308Z ena 167936 0 2024-08-22T20:27:45.9362690Z ptp 36864 1 ena 2024-08-22T20:27:45.9363110Z pps_core 24576 1 ptp 2024-08-22T20:27:45.9363519Z aesni_intel 393216 0 2024-08-22T20:27:45.9363895Z i8042 45056 0 2024-08-22T20:27:45.9364281Z serio 28672 3 i8042 2024-08-22T20:27:45.9364723Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:27:45.9365266Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:27:45.9365811Z button 24576 0 2024-08-22T20:27:45.9366323Z sch_fq_codel 20480 17 2024-08-22T20:27:45.9366829Z dm_mod 188416 0 2024-08-22T20:27:45.9367323Z fuse 163840 1 2024-08-22T20:27:45.9367827Z configfs 57344 1 2024-08-22T20:27:45.9368329Z dax 45056 1 dm_mod 2024-08-22T20:27:45.9368871Z loop 36864 0 2024-08-22T20:27:45.9369287Z dmi_sysfs 20480 0 2024-08-22T20:27:45.9369669Z crc32_pclmul 16384 0 2024-08-22T20:27:45.9370192Z crc32c_intel 24576 0 2024-08-22T20:27:45.9370579Z efivarfs 24576 1 2024-08-22T20:27:45.9370976Z + modinfo nvidia 2024-08-22T20:27:45.9371839Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:27:45.9372828Z alias: char-major-195-* 2024-08-22T20:27:45.9373315Z version: 550.54.15 2024-08-22T20:27:45.9373666Z supported: external 2024-08-22T20:27:45.9374019Z license: NVIDIA 2024-08-22T20:27:45.9374407Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:27:45.9374905Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:27:45.9375382Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:27:45.9375867Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:27:45.9376383Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:27:45.9376900Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:27:45.9377418Z depends: i2c-core,drm 2024-08-22T20:27:45.9377779Z retpoline: Y 2024-08-22T20:27:45.9378097Z name: nvidia 2024-08-22T20:27:45.9378731Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:27:45.9379473Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:27:45.9380156Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:27:45.9380786Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:27:45.9381254Z parm: NVreg_RmLogonRC:int 2024-08-22T20:27:45.9381702Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:27:45.9382178Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:27:45.9382626Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:27:45.9383082Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:27:45.9383628Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:27:45.9384216Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:27:45.9384718Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:27:45.9385171Z parm: NVreg_EnableMSI:int 2024-08-22T20:27:45.9385598Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:27:45.9386067Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:27:45.9386663Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:27:45.9387287Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:27:45.9387870Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:27:45.9388619Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:27:45.9389251Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:27:45.9389891Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:27:45.9390520Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:27:45.9391033Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:27:45.9391582Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:27:45.9392161Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:27:45.9392679Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:27:45.9393154Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:27:45.9393658Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:27:45.9394152Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:27:45.9394612Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:27:45.9395136Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:27:45.9395700Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:27:45.9396193Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:27:45.9396746Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:27:45.9397274Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:27:45.9397780Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:27:45.9398301Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:27:45.9398805Z parm: NVreg_RmMsg:charp 2024-08-22T20:27:45.9399315Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:27:45.9399944Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:27:45.9400436Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:27:45.9400911Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:27:45.9401411Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:27:45.9401909Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:27:45.9402385Z parm: rm_firmware_active:charp 2024-08-22T20:27:45.9402820Z + set +e 2024-08-22T20:27:45.9403142Z + nvidia-smi 2024-08-22T20:27:45.9586795Z Thu Aug 22 20:27:45 2024 2024-08-22T20:27:45.9587702Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:45.9588722Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:27:45.9589561Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:27:45.9590419Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:27:45.9591365Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:27:45.9592097Z | | | MIG M. | 2024-08-22T20:27:45.9592671Z |=========================================+========================+======================| 2024-08-22T20:27:45.9812079Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:27:45.9812887Z | 0% 31C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:27:45.9813551Z | | | N/A | 2024-08-22T20:27:45.9814276Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:27:45.9817450Z 2024-08-22T20:27:45.9818261Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:45.9818941Z | Processes: | 2024-08-22T20:27:45.9819693Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:27:45.9820424Z | ID ID Usage | 2024-08-22T20:27:45.9821194Z |=========================================================================================| 2024-08-22T20:27:45.9822945Z | No running processes found | 2024-08-22T20:27:45.9823767Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:46.2636234Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:27:46.2827136Z NVIDIA A10G 2024-08-22T20:27:46.2892020Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:27:46.2892763Z + '[' 0 -eq 0 ']' 2024-08-22T20:27:46.2893298Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:27:46.2893820Z + set -e 2024-08-22T20:27:46.2894181Z INFO: Ignoring allowed status 0 2024-08-22T20:27:46.2904045Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:27:46.2907563Z + sudo yum install -y yum-utils 2024-08-22T20:27:46.7472329Z Last metadata expiration check: 1:51:53 ago on Thu Aug 22 18:35:53 2024. 2024-08-22T20:27:46.7693600Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:27:46.7996435Z Dependencies resolved. 2024-08-22T20:27:46.8120907Z Nothing to do. 2024-08-22T20:27:46.8121256Z Complete! 2024-08-22T20:27:46.8492275Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:27:46.8493437Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:27:46.8495223Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:27:47.0945851Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:27:47.1609010Z + sudo yum install -y nvidia-docker2 2024-08-22T20:27:47.6033659Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:27:47.6253102Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:27:47.6553842Z Dependencies resolved. 2024-08-22T20:27:47.6676139Z Nothing to do. 2024-08-22T20:27:47.6676474Z Complete! 2024-08-22T20:27:47.7059940Z + sudo systemctl restart docker 2024-08-22T20:27:49.9676186Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:27:49.9921846Z Thu Aug 22 20:27:49 2024 2024-08-22T20:27:49.9922934Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:49.9924074Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:27:49.9925195Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:27:49.9926139Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:27:49.9927110Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:27:49.9927837Z | | | MIG M. | 2024-08-22T20:27:49.9928423Z |=========================================+========================+======================| 2024-08-22T20:27:50.0133826Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:27:50.0134830Z | 0% 31C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:27:50.0135503Z | | | N/A | 2024-08-22T20:27:50.0136238Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:27:50.0138867Z 2024-08-22T20:27:50.0139781Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:50.0140528Z | Processes: | 2024-08-22T20:27:50.0141622Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:27:50.0142354Z | ID ID Usage | 2024-08-22T20:27:50.0142963Z |=========================================================================================| 2024-08-22T20:27:50.0145683Z | No running processes found | 2024-08-22T20:27:50.0146727Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:27:51.3201037Z Command completed after 1 attempt(s). 2024-08-22T20:27:51.3288999Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:27:51.3289820Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:27:51.3290451Z # shellcheck disable=SC2046 2024-08-22T20:27:51.3290929Z docker stop $(docker ps -q) || true 2024-08-22T20:27:51.3291440Z # Prune all of the docker images 2024-08-22T20:27:51.3291912Z docker system prune -af 2024-08-22T20:27:51.3303254Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:51.3303775Z env: 2024-08-22T20:27:51.3304111Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:51.3304600Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:51.3304989Z PR_NUMBER: 1044 2024-08-22T20:27:51.3313649Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:51.3322491Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:51.3323354Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:51.3324147Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:51.3324812Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:51.3325326Z ##[endgroup] 2024-08-22T20:27:51.3651123Z "docker stop" requires at least 1 argument. 2024-08-22T20:27:51.3651913Z See 'docker stop --help'. 2024-08-22T20:27:51.3652183Z 2024-08-22T20:27:51.3652411Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:27:51.3652832Z 2024-08-22T20:27:51.3652994Z Stop one or more running containers 2024-08-22T20:27:51.3827831Z Total reclaimed space: 0B 2024-08-22T20:27:51.3902486Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:27:51.3902995Z with: 2024-08-22T20:27:51.3903461Z github-secret: *** 2024-08-22T20:27:51.3904473Z 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:27:51.3905755Z activate-with-label: false 2024-08-22T20:27:51.3906130Z label: with-ssh 2024-08-22T20:27:51.3906456Z remove-existing-keys: true 2024-08-22T20:27:51.3906834Z fail-silently: true 2024-08-22T20:27:51.3907163Z env: 2024-08-22T20:27:51.3907498Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:51.3907980Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:51.3908390Z PR_NUMBER: 1044 2024-08-22T20:27:51.3915936Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:51.3923639Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:51.3924426Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:51.3925168Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:51.3925792Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:51.3926264Z ##[endgroup] 2024-08-22T20:27:51.4758929Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:27:51.9003570Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:27:51.9645245Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:27:51.9659127Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:27:51.9685692Z Login using: ssh ec2-user@ec2-100-28-229-57.compute-1.amazonaws.com 2024-08-22T20:27:51.9686526Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:27:51.9687421Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:27:51.9822301Z ##[group]Run actions/checkout@v3 2024-08-22T20:27:51.9822817Z with: 2024-08-22T20:27:51.9823298Z repository: pytorch/torchchat 2024-08-22T20:27:51.9823762Z ref: refs/pull/1044/merge 2024-08-22T20:27:51.9824255Z path: pytorch/torchchat 2024-08-22T20:27:51.9824780Z fetch-depth: 1 2024-08-22T20:27:51.9825262Z token: *** 2024-08-22T20:27:51.9825651Z ssh-strict: true 2024-08-22T20:27:51.9826155Z persist-credentials: true 2024-08-22T20:27:51.9826576Z clean: true 2024-08-22T20:27:51.9826997Z sparse-checkout-cone-mode: true 2024-08-22T20:27:51.9827577Z fetch-tags: false 2024-08-22T20:27:51.9827953Z lfs: false 2024-08-22T20:27:51.9828395Z set-safe-directory: true 2024-08-22T20:27:51.9828923Z env: 2024-08-22T20:27:51.9829341Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:51.9829925Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:51.9830675Z PR_NUMBER: 1044 2024-08-22T20:27:51.9839078Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:51.9848113Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:51.9849076Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:51.9850019Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:51.9850738Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:51.9851357Z ##[endgroup] 2024-08-22T20:27:52.0737036Z Syncing repository: pytorch/torchchat 2024-08-22T20:27:52.0745384Z ##[group]Getting Git version info 2024-08-22T20:27:52.0746393Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:27:52.0767540Z [command]/usr/bin/git version 2024-08-22T20:27:52.0819560Z git version 2.40.1 2024-08-22T20:27:52.0841416Z ##[endgroup] 2024-08-22T20:27:52.0854993Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a0876b3e-ac76-4a8d-9020-08dc9c8cebf1' before making global git config changes 2024-08-22T20:27:52.0856478Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:27:52.0859412Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:27:52.0904075Z ##[group]Initializing the repository 2024-08-22T20:27:52.0907151Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:27:52.0953732Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:27:52.0955250Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:27:52.0956360Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:27:52.0957072Z hint: 2024-08-22T20:27:52.0957645Z hint: git config --global init.defaultBranch 2024-08-22T20:27:52.0958258Z hint: 2024-08-22T20:27:52.0958896Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:27:52.0960340Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:27:52.0961238Z hint: 2024-08-22T20:27:52.0961671Z hint: git branch -m 2024-08-22T20:27:52.0962749Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:27:52.0967819Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:27:52.1012220Z ##[endgroup] 2024-08-22T20:27:52.1012962Z ##[group]Disabling automatic garbage collection 2024-08-22T20:27:52.1014678Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:27:52.1057528Z ##[endgroup] 2024-08-22T20:27:52.1058221Z ##[group]Setting up auth 2024-08-22T20:27:52.1062809Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:27:52.1106053Z [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:27:52.1456244Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:27:52.1500538Z [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:27:52.1860044Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:27:52.1916996Z ##[endgroup] 2024-08-22T20:27:52.1918177Z ##[group]Fetching the repository 2024-08-22T20:27:52.1926073Z [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:27:52.4047023Z remote: Enumerating objects: 237, done. 2024-08-22T20:27:52.4048109Z remote: Counting objects: 0% (1/237) 2024-08-22T20:27:52.4048923Z remote: Counting objects: 1% (3/237) 2024-08-22T20:27:52.4050020Z remote: Counting objects: 2% (5/237) 2024-08-22T20:27:52.4050622Z remote: Counting objects: 3% (8/237) 2024-08-22T20:27:52.4051280Z remote: Counting objects: 4% (10/237) 2024-08-22T20:27:52.4051939Z remote: Counting objects: 5% (12/237) 2024-08-22T20:27:52.4052619Z remote: Counting objects: 6% (15/237) 2024-08-22T20:27:52.4053431Z remote: Counting objects: 7% (17/237) 2024-08-22T20:27:52.4054116Z remote: Counting objects: 8% (19/237) 2024-08-22T20:27:52.4054767Z remote: Counting objects: 9% (22/237) 2024-08-22T20:27:52.4055361Z remote: Counting objects: 10% (24/237) 2024-08-22T20:27:52.4056100Z remote: Counting objects: 11% (27/237) 2024-08-22T20:27:52.4056709Z remote: Counting objects: 12% (29/237) 2024-08-22T20:27:52.4057337Z remote: Counting objects: 13% (31/237) 2024-08-22T20:27:52.4057956Z remote: Counting objects: 14% (34/237) 2024-08-22T20:27:52.4058580Z remote: Counting objects: 15% (36/237) 2024-08-22T20:27:52.4059183Z remote: Counting objects: 16% (38/237) 2024-08-22T20:27:52.4059803Z remote: Counting objects: 17% (41/237) 2024-08-22T20:27:52.4060503Z remote: Counting objects: 18% (43/237) 2024-08-22T20:27:52.4061101Z remote: Counting objects: 19% (46/237) 2024-08-22T20:27:52.4061966Z remote: Counting objects: 20% (48/237) 2024-08-22T20:27:52.4062771Z remote: Counting objects: 21% (50/237) 2024-08-22T20:27:52.4063819Z remote: Counting objects: 22% (53/237) 2024-08-22T20:27:52.4064664Z remote: Counting objects: 23% (55/237) 2024-08-22T20:27:52.4065470Z remote: Counting objects: 24% (57/237) 2024-08-22T20:27:52.4066247Z remote: Counting objects: 25% (60/237) 2024-08-22T20:27:52.4067089Z remote: Counting objects: 26% (62/237) 2024-08-22T20:27:52.4067875Z remote: Counting objects: 27% (64/237) 2024-08-22T20:27:52.4068658Z remote: Counting objects: 28% (67/237) 2024-08-22T20:27:52.4069486Z remote: Counting objects: 29% (69/237) 2024-08-22T20:27:52.4070215Z remote: Counting objects: 30% (72/237) 2024-08-22T20:27:52.4070815Z remote: Counting objects: 31% (74/237) 2024-08-22T20:27:52.4071503Z remote: Counting objects: 32% (76/237) 2024-08-22T20:27:52.4072244Z remote: Counting objects: 33% (79/237) 2024-08-22T20:27:52.4072863Z remote: Counting objects: 34% (81/237) 2024-08-22T20:27:52.4073579Z remote: Counting objects: 35% (83/237) 2024-08-22T20:27:52.4074329Z remote: Counting objects: 36% (86/237) 2024-08-22T20:27:52.4075029Z remote: Counting objects: 37% (88/237) 2024-08-22T20:27:52.4075697Z remote: Counting objects: 38% (91/237) 2024-08-22T20:27:52.4076264Z remote: Counting objects: 39% (93/237) 2024-08-22T20:27:52.4077491Z remote: Counting objects: 40% (95/237) 2024-08-22T20:27:52.4078282Z remote: Counting objects: 41% (98/237) 2024-08-22T20:27:52.4078857Z remote: Counting objects: 42% (100/237) 2024-08-22T20:27:52.4079505Z remote: Counting objects: 43% (102/237) 2024-08-22T20:27:52.4080287Z remote: Counting objects: 44% (105/237) 2024-08-22T20:27:52.4080890Z remote: Counting objects: 45% (107/237) 2024-08-22T20:27:52.4081799Z remote: Counting objects: 46% (110/237) 2024-08-22T20:27:52.4082481Z remote: Counting objects: 47% (112/237) 2024-08-22T20:27:52.4083087Z remote: Counting objects: 48% (114/237) 2024-08-22T20:27:52.4083754Z remote: Counting objects: 49% (117/237) 2024-08-22T20:27:52.4084407Z remote: Counting objects: 50% (119/237) 2024-08-22T20:27:52.4085185Z remote: Counting objects: 51% (121/237) 2024-08-22T20:27:52.4085949Z remote: Counting objects: 52% (124/237) 2024-08-22T20:27:52.4086639Z remote: Counting objects: 53% (126/237) 2024-08-22T20:27:52.4087265Z remote: Counting objects: 54% (128/237) 2024-08-22T20:27:52.4087893Z remote: Counting objects: 55% (131/237) 2024-08-22T20:27:52.4088502Z remote: Counting objects: 56% (133/237) 2024-08-22T20:27:52.4089261Z remote: Counting objects: 57% (136/237) 2024-08-22T20:27:52.4090078Z remote: Counting objects: 58% (138/237) 2024-08-22T20:27:52.4090719Z remote: Counting objects: 59% (140/237) 2024-08-22T20:27:52.4091338Z remote: Counting objects: 60% (143/237) 2024-08-22T20:27:52.4091974Z remote: Counting objects: 61% (145/237) 2024-08-22T20:27:52.4092604Z remote: Counting objects: 62% (147/237) 2024-08-22T20:27:52.4093211Z remote: Counting objects: 63% (150/237) 2024-08-22T20:27:52.4093913Z remote: Counting objects: 64% (152/237) 2024-08-22T20:27:52.4094543Z remote: Counting objects: 65% (155/237) 2024-08-22T20:27:52.4095150Z remote: Counting objects: 66% (157/237) 2024-08-22T20:27:52.4096021Z remote: Counting objects: 67% (159/237) 2024-08-22T20:27:52.4096688Z remote: Counting objects: 68% (162/237) 2024-08-22T20:27:52.4097293Z remote: Counting objects: 69% (164/237) 2024-08-22T20:27:52.4098113Z remote: Counting objects: 70% (166/237) 2024-08-22T20:27:52.4098882Z remote: Counting objects: 71% (169/237) 2024-08-22T20:27:52.4099490Z remote: Counting objects: 72% (171/237) 2024-08-22T20:27:52.4100181Z remote: Counting objects: 73% (174/237) 2024-08-22T20:27:52.4100953Z remote: Counting objects: 74% (176/237) 2024-08-22T20:27:52.4101745Z remote: Counting objects: 75% (178/237) 2024-08-22T20:27:52.4102520Z remote: Counting objects: 76% (181/237) 2024-08-22T20:27:52.4103090Z remote: Counting objects: 77% (183/237) 2024-08-22T20:27:52.4103701Z remote: Counting objects: 78% (185/237) 2024-08-22T20:27:52.4104537Z remote: Counting objects: 79% (188/237) 2024-08-22T20:27:52.4105235Z remote: Counting objects: 80% (190/237) 2024-08-22T20:27:52.4105865Z remote: Counting objects: 81% (192/237) 2024-08-22T20:27:52.4106532Z remote: Counting objects: 82% (195/237) 2024-08-22T20:27:52.4107110Z remote: Counting objects: 83% (197/237) 2024-08-22T20:27:52.4107736Z remote: Counting objects: 84% (200/237) 2024-08-22T20:27:52.4108392Z remote: Counting objects: 85% (202/237) 2024-08-22T20:27:52.4109118Z remote: Counting objects: 86% (204/237) 2024-08-22T20:27:52.4109830Z remote: Counting objects: 87% (207/237) 2024-08-22T20:27:52.4110856Z remote: Counting objects: 88% (209/237) 2024-08-22T20:27:52.4111430Z remote: Counting objects: 89% (211/237) 2024-08-22T20:27:52.4112062Z remote: Counting objects: 90% (214/237) 2024-08-22T20:27:52.4112719Z remote: Counting objects: 91% (216/237) 2024-08-22T20:27:52.4113350Z remote: Counting objects: 92% (219/237) 2024-08-22T20:27:52.4113919Z remote: Counting objects: 93% (221/237) 2024-08-22T20:27:52.4114575Z remote: Counting objects: 94% (223/237) 2024-08-22T20:27:52.4115210Z remote: Counting objects: 95% (226/237) 2024-08-22T20:27:52.4115965Z remote: Counting objects: 96% (228/237) 2024-08-22T20:27:52.4116754Z remote: Counting objects: 97% (230/237) 2024-08-22T20:27:52.4117379Z remote: Counting objects: 98% (233/237) 2024-08-22T20:27:52.4118032Z remote: Counting objects: 99% (235/237) 2024-08-22T20:27:52.4118688Z remote: Counting objects: 100% (237/237) 2024-08-22T20:27:52.4119353Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:27:52.4120079Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:27:52.4120800Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:27:52.4121423Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:27:52.4122006Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:27:52.4122711Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:27:52.4123346Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:27:52.4123954Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:27:52.4124680Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:27:52.4125394Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:27:52.4126001Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:27:52.4126738Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:27:52.4127395Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:27:52.4128048Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:27:52.4128715Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:27:52.4129354Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:27:52.4130046Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:27:52.4130918Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:27:52.4131645Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:27:52.4145947Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:27:52.4149874Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:27:52.4151605Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:27:52.4157088Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:27:52.4159696Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:27:52.4161727Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:27:52.4162799Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:27:52.4163558Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:27:52.4164593Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:27:52.4165446Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:27:52.4166277Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:27:52.4170251Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:27:52.4171904Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:27:52.4172939Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:27:52.4173729Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:27:52.4174375Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:27:52.4175365Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:27:52.4176344Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:27:52.4177126Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:27:52.4177773Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:27:52.4178426Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:27:52.4179151Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:27:52.4179762Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:27:52.4180409Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:27:52.4181124Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:27:52.4181886Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:27:52.4182537Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:27:52.4185006Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:27:52.4187493Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:27:52.4188582Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:27:52.4189436Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:27:52.4190269Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:27:52.4190906Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:27:52.4191882Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:27:52.4192715Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:27:52.4193528Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:27:52.4194551Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:27:52.4195345Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:27:52.4196218Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:27:52.4197074Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:27:52.4197894Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:27:52.4198714Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:27:52.4199659Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:27:52.4200307Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:27:52.4200976Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:27:52.4201907Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:27:52.4203745Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:27:52.4204731Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:27:52.4207102Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:27:52.4208038Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:27:52.4209294Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:27:52.4212493Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:27:52.4215926Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:27:52.4218015Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:27:52.4218811Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:27:52.4219785Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:27:52.4223944Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:27:52.4225261Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:27:52.4225920Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:27:52.4226588Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:27:52.4232932Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:27:52.4235562Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:27:52.4236355Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:27:52.4236998Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:27:52.4237686Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:27:52.4238526Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:27:52.4239221Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:27:52.4240152Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:27:52.4241144Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:27:52.4241743Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:27:52.4242393Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:27:52.4243182Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:27:52.4243820Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:27:52.4244429Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:27:52.4245135Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:27:52.4245768Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:27:52.4246388Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:27:52.4247071Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:27:52.4247715Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:27:52.4248336Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:27:52.4249021Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:27:52.4249660Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:27:52.4250361Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:27:52.4251171Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:27:52.4267598Z Receiving objects: 0% (1/237) 2024-08-22T20:27:52.4268217Z Receiving objects: 1% (3/237) 2024-08-22T20:27:52.4268807Z Receiving objects: 2% (5/237) 2024-08-22T20:27:52.4269545Z Receiving objects: 3% (8/237) 2024-08-22T20:27:52.4271354Z Receiving objects: 4% (10/237) 2024-08-22T20:27:52.4272219Z Receiving objects: 5% (12/237) 2024-08-22T20:27:52.4272816Z Receiving objects: 6% (15/237) 2024-08-22T20:27:52.4273373Z Receiving objects: 7% (17/237) 2024-08-22T20:27:52.4273910Z Receiving objects: 8% (19/237) 2024-08-22T20:27:52.4276408Z Receiving objects: 9% (22/237) 2024-08-22T20:27:52.4277070Z Receiving objects: 10% (24/237) 2024-08-22T20:27:52.4277644Z Receiving objects: 11% (27/237) 2024-08-22T20:27:52.4278201Z Receiving objects: 12% (29/237) 2024-08-22T20:27:52.4278691Z Receiving objects: 13% (31/237) 2024-08-22T20:27:52.4279297Z Receiving objects: 14% (34/237) 2024-08-22T20:27:52.4279843Z Receiving objects: 15% (36/237) 2024-08-22T20:27:52.4282849Z Receiving objects: 16% (38/237) 2024-08-22T20:27:52.4283547Z Receiving objects: 17% (41/237) 2024-08-22T20:27:52.4284058Z Receiving objects: 18% (43/237) 2024-08-22T20:27:52.4284641Z Receiving objects: 19% (46/237) 2024-08-22T20:27:52.4285200Z Receiving objects: 20% (48/237) 2024-08-22T20:27:52.4285720Z Receiving objects: 21% (50/237) 2024-08-22T20:27:52.4286266Z Receiving objects: 22% (53/237) 2024-08-22T20:27:52.4286783Z Receiving objects: 23% (55/237) 2024-08-22T20:27:52.4287237Z Receiving objects: 24% (57/237) 2024-08-22T20:27:52.4287820Z Receiving objects: 25% (60/237) 2024-08-22T20:27:52.4288334Z Receiving objects: 26% (62/237) 2024-08-22T20:27:52.4288786Z Receiving objects: 27% (64/237) 2024-08-22T20:27:52.4290687Z Receiving objects: 28% (67/237) 2024-08-22T20:27:52.4291261Z Receiving objects: 29% (69/237) 2024-08-22T20:27:52.4291710Z Receiving objects: 30% (72/237) 2024-08-22T20:27:52.4292468Z Receiving objects: 31% (74/237) 2024-08-22T20:27:52.4292966Z Receiving objects: 32% (76/237) 2024-08-22T20:27:52.4293548Z Receiving objects: 33% (79/237) 2024-08-22T20:27:52.4294057Z Receiving objects: 34% (81/237) 2024-08-22T20:27:52.4294547Z Receiving objects: 35% (83/237) 2024-08-22T20:27:52.4295059Z Receiving objects: 36% (86/237) 2024-08-22T20:27:52.4296075Z Receiving objects: 37% (88/237) 2024-08-22T20:27:52.4305691Z Receiving objects: 38% (91/237) 2024-08-22T20:27:52.4308624Z Receiving objects: 39% (93/237) 2024-08-22T20:27:52.4309270Z Receiving objects: 40% (95/237) 2024-08-22T20:27:52.4309823Z Receiving objects: 41% (98/237) 2024-08-22T20:27:52.4310649Z Receiving objects: 42% (100/237) 2024-08-22T20:27:52.4311265Z Receiving objects: 43% (102/237) 2024-08-22T20:27:52.4311845Z Receiving objects: 44% (105/237) 2024-08-22T20:27:52.4312533Z Receiving objects: 45% (107/237) 2024-08-22T20:27:52.4313052Z Receiving objects: 46% (110/237) 2024-08-22T20:27:52.4313577Z Receiving objects: 47% (112/237) 2024-08-22T20:27:52.4314118Z Receiving objects: 48% (114/237) 2024-08-22T20:27:52.4314689Z Receiving objects: 49% (117/237) 2024-08-22T20:27:52.4342470Z Receiving objects: 50% (119/237) 2024-08-22T20:27:52.4344229Z Receiving objects: 51% (121/237) 2024-08-22T20:27:52.4345486Z Receiving objects: 52% (124/237) 2024-08-22T20:27:52.4426226Z Receiving objects: 53% (126/237) 2024-08-22T20:27:52.4427008Z Receiving objects: 54% (128/237) 2024-08-22T20:27:52.4428289Z Receiving objects: 55% (131/237) 2024-08-22T20:27:52.4430457Z Receiving objects: 56% (133/237) 2024-08-22T20:27:52.4431232Z Receiving objects: 57% (136/237) 2024-08-22T20:27:52.4431758Z Receiving objects: 58% (138/237) 2024-08-22T20:27:52.4432245Z Receiving objects: 59% (140/237) 2024-08-22T20:27:52.4432811Z Receiving objects: 60% (143/237) 2024-08-22T20:27:52.4433310Z Receiving objects: 61% (145/237) 2024-08-22T20:27:52.4433803Z Receiving objects: 62% (147/237) 2024-08-22T20:27:52.4434575Z Receiving objects: 63% (150/237) 2024-08-22T20:27:52.4439245Z Receiving objects: 64% (152/237) 2024-08-22T20:27:52.4440830Z Receiving objects: 65% (155/237) 2024-08-22T20:27:52.4441369Z Receiving objects: 66% (157/237) 2024-08-22T20:27:52.4441863Z Receiving objects: 67% (159/237) 2024-08-22T20:27:52.4442428Z Receiving objects: 68% (162/237) 2024-08-22T20:27:52.4442953Z Receiving objects: 69% (164/237) 2024-08-22T20:27:52.4443471Z Receiving objects: 70% (166/237) 2024-08-22T20:27:52.4444168Z Receiving objects: 71% (169/237) 2024-08-22T20:27:52.4444632Z Receiving objects: 72% (171/237) 2024-08-22T20:27:52.4445151Z Receiving objects: 73% (174/237) 2024-08-22T20:27:52.4445721Z Receiving objects: 74% (176/237) 2024-08-22T20:27:52.4448083Z Receiving objects: 75% (178/237) 2024-08-22T20:27:52.4448817Z Receiving objects: 76% (181/237) 2024-08-22T20:27:52.4449571Z Receiving objects: 77% (183/237) 2024-08-22T20:27:52.4450146Z Receiving objects: 78% (185/237) 2024-08-22T20:27:52.4451029Z Receiving objects: 79% (188/237) 2024-08-22T20:27:52.4453075Z Receiving objects: 80% (190/237) 2024-08-22T20:27:52.4454152Z Receiving objects: 81% (192/237) 2024-08-22T20:27:52.4454991Z Receiving objects: 82% (195/237) 2024-08-22T20:27:52.4458932Z Receiving objects: 83% (197/237) 2024-08-22T20:27:52.4460155Z Receiving objects: 84% (200/237) 2024-08-22T20:27:52.4462104Z Receiving objects: 85% (202/237) 2024-08-22T20:27:52.4462801Z Receiving objects: 86% (204/237) 2024-08-22T20:27:52.4463374Z Receiving objects: 87% (207/237) 2024-08-22T20:27:52.4463876Z Receiving objects: 88% (209/237) 2024-08-22T20:27:52.4468109Z Receiving objects: 89% (211/237) 2024-08-22T20:27:52.4468605Z Receiving objects: 90% (214/237) 2024-08-22T20:27:52.4469375Z Receiving objects: 91% (216/237) 2024-08-22T20:27:52.4470471Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:27:52.4471324Z Receiving objects: 92% (219/237) 2024-08-22T20:27:52.4471903Z Receiving objects: 93% (221/237) 2024-08-22T20:27:52.4472798Z Receiving objects: 94% (223/237) 2024-08-22T20:27:52.4473276Z Receiving objects: 95% (226/237) 2024-08-22T20:27:52.4474076Z Receiving objects: 96% (228/237) 2024-08-22T20:27:52.4474754Z Receiving objects: 97% (230/237) 2024-08-22T20:27:52.4475363Z Receiving objects: 98% (233/237) 2024-08-22T20:27:52.4475823Z Receiving objects: 99% (235/237) 2024-08-22T20:27:52.4476378Z Receiving objects: 100% (237/237) 2024-08-22T20:27:52.4477051Z Receiving objects: 100% (237/237), 488.09 KiB | 23.24 MiB/s, done. 2024-08-22T20:27:52.4479392Z Resolving deltas: 0% (0/16) 2024-08-22T20:27:52.4480221Z Resolving deltas: 6% (1/16) 2024-08-22T20:27:52.4481067Z Resolving deltas: 12% (2/16) 2024-08-22T20:27:52.4482135Z Resolving deltas: 18% (3/16) 2024-08-22T20:27:52.4482884Z Resolving deltas: 25% (4/16) 2024-08-22T20:27:52.4483519Z Resolving deltas: 37% (6/16) 2024-08-22T20:27:52.4484338Z Resolving deltas: 43% (7/16) 2024-08-22T20:27:52.4484822Z Resolving deltas: 50% (8/16) 2024-08-22T20:27:52.4487917Z Resolving deltas: 56% (9/16) 2024-08-22T20:27:52.4488659Z Resolving deltas: 87% (14/16) 2024-08-22T20:27:52.4489301Z Resolving deltas: 93% (15/16) 2024-08-22T20:27:52.4490351Z Resolving deltas: 100% (16/16) 2024-08-22T20:27:52.4491005Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:27:52.4567216Z From https://github.com/pytorch/torchchat 2024-08-22T20:27:52.4568329Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:27:52.4592777Z ##[endgroup] 2024-08-22T20:27:52.4593634Z ##[group]Determining the checkout info 2024-08-22T20:27:52.4595450Z ##[endgroup] 2024-08-22T20:27:52.4596324Z ##[group]Checking out the ref 2024-08-22T20:27:52.4599661Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:27:52.4778645Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:27:52.4779282Z 2024-08-22T20:27:52.4779850Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:27:52.4780999Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:27:52.4781973Z state without impacting any branches by switching back to a branch. 2024-08-22T20:27:52.4782551Z 2024-08-22T20:27:52.4782917Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:27:52.4783896Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:27:52.4784389Z 2024-08-22T20:27:52.4784734Z git switch -c 2024-08-22T20:27:52.4785055Z 2024-08-22T20:27:52.4785228Z Or undo this operation with: 2024-08-22T20:27:52.4785566Z 2024-08-22T20:27:52.4785717Z git switch - 2024-08-22T20:27:52.4785932Z 2024-08-22T20:27:52.4786441Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:27:52.4787013Z 2024-08-22T20:27:52.4787620Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:27:52.4789662Z ##[endgroup] 2024-08-22T20:27:52.4840162Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:27:52.4879186Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:27:52.5100734Z Prepare all required actions 2024-08-22T20:27:52.5247556Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:27:52.5248286Z with: 2024-08-22T20:27:52.5248739Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5249385Z docker-build-dir: .ci/docker 2024-08-22T20:27:52.5249917Z working-directory: pytorch/torchchat 2024-08-22T20:27:52.5250583Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5251248Z force-push: false 2024-08-22T20:27:52.5251671Z env: 2024-08-22T20:27:52.5252164Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5252752Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:52.5253258Z PR_NUMBER: 1044 2024-08-22T20:27:52.5261781Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:52.5270963Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:52.5271963Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:52.5272851Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:52.5273626Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:52.5274241Z ##[endgroup] 2024-08-22T20:27:52.5301784Z ##[group]Run set -ex 2024-08-22T20:27:52.5302330Z set -ex 2024-08-22T20:27:52.5302796Z  2024-08-22T20:27:52.5303487Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:27:52.5304667Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:27:52.5305663Z # job could then download the pre-built image as usual 2024-08-22T20:27:52.5306522Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:27:52.5307390Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5308231Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5308884Z  2024-08-22T20:27:52.5309562Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:27:52.5310730Z  exit 0 2024-08-22T20:27:52.5311150Z else 2024-08-22T20:27:52.5311714Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5312369Z fi 2024-08-22T20:27:52.5312705Z  2024-08-22T20:27:52.5313358Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:27:52.5314562Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:27:52.5315522Z  # use it as it is, but first let's extract the tag 2024-08-22T20:27:52.5316395Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:27:52.5317259Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5318115Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5318816Z else 2024-08-22T20:27:52.5319358Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:27:52.5320253Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5321455Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:27:52.5322336Z fi 2024-08-22T20:27:52.5332953Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:52.5333602Z env: 2024-08-22T20:27:52.5333990Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5334628Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:52.5335136Z PR_NUMBER: 1044 2024-08-22T20:27:52.5343425Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:52.5352626Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:52.5353659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:52.5354634Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:52.5355359Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:52.5355976Z REPO_NAME: torchchat 2024-08-22T20:27:52.5356563Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5357131Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:27:52.5357748Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5358462Z ##[endgroup] 2024-08-22T20:27:52.5396464Z + [[ ! -d .ci/docker ]] 2024-08-22T20:27:52.5396962Z + echo skip=true 2024-08-22T20:27:52.5397528Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5398426Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:27:52.5399619Z + exit 0 2024-08-22T20:27:52.5400251Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:27:52.5524671Z Prepare all required actions 2024-08-22T20:27:52.5616755Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:27:52.5617269Z with: 2024-08-22T20:27:52.5617606Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5618267Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5618797Z env: 2024-08-22T20:27:52.5619117Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5619594Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:52.5619973Z PR_NUMBER: 1044 2024-08-22T20:27:52.5628172Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:52.5637080Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:52.5637920Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:52.5638705Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:52.5639361Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:52.5639919Z ##[endgroup] 2024-08-22T20:27:52.5661012Z ##[group]Run set -x 2024-08-22T20:27:52.5661350Z set -x 2024-08-22T20:27:52.5661646Z set +e 2024-08-22T20:27:52.5661940Z  2024-08-22T20:27:52.5662209Z login() { 2024-08-22T20:27:52.5662895Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:27:52.5663653Z } 2024-08-22T20:27:52.5663921Z  2024-08-22T20:27:52.5664200Z retry () { 2024-08-22T20:27:52.5664605Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:27:52.5665066Z } 2024-08-22T20:27:52.5665338Z  2024-08-22T20:27:52.5665651Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:27:52.5666074Z  2024-08-22T20:27:52.5666342Z set -e 2024-08-22T20:27:52.5666832Z # ignore output since only exit code is used for conditional 2024-08-22T20:27:52.5667571Z # only pull docker image if it's not available locally 2024-08-22T20:27:52.5668384Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:27:52.5669121Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:27:52.5669573Z fi 2024-08-22T20:27:52.5678226Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:52.5678741Z env: 2024-08-22T20:27:52.5679064Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:27:52.5679621Z REPOSITORY: pytorch/torchchat 2024-08-22T20:27:52.5680213Z PR_NUMBER: 1044 2024-08-22T20:27:52.5688398Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:27:52.5697124Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:27:52.5697957Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:27:52.5698740Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:27:52.5699397Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:27:52.5700042Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5700672Z ##[endgroup] 2024-08-22T20:27:52.5729196Z + set +e 2024-08-22T20:27:52.5729831Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5730505Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:52.5732746Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:27:52.5734677Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:27:53.1389835Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:27:53.1390760Z Configure a credential helper to remove this warning. See 2024-08-22T20:27:53.1391704Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:27:53.1392269Z 2024-08-22T20:27:53.1392388Z Login Succeeded 2024-08-22T20:27:53.1413004Z + set -e 2024-08-22T20:27:53.1413586Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:27:53.1577667Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:27:53.1578303Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:27:53.3264511Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:27:53.3265212Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:27:53.3265738Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:27:53.3266264Z f3b743645691: Pulling fs layer 2024-08-22T20:27:53.3266754Z 09ec69653086: Pulling fs layer 2024-08-22T20:27:53.3267301Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:27:53.3267801Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:27:53.3268307Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:27:53.3268816Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:27:53.3269297Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:27:53.3269686Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:27:53.3270070Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:27:53.3270443Z 90d96273fa23: Pulling fs layer 2024-08-22T20:27:53.3270823Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:27:53.3271205Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:27:53.3271916Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:27:53.3272306Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:27:53.3272698Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:27:53.3273069Z 784019980816: Pulling fs layer 2024-08-22T20:27:53.3273449Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:27:53.3273869Z 417dce1e59af: Pulling fs layer 2024-08-22T20:27:53.3274248Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:27:53.3274620Z f49fb64d359c: Pulling fs layer 2024-08-22T20:27:53.3275002Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:27:53.3275378Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:27:53.3275763Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:27:53.3276141Z c5058f81a371: Pulling fs layer 2024-08-22T20:27:53.3276513Z ca3686f68fee: Pulling fs layer 2024-08-22T20:27:53.3276898Z fdb9230cd483: Pulling fs layer 2024-08-22T20:27:53.3277281Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:27:53.3277656Z e7fc196062f1: Pulling fs layer 2024-08-22T20:27:53.3278023Z 1c60ace79a8a: Waiting 2024-08-22T20:27:53.3278408Z 0cb4bb0dd002: Waiting 2024-08-22T20:27:53.3278724Z 07dcdf002e0e: Waiting 2024-08-22T20:27:53.3279044Z 6d463d3f66d5: Waiting 2024-08-22T20:27:53.3279357Z 2b99a72dd557: Waiting 2024-08-22T20:27:53.3279784Z ca3686f68fee: Waiting 2024-08-22T20:27:53.3280098Z 6a40c884dc1c: Waiting 2024-08-22T20:27:53.3280413Z f49fb64d359c: Waiting 2024-08-22T20:27:53.3280715Z 09ec69653086: Waiting 2024-08-22T20:27:53.3281022Z 21c4fd2610fc: Waiting 2024-08-22T20:27:53.3281332Z bfb071e5ae48: Waiting 2024-08-22T20:27:53.3281635Z 90d96273fa23: Waiting 2024-08-22T20:27:53.3281941Z fdb9230cd483: Waiting 2024-08-22T20:27:53.3282254Z b2ba091c4c7d: Waiting 2024-08-22T20:27:53.3282764Z af5c0f3f240b: Waiting 2024-08-22T20:27:53.3283082Z 625bfd303d2d: Waiting 2024-08-22T20:27:53.3283394Z e8f5e731f8e4: Waiting 2024-08-22T20:27:53.3283698Z 417dce1e59af: Waiting 2024-08-22T20:27:53.3284006Z 7027d2bdfdb1: Waiting 2024-08-22T20:27:53.3284322Z a7beba6b9d19: Waiting 2024-08-22T20:27:53.3284627Z dc18f68db4d4: Waiting 2024-08-22T20:27:53.3285111Z db6f5f4c0334: Waiting 2024-08-22T20:27:53.3285487Z e7fc196062f1: Waiting 2024-08-22T20:27:53.3671893Z 1feefa38b24d: Download complete 2024-08-22T20:27:53.3699272Z f3b743645691: Verifying Checksum 2024-08-22T20:27:53.3699998Z f3b743645691: Download complete 2024-08-22T20:27:53.4070623Z 09ec69653086: Verifying Checksum 2024-08-22T20:27:53.4071167Z 09ec69653086: Download complete 2024-08-22T20:27:54.1264733Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:27:54.1265345Z 2d473b07cdd5: Download complete 2024-08-22T20:27:54.1751019Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:27:54.1751664Z af5c0f3f240b: Download complete 2024-08-22T20:27:54.1886933Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:27:54.1887492Z 6d463d3f66d5: Download complete 2024-08-22T20:27:54.3036995Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:27:54.3037615Z 0cb4bb0dd002: Download complete 2024-08-22T20:27:54.3448765Z 6a40c884dc1c: Download complete 2024-08-22T20:27:54.4116205Z 21c4fd2610fc: Download complete 2024-08-22T20:27:54.4764794Z 90d96273fa23: Download complete 2024-08-22T20:27:54.7685779Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:27:54.7686364Z 1c60ace79a8a: Download complete 2024-08-22T20:27:54.8252937Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:27:54.8253552Z 07dcdf002e0e: Download complete 2024-08-22T20:27:55.4089794Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:27:55.4090376Z e8f5e731f8e4: Download complete 2024-08-22T20:27:55.9132860Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:27:55.9133346Z 625bfd303d2d: Download complete 2024-08-22T20:27:55.9424934Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:27:55.9425547Z 43ef26b4d3a4: Download complete 2024-08-22T20:27:55.9542217Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:27:55.9542826Z db6f5f4c0334: Download complete 2024-08-22T20:27:55.9926248Z 784019980816: Verifying Checksum 2024-08-22T20:27:55.9926873Z 784019980816: Download complete 2024-08-22T20:27:56.0002820Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:27:56.0003365Z a7beba6b9d19: Download complete 2024-08-22T20:27:56.1249014Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:27:56.1249661Z 2b99a72dd557: Download complete 2024-08-22T20:27:56.1707292Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:27:56.1707923Z 7027d2bdfdb1: Download complete 2024-08-22T20:27:56.2033700Z f49fb64d359c: Verifying Checksum 2024-08-22T20:27:56.2034202Z f49fb64d359c: Download complete 2024-08-22T20:27:56.2614554Z b2ba091c4c7d: Download complete 2024-08-22T20:27:56.3168951Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:27:56.3717669Z 8cfb81a5220c: Download complete 2024-08-22T20:27:56.3718177Z c5058f81a371: Verifying Checksum 2024-08-22T20:27:56.3718591Z c5058f81a371: Download complete 2024-08-22T20:27:56.5134494Z ca3686f68fee: Verifying Checksum 2024-08-22T20:27:56.5134995Z ca3686f68fee: Download complete 2024-08-22T20:27:56.5465154Z fdb9230cd483: Verifying Checksum 2024-08-22T20:27:56.5465654Z fdb9230cd483: Download complete 2024-08-22T20:27:56.5849767Z dc18f68db4d4: Download complete 2024-08-22T20:27:57.6607264Z 2d473b07cdd5: Pull complete 2024-08-22T20:27:57.6757329Z 1feefa38b24d: Pull complete 2024-08-22T20:27:57.6939241Z f3b743645691: Pull complete 2024-08-22T20:27:57.7078523Z 09ec69653086: Pull complete 2024-08-22T20:28:00.3090973Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:00.3091568Z bfb071e5ae48: Download complete 2024-08-22T20:28:01.8775341Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:02.1356389Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:02.1356889Z e7fc196062f1: Download complete 2024-08-22T20:28:04.2664500Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:04.2795767Z af5c0f3f240b: Pull complete 2024-08-22T20:28:05.5632297Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:05.7183601Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:05.7314089Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:05.7493496Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:05.7612642Z 90d96273fa23: Pull complete 2024-08-22T20:28:09.1478754Z 625bfd303d2d: Pull complete 2024-08-22T20:28:10.5904005Z e8f5e731f8e4: Pull complete 2024-08-22T20:28:14.4975780Z 43ef26b4d3a4: Pull complete 2024-08-22T20:28:16.2230493Z 7027d2bdfdb1: Pull complete 2024-08-22T20:28:16.2331992Z db6f5f4c0334: Pull complete 2024-08-22T20:28:16.2464354Z 784019980816: Pull complete 2024-08-22T20:28:16.2568518Z a7beba6b9d19: Pull complete 2024-08-22T20:28:45.8236312Z 417dce1e59af: Verifying Checksum 2024-08-22T20:28:45.8236795Z 417dce1e59af: Download complete 2024-08-22T20:29:37.0322859Z 417dce1e59af: Pull complete 2024-08-22T20:29:37.4869528Z 2b99a72dd557: Pull complete 2024-08-22T20:29:37.7407369Z f49fb64d359c: Pull complete 2024-08-22T20:29:52.9418037Z bfb071e5ae48: Pull complete 2024-08-22T20:29:53.1235443Z b2ba091c4c7d: Pull complete 2024-08-22T20:29:53.3511998Z 8cfb81a5220c: Pull complete 2024-08-22T20:29:53.5880011Z c5058f81a371: Pull complete 2024-08-22T20:29:54.1426823Z ca3686f68fee: Pull complete 2024-08-22T20:29:54.3747713Z fdb9230cd483: Pull complete 2024-08-22T20:29:54.6198568Z dc18f68db4d4: Pull complete 2024-08-22T20:30:13.5403177Z e7fc196062f1: Pull complete 2024-08-22T20:30:13.6671518Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:30:13.7114880Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:30:13.7406346Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:30:13.7590352Z ##[group]Run set -ex 2024-08-22T20:30:13.7590724Z set -ex 2024-08-22T20:30:13.7591030Z { 2024-08-22T20:30:13.7591352Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:30:13.7591804Z  echo "set -eou pipefail"; 2024-08-22T20:30:13.7592260Z  # shellcheck disable=SC2016 2024-08-22T20:30:13.7592769Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:30:13.7593260Z  echo "set -x"; 2024-08-22T20:30:13.7593633Z  echo "${SCRIPT}"; 2024-08-22T20:30:13.7594047Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:13.7594545Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:13.7595667Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "HF_TOKEN_PERIODIC" 2024-08-22T20:30:13.7606845Z shell: /usr/bin/bash -e {0} 2024-08-22T20:30:13.7607209Z env: 2024-08-22T20:30:13.7607572Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:30:13.7608062Z REPOSITORY: pytorch/torchchat 2024-08-22T20:30:13.7608458Z PR_NUMBER: 1044 2024-08-22T20:30:13.7617043Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:30:13.7625794Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:30:13.7626858Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:30:13.7627655Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:30:13.7628315Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:30:13.7629212Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:30:13.7629655Z ##[endgroup] 2024-08-22T20:30:13.7660875Z + echo '#!/usr/bin/env bash' 2024-08-22T20:30:13.7661362Z + echo 'set -eou pipefail' 2024-08-22T20:30:13.7661820Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:30:13.7662632Z + echo 'set -x' 2024-08-22T20:30:13.7663118Z + echo 'echo "::group::Print machine info" 2024-08-22T20:30:13.7663567Z uname -a 2024-08-22T20:30:13.7663853Z echo "::endgroup::" 2024-08-22T20:30:13.7665118Z 2024-08-22T20:30:13.7665624Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:30:13.7666353Z yum install -y devtoolset-10-binutils 2024-08-22T20:30:13.7666964Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:30:13.7667472Z echo "::endgroup::" 2024-08-22T20:30:13.7667673Z 2024-08-22T20:30:13.7667679Z 2024-08-22T20:30:13.7667833Z echo "::group::Download checkpoints" 2024-08-22T20:30:13.7668998Z # Install requirements 2024-08-22T20:30:13.7669303Z 2024-08-22T20:30:13.7669514Z ./install_requirements.sh cuda 2024-08-22T20:30:13.7669942Z bash scripts/build_native.sh aoti 2024-08-22T20:30:13.7670324Z pip3 list 2024-08-22T20:30:13.7671042Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-08-22T20:30:13.7671773Z echo "::endgroup::" 2024-08-22T20:30:13.7671973Z 2024-08-22T20:30:13.7672121Z echo "::group::Download checkpoints" 2024-08-22T20:30:13.7672611Z mkdir -p checkpoints/stories15M 2024-08-22T20:30:13.7673085Z pushd checkpoints/stories15M 2024-08-22T20:30:13.7673869Z wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:30:13.7678194Z wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:30:13.7679014Z popd 2024-08-22T20:30:13.7679386Z echo "::endgroup::" 2024-08-22T20:30:13.7679816Z 2024-08-22T20:30:13.7680001Z echo "::group::Run inference" 2024-08-22T20:30:13.7680640Z export MODEL_PATH=checkpoints/stories15M/stories15M.pt 2024-08-22T20:30:13.7681328Z export MODEL_NAME=stories15M 2024-08-22T20:30:13.7681821Z export MODEL_DIR=/tmp 2024-08-22T20:30:13.7682106Z 2024-08-22T20:30:13.7682342Z set -eou pipefail 2024-08-22T20:30:13.7682716Z export MODEL_DIR=${PWD}/checkpoints/stories15M 2024-08-22T20:30:13.7683264Z export PROMPT="Once upon a time in a land far away" 2024-08-22T20:30:13.7683648Z 2024-08-22T20:30:13.7683780Z for DTYPE in bfloat16; do 2024-08-22T20:30:13.7684836Z python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda 2024-08-22T20:30:13.7685709Z 2024-08-22T20:30:13.7686297Z python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so 2024-08-22T20:30:13.7686985Z 2024-08-22T20:30:13.7687475Z ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" 2024-08-22T20:30:13.7688067Z 2024-08-22T20:30:13.7688167Z done 2024-08-22T20:30:13.7688318Z 2024-08-22T20:30:13.7688445Z echo "tests complete" 2024-08-22T20:30:13.7688807Z echo "******************************************" 2024-08-22T20:30:13.7689254Z echo "::endgroup::" 2024-08-22T20:30:13.7689581Z ' 2024-08-22T20:30:13.7690056Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:30:13.7691307Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py HF_TOKEN_PERIODIC 2024-08-22T20:30:52.4721075Z Running command: 2024-08-22T20:30:52.4731872Z 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_10515112128" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_HF_TOKEN_PERIODIC --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_7f27fae4-769b-4839-82cf-cb2ac4f9211a":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7f27fae4-769b-4839-82cf-cb2ac4f9211a" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:30:52.4740234Z 2024-08-22T20:30:52.4740762Z f4bcc6e8bf8c38f928b885127ede5a9d975f291d96bd8ca3316d65c649102e30 2024-08-22T20:30:52.4741962Z Running command: docker exec -t f4bcc6e8bf8c38f928b885127ede5a9d975f291d96bd8ca3316d65c649102e30 /exec 2024-08-22T20:30:52.4743004Z + echo '::group::Print machine info' 2024-08-22T20:30:52.4743822Z ##[group]Print machine info 2024-08-22T20:30:52.4744270Z + uname -a 2024-08-22T20:30:52.4745251Z Linux f4bcc6e8bf8c 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:30:52.4746236Z + echo ::endgroup:: 2024-08-22T20:30:52.4746874Z ##[endgroup] 2024-08-22T20:30:52.4747563Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:30:52.4748715Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:30:52.4749479Z + yum install -y devtoolset-10-binutils 2024-08-22T20:30:52.4749985Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:30:52.4750474Z Loading mirror speeds from cached hostfile 2024-08-22T20:30:52.4750856Z 2024-08-22T20:30:52.4751174Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:30:52.4751867Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:30:52.4752181Z 2024-08-22T20:30:52.4752398Z base | 3.6 kB 00:00 2024-08-22T20:30:52.4752853Z 2024-08-22T20:30:52.4753207Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:30:52.4753718Z 2024-08-22T20:30:52.4754074Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:30:52.4754592Z 2024-08-22T20:30:52.4754821Z extras | 2.9 kB 00:00 2024-08-22T20:30:52.4755280Z 2024-08-22T20:30:52.4755525Z updates | 2.9 kB 00:00 2024-08-22T20:30:52.4756124Z Resolving Dependencies 2024-08-22T20:30:52.4756547Z --> Running transaction check 2024-08-22T20:30:52.4757289Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:30:52.4758496Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:30:52.4759537Z --> Running transaction check 2024-08-22T20:30:52.4760254Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:30:52.4760925Z --> Finished Dependency Resolution 2024-08-22T20:30:52.4761313Z 2024-08-22T20:30:52.4761464Z Dependencies Resolved 2024-08-22T20:30:52.4761682Z 2024-08-22T20:30:52.4761986Z ================================================================================ 2024-08-22T20:30:52.4762601Z Package Arch Version Repository Size 2024-08-22T20:30:52.4763232Z ================================================================================ 2024-08-22T20:30:52.4763768Z Installing: 2024-08-22T20:30:52.4764377Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:30:52.4765024Z Installing for dependencies: 2024-08-22T20:30:52.4765697Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:30:52.4766207Z 2024-08-22T20:30:52.4766333Z Transaction Summary 2024-08-22T20:30:52.4766707Z ================================================================================ 2024-08-22T20:30:52.4767273Z Install 1 Package (+1 Dependent package) 2024-08-22T20:30:52.4767632Z 2024-08-22T20:30:52.4767776Z Total download size: 6.3 M 2024-08-22T20:30:52.4768137Z Installed size: 25 M 2024-08-22T20:30:52.4768484Z Downloading packages: 2024-08-22T20:30:52.4768701Z 2024-08-22T20:30:52.4769169Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:30:52.4769716Z 2024-08-22T20:30:52.4770267Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:30:52.4771105Z -------------------------------------------------------------------------------- 2024-08-22T20:30:52.4771727Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:30:52.4772256Z Running transaction check 2024-08-22T20:30:52.4772617Z Running transaction test 2024-08-22T20:30:52.4772984Z Transaction test succeeded 2024-08-22T20:30:52.4773346Z Running transaction 2024-08-22T20:30:52.4773549Z 2024-08-22T20:30:52.4773967Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:30:52.4774972Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:30:52.4775896Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:30:52.4776798Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:30:52.4777721Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:30:52.4778635Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:30:52.4779540Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:30:52.4780449Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:30:52.4781361Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:30:52.4782272Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:30:52.4783164Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:30:52.4784067Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:30:52.4784978Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:30:52.4785873Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:30:52.4786784Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:30:52.4787684Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:30:52.4788649Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:30:52.4789557Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:30:52.4790462Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:30:52.4791381Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:30:52.4792313Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:30:52.4793323Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:30:52.4794230Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:30:52.4795127Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:30:52.4796035Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:30:52.4796944Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:30:52.4797840Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:30:52.4798745Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:30:52.4799748Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:30:52.4800602Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:30:52.4801092Z 2024-08-22T20:30:52.4801510Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:30:52.4802421Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:30:52.4803428Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:30:52.4804330Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:30:52.4805243Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:30:52.4806155Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:30:52.4807057Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:30:52.4807962Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:30:52.4808868Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:30:52.4809775Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:30:52.4810978Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:30:52.4811830Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:30:52.4812684Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:30:52.4813529Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:30:52.4814458Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:30:52.4815314Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:30:52.4816154Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:30:52.4817000Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:30:52.4817845Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:30:54.4711269Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:30:54.4712559Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:30:54.4713514Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:30:54.4714583Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:30:54.4715524Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:30:54.4716434Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:30:54.4719116Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:30:54.4720267Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:30:54.4721338Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:30:54.4722512Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:30:54.4723817Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:30:54.4724824Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:30:54.4725930Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:30:54.4727060Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:30:54.4728145Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:30:54.4729251Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:30:54.4729909Z 2024-08-22T20:30:54.4730315Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:30:54.4730802Z 2024-08-22T20:30:54.4731216Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:30:54.4732550Z 2024-08-22T20:30:54.4732985Z Installed: 2024-08-22T20:30:54.4733836Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:30:54.4735009Z 2024-08-22T20:30:54.4735432Z Dependency Installed: 2024-08-22T20:30:54.4736061Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:30:54.4736531Z 2024-08-22T20:30:54.4736646Z Complete! 2024-08-22T20:30:54.4738048Z + 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:30:54.4740474Z + 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:30:54.4741844Z + echo ::endgroup:: 2024-08-22T20:30:54.4742518Z ##[endgroup] 2024-08-22T20:30:54.4742944Z + echo '::group::Download checkpoints' 2024-08-22T20:30:54.4744530Z ##[group]Download checkpoints 2024-08-22T20:30:54.4745364Z + ./install_requirements.sh cuda 2024-08-22T20:30:54.4746557Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:30:54.4748032Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:30:54.4749739Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:30:54.4750544Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:30:54.4751262Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:30:54.4752578Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:30:54.4753554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 17.1 MB/s eta 0:00:00 2024-08-22T20:30:54.4754382Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:30:54.4755208Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:30:54.4757249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:30:54.4758468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 19.1 MB/s eta 0:00:00 2024-08-22T20:30:54.4759757Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:30:54.4760685Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:30:54.4762660Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:30:54.4763687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 89.0 MB/s eta 0:00:00 2024-08-22T20:30:54.4764617Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:30:54.4765316Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:30:54.4766152Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:30:54.4767092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 56.4 MB/s eta 0:00:00 2024-08-22T20:30:54.4767929Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:30:54.4770514Z 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:30:54.4772193Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:30:54.4773658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 82.9 MB/s eta 0:00:00 2024-08-22T20:30:54.4774500Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:30:54.4776323Z 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:30:54.4777575Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:30:54.4778587Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 8.1/18.3 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:30:54.4779676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 16.5/18.3 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:30:54.4781900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:30:54.4783138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:30:54.4784129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 82.3 MB/s eta 0:00:00 2024-08-22T20:30:54.4784985Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:30:54.4785956Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:30:54.4787614Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:30:54.4788539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 84.4 MB/s eta 0:00:00 2024-08-22T20:30:54.4789332Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:30:54.4790244Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:30:54.4791255Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:30:54.4792643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 28.7 MB/s eta 0:00:00 2024-08-22T20:30:54.4795011Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:30:54.4796069Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:30:54.4796963Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:31:00.3516179Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:31:00.3518017Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/26.9 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3519915Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 16.4/26.9 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3521645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25.0/26.9 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:31:00.3523634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3525273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3526929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3528617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:31:00.3530189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 56.6 MB/s eta 0:00:00 2024-08-22T20:31:00.3531453Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:31:00.3532919Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:31:00.3534518Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:31:00.3535939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 70.1 MB/s eta 0:00:00 2024-08-22T20:31:00.3537147Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:31:00.3538530Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:31:00.3540114Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:31:00.3541559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 123.0 MB/s eta 0:00:00 2024-08-22T20:31:00.3542843Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:31:00.3544303Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:31:00.3545718Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:31:00.3547439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 8.0/8.7 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:31:00.3549088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:31:00.3550585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 104.6 MB/s eta 0:00:00 2024-08-22T20:31:00.3551782Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:31:00.3552762Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:31:00.3553598Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:31:00.3554615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 38.9 MB/s eta 0:00:00 2024-08-22T20:31:00.3555618Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3556642Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:31:00.3557502Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:31:00.3558478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 75.5 MB/s eta 0:00:00 2024-08-22T20:31:00.3559507Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3560297Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:31:00.3561121Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:31:00.3562091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 30.2 MB/s eta 0:00:00 2024-08-22T20:31:00.3563086Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3563935Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:31:00.3564770Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:31:00.3565749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 91.2 MB/s eta 0:00:00 2024-08-22T20:31:00.3566685Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3567493Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:31:00.3568272Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3568984Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:31:00.3569762Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:31:00.3570833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 33.3 MB/s eta 0:00:00 2024-08-22T20:31:00.3571794Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:31:00.3572616Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:31:00.3573347Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:31:00.3574245Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3575024Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:31:00.3575845Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:31:00.3576830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 63.1 MB/s eta 0:00:00 2024-08-22T20:31:00.3577816Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3578644Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:31:00.3579587Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:31:00.3580664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 58.2 MB/s eta 0:00:00 2024-08-22T20:31:00.3582160Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:00.3583461Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:31:02.1647897Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:31:02.1649332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 35.0 MB/s eta 0:00:00 2024-08-22T20:31:02.1650595Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:02.1651574Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:31:02.1652185Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:02.1653034Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:02.1653876Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:31:02.1654729Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:31:02.1655720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 36.4 MB/s eta 0:00:00 2024-08-22T20:31:02.1656731Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:02.1657905Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:31:02.1659014Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:31:02.1660438Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 8.0/13.3 MB 238.7 MB/s eta 0:00:01 2024-08-22T20:31:02.1661553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:31:02.1662583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 121.4 MB/s eta 0:00:00 2024-08-22T20:31:02.1663540Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:02.1664301Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:31:02.1664897Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:02.1665678Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:02.1666578Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:31:02.1667520Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:31:02.1668671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/797.3 MB 240.7 MB/s eta 0:00:04 2024-08-22T20:31:02.1669735Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/797.3 MB 244.7 MB/s eta 0:00:04 2024-08-22T20:31:02.1670863Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/797.3 MB 239.6 MB/s eta 0:00:04 2024-08-22T20:31:02.1672019Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/797.3 MB 246.4 MB/s eta 0:00:04 2024-08-22T20:31:02.1673167Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/797.3 MB 243.7 MB/s eta 0:00:04 2024-08-22T20:31:02.1674322Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/797.3 MB 233.9 MB/s eta 0:00:04 2024-08-22T20:31:02.1675505Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.1/797.3 MB 212.9 MB/s eta 0:00:04 2024-08-22T20:31:02.1676667Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/797.3 MB 236.3 MB/s eta 0:00:04 2024-08-22T20:31:02.1677815Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/797.3 MB 206.5 MB/s eta 0:00:04 2024-08-22T20:31:02.1678964Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.9/797.3 MB 230.0 MB/s eta 0:00:04 2024-08-22T20:31:02.1680218Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.4/797.3 MB 231.4 MB/s eta 0:00:04 2024-08-22T20:31:02.1681358Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.5/797.3 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:31:02.1682654Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.9/797.3 MB 241.9 MB/s eta 0:00:03 2024-08-22T20:31:02.1683799Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.5/797.3 MB 224.4 MB/s eta 0:00:04 2024-08-22T20:31:02.1684941Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/797.3 MB 241.4 MB/s eta 0:00:03 2024-08-22T20:31:02.1686095Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.3/797.3 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:31:02.1687242Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/797.3 MB 207.3 MB/s eta 0:00:04 2024-08-22T20:31:02.1688392Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/797.3 MB 207.3 MB/s eta 0:00:04 2024-08-22T20:31:02.1689551Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/797.3 MB 207.3 MB/s eta 0:00:04 2024-08-22T20:31:02.1690801Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/797.3 MB 207.3 MB/s eta 0:00:04 2024-08-22T20:31:02.1691950Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.6/797.3 MB 57.7 MB/s eta 0:00:12 2024-08-22T20:31:02.1693097Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.5/797.3 MB 57.4 MB/s eta 0:00:12 2024-08-22T20:31:02.1694238Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.7/797.3 MB 108.2 MB/s eta 0:00:07 2024-08-22T20:31:02.1695383Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/797.3 MB 229.9 MB/s eta 0:00:03 2024-08-22T20:31:02.1696550Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.6/797.3 MB 193.5 MB/s eta 0:00:04 2024-08-22T20:31:03.4867190Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.9/797.3 MB 212.1 MB/s eta 0:00:03 2024-08-22T20:31:03.4868768Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/797.3 MB 198.2 MB/s eta 0:00:04 2024-08-22T20:31:03.4870526Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.8/797.3 MB 177.5 MB/s eta 0:00:04 2024-08-22T20:31:03.4871699Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.6/797.3 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:31:03.4872856Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.0/797.3 MB 182.2 MB/s eta 0:00:04 2024-08-22T20:31:03.4874347Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.7/797.3 MB 213.5 MB/s eta 0:00:03 2024-08-22T20:31:03.4875530Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.5/797.3 MB 165.6 MB/s eta 0:00:04 2024-08-22T20:31:03.4876683Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.0/797.3 MB 151.4 MB/s eta 0:00:04 2024-08-22T20:31:03.4877842Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.9/797.3 MB 208.8 MB/s eta 0:00:03 2024-08-22T20:31:03.4878992Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/797.3 MB 186.1 MB/s eta 0:00:04 2024-08-22T20:31:03.4880250Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.3/797.3 MB 184.0 MB/s eta 0:00:04 2024-08-22T20:31:03.4881421Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 237.8/797.3 MB 190.0 MB/s eta 0:00:03 2024-08-22T20:31:03.4882766Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 245.5/797.3 MB 205.4 MB/s eta 0:00:03 2024-08-22T20:31:03.4883918Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.5/797.3 MB 235.5 MB/s eta 0:00:03 2024-08-22T20:31:03.4885073Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 261.1/797.3 MB 225.2 MB/s eta 0:00:03 2024-08-22T20:31:03.4886219Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 269.1/797.3 MB 232.9 MB/s eta 0:00:03 2024-08-22T20:31:03.4887364Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 274.2/797.3 MB 178.6 MB/s eta 0:00:03 2024-08-22T20:31:03.4888516Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.2/797.3 MB 209.6 MB/s eta 0:00:03 2024-08-22T20:31:03.4889676Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.2/797.3 MB 205.5 MB/s eta 0:00:03 2024-08-22T20:31:03.4890828Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.8/797.3 MB 247.5 MB/s eta 0:00:03 2024-08-22T20:31:03.4891974Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.6/797.3 MB 231.7 MB/s eta 0:00:03 2024-08-22T20:31:03.4893113Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 312.0/797.3 MB 216.1 MB/s eta 0:00:03 2024-08-22T20:31:03.4894259Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.5/797.3 MB 212.1 MB/s eta 0:00:03 2024-08-22T20:31:03.4895502Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 316.7/797.3 MB 120.1 MB/s eta 0:00:05 2024-08-22T20:31:03.4896749Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 320.7/797.3 MB 92.4 MB/s eta 0:00:06 2024-08-22T20:31:03.4897892Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 327.2/797.3 MB 198.3 MB/s eta 0:00:03 2024-08-22T20:31:03.4899038Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 334.7/797.3 MB 192.7 MB/s eta 0:00:03 2024-08-22T20:31:03.4900181Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 341.0/797.3 MB 191.4 MB/s eta 0:00:03 2024-08-22T20:31:03.4901816Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 348.4/797.3 MB 206.3 MB/s eta 0:00:03 2024-08-22T20:31:03.4904841Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.5/797.3 MB 239.8 MB/s eta 0:00:02 2024-08-22T20:31:03.4906759Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 363.7/797.3 MB 212.9 MB/s eta 0:00:03 2024-08-22T20:31:03.4909006Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 369.6/797.3 MB 180.4 MB/s eta 0:00:03 2024-08-22T20:31:03.4910466Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 375.6/797.3 MB 184.3 MB/s eta 0:00:03 2024-08-22T20:31:03.4912918Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 380.6/797.3 MB 162.3 MB/s eta 0:00:03 2024-08-22T20:31:03.4914641Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 388.1/797.3 MB 200.4 MB/s eta 0:00:03 2024-08-22T20:31:03.4916719Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 394.8/797.3 MB 206.0 MB/s eta 0:00:02 2024-08-22T20:31:03.4917900Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 403.0/797.3 MB 227.2 MB/s eta 0:00:02 2024-08-22T20:31:03.4919040Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 411.3/797.3 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:31:04.8100944Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 418.8/797.3 MB 221.7 MB/s eta 0:00:02 2024-08-22T20:31:04.8102295Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 426.7/797.3 MB 217.8 MB/s eta 0:00:02 2024-08-22T20:31:04.8103393Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 434.2/797.3 MB 221.5 MB/s eta 0:00:02 2024-08-22T20:31:04.8104790Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 441.1/797.3 MB 202.4 MB/s eta 0:00:02 2024-08-22T20:31:04.8106118Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 449.1/797.3 MB 217.6 MB/s eta 0:00:02 2024-08-22T20:31:04.8107215Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 457.0/797.3 MB 229.8 MB/s eta 0:00:02 2024-08-22T20:31:04.8108305Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 464.5/797.3 MB 226.2 MB/s eta 0:00:02 2024-08-22T20:31:04.8109391Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 469.8/797.3 MB 223.8 MB/s eta 0:00:02 2024-08-22T20:31:04.8110715Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 477.1/797.3 MB 181.1 MB/s eta 0:00:02 2024-08-22T20:31:04.8111801Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 483.2/797.3 MB 194.4 MB/s eta 0:00:02 2024-08-22T20:31:04.8112916Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 488.8/797.3 MB 166.6 MB/s eta 0:00:02 2024-08-22T20:31:04.8113997Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 496.1/797.3 MB 212.3 MB/s eta 0:00:02 2024-08-22T20:31:04.8115064Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 503.9/797.3 MB 228.5 MB/s eta 0:00:02 2024-08-22T20:31:04.8118156Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 512.2/797.3 MB 236.7 MB/s eta 0:00:02 2024-08-22T20:31:04.8121709Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 520.3/797.3 MB 234.5 MB/s eta 0:00:02 2024-08-22T20:31:04.8125118Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 528.3/797.3 MB 225.8 MB/s eta 0:00:02 2024-08-22T20:31:04.8126473Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 536.5/797.3 MB 239.9 MB/s eta 0:00:02 2024-08-22T20:31:04.8127569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 545.2/797.3 MB 252.8 MB/s eta 0:00:01 2024-08-22T20:31:04.8128649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 553.8/797.3 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:04.8129719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 558.9/797.3 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:04.8130795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 566.9/797.3 MB 178.6 MB/s eta 0:00:02 2024-08-22T20:31:04.8131869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 575.5/797.3 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:31:04.8132970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 584.1/797.3 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:31:04.8134211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 586.1/797.3 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:31:04.8135358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 591.4/797.3 MB 140.6 MB/s eta 0:00:02 2024-08-22T20:31:04.8136425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 598.7/797.3 MB 187.2 MB/s eta 0:00:02 2024-08-22T20:31:04.8137498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 607.1/797.3 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:31:04.8138560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 614.4/797.3 MB 220.2 MB/s eta 0:00:01 2024-08-22T20:31:04.8139645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 622.5/797.3 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:31:04.8140727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 630.1/797.3 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:31:04.8141801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 637.2/797.3 MB 215.8 MB/s eta 0:00:01 2024-08-22T20:31:04.8142866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 644.2/797.3 MB 199.6 MB/s eta 0:00:01 2024-08-22T20:31:04.8143936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 651.5/797.3 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:31:04.8145001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 659.5/797.3 MB 223.5 MB/s eta 0:00:01 2024-08-22T20:31:04.8146171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 667.2/797.3 MB 225.7 MB/s eta 0:00:01 2024-08-22T20:31:04.8147252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.9/797.3 MB 215.7 MB/s eta 0:00:01 2024-08-22T20:31:04.8148323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 682.6/797.3 MB 225.3 MB/s eta 0:00:01 2024-08-22T20:31:04.8149393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 691.2/797.3 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:31:06.6635627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 699.7/797.3 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:31:06.6637275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 708.4/797.3 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6638575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 717.0/797.3 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:31:06.6640090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 725.6/797.3 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:31:06.6641249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 734.3/797.3 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:31:06.6642472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 741.6/797.3 MB 221.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6643608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 749.8/797.3 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:31:06.6644745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 758.0/797.3 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:31:06.6645948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 766.2/797.3 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:31:06.6647095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 774.7/797.3 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:31:06.6648251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 783.2/797.3 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:31:06.6649318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 791.8/797.3 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:31:06.6650375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6651425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6652715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6654031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6655105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6656151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6657276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6658341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6659393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6660458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6661525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6662649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6663705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6664745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6665801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6666873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6668121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6669167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6670217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6671267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6672373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6673418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6674580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6675778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6676834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6677954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:06.6679010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0476963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0478452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0479841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0481289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0482460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0483509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0484570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0485621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0486920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0487970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0489029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0490077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0491120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0492151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0493224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0494435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0495482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0496576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0497628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0498679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0499716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0500789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0501838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0502885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0503925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0504975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0506020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0507178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0508234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0509283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0510621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0511733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0512829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0513956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0515157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0516216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0517255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0518307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0519425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:08.0520477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4301169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4302731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4303906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4304974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4306026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4307140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4308522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4309751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4311596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4312660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4313711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4314750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4315794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4316869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4317930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4318969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4320127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4321171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4322214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4323422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4324500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4325556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4326600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4327635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4328690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4329742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4330811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4331986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4333039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4334082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4335113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4336156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4337223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4338286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4339324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4340367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4341411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4342457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4343595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:09.4344657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8120893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8122407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8123504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8124572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8125633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8126749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8128118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8129193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8130244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8131291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8132340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8133408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8134472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8135511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8136555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8137610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8138660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8139699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8140966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8142022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8143076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8144113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8145172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8146218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8147334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8148472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8149526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8150570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8151605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8152645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8153695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8154753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8155806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8156897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8157941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8158985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8160130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8161281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8162427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:10.8163481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0449962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0451564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0452732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0454428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0455607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0459269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0460403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0464296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0465954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0467145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0468549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0469730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0470887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0472009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0473183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0474691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0475941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0478280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0480256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0481457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0483139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0484273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0486089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0487758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0488959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0490424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0491573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0493631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0494696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0497217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0498369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0499448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0502158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0503559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0504613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0507284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0509890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0513571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:31:13.0514620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:31:13.0517709Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:13.0518783Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:31:13.0519779Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:15.1586501Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:31:15.1587616Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:31:15.1589056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8.5/9.5 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:31:15.1590192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:31:15.1591204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 131.4 MB/s eta 0:00:00 2024-08-22T20:31:15.1592623Z [?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:31:15.1593941Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:15.1594951Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:31:15.1596007Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:31:15.1597273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 37.1 MB/s eta 0:00:00 2024-08-22T20:31:15.1598301Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:15.1599055Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:31:15.1599744Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:15.1601035Z [?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:31:15.1602877Z 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:31:15.1604231Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:15.1605325Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:31:15.1606432Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:31:15.1607574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 48.4 MB/s eta 0:00:00 2024-08-22T20:31:15.1609068Z [?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:31:15.1611317Z 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:31:15.1613109Z 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:31:15.1614900Z 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:31:15.1616330Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:15.1617556Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:31:15.1618657Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:31:15.1619709Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:31:15.1620788Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:31:15.1621768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 102.7 MB/s eta 0:00:00 2024-08-22T20:31:15.1622702Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:31:15.1623965Z 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:31:15.1625376Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:31:15.1626365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 85.1 MB/s eta 0:00:00 2024-08-22T20:31:15.1627337Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:15.1628762Z 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:31:15.1630135Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:31:15.1631098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 135.9 MB/s eta 0:00:00 2024-08-22T20:31:15.1632516Z [?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:31:15.1633834Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:15.1635087Z 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:31:15.1636250Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:31:15.1637288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 6.9/7.1 MB 207.3 MB/s eta 0:00:01 2024-08-22T20:31:15.1638335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 128.4 MB/s eta 0:00:00 2024-08-22T20:31:15.1639268Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:15.1640151Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:31:15.1640966Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:31:15.1641959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 99.4 MB/s eta 0:00:00 2024-08-22T20:31:15.1642930Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:15.1643731Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:15.1644525Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:15.1645337Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:15.1646579Z 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:31:15.1647880Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:15.1649221Z 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:31:15.1650563Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:31:15.1651625Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 6.5/13.0 MB 196.5 MB/s eta 0:00:01 2024-08-22T20:31:15.1652728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 193.6 MB/s eta 0:00:01 2024-08-22T20:31:15.1653786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 193.6 MB/s eta 0:00:01 2024-08-22T20:31:17.1236124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 107.6 MB/s eta 0:00:00 2024-08-22T20:31:17.1237462Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1238560Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:31:17.1240071Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:31:17.1241198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 134.9 MB/s eta 0:00:00 2024-08-22T20:31:17.1242158Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1243106Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:31:17.1244059Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:31:17.1245038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 70.2 MB/s eta 0:00:00 2024-08-22T20:31:17.1245975Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1247046Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:31:17.1248135Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:31:17.1249264Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/39.9 MB 253.6 MB/s eta 0:00:01 2024-08-22T20:31:17.1250413Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.1/39.9 MB 227.0 MB/s eta 0:00:01 2024-08-22T20:31:17.1251560Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 22.7/39.9 MB 195.4 MB/s eta 0:00:01 2024-08-22T20:31:17.1252694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 29.9/39.9 MB 206.4 MB/s eta 0:00:01 2024-08-22T20:31:17.1253835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 37.9/39.9 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:17.1254940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:17.1256011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:17.1257048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:17.1258082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:17.1259173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:17.1260184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 44.1 MB/s eta 0:00:00 2024-08-22T20:31:17.1261129Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1262028Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:31:17.1262964Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:31:17.1263947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 60.1 MB/s eta 0:00:00 2024-08-22T20:31:17.1264920Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1265736Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:31:17.1266513Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1267276Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:31:17.1268128Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1268983Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:31:17.1269836Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:31:17.1270837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 53.2 MB/s eta 0:00:00 2024-08-22T20:31:17.1271811Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1272641Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:31:17.1273475Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:31:17.1274482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:31:17.1275494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 148.6 MB/s eta 0:00:00 2024-08-22T20:31:17.1276441Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:17.1277388Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:31:17.1278322Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:31:17.1279450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 31.9 MB/s eta 0:00:00 2024-08-22T20:31:17.1280383Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:31:17.1281172Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:31:17.1282006Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:31:17.1282980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 61.6 MB/s eta 0:00:00 2024-08-22T20:31:17.1284359Z [?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:31:17.1285780Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:31:17.1286589Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:31:17.1288054Z 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:31:17.1289682Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:17.1290906Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:31:17.1292014Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:31:19.0124805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 89.6 MB/s eta 0:00:00 2024-08-22T20:31:19.0126962Z [?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:31:19.0129039Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:19.0130213Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:31:19.0131185Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:31:19.0132176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 44.2 MB/s eta 0:00:00 2024-08-22T20:31:19.0133130Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:19.0133927Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:31:19.0134754Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:31:19.0135736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 24.6 MB/s eta 0:00:00 2024-08-22T20:31:19.0136688Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:19.0137496Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:31:19.0138299Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:31:19.0139257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 28.5 MB/s eta 0:00:00 2024-08-22T20:31:19.0140286Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.0141416Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:31:19.0142475Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:31:19.0143742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 47.6 MB/s eta 0:00:00 2024-08-22T20:31:19.0144822Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.0146107Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:31:19.0147256Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:31:19.0148229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 47.2 MB/s eta 0:00:00 2024-08-22T20:31:19.0149271Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.0150433Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:31:19.0151516Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:19.0152489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 118.1 MB/s eta 0:00:00 2024-08-22T20:31:19.0153750Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:19.0154679Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:31:19.0155482Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:31:19.0156447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 25.3 MB/s eta 0:00:00 2024-08-22T20:31:19.0157920Z [?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:31:19.0160076Z 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:31:19.0162110Z 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:31:19.0163602Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:19.0164774Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:31:19.0165896Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:31:19.0166869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 78.2 MB/s eta 0:00:00 2024-08-22T20:31:19.0168436Z [?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:31:19.0170519Z 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:31:19.0172476Z 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:31:19.0174051Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:19.0174991Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:31:19.0175841Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:31:19.0176806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 34.8 MB/s eta 0:00:00 2024-08-22T20:31:19.0177900Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:19.0178846Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:31:19.0179727Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:31:19.0180779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 120.6 MB/s eta 0:00:00 2024-08-22T20:31:19.0181835Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.0182729Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:31:19.0183548Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:31:19.0184527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 35.5 MB/s eta 0:00:00 2024-08-22T20:31:19.0185563Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:19.0186441Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:31:19.0187235Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:31:19.0188206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 128.1 MB/s eta 0:00:00 2024-08-22T20:31:20.6225368Z [?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:31:20.6227531Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6228466Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:31:20.6229413Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6230315Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:31:20.6231195Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6232679Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:31:20.6233902Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6235069Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:31:20.6236181Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:31:20.6237249Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/41.2 MB 251.9 MB/s eta 0:00:01 2024-08-22T20:31:20.6238399Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/41.2 MB 112.0 MB/s eta 0:00:01 2024-08-22T20:31:20.6239686Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/41.2 MB 115.4 MB/s eta 0:00:01 2024-08-22T20:31:20.6240856Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 20.8/41.2 MB 191.7 MB/s eta 0:00:01 2024-08-22T20:31:20.6242173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 29.3/41.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:20.6243311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 37.8/41.2 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:31:20.6244413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:20.6245468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:20.6246513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:20.6247590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:31:20.6248628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 50.6 MB/s eta 0:00:00 2024-08-22T20:31:20.6249731Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6250649Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:31:20.6251477Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:31:20.6252464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 68.2 MB/s eta 0:00:00 2024-08-22T20:31:20.6253611Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6254732Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:31:20.6255588Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6256391Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:31:20.6257213Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:31:20.6258318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 258.7 MB/s eta 0:00:01 2024-08-22T20:31:20.6259463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 134.8 MB/s eta 0:00:00 2024-08-22T20:31:20.6260458Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:20.6261579Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:31:20.6262646Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:31:20.6263617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 123.1 MB/s eta 0:00:00 2024-08-22T20:31:20.6264869Z [?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:31:20.6266393Z 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:31:20.6267694Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:31:20.6268752Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/23.7 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:31:20.6269900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 16.2/23.7 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:31:20.6271013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:31:20.6272083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:31:20.6273129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:31:20.6274136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 80.2 MB/s eta 0:00:00 2024-08-22T20:31:20.6275320Z [?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:31:20.6276869Z 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:31:20.6278179Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:31:20.6279425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 79.8 MB/s eta 0:00:00 2024-08-22T20:31:20.6280679Z [?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:31:20.6282201Z 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:31:21.9274667Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:31:21.9276243Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 8.4/14.1 MB 251.5 MB/s eta 0:00:01 2024-08-22T20:31:21.9277420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:31:21.9278475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 117.8 MB/s eta 0:00:00 2024-08-22T20:31:21.9279741Z [?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:31:21.9281504Z 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:31:21.9282815Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:31:21.9283784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/664.8 MB 250.4 MB/s eta 0:00:03 2024-08-22T20:31:21.9284824Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/664.8 MB 236.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9285942Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.4/664.8 MB 232.2 MB/s eta 0:00:03 2024-08-22T20:31:21.9287101Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/664.8 MB 230.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9288272Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/664.8 MB 236.7 MB/s eta 0:00:03 2024-08-22T20:31:21.9289413Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:31:21.9290558Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/664.8 MB 247.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9291691Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/664.8 MB 246.7 MB/s eta 0:00:03 2024-08-22T20:31:21.9292833Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/664.8 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:31:21.9294159Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/664.8 MB 245.9 MB/s eta 0:00:03 2024-08-22T20:31:21.9295312Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/664.8 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9296450Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.2/664.8 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:31:21.9297592Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.6/664.8 MB 246.4 MB/s eta 0:00:03 2024-08-22T20:31:21.9298733Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/664.8 MB 245.9 MB/s eta 0:00:03 2024-08-22T20:31:21.9299879Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.6/664.8 MB 246.9 MB/s eta 0:00:03 2024-08-22T20:31:21.9301019Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.1/664.8 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9302377Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/664.8 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:31:21.9303531Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.1/664.8 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:31:21.9304678Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.7/664.8 MB 247.7 MB/s eta 0:00:03 2024-08-22T20:31:21.9305815Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.1/664.8 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:31:21.9306957Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.6/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:31:21.9308098Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.1/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:31:21.9309261Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.6/664.8 MB 246.8 MB/s eta 0:00:02 2024-08-22T20:31:21.9310747Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 202.1/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:31:21.9311896Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 210.7/664.8 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:31:21.9313039Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 219.2/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:31:21.9314183Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 227.8/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:31:21.9315319Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 236.3/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:31:21.9316614Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 244.4/664.8 MB 238.6 MB/s eta 0:00:02 2024-08-22T20:31:21.9317764Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 253.0/664.8 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:31:21.9318904Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 261.5/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:31:21.9320121Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 270.0/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:31:23.2489178Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 278.5/664.8 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:31:23.2490683Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 287.1/664.8 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:31:23.2491911Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 295.4/664.8 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:31:23.2493613Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 303.6/664.8 MB 236.6 MB/s eta 0:00:02 2024-08-22T20:31:23.2494802Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 312.1/664.8 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:31:23.2495951Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 320.7/664.8 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:31:23.2497119Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 329.2/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:31:23.2498270Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 337.7/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:31:23.2499439Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 345.8/664.8 MB 238.2 MB/s eta 0:00:02 2024-08-22T20:31:23.2500608Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 353.9/664.8 MB 236.7 MB/s eta 0:00:02 2024-08-22T20:31:23.2501754Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 362.1/664.8 MB 236.7 MB/s eta 0:00:02 2024-08-22T20:31:23.2502896Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 370.2/664.8 MB 235.9 MB/s eta 0:00:02 2024-08-22T20:31:23.2504035Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 378.3/664.8 MB 236.3 MB/s eta 0:00:02 2024-08-22T20:31:23.2505167Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 386.8/664.8 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:31:23.2506531Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 395.3/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:31:23.2507772Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 403.8/664.8 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:31:23.2508925Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 412.4/664.8 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:31:23.2510060Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 421.0/664.8 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:31:23.2511536Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 429.5/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:23.2512674Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 438.0/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:23.2513837Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 446.6/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:31:23.2514984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 455.1/664.8 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:31:23.2516116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 463.6/664.8 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:31:23.2517250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 471.8/664.8 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:31:23.2518385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 479.9/664.8 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:31:23.2519608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 488.0/664.8 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:31:23.2520770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 496.5/664.8 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:31:23.2521923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 504.7/664.8 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:31:23.2523056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 512.9/664.8 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:31:23.2524187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 521.0/664.8 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:31:23.2525321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 529.5/664.8 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:31:23.2526463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 538.0/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:23.2527767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 546.5/664.8 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:23.2529016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 555.0/664.8 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:31:23.2530150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 563.6/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:31:23.2531283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 572.0/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:31:23.2532406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 580.5/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:31:23.2533542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 589.0/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:31:25.0282899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 597.5/664.8 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:31:25.0284494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 606.1/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:31:25.0286004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 614.2/664.8 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:31:25.0287158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 622.3/664.8 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:31:25.0288303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 630.9/664.8 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0289447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 639.4/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:31:25.0290642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 647.9/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:31:25.0292077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 656.3/664.8 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:31:25.0293134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0294202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0295265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0296327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0297435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0298523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0299755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0300838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0301970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0303039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0304089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0305168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0306248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0307318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0308433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0309481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0310813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0311880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0313183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0314257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0315318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0316383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0317450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0318497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0319660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0320934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0321986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0323030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0324087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0325137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:25.0326253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4120205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4121728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4123014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4124081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4125133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4126176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4127559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4128772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4129831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4130874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4131932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4132983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4134030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4135089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4136164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4137222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4138268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4139317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4140454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4141714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4142781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4143896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4144960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4146013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4147123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4148208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4149367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4150417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4151458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4152518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4153571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4154622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4155680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4156748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4157797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4158932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4160223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4161278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4162430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:26.4163486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7951555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7952922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7954350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7955419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7956472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7957553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7958841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7960007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7961059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7962170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7963218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7964274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7965348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7966395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7967441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7968477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7969525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7970571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7971871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7972988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7974080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7975139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7976190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7977230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7978300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7979504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7980552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7981589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7982641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7983687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7984726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7985792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7986853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7988076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7989222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7990324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7991434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7992637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7993769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:27.7994830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6528865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6530579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6532214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6533850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6535532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6537140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6538786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6540342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6541980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6543636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6545532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6547111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6548708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6550266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6551799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6553378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6554972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6556821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6558382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6560081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6561660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6563224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6564790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6566383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6567977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6569529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6571066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6572708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6574259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6575997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6577591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6579161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6580732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6582279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:29.6583796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.9 MB/s eta 0:00:00 2024-08-22T20:31:29.6585444Z [?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:31:29.6587635Z 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:31:29.6589666Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:31:29.6591184Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/410.6 MB 197.5 MB/s eta 0:00:03 2024-08-22T20:31:29.6592846Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/410.6 MB 181.6 MB/s eta 0:00:03 2024-08-22T20:31:30.9726749Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/410.6 MB 197.3 MB/s eta 0:00:02 2024-08-22T20:31:30.9728670Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.1/410.6 MB 214.8 MB/s eta 0:00:02 2024-08-22T20:31:30.9730461Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.2/410.6 MB 211.4 MB/s eta 0:00:02 2024-08-22T20:31:30.9732242Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/410.6 MB 222.6 MB/s eta 0:00:02 2024-08-22T20:31:30.9733983Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/410.6 MB 216.1 MB/s eta 0:00:02 2024-08-22T20:31:30.9735669Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/410.6 MB 235.4 MB/s eta 0:00:02 2024-08-22T20:31:30.9737374Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/410.6 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:31:30.9739078Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.2/410.6 MB 226.1 MB/s eta 0:00:02 2024-08-22T20:31:30.9741135Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.6/410.6 MB 238.1 MB/s eta 0:00:02 2024-08-22T20:31:30.9742860Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/410.6 MB 235.5 MB/s eta 0:00:02 2024-08-22T20:31:30.9744554Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.5/410.6 MB 230.1 MB/s eta 0:00:02 2024-08-22T20:31:30.9746253Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/410.6 MB 241.6 MB/s eta 0:00:02 2024-08-22T20:31:30.9747959Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.3/410.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:31:30.9749647Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 122.6/410.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:31:30.9751372Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 130.9/410.6 MB 241.6 MB/s eta 0:00:02 2024-08-22T20:31:30.9753340Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 139.3/410.6 MB 242.3 MB/s eta 0:00:02 2024-08-22T20:31:30.9755053Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 147.6/410.6 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:31:30.9756764Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 156.0/410.6 MB 242.6 MB/s eta 0:00:02 2024-08-22T20:31:30.9758451Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 164.4/410.6 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:31:30.9760250Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 172.8/410.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:30.9761998Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 181.2/410.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:31:30.9763725Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 189.6/410.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:31:30.9765430Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 198.0/410.6 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:31:30.9767138Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 206.3/410.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:31:30.9768818Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 214.6/410.6 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:31:30.9770506Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 223.0/410.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:31:30.9772189Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 231.4/410.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:31:30.9774249Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 239.7/410.6 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:31:30.9775938Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 248.0/410.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:31:30.9777616Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 256.4/410.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:31:30.9779290Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 264.7/410.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:31:30.9780992Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 273.1/410.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:31:30.9782678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 281.5/410.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:31:30.9784407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 289.7/410.6 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:31:30.9786108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 297.7/410.6 MB 232.2 MB/s eta 0:00:01 2024-08-22T20:31:30.9787791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 305.6/410.6 MB 230.8 MB/s eta 0:00:01 2024-08-22T20:31:30.9789458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 313.6/410.6 MB 230.8 MB/s eta 0:00:01 2024-08-22T20:31:30.9791131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 321.5/410.6 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:31:32.5924421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 329.5/410.6 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:31:32.5925940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 337.5/410.6 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:31:32.5927077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 345.1/410.6 MB 224.5 MB/s eta 0:00:01 2024-08-22T20:31:32.5928164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 353.1/410.6 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:31:32.5929251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 361.3/410.6 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:31:32.5930329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 369.7/410.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:31:32.5931406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 378.0/410.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5932792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 386.4/410.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:31:32.5934029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 394.8/410.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:31:32.5935086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 403.2/410.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:31:32.5936100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5937100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5938098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5939104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5940127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5941127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5942120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5943363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5944468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5945495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5946626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5947650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5948658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5949655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5950640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5951632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5952647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5953749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5954739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5955735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5956732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5957722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5958719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5959836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5960833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5961823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5962807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5963807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:32.5964802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9747411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9748853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9750066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9751120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9752168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9753205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9754335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9755599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9756655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9757689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9758741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9759926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9760972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9762024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9763090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9764140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9765179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9766219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9767267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9768490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9769638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9770695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9771749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9772796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9773835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9774895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9775962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9777028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9778069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9779124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9780174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9781219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9782360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9783432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9784537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9785580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9786627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9787675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9788828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:33.9789881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7196407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7197576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7198673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7199815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7200881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7202318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7203428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7204474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7205519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7206555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:31:35.7207710Z [?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:31:35.7209206Z 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:31:35.7211027Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:31:35.7212115Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/121.6 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7213279Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/121.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7214430Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/121.6 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:31:35.7215578Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/121.6 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:31:35.7216731Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/121.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:31:35.7217907Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 49.6/121.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:31:35.7219201Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 57.4/121.6 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:31:35.7220367Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 65.5/121.6 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:31:35.7221497Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 73.5/121.6 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:31:35.7222630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 81.6/121.6 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7223755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 89.6/121.6 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7224900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 98.0/121.6 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:31:35.7226049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 106.0/121.6 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7227183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 114.2/121.6 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7228276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7229338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7230392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7231584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7232637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7233694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7234744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7235787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7236824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7237877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7238941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7240153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:35.7241199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1344075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1345562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1346959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1348081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1349168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1350229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1351306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1352374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1353434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1354509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1355866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1357088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1358140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1359191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1360362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1361427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1362492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1363556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1364610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1365659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1366710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1367771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1368934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1370001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1371042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1372092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1373149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1374200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1375294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1376366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1377514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1378583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1379634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1380686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:31:37.1381715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 5.9 MB/s eta 0:00:00 2024-08-22T20:31:37.1382889Z [?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:31:37.1384417Z 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:31:37.1385729Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:31:37.1386801Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/56.5 MB 173.1 MB/s eta 0:00:01 2024-08-22T20:31:37.1387952Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/56.5 MB 157.2 MB/s eta 0:00:01 2024-08-22T20:31:38.4931183Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/56.5 MB 129.2 MB/s eta 0:00:01 2024-08-22T20:31:38.4932764Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 20.6/56.5 MB 140.5 MB/s eta 0:00:01 2024-08-22T20:31:38.4934221Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 25.9/56.5 MB 162.7 MB/s eta 0:00:01 2024-08-22T20:31:38.4935335Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 31.7/56.5 MB 162.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4936426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 38.9/56.5 MB 191.2 MB/s eta 0:00:01 2024-08-22T20:31:38.4937801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 46.6/56.5 MB 221.2 MB/s eta 0:00:01 2024-08-22T20:31:38.4938995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 54.4/56.5 MB 227.0 MB/s eta 0:00:01 2024-08-22T20:31:38.4941043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4942146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4943338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4944574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4945618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4946616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4948018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4949023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4950908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4951963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4952948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4953933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4955285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4956273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4957966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4958959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4960739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4961728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4963082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4964054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4965106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4966207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4967181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.4 MB/s eta 0:00:00 2024-08-22T20:31:38.4969126Z [?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:31:38.4970921Z 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:31:38.4972151Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:31:38.4973513Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/124.2 MB 221.3 MB/s eta 0:00:01 2024-08-22T20:31:38.4974622Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/124.2 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:31:38.4975957Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.0/124.2 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:31:38.4977062Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.2/124.2 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:31:38.4978152Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.6/124.2 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:38.4980041Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 44.5/124.2 MB 227.2 MB/s eta 0:00:01 2024-08-22T20:31:39.8891956Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 52.3/124.2 MB 227.6 MB/s eta 0:00:01 2024-08-22T20:31:39.8893739Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 60.2/124.2 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:31:39.8895115Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 68.0/124.2 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:31:39.8896278Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.8/124.2 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:31:39.8897430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 83.7/124.2 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:31:39.8898569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 91.6/124.2 MB 228.3 MB/s eta 0:00:01 2024-08-22T20:31:39.8899701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 99.5/124.2 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:31:39.8900869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 107.4/124.2 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:31:39.8902023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 115.3/124.2 MB 228.1 MB/s eta 0:00:01 2024-08-22T20:31:39.8903124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 123.5/124.2 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8904195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8905249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8906299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8907354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8908425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8909481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8910893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8911946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8913005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8914067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8915300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8916535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8917609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8918666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8919787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8920834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8921905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8922969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8924010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8925063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8926113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8927159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8928196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8929360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8930434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8931487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8932528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8933583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:39.8934638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2970363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2972127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2973185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2974197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2975193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2976205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2977204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2978206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2979207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2980214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2981211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2982197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2983190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2984370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2985370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.4 MB/s eta 0:00:00 2024-08-22T20:31:41.2986468Z [?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:31:41.2987900Z 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:31:41.2989127Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:31:41.2990138Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/196.0 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:31:41.2991229Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.1/196.0 MB 218.7 MB/s eta 0:00:01 2024-08-22T20:31:41.2992438Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.7/196.0 MB 220.1 MB/s eta 0:00:01 2024-08-22T20:31:41.2993534Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.4/196.0 MB 224.0 MB/s eta 0:00:01 2024-08-22T20:31:41.2994629Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.2/196.0 MB 225.3 MB/s eta 0:00:01 2024-08-22T20:31:41.2995742Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/196.0 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:31:41.2996850Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.7/196.0 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:31:41.2997935Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.4/196.0 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:31:41.2999062Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/196.0 MB 225.3 MB/s eta 0:00:01 2024-08-22T20:31:41.3000276Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 76.9/196.0 MB 225.3 MB/s eta 0:00:01 2024-08-22T20:31:41.3001360Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 84.7/196.0 MB 225.7 MB/s eta 0:00:01 2024-08-22T20:31:41.3002441Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 92.4/196.0 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:31:41.3003532Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 100.1/196.0 MB 224.0 MB/s eta 0:00:01 2024-08-22T20:31:41.3004609Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 107.9/196.0 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:31:41.3005796Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 115.6/196.0 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:31:41.3006965Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 123.4/196.0 MB 225.4 MB/s eta 0:00:01 2024-08-22T20:31:41.3008047Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 131.1/196.0 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:31:41.3009119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 138.9/196.0 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:31:41.3010802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 146.7/196.0 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:31:41.3011905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 154.5/196.0 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:41.3013003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 162.2/196.0 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:31:42.7855899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 170.0/196.0 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:31:42.7857116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 177.7/196.0 MB 225.8 MB/s eta 0:00:01 2024-08-22T20:31:42.7858259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 185.4/196.0 MB 224.5 MB/s eta 0:00:01 2024-08-22T20:31:42.7859370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 193.3/196.0 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:31:42.7860444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7861520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7862575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7863621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7864679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7865733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7866776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7867837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7869295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7870369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7871425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7872480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7873528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7874575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7875632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7876711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7877774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7878834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7879965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7881020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7882177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7883249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7884290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7885351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7886414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7887461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7888511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7889581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7890730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7891776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7892830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7893884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7894943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7896008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7897076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:42.7898126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2672671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2673791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2675273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2676597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2677919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2678977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2680164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2681213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2682260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2683293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2684370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2685591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2686645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2687684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2688745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2689801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2690835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2691893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2692956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2694006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2695056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2696107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2697167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2698341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2699473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2700545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2701597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2702644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2703679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2704742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2705800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2706898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 233.3 MB/s eta 0:00:01 2024-08-22T20:31:44.2707911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:31:44.2709037Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:44.2710825Z 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:31:44.2712122Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:31:44.2713205Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/176.2 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:31:44.2714384Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.6/176.2 MB 215.7 MB/s eta 0:00:01 2024-08-22T20:31:44.2715548Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.3/176.2 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:31:44.2716697Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.0/176.2 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:31:45.6670902Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.8/176.2 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:31:45.6673902Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.6/176.2 MB 226.8 MB/s eta 0:00:01 2024-08-22T20:31:45.6676673Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.4/176.2 MB 226.6 MB/s eta 0:00:01 2024-08-22T20:31:45.6678077Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:45.6679381Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 69.0/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:45.6680538Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 76.8/176.2 MB 228.0 MB/s eta 0:00:01 2024-08-22T20:31:45.6681690Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 84.6/176.2 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:31:45.6682827Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 92.4/176.2 MB 224.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6684196Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 100.2/176.2 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6685389Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 108.1/176.2 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:31:45.6686588Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 116.0/176.2 MB 229.5 MB/s eta 0:00:01 2024-08-22T20:31:45.6687858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 123.8/176.2 MB 227.2 MB/s eta 0:00:01 2024-08-22T20:31:45.6689003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 131.6/176.2 MB 227.6 MB/s eta 0:00:01 2024-08-22T20:31:45.6690138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 139.3/176.2 MB 222.3 MB/s eta 0:00:01 2024-08-22T20:31:45.6691408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 147.1/176.2 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:31:45.6692666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 155.0/176.2 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:31:45.6693808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 162.7/176.2 MB 224.0 MB/s eta 0:00:01 2024-08-22T20:31:45.6694934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 170.6/176.2 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:31:45.6696036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6697166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6698227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6699292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6700446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6701499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6702544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6703582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6704644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6705713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6706779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6707871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6708928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6709983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6711214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6712291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6713494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6714562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6715603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6716649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:45.6717747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2268696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 11.9 MB/s eta 0:00:00 2024-08-22T20:31:47.2270467Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:47.2272612Z 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:31:47.2273909Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:31:47.2274895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 37.7 MB/s eta 0:00:00 2024-08-22T20:31:47.2275931Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:47.2277104Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:31:47.2278197Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:31:47.2279428Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/209.4 MB 164.9 MB/s eta 0:00:02 2024-08-22T20:31:47.2280621Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/209.4 MB 203.2 MB/s eta 0:00:01 2024-08-22T20:31:47.2281772Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.8/209.4 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:31:47.2282929Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/209.4 MB 176.1 MB/s eta 0:00:02 2024-08-22T20:31:47.2284074Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.2/209.4 MB 151.7 MB/s eta 0:00:02 2024-08-22T20:31:47.2285234Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/209.4 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2286587Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.3/209.4 MB 204.9 MB/s eta 0:00:01 2024-08-22T20:31:47.2287751Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/209.4 MB 190.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2288893Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/209.4 MB 202.9 MB/s eta 0:00:01 2024-08-22T20:31:47.2290042Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/209.4 MB 225.3 MB/s eta 0:00:01 2024-08-22T20:31:47.2291183Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 77.2/209.4 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:31:47.2292330Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 85.1/209.4 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2293463Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 93.1/209.4 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2294742Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 100.8/209.4 MB 223.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2295901Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 109.0/209.4 MB 219.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2297050Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 117.4/209.4 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:31:47.2298242Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 124.8/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:31:47.2299383Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 130.5/209.4 MB 185.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2300534Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 138.6/209.4 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:31:47.2301705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 145.7/209.4 MB 212.3 MB/s eta 0:00:01 2024-08-22T20:31:47.2302861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 153.4/209.4 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2303994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 162.0/209.4 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:47.2305132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 170.7/209.4 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:31:47.2306271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 178.3/209.4 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2307405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 187.0/209.4 MB 251.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2308695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 195.6/209.4 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:31:47.2309929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 203.3/209.4 MB 230.7 MB/s eta 0:00:01 2024-08-22T20:31:47.2311458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2312525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2313591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2314647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:47.2315707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7398133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7399535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7400735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7401890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7402942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7404271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7405344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7406411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7407471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7408517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7409579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7410915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7411993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7413210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7414292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7415353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7416412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7417519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7418606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7419679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7420740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7421789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:31:49.7422949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.4 MB/s eta 0:00:00 2024-08-22T20:31:49.7424290Z [?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:31:49.7425634Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:31:49.7426835Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:31:49.7427921Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 8.5/19.7 MB 255.7 MB/s eta 0:00:01 2024-08-22T20:31:49.7429117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 17.0/19.7 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:31:49.7430213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:31:49.7431269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:31:49.7432317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:31:49.7433501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 61.8 MB/s eta 0:00:00 2024-08-22T20:31:49.7434630Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:49.7435999Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:31:49.7437101Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:31:49.7438097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 175.7 MB/s eta 0:00:01 2024-08-22T20:31:49.7439189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 100.8 MB/s eta 0:00:00 2024-08-22T20:31:49.7440695Z [?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:31:49.7442743Z 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:31:49.7444362Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:49.7445317Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:31:49.7446291Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:49.7447245Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:31:49.7448260Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:49.7449210Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:31:49.7450161Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:49.7451158Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:06.7661535Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7663499Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:06.7664697Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7665925Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:06.7667799Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7668960Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:06.7670217Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7671771Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:06.7673116Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7675317Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:33:06.7677045Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:06.7678039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 60.3 MB/s eta 0:00:00 2024-08-22T20:33:06.7679212Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7680931Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:33:06.7682292Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:06.7683284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 39.7 MB/s eta 0:00:00 2024-08-22T20:33:06.7684437Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7685928Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:33:06.7687235Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:06.7688211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 71.7 MB/s eta 0:00:00 2024-08-22T20:33:06.7689410Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:06.7690466Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:06.7692067Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:06.7694386Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:06.7696547Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:06.7698240Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:06.7699194Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:06.7700699Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:06.7702667Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:06.7703886Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:06.7704964Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:06.7705950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 97.1 MB/s eta 0:00:00 2024-08-22T20:33:06.7707046Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:06.7707981Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:06.7709384Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=a316f757a20d4a94cf2b9b5b5733463bda879a3c5e1b7543020f68656cc50413 2024-08-22T20:33:06.7711333Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:06.7712476Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:06.7714137Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=22f0e956714e8607756ee4626e57245f08643ed40f1a47c37d8ba646de56eb93 2024-08-22T20:33:06.7715591Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:06.7716651Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:06.7717934Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=a388be17c354159736274bba430002097f1320609e2554e09f52a98dfe78ae75 2024-08-22T20:33:06.7719321Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:06.7720370Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:06.7721656Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=4bbce053b7c82308872528add59568e51f9edc5b286304737a71fa9f5f3da9ac 2024-08-22T20:33:06.7723074Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:06.7724057Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:33:06.7730685Z 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:33:06.7736849Z Attempting uninstall: tqdm 2024-08-22T20:33:06.7737258Z Found existing installation: tqdm 4.65.0 2024-08-22T20:33:06.7737751Z Uninstalling tqdm-4.65.0: 2024-08-22T20:33:06.7738209Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:33:06.7738660Z Attempting uninstall: requests 2024-08-22T20:33:06.7739101Z Found existing installation: requests 2.29.0 2024-08-22T20:33:06.7739771Z Uninstalling requests-2.29.0: 2024-08-22T20:33:06.7740272Z Successfully uninstalled requests-2.29.0 2024-08-22T20:33:06.7740732Z Attempting uninstall: cmake 2024-08-22T20:33:06.7741185Z Found existing installation: cmake 3.18.2 2024-08-22T20:33:06.7741690Z Uninstalling cmake-3.18.2: 2024-08-22T20:33:06.7742154Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:33:10.2351320Z 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:33:10.2361776Z 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:33:10.2363308Z + pip3 uninstall -y triton 2024-08-22T20:33:10.2363725Z Found existing installation: triton 3.0.0 2024-08-22T20:33:10.2364211Z Uninstalling triton-3.0.0: 2024-08-22T20:33:10.2364656Z Successfully uninstalled triton-3.0.0 2024-08-22T20:33:10.2366209Z 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:33:10.2368031Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:33:10.2369081Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:33:10.2369776Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:33:10.2370809Z 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:33:10.2372113Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:33:10.2373073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/778.6 MB 238.9 MB/s eta 0:00:04 2024-08-22T20:33:10.2374080Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/778.6 MB 227.7 MB/s eta 0:00:04 2024-08-22T20:33:10.2375159Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/778.6 MB 232.8 MB/s eta 0:00:04 2024-08-22T20:33:10.2376438Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.2/778.6 MB 237.8 MB/s eta 0:00:04 2024-08-22T20:33:10.2377631Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/778.6 MB 237.2 MB/s eta 0:00:04 2024-08-22T20:33:10.2378722Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.5/778.6 MB 236.6 MB/s eta 0:00:04 2024-08-22T20:33:10.2379821Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/778.6 MB 236.5 MB/s eta 0:00:04 2024-08-22T20:33:10.2380920Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/778.6 MB 239.2 MB/s eta 0:00:03 2024-08-22T20:33:10.2382012Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.2/778.6 MB 236.0 MB/s eta 0:00:03 2024-08-22T20:33:10.2383111Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.4/778.6 MB 239.8 MB/s eta 0:00:03 2024-08-22T20:33:10.2384211Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/778.6 MB 235.5 MB/s eta 0:00:03 2024-08-22T20:33:10.2385294Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.7/778.6 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:33:10.2386389Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/778.6 MB 236.4 MB/s eta 0:00:03 2024-08-22T20:33:10.2387471Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.1/778.6 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:33:10.2388553Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.2/778.6 MB 234.4 MB/s eta 0:00:03 2024-08-22T20:33:10.2389663Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.4/778.6 MB 236.8 MB/s eta 0:00:03 2024-08-22T20:33:10.2390760Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.6/778.6 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:33:10.2391855Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:33:10.2392943Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.9/778.6 MB 235.6 MB/s eta 0:00:03 2024-08-22T20:33:10.2394032Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.1/778.6 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:33:10.2395114Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.3/778.6 MB 238.0 MB/s eta 0:00:03 2024-08-22T20:33:10.2396317Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.6/778.6 MB 240.5 MB/s eta 0:00:03 2024-08-22T20:33:10.2397493Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.9/778.6 MB 240.8 MB/s eta 0:00:03 2024-08-22T20:33:10.2398593Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/778.6 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:33:11.5593812Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.2/778.6 MB 236.9 MB/s eta 0:00:03 2024-08-22T20:33:11.5595176Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.4/778.6 MB 236.0 MB/s eta 0:00:03 2024-08-22T20:33:11.5596377Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.5/778.6 MB 236.5 MB/s eta 0:00:03 2024-08-22T20:33:11.5597552Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.7/778.6 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:33:11.5598784Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 237.0/778.6 MB 239.3 MB/s eta 0:00:03 2024-08-22T20:33:11.5600071Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 245.2/778.6 MB 237.8 MB/s eta 0:00:03 2024-08-22T20:33:11.5601238Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 253.3/778.6 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:33:11.5602429Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 261.6/778.6 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:33:11.5603611Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 269.7/778.6 MB 236.8 MB/s eta 0:00:03 2024-08-22T20:33:11.5604762Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 277.8/778.6 MB 233.7 MB/s eta 0:00:03 2024-08-22T20:33:11.5606188Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 286.0/778.6 MB 236.4 MB/s eta 0:00:03 2024-08-22T20:33:11.5607353Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 294.2/778.6 MB 238.1 MB/s eta 0:00:03 2024-08-22T20:33:11.5608504Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 302.3/778.6 MB 237.0 MB/s eta 0:00:03 2024-08-22T20:33:11.5609652Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 310.6/778.6 MB 238.1 MB/s eta 0:00:02 2024-08-22T20:33:11.5611070Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 318.9/778.6 MB 241.1 MB/s eta 0:00:02 2024-08-22T20:33:11.5612216Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 327.4/778.6 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:33:11.5613383Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 335.7/778.6 MB 241.4 MB/s eta 0:00:02 2024-08-22T20:33:11.5614708Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 344.1/778.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:33:11.5615863Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 352.6/778.6 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:33:11.5617005Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 361.1/778.6 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:33:11.5618155Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 369.6/778.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:33:11.5619298Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 378.1/778.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:33:11.5620463Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 386.7/778.6 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:33:11.5621614Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 395.2/778.6 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:33:11.5622812Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 403.7/778.6 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:33:11.5623950Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 412.1/778.6 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:33:11.5625088Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 420.6/778.6 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:33:11.5626217Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 429.1/778.6 MB 244.1 MB/s eta 0:00:02 2024-08-22T20:33:11.5627498Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 437.6/778.6 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:33:11.5628651Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 446.1/778.6 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:33:11.5629794Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 454.6/778.6 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:33:11.5630929Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 463.1/778.6 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:33:11.5632072Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 471.6/778.6 MB 242.0 MB/s eta 0:00:02 2024-08-22T20:33:11.5633261Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 480.1/778.6 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:33:11.5634421Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 488.6/778.6 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:33:11.5635651Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 497.1/778.6 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:33:11.5636797Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 505.6/778.6 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:33:11.5637937Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 514.1/778.6 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:33:13.3156299Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 522.6/778.6 MB 244.6 MB/s eta 0:00:02 2024-08-22T20:33:13.3157773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 531.1/778.6 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:33:13.3159005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 539.5/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3160286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 548.0/778.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:33:13.3161427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 556.5/778.6 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:33:13.3162576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 564.6/778.6 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:33:13.3163712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 572.4/778.6 MB 229.3 MB/s eta 0:00:01 2024-08-22T20:33:13.3164858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 580.4/778.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3166398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 588.5/778.6 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:33:13.3167704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 596.4/778.6 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:33:13.3168847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 604.9/778.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3169984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 613.4/778.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:13.3171117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 621.9/778.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3172246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 630.3/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:13.3173423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 638.8/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:13.3174590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 647.3/778.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:13.3175731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 655.7/778.6 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:13.3176861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 664.2/778.6 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3177985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 672.6/778.6 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3179111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 681.1/778.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:13.3180255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 689.6/778.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:13.3181401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 698.1/778.6 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:33:13.3182524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 706.6/778.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:13.3183650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 714.9/778.6 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3184772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 723.4/778.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:33:13.3185900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 731.8/778.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3187207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 740.3/778.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3188423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 748.8/778.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3189552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 757.3/778.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:33:13.3190664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 765.8/778.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:13.3191728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 774.5/778.6 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:33:13.3192792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3193845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3194911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3195965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3197023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3198073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:13.3199108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7492333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7493966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7495076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7496131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7497181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7498246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7499300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7500339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7501398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7502618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7503672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7504711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7505767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7506814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7507875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7508926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7509970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7511388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7512432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7513476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7514713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7515952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7517006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7518051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7519101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7520202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7521237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7522296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7523507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7524571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7525609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7526652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7527703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7528760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7529807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7530853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7531895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7532934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7533968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:14.7535021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1282854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1284558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1285963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1286993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1287998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1288988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1290023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1291043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1292046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1293040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1294048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1295047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1296030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1297039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1298059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1299059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1300050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1301044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1302041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1303212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1304915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1305936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1306935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1307935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1308923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1309924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1311357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1312372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1313363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1314363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1315355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1316343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1317485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1318499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1319576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1320564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1321557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1322549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1323556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:16.1324780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5096764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5097907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5099003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5100073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5101136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5102216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5103292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5104345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5105390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5106448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5107503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5108830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5109886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5111223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5112286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5113339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5114384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5115435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5116510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5117713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5118770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5119908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5120962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5122011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5123066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5124134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5125184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5126233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5127275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5128330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5129386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5130561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5131729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5132791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5133854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5134902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5135951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5137018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5138080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:17.5139119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8877778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8879386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8880669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8881736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8882819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8883901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8884954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8885989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8887032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8888092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8889369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8890553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8891617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8892961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8894013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8895051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8896240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8897307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8898352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8899388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8900441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8901486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8902530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8903667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8904786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8905834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8906884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8907925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8908973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8910033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8911596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8912650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8913696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8914749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8915790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8916833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8917894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8918952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8920106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:18.8921151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2703994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2705432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2706831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2707910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2708960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2710021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2711588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2712631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2713675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2714758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2715997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2717047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2718106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2719155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2720262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2721333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2722407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2723458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2724507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2725547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2726607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2727663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2728846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2730476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2731557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2732614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2733657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2734706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2735831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2736900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2737936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2738989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2740038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2741093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2742236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2743297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2744350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2745400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2746442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:20.2747495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3037191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3038417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3039906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3041081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3042267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3043426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3044621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3045829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3047034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3048188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3049316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3050471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3051629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3052758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3054154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3055330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3056518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3057660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3058790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3059980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3061147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3062423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3063594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3064727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3065880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3067035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3068170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3069377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3070540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3071667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3072825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3073968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3075095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3076394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3077630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3078695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3079952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3081001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3082044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:33:22.3083110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.1 MB/s eta 0:00:00 2024-08-22T20:33:23.5920132Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:33:23.5921837Z 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:33:23.5923446Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:33:23.5924919Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:33:23.5926403Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:33:23.5928076Z 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:33:23.5929928Z 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:33:23.5931764Z 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:33:23.5933544Z 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:33:23.5935292Z 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:33:23.5937054Z 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:33:23.5938839Z 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:33:23.5940912Z 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:33:23.5942739Z 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:33:23.5944036Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:33:23.5945293Z 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:33:23.5946615Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:33:23.5947697Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/188.7 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:33:23.5948877Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/188.7 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:33:23.5950256Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/188.7 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:33:23.5951423Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:33:23.5952586Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/188.7 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5953740Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/188.7 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:33:23.5954897Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/188.7 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:33:23.5956064Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/188.7 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:33:23.5957228Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 74.6/188.7 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:33:23.5958380Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 82.9/188.7 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:33:23.5959589Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 91.3/188.7 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:23.5960731Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 99.7/188.7 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:33:23.5961878Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 108.1/188.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:23.5963137Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 116.5/188.7 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:33:23.5964306Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 124.9/188.7 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:33:23.5965440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 133.4/188.7 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:33:23.5966585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 141.9/188.7 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5967731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 150.2/188.7 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:33:23.5968876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 158.6/188.7 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:33:23.5970014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 167.0/188.7 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:33:23.5971280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 175.5/188.7 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5972398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 183.9/188.7 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:33:23.5973480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5974538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5975604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5976666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:23.5977742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9759886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9761272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9762356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9763409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9764470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9765754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9766818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9767857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9768921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9769973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9771018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9772053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9773130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9774329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9775381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9776416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9777468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9778517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9779572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9780631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9781695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9782749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9783792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9784847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9785906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9787061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9788210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9789262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9790316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9791367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9792407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9793478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9794543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9795591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9796687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9797737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9798783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9799988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9801143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:24.9802207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4517280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4518655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4519931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4521137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4522313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4523754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4525030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4526199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4527412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4528564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4529787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4530944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4532189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4533371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4534497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4535708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4536861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4538228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4539415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4540559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4541775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4542928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4544062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4545282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4546619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4547821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4548950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:33:26.4550056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.9 MB/s eta 0:00:00 2024-08-22T20:33:26.4551597Z [?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:33:26.4553051Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:33:26.4554474Z 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:33:26.4555903Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:33:26.4557054Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/239.5 MB 164.8 MB/s eta 0:00:02 2024-08-22T20:33:26.4558254Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/239.5 MB 171.7 MB/s eta 0:00:02 2024-08-22T20:33:26.4559607Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.4/239.5 MB 173.5 MB/s eta 0:00:02 2024-08-22T20:33:26.4560765Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/239.5 MB 172.7 MB/s eta 0:00:02 2024-08-22T20:33:26.4562151Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.2/239.5 MB 172.1 MB/s eta 0:00:02 2024-08-22T20:33:26.4563316Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/239.5 MB 171.3 MB/s eta 0:00:02 2024-08-22T20:33:26.4564468Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/239.5 MB 170.5 MB/s eta 0:00:02 2024-08-22T20:33:26.4565694Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/239.5 MB 170.5 MB/s eta 0:00:02 2024-08-22T20:33:26.4566870Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/239.5 MB 171.7 MB/s eta 0:00:02 2024-08-22T20:33:27.9069278Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/239.5 MB 173.9 MB/s eta 0:00:02 2024-08-22T20:33:27.9070785Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/239.5 MB 179.3 MB/s eta 0:00:01 2024-08-22T20:33:27.9072338Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.9/239.5 MB 177.9 MB/s eta 0:00:01 2024-08-22T20:33:27.9073510Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/239.5 MB 180.3 MB/s eta 0:00:01 2024-08-22T20:33:27.9074679Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 83.3/239.5 MB 180.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9075826Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 89.5/239.5 MB 181.8 MB/s eta 0:00:01 2024-08-22T20:33:27.9076964Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 95.7/239.5 MB 180.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9078175Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 102.0/239.5 MB 181.9 MB/s eta 0:00:01 2024-08-22T20:33:27.9079438Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 108.2/239.5 MB 182.9 MB/s eta 0:00:01 2024-08-22T20:33:27.9080597Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 114.6/239.5 MB 184.0 MB/s eta 0:00:01 2024-08-22T20:33:27.9081771Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 120.8/239.5 MB 182.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9082940Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 127.0/239.5 MB 182.3 MB/s eta 0:00:01 2024-08-22T20:33:27.9084081Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 133.2/239.5 MB 181.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9085227Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 139.5/239.5 MB 181.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9086545Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 145.7/239.5 MB 181.2 MB/s eta 0:00:01 2024-08-22T20:33:27.9087785Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 151.9/239.5 MB 181.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9088931Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 158.2/239.5 MB 182.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9090063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 164.5/239.5 MB 183.5 MB/s eta 0:00:01 2024-08-22T20:33:27.9091198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 170.8/239.5 MB 183.4 MB/s eta 0:00:01 2024-08-22T20:33:27.9092334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 177.0/239.5 MB 182.5 MB/s eta 0:00:01 2024-08-22T20:33:27.9093493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 183.3/239.5 MB 182.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9094635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 189.6/239.5 MB 183.2 MB/s eta 0:00:01 2024-08-22T20:33:27.9095770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 195.9/239.5 MB 182.7 MB/s eta 0:00:01 2024-08-22T20:33:27.9096899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 202.1/239.5 MB 182.9 MB/s eta 0:00:01 2024-08-22T20:33:27.9098080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.5/239.5 MB 183.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9099216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 214.7/239.5 MB 184.0 MB/s eta 0:00:01 2024-08-22T20:33:27.9100453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 221.0/239.5 MB 183.0 MB/s eta 0:00:01 2024-08-22T20:33:27.9101597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 227.3/239.5 MB 184.3 MB/s eta 0:00:01 2024-08-22T20:33:27.9102722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 233.7/239.5 MB 185.8 MB/s eta 0:00:01 2024-08-22T20:33:27.9103794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9104858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9105905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9106965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9108166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9109225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9110579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9111629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:27.9112691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2868581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2869899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2870994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2872051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2873092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2874169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2875231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2876562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2877620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2878678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2879806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2880848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2881890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2882967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2884172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2885222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2886267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2887320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2888367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2889403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2890483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2891549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2892597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2893635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2894681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2895723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2896877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2897978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2899028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2900074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2901110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2902151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2903201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2904264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2905418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2906466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2907512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2908556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2909590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:33:29.2910936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8474689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8476177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8477890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8479040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8480324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8481381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8483601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8485297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8486803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8488022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8489093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8490215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8491620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8493042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8494324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8495387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 203.6 MB/s eta 0:00:01 2024-08-22T20:35:16.8496427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 4.2 MB/s eta 0:00:00 2024-08-22T20:35:16.8497392Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:35:16.8498539Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:35:16.8499778Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:35:16.8500794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:35:16.8501843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:35:16.8502887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:35:16.8503899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 48.1 MB/s eta 0:00:00 2024-08-22T20:35:16.8505486Z [?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:16.8507446Z 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:16.8509269Z 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:16.8510891Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:35:16.8511565Z Attempting uninstall: sympy 2024-08-22T20:35:16.8512010Z Found existing installation: sympy 1.13.2 2024-08-22T20:35:16.8512534Z Uninstalling sympy-1.13.2: 2024-08-22T20:35:16.8513011Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:35:16.8513559Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:35:16.8514165Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:35:16.8514768Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:35:16.8515356Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:35:16.8515879Z Attempting uninstall: torch 2024-08-22T20:35:16.8516323Z Found existing installation: torch 2.4.0 2024-08-22T20:35:16.8516833Z Uninstalling torch-2.4.0: 2024-08-22T20:35:16.8517305Z Successfully uninstalled torch-2.4.0 2024-08-22T20:35:16.8518377Z 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:35:16.8520759Z 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:35:16.8522784Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:16.8523853Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:16.8525228Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-ontrt60v 2024-08-22T20:35:16.8526708Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-ontrt60v 2024-08-22T20:35:16.8527953Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:35:16.8529151Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:16.8530229Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:16.8531169Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:35:16.8532050Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:35:16.8532695Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:35:16.8533510Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:35:16.8535167Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019162 sha256=d9b86d06193ce795ea803396e7a66f0134e08396a7efdbee7b0abe53c7d3e56f 2024-08-22T20:35:16.8537007Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:35:16.8537874Z Successfully built torchao 2024-08-22T20:35:16.8538269Z Installing collected packages: torchao 2024-08-22T20:35:16.8538836Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:35:16.8540605Z 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:35:16.8542209Z + python3 scripts/patch_triton.py 2024-08-22T20:35:16.8542664Z + bash scripts/build_native.sh aoti 2024-08-22T20:35:16.8543108Z + '[' 1 -eq 0 ']' 2024-08-22T20:35:16.8543406Z + (( 1 )) 2024-08-22T20:35:16.8543690Z + case "$1" in 2024-08-22T20:35:16.8544078Z + echo 'Building aoti native runner...' 2024-08-22T20:35:16.8544535Z Building aoti native runner... 2024-08-22T20:35:16.8544919Z + TARGET=aoti 2024-08-22T20:35:16.8545204Z + shift 2024-08-22T20:35:16.8545457Z + (( 0 )) 2024-08-22T20:35:16.8545763Z + '[' -z '' ']' 2024-08-22T20:35:16.8546209Z +++ dirname scripts/build_native.sh 2024-08-22T20:35:16.8546611Z ++ cd scripts 2024-08-22T20:35:16.8546916Z ++ pwd -P 2024-08-22T20:35:16.8547242Z + SCRIPT_PATH=/pytorch/torchchat/scripts 2024-08-22T20:35:16.8547705Z ++ dirname /pytorch/torchchat/scripts 2024-08-22T20:35:16.8548149Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:35:16.8548585Z + '[' -z '' ']' 2024-08-22T20:35:16.8548925Z + ET_BUILD_DIR=et-build 2024-08-22T20:35:16.8549366Z + source /pytorch/torchchat/scripts/install_utils.sh 2024-08-22T20:35:29.2866643Z ++ set -ex pipefail 2024-08-22T20:35:29.2869336Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-08-22T20:35:29.2871837Z + pushd /pytorch/torchchat 2024-08-22T20:35:29.2872395Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:35:29.2873095Z + git submodule update --init 2024-08-22T20:35:29.2874680Z Submodule 'tokenizer/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:35:29.2876957Z Submodule 'tokenizer/third-party/re2' (https://github.com/google/re2.git) registered for path 'tokenizer/third-party/re2' 2024-08-22T20:35:29.2879410Z Submodule 'tokenizer/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'tokenizer/third-party/sentencepiece' 2024-08-22T20:35:29.2881236Z Cloning into '/pytorch/torchchat/tokenizer/third-party/abseil-cpp'... 2024-08-22T20:35:29.2882314Z Cloning into '/pytorch/torchchat/tokenizer/third-party/re2'... 2024-08-22T20:35:29.2883446Z Cloning into '/pytorch/torchchat/tokenizer/third-party/sentencepiece'... 2024-08-22T20:35:29.2884927Z Submodule path 'tokenizer/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-08-22T20:35:29.2886576Z Submodule path 'tokenizer/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-08-22T20:35:29.2888269Z Submodule path 'tokenizer/third-party/sentencepiece': checked out '7dcb541451b1862d73f473b3804ccf8f2a9e10f6' 2024-08-22T20:35:29.2889376Z + git submodule sync 2024-08-22T20:35:29.2890164Z Synchronizing submodule url for 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:35:29.2891252Z Synchronizing submodule url for 'tokenizer/third-party/re2' 2024-08-22T20:35:29.2892359Z Synchronizing submodule url for 'tokenizer/third-party/sentencepiece' 2024-08-22T20:35:29.2893210Z + [[ aoti == \e\t ]] 2024-08-22T20:35:29.2893639Z + popd 2024-08-22T20:35:29.2894007Z /pytorch/torchchat 2024-08-22T20:35:29.2894422Z + [[ aoti == \e\t ]] 2024-08-22T20:35:29.2895531Z ++ python3 -c 'import torch;print(torch.utils.cmake_prefix_path)' 2024-08-22T20:35:29.2897418Z + cmake -S . -B ./cmake-out -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages/torch/share/cmake -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 -G Ninja 2024-08-22T20:35:29.2899052Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:35:29.2899840Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:35:29.2900581Z -- Detecting C compiler ABI info 2024-08-22T20:35:29.2901242Z -- Detecting C compiler ABI info - done 2024-08-22T20:35:29.2902260Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:35:29.2903287Z -- Detecting C compile features 2024-08-22T20:35:29.2903978Z -- Detecting C compile features - done 2024-08-22T20:35:29.2904686Z -- Detecting CXX compiler ABI info 2024-08-22T20:35:29.2905384Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:35:29.2906390Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:35:29.2907398Z -- Detecting CXX compile features 2024-08-22T20:35:29.2908052Z -- Detecting CXX compile features - done 2024-08-22T20:35:29.2908831Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2024-08-22T20:35:29.2909958Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2024-08-22T20:35:29.2911197Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2024-08-22T20:35:29.2912040Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2024-08-22T20:35:29.2912850Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:35:29.2913657Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:35:29.2914463Z -- Looking for pthread_create in pthreads 2024-08-22T20:35:29.2915265Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:35:29.2916108Z -- Looking for pthread_create in pthread 2024-08-22T20:35:29.2988671Z -- Looking for pthread_create in pthread - found 2024-08-22T20:35:29.2989432Z -- Found Threads: TRUE 2024-08-22T20:35:29.2990378Z CMake Warning at tokenizer/third-party/abseil-cpp/CMakeLists.txt:193 (message): 2024-08-22T20:35:29.2992879Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2024-08-22T20:35:29.2994442Z 2024-08-22T20:35:29.2994634Z  2024-08-22T20:35:29.2995100Z -- Check if compiler accepts -pthread 2024-08-22T20:35:29.2995789Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:35:29.2997133Z CMake Deprecation Warning at tokenizer/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2024-08-22T20:35:29.2998630Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:35:29.2999555Z CMake. 2024-08-22T20:35:29.2999778Z 2024-08-22T20:35:29.3000204Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:35:29.3001280Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:35:29.3001944Z 2024-08-22T20:35:29.3002163Z  2024-08-22T20:35:29.3002592Z -- VERSION: 0.2.1 2024-08-22T20:35:29.3003212Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2024-08-22T20:35:29.3004004Z -- Using ET BUILD DIR: --[et-build]-- 2024-08-22T20:35:29.3004656Z -- TORCHCHAT_ROOT="/pytorch/torchchat" 2024-08-22T20:35:29.3005487Z -- Looking for excutorch in /pytorch/torchchat/et-build/install 2024-08-22T20:35:29.3006417Z -- Could NOT find executorch (missing: executorch_DIR) 2024-08-22T20:35:29.3007309Z CMake Warning at runner/et.cmake:130 (MESSAGE): 2024-08-22T20:35:29.3007991Z ExecuTorch package not found 2024-08-22T20:35:29.3008542Z Call Stack (most recent call first): 2024-08-22T20:35:29.3009104Z CMakeLists.txt:15 (include) 2024-08-22T20:35:29.3009448Z 2024-08-22T20:35:29.3009629Z  2024-08-22T20:35:29.3010573Z CMake Warning (dev) at runner/aoti.cmake:16 (find_package): 2024-08-22T20:35:29.3033873Z Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake 2024-08-22T20:35:29.3035457Z --help-policy CMP0146" for policy details. Use the cmake_policy command to 2024-08-22T20:35:29.3036355Z set the policy and suppress this warning. 2024-08-22T20:35:29.3036799Z 2024-08-22T20:35:29.3037002Z Call Stack (most recent call first): 2024-08-22T20:35:29.3037569Z CMakeLists.txt:21 (include) 2024-08-22T20:35:29.3038483Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:35:29.3039496Z  2024-08-22T20:35:29.3040088Z -- Found CUDA: /usr/local/cuda-12.1 (found version "12.1") 2024-08-22T20:35:29.3041001Z -- Found CUDA: /usr/local/cuda-12.1 (found version "12.1") 2024-08-22T20:35:29.3042201Z -- The CUDA compiler identification is NVIDIA 12.1.105 2024-08-22T20:35:29.3043040Z -- Detecting CUDA compiler ABI info 2024-08-22T20:35:29.3043827Z -- Detecting CUDA compiler ABI info - done 2024-08-22T20:35:29.3045095Z -- Check for working CUDA compiler: /usr/local/cuda-12.1/bin/nvcc - skipped 2024-08-22T20:35:29.3046099Z -- Detecting CUDA compile features 2024-08-22T20:35:29.3046876Z -- Detecting CUDA compile features - done 2024-08-22T20:35:29.3048073Z -- Found CUDAToolkit: /usr/local/cuda-12.1/include (found version "12.1.105") 2024-08-22T20:35:29.3049075Z -- Caffe2: CUDA detected: 12.1 2024-08-22T20:35:29.3050186Z -- Caffe2: CUDA nvcc is: /usr/local/cuda-12.1/bin/nvcc 2024-08-22T20:35:29.3051263Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda-12.1 2024-08-22T20:35:29.3052084Z -- Caffe2: Header version is: 12.1 2024-08-22T20:35:29.3053311Z -- Found Python: /opt/conda/bin/python3.11 (found version "3.11.4") found components: Interpreter 2024-08-22T20:35:29.3055432Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:144 (message): 2024-08-22T20:35:29.3056799Z Failed to compute shorthash for libnvrtc.so 2024-08-22T20:35:29.3105917Z Call Stack (most recent call first): 2024-08-22T20:35:29.3159402Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:86 (include) 2024-08-22T20:35:29.3162276Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2024-08-22T20:35:29.3164303Z runner/aoti.cmake:18 (find_package) 2024-08-22T20:35:29.3165762Z CMakeLists.txt:21 (include) 2024-08-22T20:35:29.3166310Z 2024-08-22T20:35:29.3166739Z  2024-08-22T20:35:29.3167726Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2024-08-22T20:35:29.3168991Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2024-08-22T20:35:29.3170142Z -- Autodetected CUDA architecture(s): 8.6 2024-08-22T20:35:29.3171415Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-08-22T20:35:29.3173338Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:35:29.3175039Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:35:29.3175923Z Call Stack (most recent call first): 2024-08-22T20:35:29.3177445Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:35:29.3178796Z runner/aoti.cmake:18 (find_package) 2024-08-22T20:35:29.3179526Z CMakeLists.txt:21 (include) 2024-08-22T20:35:29.3179977Z 2024-08-22T20:35:29.3180215Z  2024-08-22T20:35:29.3181468Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so (Required is at least version "2.4.0") 2024-08-22T20:35:29.3182901Z -- Configuring done (5.0s) 2024-08-22T20:35:29.3183612Z -- Generating done (0.3s) 2024-08-22T20:35:29.3184492Z -- Build files have been written to: /pytorch/torchchat/cmake-out 2024-08-22T20:35:29.3185530Z + cmake --build ./cmake-out --target aoti_run 2024-08-22T20:35:29.3186089Z 2024-08-22T20:35:29.3186648Z [0/222] Building CXX object CMakeFiles/aoti_run.dir/runner/run.cpp.o 2024-08-22T20:35:29.3188155Z [0/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/sentencepiece.cpp.o 2024-08-22T20:35:29.3189894Z [0/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/tiktoken.cpp.o 2024-08-22T20:35:29.3193118Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2024-08-22T20:35:29.3195556Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2024-08-22T20:35:29.3198089Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2024-08-22T20:35:29.3200598Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2024-08-22T20:35:29.3203108Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2024-08-22T20:35:29.3205655Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2024-08-22T20:35:29.3207930Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2024-08-22T20:35:29.3210569Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2024-08-22T20:35:29.3213543Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2024-08-22T20:35:29.3216020Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2024-08-22T20:35:30.6043384Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2024-08-22T20:35:30.6046336Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2024-08-22T20:35:30.6049392Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2024-08-22T20:35:30.6051961Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2024-08-22T20:35:30.6054466Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2024-08-22T20:35:30.6057004Z [1/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2024-08-22T20:35:30.6059538Z [1/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2024-08-22T20:35:30.6062089Z [2/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2024-08-22T20:35:30.6064561Z [2/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2024-08-22T20:35:30.6066899Z [3/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2024-08-22T20:35:30.6069181Z [3/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_spinlock_wait.a 2024-08-22T20:35:30.6071344Z [4/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_spinlock_wait.a 2024-08-22T20:35:30.6073680Z [4/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2024-08-22T20:35:30.6076296Z [5/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2024-08-22T20:35:30.6078884Z [5/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2024-08-22T20:35:30.6081804Z [6/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2024-08-22T20:35:30.6085081Z [6/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2024-08-22T20:35:30.6087589Z [7/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2024-08-22T20:35:30.6089893Z [7/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_log_severity.a 2024-08-22T20:35:30.6092443Z [8/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2024-08-22T20:35:30.6095142Z [8/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2024-08-22T20:35:30.6097371Z [9/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_log_severity.a 2024-08-22T20:35:30.6099555Z [9/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_raw_logging_internal.a 2024-08-22T20:35:30.6101814Z [10/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_raw_logging_internal.a 2024-08-22T20:35:30.6104308Z [10/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_throw_delegate.a 2024-08-22T20:35:30.6106524Z [11/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_throw_delegate.a 2024-08-22T20:35:30.6108847Z [11/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2024-08-22T20:35:30.6111633Z [12/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2024-08-22T20:35:30.6114141Z [12/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2024-08-22T20:35:30.6116498Z [13/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2024-08-22T20:35:30.6119441Z [13/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2024-08-22T20:35:30.6122386Z [14/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2024-08-22T20:35:30.6125133Z [14/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2024-08-22T20:35:30.6127671Z [15/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2024-08-22T20:35:30.6129973Z [15/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_base.a 2024-08-22T20:35:30.6131911Z [16/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_base.a 2024-08-22T20:35:30.6133726Z [16/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_malloc_internal.a 2024-08-22T20:35:30.6136219Z [17/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2024-08-22T20:35:30.6138589Z [17/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cpu_detect.a 2024-08-22T20:35:30.6140995Z [18/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2024-08-22T20:35:30.6143820Z [18/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2024-08-22T20:35:30.6146785Z [19/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2024-08-22T20:35:30.6149737Z [19/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2024-08-22T20:35:30.6152592Z [20/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_malloc_internal.a 2024-08-22T20:35:30.6155103Z [20/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2024-08-22T20:35:30.6157500Z [21/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cpu_detect.a 2024-08-22T20:35:30.6160171Z [21/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2024-08-22T20:35:30.6162587Z [22/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2024-08-22T20:35:30.6164773Z [22/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_internal.a 2024-08-22T20:35:30.6166919Z [23/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_internal.a 2024-08-22T20:35:30.6169191Z [23/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2024-08-22T20:35:30.6171721Z [24/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2024-08-22T20:35:30.6175030Z [24/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2024-08-22T20:35:30.6177530Z [25/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2024-08-22T20:35:30.6180092Z [25/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2024-08-22T20:35:30.6182996Z [26/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2024-08-22T20:35:30.6186054Z [26/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2024-08-22T20:35:30.6188928Z [27/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2024-08-22T20:35:30.6191579Z [27/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2024-08-22T20:35:30.6194258Z [28/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2024-08-22T20:35:30.6197011Z [28/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag_internal.a 2024-08-22T20:35:30.6199592Z [29/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag_internal.a 2024-08-22T20:35:30.6202071Z [29/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2024-08-22T20:35:30.6204741Z [30/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2024-08-22T20:35:30.6207307Z [30/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2024-08-22T20:35:31.8858520Z [31/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2024-08-22T20:35:31.8861120Z [31/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_debugging_internal.a 2024-08-22T20:35:31.8863497Z [32/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2024-08-22T20:35:31.8866059Z [32/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2024-08-22T20:35:31.8868544Z [33/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/sentencepiece.cpp.o 2024-08-22T20:35:31.8870975Z [33/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2024-08-22T20:35:31.8873374Z [34/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2024-08-22T20:35:31.8875726Z [34/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2024-08-22T20:35:31.8877970Z [35/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_debugging_internal.a 2024-08-22T20:35:31.8880472Z [35/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_stacktrace.a 2024-08-22T20:35:31.8882911Z [36/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2024-08-22T20:35:31.8885571Z [36/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_demangle_internal.a 2024-08-22T20:35:31.8888153Z [37/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_stacktrace.a 2024-08-22T20:35:31.8890636Z [37/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2024-08-22T20:35:31.8893407Z [38/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_demangle_internal.a 2024-08-22T20:35:31.8895726Z [38/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2024-08-22T20:35:31.8898192Z [39/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2024-08-22T20:35:31.8900672Z [39/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2024-08-22T20:35:31.8902983Z [40/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2024-08-22T20:35:31.8905574Z [40/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2024-08-22T20:35:31.8908015Z [41/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2024-08-22T20:35:31.8911009Z [41/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2024-08-22T20:35:31.8913913Z [42/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2024-08-22T20:35:31.8916696Z [42/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2024-08-22T20:35:31.8919590Z [43/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2024-08-22T20:35:31.8922383Z [43/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2024-08-22T20:35:31.8925025Z [44/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2024-08-22T20:35:31.8927909Z [44/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2024-08-22T20:35:31.8930512Z [45/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2024-08-22T20:35:31.8932346Z [45/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_city.a 2024-08-22T20:35:31.8934067Z [46/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/tiktoken.cpp.o 2024-08-22T20:35:31.8936671Z [46/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2024-08-22T20:35:31.8939125Z [47/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2024-08-22T20:35:31.8941596Z [47/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2024-08-22T20:35:31.8944105Z [48/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2024-08-22T20:35:31.8946114Z [48/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/numeric/libabsl_int128.a 2024-08-22T20:35:31.8948038Z [49/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_city.a 2024-08-22T20:35:31.8950235Z [49/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2024-08-22T20:35:31.8952327Z [50/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/numeric/libabsl_int128.a 2024-08-22T20:35:31.8954426Z [50/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2024-08-22T20:35:31.8957437Z [51/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2024-08-22T20:35:31.8960140Z [51/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_low_level_hash.a 2024-08-22T20:35:31.8962181Z [52/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_low_level_hash.a 2024-08-22T20:35:31.8964431Z [52/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2024-08-22T20:35:31.8966674Z [53/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2024-08-22T20:35:31.8968961Z [53/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2024-08-22T20:35:31.8971736Z [54/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2024-08-22T20:35:31.8974285Z [54/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/profiling/libabsl_exponential_biased.a 2024-08-22T20:35:31.8976522Z [55/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/profiling/libabsl_exponential_biased.a 2024-08-22T20:35:31.8978981Z [55/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2024-08-22T20:35:31.8981293Z [56/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2024-08-22T20:35:31.8983548Z [56/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2024-08-22T20:35:31.8986092Z [57/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2024-08-22T20:35:31.8988233Z [57/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_string_view.a 2024-08-22T20:35:31.8990287Z [58/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_string_view.a 2024-08-22T20:35:31.8992805Z [58/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2024-08-22T20:35:31.8995320Z [59/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2024-08-22T20:35:31.8997664Z [59/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2024-08-22T20:35:31.9000643Z [60/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2024-08-22T20:35:31.9003370Z [60/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2024-08-22T20:35:31.9006024Z [61/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2024-08-22T20:35:31.9008769Z [61/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2024-08-22T20:35:31.9011775Z [62/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2024-08-22T20:35:31.9014348Z [62/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2024-08-22T20:35:31.9016884Z [63/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2024-08-22T20:35:31.9019532Z [63/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2024-08-22T20:35:31.9022355Z [64/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2024-08-22T20:35:33.2818671Z [64/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2024-08-22T20:35:33.2821417Z [65/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2024-08-22T20:35:33.2824099Z [65/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2024-08-22T20:35:33.2826721Z [66/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2024-08-22T20:35:33.2829200Z [66/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2024-08-22T20:35:33.2831641Z [67/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2024-08-22T20:35:33.2834257Z [67/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2024-08-22T20:35:33.2836755Z [68/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2024-08-22T20:35:33.2839157Z [68/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2024-08-22T20:35:33.2841973Z [69/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2024-08-22T20:35:33.2844672Z [69/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2024-08-22T20:35:33.2847211Z [70/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2024-08-22T20:35:33.2849635Z [70/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2024-08-22T20:35:33.2852146Z [71/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2024-08-22T20:35:33.2854690Z [71/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2024-08-22T20:35:33.2857058Z [72/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2024-08-22T20:35:33.2859481Z [72/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2024-08-22T20:35:33.2862207Z [73/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2024-08-22T20:35:33.2865096Z [73/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2024-08-22T20:35:33.2867570Z [74/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2024-08-22T20:35:33.2870120Z [74/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2024-08-22T20:35:33.2872501Z [75/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2024-08-22T20:35:33.2874774Z [75/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2024-08-22T20:35:33.2877322Z [76/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2024-08-22T20:35:33.2879976Z [76/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2024-08-22T20:35:33.2882589Z [77/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2024-08-22T20:35:33.2885222Z [77/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2024-08-22T20:35:33.2887679Z [78/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2024-08-22T20:35:33.2889996Z [78/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings_internal.a 2024-08-22T20:35:33.2892268Z [79/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings_internal.a 2024-08-22T20:35:33.2894403Z [79/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings.a 2024-08-22T20:35:33.2896554Z [80/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings.a 2024-08-22T20:35:33.2898694Z [80/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_symbolize.a 2024-08-22T20:35:33.2900993Z [81/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2024-08-22T20:35:33.2903389Z [81/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2024-08-22T20:35:33.2905707Z [82/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_symbolize.a 2024-08-22T20:35:33.2908179Z [82/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2024-08-22T20:35:33.2913865Z [83/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2024-08-22T20:35:33.2917038Z [83/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2024-08-22T20:35:33.2920173Z [84/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2024-08-22T20:35:33.2922826Z [84/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2024-08-22T20:35:33.2925663Z [85/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2024-08-22T20:35:33.2928470Z [85/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2024-08-22T20:35:33.2931502Z [86/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2024-08-22T20:35:33.2935002Z [86/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2024-08-22T20:35:33.2938003Z [87/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2024-08-22T20:35:33.2941016Z [87/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2024-08-22T20:35:33.2943889Z [88/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2024-08-22T20:35:33.2946383Z [88/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_str_format_internal.a 2024-08-22T20:35:33.2949048Z [89/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2024-08-22T20:35:33.2951654Z [89/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_functions.a 2024-08-22T20:35:33.2954201Z [90/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_str_format_internal.a 2024-08-22T20:35:33.2956435Z [90/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc32c.a 2024-08-22T20:35:33.2958829Z [91/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2024-08-22T20:35:33.2961822Z [91/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2024-08-22T20:35:33.2964131Z [92/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_functions.a 2024-08-22T20:35:33.2966491Z [92/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2024-08-22T20:35:33.2969247Z [93/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2024-08-22T20:35:33.2972117Z [93/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2024-08-22T20:35:33.2974418Z [94/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc32c.a 2024-08-22T20:35:33.2976471Z [94/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cord_state.a 2024-08-22T20:35:33.2978979Z [95/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2024-08-22T20:35:33.2981699Z [95/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2024-08-22T20:35:34.8559036Z [96/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2024-08-22T20:35:34.8561867Z [96/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2024-08-22T20:35:34.8564049Z [97/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cord_state.a 2024-08-22T20:35:34.8566139Z [97/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord_internal.a 2024-08-22T20:35:34.8568165Z [98/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord_internal.a 2024-08-22T20:35:34.8570477Z [98/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2024-08-22T20:35:34.8573150Z [99/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2024-08-22T20:35:34.8575992Z [99/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2024-08-22T20:35:34.8578471Z [100/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2024-08-22T20:35:34.8580968Z [100/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2024-08-22T20:35:34.8583142Z [101/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2024-08-22T20:35:34.8585457Z [101/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2024-08-22T20:35:34.8588012Z [102/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2024-08-22T20:35:34.8590516Z [102/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a 2024-08-22T20:35:34.8593885Z [103/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2024-08-22T20:35:34.8596511Z [103/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2024-08-22T20:35:34.8599070Z [104/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2024-08-22T20:35:34.8601911Z [104/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2024-08-22T20:35:34.8604083Z [105/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a 2024-08-22T20:35:34.8606356Z [105/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2024-08-22T20:35:34.8608605Z [106/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2024-08-22T20:35:34.8611117Z [106/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2024-08-22T20:35:34.8613275Z [107/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2024-08-22T20:35:34.8615950Z [107/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2024-08-22T20:35:34.8618673Z [108/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2024-08-22T20:35:34.8621145Z [108/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2024-08-22T20:35:34.8623958Z [109/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2024-08-22T20:35:34.8626523Z [109/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2024-08-22T20:35:34.8628989Z [110/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2024-08-22T20:35:34.8631450Z [110/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2024-08-22T20:35:34.8634048Z [111/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2024-08-22T20:35:34.8636744Z [111/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2024-08-22T20:35:34.8639917Z [112/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2024-08-22T20:35:34.8642288Z [112/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2024-08-22T20:35:34.8645047Z [113/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2024-08-22T20:35:34.8647979Z [113/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2024-08-22T20:35:34.8650550Z [114/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2024-08-22T20:35:34.8653335Z [114/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2024-08-22T20:35:34.8656191Z [115/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2024-08-22T20:35:34.8659122Z [115/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2024-08-22T20:35:34.8662098Z [116/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2024-08-22T20:35:34.8664880Z [116/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2024-08-22T20:35:34.8667432Z [117/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2024-08-22T20:35:34.8669953Z [117/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_civil_time.a 2024-08-22T20:35:34.8672151Z [118/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2024-08-22T20:35:34.8674690Z [118/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2024-08-22T20:35:34.8676807Z [119/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_civil_time.a 2024-08-22T20:35:34.8678702Z [119/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2024-08-22T20:35:34.8681298Z [120/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2024-08-22T20:35:34.8683230Z [120/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2024-08-22T20:35:34.8684966Z [121/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2024-08-22T20:35:34.8686651Z [121/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2024-08-22T20:35:34.8688596Z [122/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2024-08-22T20:35:34.8690458Z [122/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2024-08-22T20:35:34.8692551Z [123/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2024-08-22T20:35:34.8694648Z [123/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2024-08-22T20:35:34.8696565Z [124/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2024-08-22T20:35:34.8698646Z [124/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2024-08-22T20:35:34.8701116Z [125/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2024-08-22T20:35:34.8703696Z [125/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2024-08-22T20:35:34.8705820Z [126/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2024-08-22T20:35:34.8708274Z [126/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_optional_access.a 2024-08-22T20:35:34.8710764Z [127/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2024-08-22T20:35:34.8712342Z [127/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2024-08-22T20:35:36.2944804Z [128/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2024-08-22T20:35:36.2946892Z [128/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2024-08-22T20:35:36.2948806Z [129/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2024-08-22T20:35:36.2950810Z [129/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2024-08-22T20:35:36.2952664Z [130/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_optional_access.a 2024-08-22T20:35:36.2954764Z [130/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_marshalling.a 2024-08-22T20:35:36.2956911Z [131/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2024-08-22T20:35:36.2959491Z [131/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag.a 2024-08-22T20:35:36.2961629Z [132/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2024-08-22T20:35:36.2963652Z [132/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_variant_access.a 2024-08-22T20:35:36.2966007Z [133/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2024-08-22T20:35:36.2968191Z [133/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2024-08-22T20:35:36.2970144Z [134/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2024-08-22T20:35:36.2972140Z [134/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2024-08-22T20:35:36.2974097Z [135/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_marshalling.a 2024-08-22T20:35:36.2976104Z [135/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2024-08-22T20:35:36.2978147Z [136/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_variant_access.a 2024-08-22T20:35:36.2980064Z [136/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_hash.a 2024-08-22T20:35:36.2981797Z [137/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2024-08-22T20:35:36.2983625Z [137/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2024-08-22T20:35:36.2985498Z [138/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag.a 2024-08-22T20:35:36.2987578Z [138/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_private_handle_accessor.a 2024-08-22T20:35:36.2989568Z [139/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_hash.a 2024-08-22T20:35:36.2991170Z [139/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2024-08-22T20:35:36.2993459Z [140/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2024-08-22T20:35:36.2995517Z [140/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2024-08-22T20:35:36.2997374Z [141/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_private_handle_accessor.a 2024-08-22T20:35:36.2999139Z [141/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2024-08-22T20:35:36.3001096Z [142/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2024-08-22T20:35:36.3002796Z [142/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2024-08-22T20:35:36.3005106Z [143/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2024-08-22T20:35:36.3007139Z [143/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2024-08-22T20:35:36.3008865Z [144/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2024-08-22T20:35:36.3011226Z [144/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2024-08-22T20:35:36.3013095Z [145/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2024-08-22T20:35:36.3014761Z [145/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2024-08-22T20:35:36.3016787Z [146/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2024-08-22T20:35:36.3018785Z [146/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time_zone.a 2024-08-22T20:35:36.3020484Z [147/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2024-08-22T20:35:36.3022269Z [147/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2024-08-22T20:35:36.3024001Z [148/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time_zone.a 2024-08-22T20:35:36.3025796Z [148/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time.a 2024-08-22T20:35:36.3027532Z [149/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2024-08-22T20:35:36.3029253Z [149/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2024-08-22T20:35:36.3030916Z [150/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2024-08-22T20:35:36.3033146Z [150/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2024-08-22T20:35:36.3035387Z [151/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time.a 2024-08-22T20:35:36.3037403Z [151/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_kernel_timeout_internal.a 2024-08-22T20:35:36.3040250Z [152/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_kernel_timeout_internal.a 2024-08-22T20:35:36.3042264Z [152/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_synchronization.a 2024-08-22T20:35:36.3044312Z [153/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_synchronization.a 2024-08-22T20:35:36.3046404Z [153/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a 2024-08-22T20:35:36.3048256Z [154/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2024-08-22T20:35:36.3050090Z [154/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_program_name.a 2024-08-22T20:35:36.3052392Z [155/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2024-08-22T20:35:36.3054250Z [155/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_handle.a 2024-08-22T20:35:36.3056324Z [156/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_program_name.a 2024-08-22T20:35:36.3058297Z [156/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_config.a 2024-08-22T20:35:36.3060305Z [157/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a 2024-08-22T20:35:36.3062352Z [157/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_raw_hash_set.a 2024-08-22T20:35:36.3064293Z [158/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_handle.a 2024-08-22T20:35:36.3066235Z [158/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_info.a 2024-08-22T20:35:36.3068351Z [159/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_raw_hash_set.a 2024-08-22T20:35:36.3070701Z [159/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2024-08-22T20:35:36.3073068Z [160/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_info.a 2024-08-22T20:35:36.3075058Z [160/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord.a 2024-08-22T20:35:36.3076916Z [161/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_config.a 2024-08-22T20:35:36.3078842Z [161/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_internal.a 2024-08-22T20:35:36.3081061Z [162/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2024-08-22T20:35:36.3083369Z [162/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2024-08-22T20:35:36.3085635Z [163/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord.a 2024-08-22T20:35:36.3087478Z [163/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_reflection.a 2024-08-22T20:35:36.3089440Z [164/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_internal.a 2024-08-22T20:35:36.3091748Z [164/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2024-08-22T20:35:38.5379046Z [165/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2024-08-22T20:35:38.5381632Z [165/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2024-08-22T20:35:38.5384334Z [166/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2024-08-22T20:35:38.5386816Z [166/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2024-08-22T20:35:38.5389397Z [167/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_reflection.a 2024-08-22T20:35:38.5392353Z [167/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2024-08-22T20:35:38.5394962Z [168/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2024-08-22T20:35:38.5397918Z [168/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2024-08-22T20:35:38.5401706Z [169/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2024-08-22T20:35:38.5404337Z [169/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2024-08-22T20:35:38.5406883Z [170/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2024-08-22T20:35:38.5409519Z [170/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2024-08-22T20:35:38.5412358Z [171/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2024-08-22T20:35:38.5414754Z [171/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2024-08-22T20:35:38.5417260Z [172/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2024-08-22T20:35:38.5419964Z [172/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2024-08-22T20:35:38.5423169Z [173/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2024-08-22T20:35:38.5426088Z [173/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2024-08-22T20:35:38.5428317Z [174/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2024-08-22T20:35:38.5430705Z [174/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2024-08-22T20:35:38.5433330Z [175/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2024-08-22T20:35:38.5435868Z [175/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2024-08-22T20:35:38.5438924Z [176/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2024-08-22T20:35:38.5441949Z [176/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2024-08-22T20:35:38.5445134Z [177/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2024-08-22T20:35:38.5448152Z [177/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2024-08-22T20:35:38.5451169Z [178/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2024-08-22T20:35:38.5454393Z [178/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2024-08-22T20:35:38.5457512Z [179/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2024-08-22T20:35:38.5460430Z [179/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2024-08-22T20:35:38.5463031Z [180/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2024-08-22T20:35:38.5465646Z [180/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2024-08-22T20:35:38.5469342Z [181/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2024-08-22T20:35:38.5472574Z [181/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2024-08-22T20:35:38.5474905Z [182/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2024-08-22T20:35:38.5477318Z [182/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2024-08-22T20:35:38.5480727Z [183/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2024-08-22T20:35:38.5483951Z [183/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2024-08-22T20:35:38.5487248Z [184/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2024-08-22T20:35:38.5490804Z [184/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2024-08-22T20:35:38.5493928Z [185/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2024-08-22T20:35:38.5496918Z [185/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2024-08-22T20:35:38.5499945Z [186/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2024-08-22T20:35:38.5503050Z [186/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2024-08-22T20:35:38.5505505Z [187/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2024-08-22T20:35:38.5507038Z [187/222] Linking CXX static library tokenizer/third-party/re2/libre2.a 2024-08-22T20:35:38.5509055Z [188/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2024-08-22T20:35:38.5614278Z [188/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2024-08-22T20:35:38.5616368Z [189/222] Linking CXX static library tokenizer/third-party/re2/libre2.a 2024-08-22T20:35:38.5618210Z [189/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2024-08-22T20:35:38.5620722Z [190/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2024-08-22T20:35:38.5623171Z [190/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2024-08-22T20:35:38.5625635Z [191/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2024-08-22T20:35:38.5627959Z [191/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2024-08-22T20:35:38.5630376Z [192/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2024-08-22T20:35:38.5632634Z [192/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2024-08-22T20:35:38.5635649Z [193/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2024-08-22T20:35:38.5638142Z [193/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2024-08-22T20:35:38.5640992Z [194/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2024-08-22T20:35:54.1231209Z [194/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2024-08-22T20:35:54.1233818Z [195/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2024-08-22T20:35:54.1236066Z [195/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2024-08-22T20:35:54.1237829Z [196/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2024-08-22T20:35:54.1239913Z [196/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2024-08-22T20:35:54.1241784Z [197/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2024-08-22T20:35:54.1243628Z [197/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2024-08-22T20:35:54.1245518Z [198/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2024-08-22T20:35:54.1247292Z [198/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2024-08-22T20:35:54.1249109Z [199/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2024-08-22T20:35:54.1250855Z [199/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2024-08-22T20:35:54.1252603Z [200/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2024-08-22T20:35:54.1254333Z [200/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2024-08-22T20:35:54.1256122Z [201/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2024-08-22T20:35:54.1258117Z [201/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2024-08-22T20:35:54.1259741Z [202/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2024-08-22T20:35:54.1261468Z [203/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2024-08-22T20:35:54.1263120Z [204/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2024-08-22T20:35:54.1264631Z [205/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2024-08-22T20:35:54.1266258Z [206/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2024-08-22T20:35:54.1268128Z [207/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2024-08-22T20:35:54.1270252Z [208/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2024-08-22T20:35:54.1271993Z [209/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2024-08-22T20:35:54.1273688Z [210/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2024-08-22T20:35:54.1275314Z [211/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2024-08-22T20:35:54.1276853Z [212/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2024-08-22T20:35:54.1278583Z [213/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2024-08-22T20:35:54.1280616Z [214/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2024-08-22T20:35:54.1468718Z [215/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2024-08-22T20:35:54.1470503Z [216/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2024-08-22T20:35:54.1472303Z [217/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2024-08-22T20:35:54.1474008Z [218/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2024-08-22T20:35:54.1475485Z [218/222] Linking CXX static library tokenizer/third-party/sentencepiece/src/libsentencepiece.a 2024-08-22T20:35:54.1476685Z [219/222] Linking CXX static library tokenizer/third-party/sentencepiece/src/libsentencepiece.a 2024-08-22T20:35:54.1477685Z [219/222] Linking CXX static library tokenizer/libtokenizer.a 2024-08-22T20:35:54.1478467Z [220/222] Linking CXX static library tokenizer/libtokenizer.a 2024-08-22T20:35:54.1479373Z [221/222] Building CXX object CMakeFiles/aoti_run.dir/runner/run.cpp.o 2024-08-22T20:35:54.1480099Z [221/222] Linking CXX executable aoti_run 2024-08-22T20:35:54.1480659Z [222/222] Linking CXX executable aoti_run 2024-08-22T20:35:54.1481779Z + printf 'Build finished. Please run: \n./cmake-out/aoti_run model. -z tokenizer.model -l -i \n' 2024-08-22T20:35:54.1482769Z Build finished. Please run: 2024-08-22T20:35:54.1483539Z ./cmake-out/aoti_run model. -z tokenizer.model -l -i 2024-08-22T20:35:54.1484255Z + pip3 list 2024-08-22T20:35:54.1484556Z Package Version 2024-08-22T20:35:54.1485030Z ------------------------- ----------------------- 2024-08-22T20:35:54.1485536Z absl-py 2.1.0 2024-08-22T20:35:54.1485936Z accelerate 0.33.0 2024-08-22T20:35:54.1486346Z aiohappyeyeballs 2.4.0 2024-08-22T20:35:54.1486743Z aiohttp 3.10.5 2024-08-22T20:35:54.1487140Z aiosignal 1.3.1 2024-08-22T20:35:54.1487525Z altair 5.4.0 2024-08-22T20:35:54.1487952Z anaconda-anon-usage 0.4.4 2024-08-22T20:35:54.1488398Z anaconda-client 1.12.3 2024-08-22T20:35:54.1488793Z attrs 23.1.0 2024-08-22T20:35:54.1489178Z beautifulsoup4 4.12.3 2024-08-22T20:35:54.1489568Z blinker 1.8.2 2024-08-22T20:35:54.1489948Z blobfile 2.1.1 2024-08-22T20:35:54.1490325Z boltons 23.0.0 2024-08-22T20:35:54.1490717Z brotlipy 0.7.0 2024-08-22T20:35:54.1491107Z cachetools 5.5.0 2024-08-22T20:35:54.1491489Z certifi 2024.7.4 2024-08-22T20:35:54.1491877Z cffi 1.15.1 2024-08-22T20:35:54.1492442Z chardet 4.0.0 2024-08-22T20:35:54.1492876Z charset-normalizer 2.0.4 2024-08-22T20:35:54.1493267Z click 8.1.7 2024-08-22T20:35:54.1493643Z cmake 3.30.2 2024-08-22T20:35:54.1494028Z colorama 0.4.6 2024-08-22T20:35:54.1494415Z conda 23.5.2 2024-08-22T20:35:54.1494850Z conda-build 24.3.0 2024-08-22T20:35:54.1495288Z conda-content-trust 0.1.3 2024-08-22T20:35:54.1495684Z conda_index 0.5.0 2024-08-22T20:35:54.1496129Z conda-libmamba-solver 23.5.0 2024-08-22T20:35:54.1496589Z conda-package-handling 2.1.0 2024-08-22T20:35:54.1497012Z conda_package_streaming 0.8.0 2024-08-22T20:35:54.1497419Z cryptography 39.0.1 2024-08-22T20:35:54.1497810Z DataProperty 1.0.1 2024-08-22T20:35:54.1498201Z datasets 2.21.0 2024-08-22T20:35:54.1498594Z defusedxml 0.7.1 2024-08-22T20:35:54.1498964Z dill 0.3.8 2024-08-22T20:35:54.1499351Z evaluate 0.4.2 2024-08-22T20:35:54.1499744Z fastjsonschema 2.16.2 2024-08-22T20:35:54.1500131Z filelock 3.13.1 2024-08-22T20:35:54.1500515Z Flask 3.0.3 2024-08-22T20:35:54.1500990Z frozenlist 1.4.1 2024-08-22T20:35:54.1501374Z fsspec 2024.6.1 2024-08-22T20:35:54.1501773Z gguf 0.9.1 2024-08-22T20:35:54.1502147Z gitdb 4.0.11 2024-08-22T20:35:54.1502527Z GitPython 3.1.43 2024-08-22T20:35:54.1502974Z huggingface-hub 0.24.6 2024-08-22T20:35:54.1503365Z idna 3.4 2024-08-22T20:35:54.1503736Z itsdangerous 2.2.0 2024-08-22T20:35:54.1504122Z Jinja2 3.1.4 2024-08-22T20:35:54.1504502Z joblib 1.4.2 2024-08-22T20:35:54.1504872Z jsonlines 4.0.0 2024-08-22T20:35:54.1505260Z jsonpatch 1.32 2024-08-22T20:35:54.1505652Z jsonpointer 2.1 2024-08-22T20:35:54.1506033Z jsonschema 4.19.2 2024-08-22T20:35:54.1506500Z jsonschema-specifications 2023.7.1 2024-08-22T20:35:54.1506929Z jupyter_core 5.7.2 2024-08-22T20:35:54.1507374Z libarchive-c 2.9 2024-08-22T20:35:54.1507763Z libmambapy 1.4.1 2024-08-22T20:35:54.1508146Z lm_eval 0.4.2 2024-08-22T20:35:54.1508516Z lxml 4.9.4 2024-08-22T20:35:54.1508944Z markdown-it-py 3.0.0 2024-08-22T20:35:54.1509338Z MarkupSafe 2.1.3 2024-08-22T20:35:54.1509720Z mbstrdecoder 1.1.3 2024-08-22T20:35:54.1510393Z mdurl 0.1.2 2024-08-22T20:35:54.1510825Z menuinst 2.1.2 2024-08-22T20:35:54.1511254Z more-itertools 10.1.0 2024-08-22T20:35:54.1511645Z mpmath 1.3.0 2024-08-22T20:35:54.1512022Z multidict 6.0.5 2024-08-22T20:35:54.1512400Z multiprocess 0.70.16 2024-08-22T20:35:54.1512805Z narwhals 1.5.2 2024-08-22T20:35:54.1513185Z nbformat 5.9.2 2024-08-22T20:35:54.1513554Z networkx 3.3 2024-08-22T20:35:54.1513928Z ninja 1.11.1.1 2024-08-22T20:35:54.1514322Z nltk 3.9.1 2024-08-22T20:35:54.1514690Z numexpr 2.10.1 2024-08-22T20:35:54.1515075Z numpy 1.26.4 2024-08-22T20:35:54.1515522Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:35:54.1515991Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:35:54.1516469Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:35:54.1516947Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:35:54.1517405Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:35:54.1517865Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:35:54.1518342Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:35:54.1518873Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:35:54.1519359Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:35:54.1519973Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:35:54.1520421Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:35:54.1520931Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:35:54.1521335Z packaging 23.0 2024-08-22T20:35:59.8646669Z pandas 2.2.2 2024-08-22T20:35:59.8648482Z pathvalidate 3.2.0 2024-08-22T20:35:59.8649528Z peft 0.12.0 2024-08-22T20:35:59.8650541Z pillow 10.4.0 2024-08-22T20:35:59.8651520Z pip 23.1.2 2024-08-22T20:35:59.8652354Z pkginfo 1.10.0 2024-08-22T20:35:59.8652860Z platformdirs 3.10.0 2024-08-22T20:35:59.8653363Z pluggy 1.0.0 2024-08-22T20:35:59.8653779Z portalocker 2.10.1 2024-08-22T20:35:59.8654163Z protobuf 5.27.3 2024-08-22T20:35:59.8654536Z psutil 5.9.0 2024-08-22T20:35:59.8654916Z pyarrow 17.0.0 2024-08-22T20:35:59.8655296Z pybind11 2.13.5 2024-08-22T20:35:59.8655683Z pycosat 0.6.4 2024-08-22T20:35:59.8656067Z pycparser 2.21 2024-08-22T20:35:59.8656448Z pycryptodomex 3.20.0 2024-08-22T20:35:59.8656829Z pydeck 0.9.1 2024-08-22T20:35:59.8658223Z Pygments 2.18.0 2024-08-22T20:35:59.8658627Z pyOpenSSL 23.0.0 2024-08-22T20:35:59.8659005Z PySocks 1.7.1 2024-08-22T20:35:59.8659394Z pytablewriter 1.2.0 2024-08-22T20:35:59.8660074Z python-dateutil 2.9.0.post0 2024-08-22T20:35:59.8660580Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:35:59.8661025Z pytz 2024.1 2024-08-22T20:35:59.8661403Z PyYAML 6.0.1 2024-08-22T20:35:59.8661778Z referencing 0.30.2 2024-08-22T20:35:59.8662162Z regex 2024.7.24 2024-08-22T20:35:59.8662558Z requests 2.32.3 2024-08-22T20:35:59.8662984Z requests-toolbelt 1.0.0 2024-08-22T20:35:59.8663374Z rich 13.7.1 2024-08-22T20:35:59.8663796Z rouge-score 0.1.2 2024-08-22T20:35:59.8664276Z rpds-py 0.10.6 2024-08-22T20:35:59.8664653Z ruamel.yaml 0.17.21 2024-08-22T20:35:59.8665052Z sacrebleu 2.4.3 2024-08-22T20:35:59.8665430Z safetensors 0.4.4 2024-08-22T20:35:59.8665851Z scikit-learn 1.5.1 2024-08-22T20:35:59.8666234Z scipy 1.14.1 2024-08-22T20:35:59.8666619Z sentencepiece 0.2.0 2024-08-22T20:35:59.8666998Z setuptools 67.8.0 2024-08-22T20:35:59.8667376Z six 1.16.0 2024-08-22T20:35:59.8667745Z smmap 5.0.1 2024-08-22T20:35:59.8668110Z snakeviz 2.2.0 2024-08-22T20:35:59.8668490Z soupsieve 2.5 2024-08-22T20:35:59.8668858Z sqlitedict 2.1.0 2024-08-22T20:35:59.8669230Z streamlit 1.37.1 2024-08-22T20:35:59.8669609Z sympy 1.13.1 2024-08-22T20:35:59.8669986Z tabledata 1.3.3 2024-08-22T20:35:59.8670364Z tabulate 0.9.0 2024-08-22T20:35:59.8670736Z tcolorpy 0.1.6 2024-08-22T20:35:59.8671102Z tenacity 8.5.0 2024-08-22T20:35:59.8671485Z threadpoolctl 3.5.0 2024-08-22T20:35:59.8671865Z tiktoken 0.7.0 2024-08-22T20:35:59.8672235Z tokenizers 0.19.1 2024-08-22T20:35:59.8672610Z toml 0.10.2 2024-08-22T20:35:59.8672982Z toolz 0.12.0 2024-08-22T20:35:59.8673392Z torch 2.5.0.dev20240814+cu121 2024-08-22T20:35:59.8673876Z torchao 0.4.0+gite11201a 2024-08-22T20:35:59.8674311Z tornado 6.4.1 2024-08-22T20:35:59.8674677Z tqdm 4.66.5 2024-08-22T20:35:59.8675124Z tqdm-multiprocess 0.0.11 2024-08-22T20:35:59.8675516Z traitlets 5.14.3 2024-08-22T20:35:59.8675895Z transformers 4.44.2 2024-08-22T20:35:59.8676448Z typepy 1.3.2 2024-08-22T20:35:59.8676832Z typing_extensions 4.12.2 2024-08-22T20:35:59.8677211Z tzdata 2024.1 2024-08-22T20:35:59.8677587Z urllib3 1.26.16 2024-08-22T20:35:59.8677979Z watchdog 4.0.2 2024-08-22T20:35:59.8678346Z Werkzeug 3.0.4 2024-08-22T20:35:59.8678719Z wheel 0.38.4 2024-08-22T20:35:59.8679254Z word2number 1.1 2024-08-22T20:35:59.8679615Z xxhash 3.5.0 2024-08-22T20:35:59.8679982Z yarl 1.9.4 2024-08-22T20:35:59.8680357Z zstandard 0.19.0 2024-08-22T20:35:59.8680723Z zstd 1.5.5.1 2024-08-22T20:35:59.8681486Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:35:59.8682500Z torch: ('2.5.0.dev20240814+cu121', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:35:59.8683201Z + echo ::endgroup:: 2024-08-22T20:35:59.8683931Z ##[endgroup] 2024-08-22T20:35:59.8684360Z + echo '::group::Download checkpoints' 2024-08-22T20:35:59.8685039Z ##[group]Download checkpoints 2024-08-22T20:35:59.8685491Z + mkdir -p checkpoints/stories15M 2024-08-22T20:35:59.8685914Z + pushd checkpoints/stories15M 2024-08-22T20:35:59.8686531Z /pytorch/torchchat/checkpoints/stories15M /pytorch/torchchat 2024-08-22T20:35:59.8687336Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:35:59.8688387Z --2024-08-22 20:35:55-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:35:59.8689398Z Resolving huggingface.co (huggingface.co)... 18.154.227.7, 18.154.227.87, 18.154.227.69, ... 2024-08-22T20:35:59.8690322Z Connecting to huggingface.co (huggingface.co)|18.154.227.7|:443... connected. 2024-08-22T20:35:59.8691035Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:59.8700954Z 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=1724617383&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzM4M319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=JqNCAk3yi3xIJDmxjlZCL7z%7EuFMOk%7ET7TlESuBR2a-msRqfuCrOOHIac9vtz3wvvy5YxgixR6En0MdCTbDRQ1B3n-EFCR3N1%7EoMsA-GmND5rkMJ2Wia5qSjD2r8t8ocXY0henTxIoqt85Szm1UVTZDn3SmyVOXr8LO76IkXr43f22mTEFTiEUYDLQRlWNQZiY2%7Ew8dH8IREp-H-X2-%7EPgB9%7ElU%7EukrGjybAfxw78bvvOASUuzSx3S2L3lWyYu-S0TvwCqbJV3XnI7J4OrMjXfNpODXOCCuh-3Bt4Bw5INs3mGYNRs7nDshdFPzjkM5zvNwOL2MgRMzj2hSvD-teTsQ__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:35:59.8720065Z --2024-08-22 20:35:55-- 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=1724617383&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzM4M319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=JqNCAk3yi3xIJDmxjlZCL7z%7EuFMOk%7ET7TlESuBR2a-msRqfuCrOOHIac9vtz3wvvy5YxgixR6En0MdCTbDRQ1B3n-EFCR3N1%7EoMsA-GmND5rkMJ2Wia5qSjD2r8t8ocXY0henTxIoqt85Szm1UVTZDn3SmyVOXr8LO76IkXr43f22mTEFTiEUYDLQRlWNQZiY2%7Ew8dH8IREp-H-X2-%7EPgB9%7ElU%7EukrGjybAfxw78bvvOASUuzSx3S2L3lWyYu-S0TvwCqbJV3XnI7J4OrMjXfNpODXOCCuh-3Bt4Bw5INs3mGYNRs7nDshdFPzjkM5zvNwOL2MgRMzj2hSvD-teTsQ__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:35:59.8730061Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.111, 108.138.64.121, 108.138.64.36, ... 2024-08-22T20:35:59.8731308Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.111|:443... connected. 2024-08-22T20:35:59.8732135Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:59.8732699Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:35:59.8733245Z Saving to: ‘stories15M.pt’ 2024-08-22T20:35:59.8733502Z 2024-08-22T20:35:59.8733507Z 2024-08-22T20:35:59.8733787Z 0% [ ] 0 --.-K/s 2024-08-22T20:35:59.8734436Z 100%[======================================>] 60,789,090 --.-K/s in 0.1s 2024-08-22T20:35:59.8734826Z 2024-08-22T20:35:59.8737449Z 2024-08-22 20:35:55 (426 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:35:59.8737963Z 2024-08-22T20:35:59.8738290Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:59.8739266Z --2024-08-22 20:35:56-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:59.8740192Z Resolving github.com (github.com)... 140.82.114.3 2024-08-22T20:35:59.8740850Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-08-22T20:35:59.8741516Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:59.8742412Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:35:59.8743630Z --2024-08-22 20:35:56-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:35:59.8744851Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-08-22T20:35:59.8746107Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:35:59.8746967Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:59.8747559Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:35:59.8748107Z Saving to: ‘tokenizer.model’ 2024-08-22T20:35:59.8748369Z 2024-08-22T20:35:59.8748386Z 2024-08-22T20:35:59.8748655Z 0% [ ] 0 --.-K/s 2024-08-22T20:35:59.8749312Z 100%[======================================>] 499,723 --.-K/s in 0.005s 2024-08-22T20:35:59.8749700Z 2024-08-22T20:35:59.8750093Z 2024-08-22 20:35:56 (93.3 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:35:59.8750575Z 2024-08-22T20:35:59.8750691Z + popd 2024-08-22T20:35:59.8750958Z /pytorch/torchchat 2024-08-22T20:35:59.8751284Z + echo ::endgroup:: 2024-08-22T20:35:59.8751841Z ##[endgroup] 2024-08-22T20:35:59.8752229Z + echo '::group::Run inference' 2024-08-22T20:35:59.8752843Z ##[group]Run inference 2024-08-22T20:35:59.8753293Z + export MODEL_PATH=checkpoints/stories15M/stories15M.pt 2024-08-22T20:35:59.8753897Z + MODEL_PATH=checkpoints/stories15M/stories15M.pt 2024-08-22T20:35:59.8754398Z + export MODEL_NAME=stories15M 2024-08-22T20:35:59.8754778Z + MODEL_NAME=stories15M 2024-08-22T20:35:59.8755123Z + export MODEL_DIR=/tmp 2024-08-22T20:35:59.8755459Z + MODEL_DIR=/tmp 2024-08-22T20:35:59.8755805Z + set -eou pipefail 2024-08-22T20:35:59.8756263Z + export MODEL_DIR=/pytorch/torchchat/checkpoints/stories15M 2024-08-22T20:35:59.8756887Z + MODEL_DIR=/pytorch/torchchat/checkpoints/stories15M 2024-08-22T20:35:59.8757539Z + export 'PROMPT=Once upon a time in a land far away' 2024-08-22T20:35:59.8758160Z + PROMPT='Once upon a time in a land far away' 2024-08-22T20:35:59.8758641Z + for DTYPE in bfloat16 2024-08-22T20:35:59.8760179Z + python torchchat.py generate --dtype bfloat16 --checkpoint-path /pytorch/torchchat/checkpoints/stories15M/stories15M.pt --temperature 0 --prompt 'Once upon a time in a land far away' --device cuda 2024-08-22T20:35:59.8761575Z NumExpr defaulting to 16 threads. 2024-08-22T20:35:59.8762147Z PyTorch version 2.5.0.dev20240814+cu121 available. 2024-08-22T20:35:59.8762510Z 2024-08-22T20:35:59.8762773Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-08-22T20:36:52.9443144Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:52.9443640Z  fi 2024-08-22T20:36:52.9444040Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:36:52.9444738Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:52.9445337Z  fi 2024-08-22T20:36:52.9445998Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:36:52.9446891Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:52.9447444Z fi 2024-08-22T20:36:52.9447727Z  2024-08-22T20:36:52.9448012Z upload_docs=0 2024-08-22T20:36:52.9448672Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:36:52.9449384Z # empty folders do not count 2024-08-22T20:36:52.9450061Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:36:52.9451003Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:36:52.9451797Z  # upload will probably not work correctly 2024-08-22T20:36:52.9452310Z  upload_docs=1 2024-08-22T20:36:52.9452654Z fi 2024-08-22T20:36:52.9453105Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:52.9462875Z shell: /usr/bin/bash -e {0} 2024-08-22T20:36:52.9463236Z env: 2024-08-22T20:36:52.9463569Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:52.9464052Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:52.9464446Z PR_NUMBER: 1044 2024-08-22T20:36:52.9472781Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:36:52.9481702Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:52.9482672Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:52.9483475Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:52.9484133Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:52.9484663Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:36:52.9485014Z ##[endgroup] 2024-08-22T20:36:52.9590367Z Prepare all required actions 2024-08-22T20:36:52.9632344Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:36:52.9632848Z with: 2024-08-22T20:36:52.9633100Z env: 2024-08-22T20:36:52.9633441Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:52.9633931Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:52.9634323Z PR_NUMBER: 1044 2024-08-22T20:36:52.9642601Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:36:52.9651305Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:52.9652339Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:52.9653130Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:52.9653784Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:52.9654293Z ##[endgroup] 2024-08-22T20:36:52.9675822Z ##[group]Run set -eou pipefail 2024-08-22T20:36:52.9676242Z set -eou pipefail 2024-08-22T20:36:52.9676599Z  2024-08-22T20:36:52.9677138Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:36:52.9677819Z for _ in $(seq 1440); do 2024-08-22T20:36:52.9678307Z  # Break if no ssh session exists anymore 2024-08-22T20:36:52.9678830Z  if [ "$(who)" = "" ]; then 2024-08-22T20:36:52.9679245Z  break 2024-08-22T20:36:52.9679639Z  fi 2024-08-22T20:36:52.9679947Z  echo "." 2024-08-22T20:36:52.9680279Z  sleep 5 2024-08-22T20:36:52.9680607Z done 2024-08-22T20:36:52.9689534Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:52.9690057Z env: 2024-08-22T20:36:52.9690386Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:52.9690871Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:52.9691259Z PR_NUMBER: 1044 2024-08-22T20:36:52.9699574Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:36:52.9708337Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:52.9709240Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:52.9710045Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:52.9711001Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:52.9711509Z ##[endgroup] 2024-08-22T20:36:52.9739816Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:36:52.9799657Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:52.9800485Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:52.9801111Z # shellcheck disable=SC2046 2024-08-22T20:36:52.9801586Z docker stop $(docker ps -q) || true 2024-08-22T20:36:52.9802074Z # Prune all of the docker images 2024-08-22T20:36:52.9802539Z docker system prune -af 2024-08-22T20:36:52.9811698Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:52.9812222Z env: 2024-08-22T20:36:52.9812568Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:52.9813234Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:52.9813620Z PR_NUMBER: 1044 2024-08-22T20:36:52.9821830Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:36:52.9830571Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:52.9831420Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:52.9832206Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:52.9833036Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:52.9833560Z ##[endgroup] 2024-08-22T20:37:03.9082181Z f4bcc6e8bf8c 2024-08-22T20:37:07.3184308Z Deleted Containers: 2024-08-22T20:37:07.3184891Z f4bcc6e8bf8c38f928b885127ede5a9d975f291d96bd8ca3316d65c649102e30 2024-08-22T20:37:07.3185377Z 2024-08-22T20:37:12.7544788Z Deleted Images: 2024-08-22T20:37:12.7545620Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:37:12.7546586Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:37:12.7547654Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:37:12.7548586Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:37:12.7549492Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:37:12.7550504Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:37:12.7551505Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:37:12.7552433Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:37:12.7553347Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:37:12.7554228Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:37:12.7555123Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:37:12.7556096Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:37:12.7557009Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:37:12.7558040Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:37:12.7558919Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:37:12.7559903Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:37:12.7561171Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:37:12.7562066Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:37:12.7562960Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:37:12.7563835Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:37:12.7564714Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:37:12.7565600Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:37:12.7566484Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:37:12.7567356Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:37:12.7568227Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:37:12.7569101Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:37:12.7569969Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:37:12.7570921Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:37:12.7571834Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:37:12.7572722Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:37:12.7573630Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:37:12.7574506Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:37:12.7575358Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:37:12.7576307Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:37:12.7577860Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:37:12.7579138Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:37:12.7580051Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:37:12.7580613Z 2024-08-22T20:37:12.7580762Z Total reclaimed space: 24.34GB 2024-08-22T20:37:12.7625369Z ##[group]Run set +e 2024-08-22T20:37:12.7625738Z set +e 2024-08-22T20:37:12.7626106Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:37:12.7626722Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:37:12.7627270Z else 2024-08-22T20:37:12.7627680Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:37:12.7628189Z fi 2024-08-22T20:37:12.7628480Z set -e 2024-08-22T20:37:12.7638007Z shell: /usr/bin/bash -e {0} 2024-08-22T20:37:12.7638374Z env: 2024-08-22T20:37:12.7638730Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:37:12.7639213Z REPOSITORY: pytorch/torchchat 2024-08-22T20:37:12.7639608Z PR_NUMBER: 1044 2024-08-22T20:37:12.7647861Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Download checkpoints" # Install requirements ./install_requirements.sh cuda bash scripts/build_native.sh aoti pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoints" mkdir -p checkpoints/stories15M pushd checkpoints/stories15M wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model popd echo "::endgroup::" echo "::group::Run inference" export MODEL_PATH=checkpoints/stories15M/stories15M.pt export MODEL_NAME=stories15M export MODEL_DIR=/tmp set -eou pipefail export MODEL_DIR=${PWD}/checkpoints/stories15M export PROMPT="Once upon a time in a land far away" for DTYPE in bfloat16; do python torchchat.py generate --dtype ${DTYPE} --checkpoint-path ${MODEL_DIR}/stories15M.pt --temperature 0 --prompt "${PROMPT}" --device cuda python torchchat.py export --checkpoint-path ${MODEL_DIR}/stories15M.pt --output-dso-path /tmp/model.so ./cmake-out/aoti_run /tmp/model.so -d CUDA -z ${MODEL_DIR}/tokenizer.model -i "${PROMPT}" done echo "tests complete" echo "******************************************" echo "::endgroup::" 2024-08-22T20:37:12.7656770Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:37:12.7657613Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:37:12.7658402Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:37:12.7659064Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:37:12.7659581Z NO_SUDO: false 2024-08-22T20:37:12.7659882Z ##[endgroup] 2024-08-22T20:37:13.0712555Z Post job cleanup. 2024-08-22T20:37:13.1693748Z Post job cleanup. 2024-08-22T20:37:13.2568579Z [command]/usr/bin/git version 2024-08-22T20:37:13.2621956Z git version 2.40.1 2024-08-22T20:37:13.2659793Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6b21ade4-872d-4cb1-8bda-dbe5509d3199' before making global git config changes 2024-08-22T20:37:13.2661191Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:37:13.2664973Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:37:13.2710875Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:37:13.2761990Z [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:37:13.3121147Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:37:13.3155968Z http.https://github.com/.extraheader 2024-08-22T20:37:13.3166095Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:37:13.3211560Z [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:37:13.3654849Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:37:13.3677629Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:37:13.3685855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:37:13.3686401Z ##[endgroup] 2024-08-22T20:37:20.2192929Z Cleaning up orphan processes