2024-05-15T23:34:18.0796247Z Current runner version: '2.316.1' 2024-05-15T23:34:18.0802354Z Runner name: 'i-08639b5a18878c97e' 2024-05-15T23:34:18.0803209Z Runner group name: 'Default' 2024-05-15T23:34:18.0804217Z Machine name: 'ip-10-0-65-48' 2024-05-15T23:34:18.0807398Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:34:18.0809138Z Contents: read 2024-05-15T23:34:18.0809758Z Metadata: read 2024-05-15T23:34:18.0810254Z Packages: read 2024-05-15T23:34:18.0810777Z ##[endgroup] 2024-05-15T23:34:18.0813876Z Secret source: Actions 2024-05-15T23:34:18.0814589Z Prepare workflow directory 2024-05-15T23:34:18.4625008Z Prepare all required actions 2024-05-15T23:34:18.4801543Z Getting action download info 2024-05-15T23:34:18.6476885Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:34:18.8671261Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-05-15T23:34:19.0218630Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-05-15T23:34:19.2085449Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-05-15T23:34:19.3402343Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-05-15T23:34:19.6288021Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:34:19.6290419Z ##[group] Inputs 2024-05-15T23:34:19.6295805Z script: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:19.6301831Z timeout: 60 2024-05-15T23:34:19.6302183Z runner: linux.g5.4xlarge.nvidia.gpu 2024-05-15T23:34:19.6302596Z upload-artifact: 2024-05-15T23:34:19.6302958Z download-artifact: 2024-05-15T23:34:19.6303278Z repository: 2024-05-15T23:34:19.6303576Z fetch-depth: 1 2024-05-15T23:34:19.6303874Z submodules: 2024-05-15T23:34:19.6304152Z ref: 2024-05-15T23:34:19.6304471Z test-infra-repository: pytorch/test-infra 2024-05-15T23:34:19.6305075Z test-infra-ref: 2024-05-15T23:34:19.6305416Z docker-image: pytorch/conda-builder 2024-05-15T23:34:19.6305823Z docker-build-dir: .ci/docker 2024-05-15T23:34:19.6306191Z gpu-arch-type: cuda 2024-05-15T23:34:19.6306520Z gpu-arch-version: 12.1 2024-05-15T23:34:19.6306852Z job-name: linux-job 2024-05-15T23:34:19.6307524Z continue-on-error: false 2024-05-15T23:34:19.6307875Z binary-matrix: 2024-05-15T23:34:19.6308186Z run-with-docker: true 2024-05-15T23:34:19.6308522Z secrets-env: 2024-05-15T23:34:19.6308823Z no-sudo: false 2024-05-15T23:34:19.6309177Z ##[endgroup] 2024-05-15T23:34:19.6309840Z Complete job name: test-gpu-aoti-bfloat16 (cuda, stories15M) / linux-job 2024-05-15T23:34:19.7056471Z ##[group]Run set -euxo pipefail 2024-05-15T23:34:19.7057010Z set -euxo pipefail 2024-05-15T23:34:19.7057433Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:34:19.7057965Z  echo "::group::Cleanup with-sudo debug output" 2024-05-15T23:34:19.7058745Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:34:19.7059169Z else 2024-05-15T23:34:19.7059544Z  echo "::group::Cleanup no-sudo debug output" 2024-05-15T23:34:19.7060044Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:34:19.7060441Z fi 2024-05-15T23:34:19.7060701Z  2024-05-15T23:34:19.7061001Z mkdir -p "${GITHUB_WORKSPACE}" 2024-05-15T23:34:19.7061414Z echo "::endgroup::" 2024-05-15T23:34:19.7071848Z shell: /usr/bin/bash -e {0} 2024-05-15T23:34:19.7072220Z env: 2024-05-15T23:34:19.7072541Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:19.7072990Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:19.7073409Z PR_NUMBER: 804 2024-05-15T23:34:19.7078742Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:19.7084300Z NO_SUDO: false 2024-05-15T23:34:19.7084599Z ##[endgroup] 2024-05-15T23:34:19.7264991Z + [[ false == \f\a\l\s\e ]] 2024-05-15T23:34:19.7289747Z ##[group]Cleanup with-sudo debug output 2024-05-15T23:34:19.7299017Z + echo '::group::Cleanup with-sudo debug output' 2024-05-15T23:34:19.7299718Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:34:19.7315741Z removed directory: '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-05-15T23:34:19.7328939Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:34:19.7337676Z + echo ::endgroup:: 2024-05-15T23:34:19.7338691Z ##[endgroup] 2024-05-15T23:34:19.7589746Z ##[group]Run actions/checkout@v3 2024-05-15T23:34:19.7590232Z with: 2024-05-15T23:34:19.7590593Z repository: pytorch/test-infra 2024-05-15T23:34:19.7591038Z path: test-infra 2024-05-15T23:34:19.7591417Z submodules: recursive 2024-05-15T23:34:19.7592101Z token: *** 2024-05-15T23:34:19.7592475Z ssh-strict: true 2024-05-15T23:34:19.7592867Z persist-credentials: true 2024-05-15T23:34:19.7593286Z clean: true 2024-05-15T23:34:19.7593669Z sparse-checkout-cone-mode: true 2024-05-15T23:34:19.7594111Z fetch-depth: 1 2024-05-15T23:34:19.7594494Z fetch-tags: false 2024-05-15T23:34:19.7594861Z lfs: false 2024-05-15T23:34:19.7595215Z set-safe-directory: true 2024-05-15T23:34:19.7595623Z env: 2024-05-15T23:34:19.7596011Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:19.7596519Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:19.7596954Z PR_NUMBER: 804 2024-05-15T23:34:19.7602018Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:19.7607581Z ##[endgroup] 2024-05-15T23:34:19.8588943Z Syncing repository: pytorch/test-infra 2024-05-15T23:34:19.8589757Z ##[group]Getting Git version info 2024-05-15T23:34:19.8590503Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-05-15T23:34:19.8591412Z [command]/usr/bin/git version 2024-05-15T23:34:19.8591776Z git version 2.40.1 2024-05-15T23:34:19.8593027Z ##[endgroup] 2024-05-15T23:34:19.8604104Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bfc7e144-6b49-4ba6-9a63-2139918e350e' before making global git config changes 2024-05-15T23:34:19.8605329Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:34:19.8606499Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:34:19.8632769Z ##[group]Initializing the repository 2024-05-15T23:34:19.8635984Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:34:19.8655854Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:34:19.8656962Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:34:19.8657752Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:34:19.8658306Z hint: 2024-05-15T23:34:19.8658861Z hint: git config --global init.defaultBranch 2024-05-15T23:34:19.8659331Z hint: 2024-05-15T23:34:19.8659841Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:34:19.8660678Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:34:19.8661256Z hint: 2024-05-15T23:34:19.8661568Z hint: git branch -m 2024-05-15T23:34:19.8662378Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-05-15T23:34:19.8664922Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-05-15T23:34:19.8689015Z ##[endgroup] 2024-05-15T23:34:19.8689581Z ##[group]Disabling automatic garbage collection 2024-05-15T23:34:19.8691508Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:34:19.8715402Z ##[endgroup] 2024-05-15T23:34:19.8716086Z ##[group]Setting up auth 2024-05-15T23:34:19.8720216Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:34:19.8744498Z [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-05-15T23:34:19.8937608Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:34:19.8960997Z [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-05-15T23:34:19.9156859Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:34:19.9193768Z ##[endgroup] 2024-05-15T23:34:19.9194447Z ##[group]Determining the default branch 2024-05-15T23:34:19.9197079Z Retrieving the default branch name 2024-05-15T23:34:20.0826103Z Default branch 'main' 2024-05-15T23:34:20.0826996Z ##[endgroup] 2024-05-15T23:34:20.0827652Z ##[group]Fetching the repository 2024-05-15T23:34:20.0831918Z [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-05-15T23:34:20.2823170Z remote: Enumerating objects: 1184, done. 2024-05-15T23:34:20.2824191Z remote: Counting objects: 0% (1/1184) 2024-05-15T23:34:20.2825194Z remote: Counting objects: 1% (12/1184) 2024-05-15T23:34:20.2826040Z remote: Counting objects: 2% (24/1184) 2024-05-15T23:34:20.2826894Z remote: Counting objects: 3% (36/1184) 2024-05-15T23:34:20.2827496Z remote: Counting objects: 4% (48/1184) 2024-05-15T23:34:20.2828056Z remote: Counting objects: 5% (60/1184) 2024-05-15T23:34:20.2828619Z remote: Counting objects: 6% (72/1184) 2024-05-15T23:34:20.2829237Z remote: Counting objects: 7% (83/1184) 2024-05-15T23:34:20.2829805Z remote: Counting objects: 8% (95/1184) 2024-05-15T23:34:20.2830377Z remote: Counting objects: 9% (107/1184) 2024-05-15T23:34:20.2830943Z remote: Counting objects: 10% (119/1184) 2024-05-15T23:34:20.2831522Z remote: Counting objects: 11% (131/1184) 2024-05-15T23:34:20.2832089Z remote: Counting objects: 12% (143/1184) 2024-05-15T23:34:20.2832654Z remote: Counting objects: 13% (154/1184) 2024-05-15T23:34:20.2833225Z remote: Counting objects: 14% (166/1184) 2024-05-15T23:34:20.2833794Z remote: Counting objects: 15% (178/1184) 2024-05-15T23:34:20.2834354Z remote: Counting objects: 16% (190/1184) 2024-05-15T23:34:20.2834931Z remote: Counting objects: 17% (202/1184) 2024-05-15T23:34:20.2835499Z remote: Counting objects: 18% (214/1184) 2024-05-15T23:34:20.2836063Z remote: Counting objects: 19% (225/1184) 2024-05-15T23:34:20.2836634Z remote: Counting objects: 20% (237/1184) 2024-05-15T23:34:20.2837207Z remote: Counting objects: 21% (249/1184) 2024-05-15T23:34:20.2837768Z remote: Counting objects: 22% (261/1184) 2024-05-15T23:34:20.2838332Z remote: Counting objects: 23% (273/1184) 2024-05-15T23:34:20.2838906Z remote: Counting objects: 24% (285/1184) 2024-05-15T23:34:20.2839468Z remote: Counting objects: 25% (296/1184) 2024-05-15T23:34:20.2840034Z remote: Counting objects: 26% (308/1184) 2024-05-15T23:34:20.2840603Z remote: Counting objects: 27% (320/1184) 2024-05-15T23:34:20.2841163Z remote: Counting objects: 28% (332/1184) 2024-05-15T23:34:20.2841734Z remote: Counting objects: 29% (344/1184) 2024-05-15T23:34:20.2842477Z remote: Counting objects: 30% (356/1184) 2024-05-15T23:34:20.2843140Z remote: Counting objects: 31% (368/1184) 2024-05-15T23:34:20.2843931Z remote: Counting objects: 32% (379/1184) 2024-05-15T23:34:20.2844800Z remote: Counting objects: 33% (391/1184) 2024-05-15T23:34:20.2845389Z remote: Counting objects: 34% (403/1184) 2024-05-15T23:34:20.2845952Z remote: Counting objects: 35% (415/1184) 2024-05-15T23:34:20.2846563Z remote: Counting objects: 36% (427/1184) 2024-05-15T23:34:20.2847221Z remote: Counting objects: 37% (439/1184) 2024-05-15T23:34:20.2847780Z remote: Counting objects: 38% (450/1184) 2024-05-15T23:34:20.2848347Z remote: Counting objects: 39% (462/1184) 2024-05-15T23:34:20.2848917Z remote: Counting objects: 40% (474/1184) 2024-05-15T23:34:20.2849476Z remote: Counting objects: 41% (486/1184) 2024-05-15T23:34:20.2850044Z remote: Counting objects: 42% (498/1184) 2024-05-15T23:34:20.2850617Z remote: Counting objects: 43% (510/1184) 2024-05-15T23:34:20.2851175Z remote: Counting objects: 44% (521/1184) 2024-05-15T23:34:20.2851738Z remote: Counting objects: 45% (533/1184) 2024-05-15T23:34:20.2852306Z remote: Counting objects: 46% (545/1184) 2024-05-15T23:34:20.2852864Z remote: Counting objects: 47% (557/1184) 2024-05-15T23:34:20.2853482Z remote: Counting objects: 48% (569/1184) 2024-05-15T23:34:20.2854047Z remote: Counting objects: 49% (581/1184) 2024-05-15T23:34:20.2854757Z remote: Counting objects: 50% (592/1184) 2024-05-15T23:34:20.2855321Z remote: Counting objects: 51% (604/1184) 2024-05-15T23:34:20.2855892Z remote: Counting objects: 52% (616/1184) 2024-05-15T23:34:20.2856635Z remote: Counting objects: 53% (628/1184) 2024-05-15T23:34:20.2857405Z remote: Counting objects: 54% (640/1184) 2024-05-15T23:34:20.2857993Z remote: Counting objects: 55% (652/1184) 2024-05-15T23:34:20.2858974Z remote: Counting objects: 56% (664/1184) 2024-05-15T23:34:20.2859561Z remote: Counting objects: 57% (675/1184) 2024-05-15T23:34:20.2860275Z remote: Counting objects: 58% (687/1184) 2024-05-15T23:34:20.2861010Z remote: Counting objects: 59% (699/1184) 2024-05-15T23:34:20.2861581Z remote: Counting objects: 60% (711/1184) 2024-05-15T23:34:20.2862414Z remote: Counting objects: 61% (723/1184) 2024-05-15T23:34:20.2863034Z remote: Counting objects: 62% (735/1184) 2024-05-15T23:34:20.2863663Z remote: Counting objects: 63% (746/1184) 2024-05-15T23:34:20.2864357Z remote: Counting objects: 64% (758/1184) 2024-05-15T23:34:20.2865086Z remote: Counting objects: 65% (770/1184) 2024-05-15T23:34:20.2865662Z remote: Counting objects: 66% (782/1184) 2024-05-15T23:34:20.2866230Z remote: Counting objects: 67% (794/1184) 2024-05-15T23:34:20.2866810Z remote: Counting objects: 68% (806/1184) 2024-05-15T23:34:20.2867383Z remote: Counting objects: 69% (817/1184) 2024-05-15T23:34:20.2867949Z remote: Counting objects: 70% (829/1184) 2024-05-15T23:34:20.2868525Z remote: Counting objects: 71% (841/1184) 2024-05-15T23:34:20.2869105Z remote: Counting objects: 72% (853/1184) 2024-05-15T23:34:20.2869680Z remote: Counting objects: 73% (865/1184) 2024-05-15T23:34:20.2870247Z remote: Counting objects: 74% (877/1184) 2024-05-15T23:34:20.2870819Z remote: Counting objects: 75% (888/1184) 2024-05-15T23:34:20.2871398Z remote: Counting objects: 76% (900/1184) 2024-05-15T23:34:20.2871964Z remote: Counting objects: 77% (912/1184) 2024-05-15T23:34:20.2872538Z remote: Counting objects: 78% (924/1184) 2024-05-15T23:34:20.2873109Z remote: Counting objects: 79% (936/1184) 2024-05-15T23:34:20.2873677Z remote: Counting objects: 80% (948/1184) 2024-05-15T23:34:20.2874367Z remote: Counting objects: 81% (960/1184) 2024-05-15T23:34:20.2874947Z remote: Counting objects: 82% (971/1184) 2024-05-15T23:34:20.2875511Z remote: Counting objects: 83% (983/1184) 2024-05-15T23:34:20.2876088Z remote: Counting objects: 84% (995/1184) 2024-05-15T23:34:20.2876668Z remote: Counting objects: 85% (1007/1184) 2024-05-15T23:34:20.2877254Z remote: Counting objects: 86% (1019/1184) 2024-05-15T23:34:20.2877848Z remote: Counting objects: 87% (1031/1184) 2024-05-15T23:34:20.2878438Z remote: Counting objects: 88% (1042/1184) 2024-05-15T23:34:20.2879022Z remote: Counting objects: 89% (1054/1184) 2024-05-15T23:34:20.2879609Z remote: Counting objects: 90% (1066/1184) 2024-05-15T23:34:20.2880193Z remote: Counting objects: 91% (1078/1184) 2024-05-15T23:34:20.2880772Z remote: Counting objects: 92% (1090/1184) 2024-05-15T23:34:20.2881415Z remote: Counting objects: 93% (1102/1184) 2024-05-15T23:34:20.2917039Z remote: Counting objects: 94% (1113/1184) 2024-05-15T23:34:20.2917716Z remote: Counting objects: 95% (1125/1184) 2024-05-15T23:34:20.2918317Z remote: Counting objects: 96% (1137/1184) 2024-05-15T23:34:20.2918904Z remote: Counting objects: 97% (1149/1184) 2024-05-15T23:34:20.2919500Z remote: Counting objects: 98% (1161/1184) 2024-05-15T23:34:20.2920095Z remote: Counting objects: 99% (1173/1184) 2024-05-15T23:34:20.2920686Z remote: Counting objects: 100% (1184/1184) 2024-05-15T23:34:20.2921308Z remote: Counting objects: 100% (1184/1184), done. 2024-05-15T23:34:20.2922121Z remote: Compressing objects: 0% (1/931) 2024-05-15T23:34:20.2922722Z remote: Compressing objects: 1% (10/931) 2024-05-15T23:34:20.2923320Z remote: Compressing objects: 2% (19/931) 2024-05-15T23:34:20.2923920Z remote: Compressing objects: 3% (28/931) 2024-05-15T23:34:20.2924520Z remote: Compressing objects: 4% (38/931) 2024-05-15T23:34:20.2925114Z remote: Compressing objects: 5% (47/931) 2024-05-15T23:34:20.2925711Z remote: Compressing objects: 6% (56/931) 2024-05-15T23:34:20.2926304Z remote: Compressing objects: 7% (66/931) 2024-05-15T23:34:20.2926892Z remote: Compressing objects: 8% (75/931) 2024-05-15T23:34:20.2927487Z remote: Compressing objects: 9% (84/931) 2024-05-15T23:34:20.2928079Z remote: Compressing objects: 10% (94/931) 2024-05-15T23:34:20.2928666Z remote: Compressing objects: 11% (103/931) 2024-05-15T23:34:20.2929277Z remote: Compressing objects: 12% (112/931) 2024-05-15T23:34:20.2929875Z remote: Compressing objects: 13% (122/931) 2024-05-15T23:34:20.2930470Z remote: Compressing objects: 14% (131/931) 2024-05-15T23:34:20.2931066Z remote: Compressing objects: 15% (140/931) 2024-05-15T23:34:20.2931660Z remote: Compressing objects: 16% (149/931) 2024-05-15T23:34:20.2932257Z remote: Compressing objects: 17% (159/931) 2024-05-15T23:34:20.2932849Z remote: Compressing objects: 18% (168/931) 2024-05-15T23:34:20.2933447Z remote: Compressing objects: 19% (177/931) 2024-05-15T23:34:20.2934044Z remote: Compressing objects: 20% (187/931) 2024-05-15T23:34:20.2934630Z remote: Compressing objects: 21% (196/931) 2024-05-15T23:34:20.2935222Z remote: Compressing objects: 22% (205/931) 2024-05-15T23:34:20.2935823Z remote: Compressing objects: 23% (215/931) 2024-05-15T23:34:20.2936411Z remote: Compressing objects: 24% (224/931) 2024-05-15T23:34:20.2937012Z remote: Compressing objects: 25% (233/931) 2024-05-15T23:34:20.2937611Z remote: Compressing objects: 26% (243/931) 2024-05-15T23:34:20.2938204Z remote: Compressing objects: 27% (252/931) 2024-05-15T23:34:20.2938868Z remote: Compressing objects: 28% (261/931) 2024-05-15T23:34:20.2939468Z remote: Compressing objects: 29% (270/931) 2024-05-15T23:34:20.2940188Z remote: Compressing objects: 30% (280/931) 2024-05-15T23:34:20.2940792Z remote: Compressing objects: 31% (289/931) 2024-05-15T23:34:20.2941391Z remote: Compressing objects: 32% (298/931) 2024-05-15T23:34:20.2941981Z remote: Compressing objects: 33% (308/931) 2024-05-15T23:34:20.2942585Z remote: Compressing objects: 34% (317/931) 2024-05-15T23:34:20.2943185Z remote: Compressing objects: 35% (326/931) 2024-05-15T23:34:20.2943783Z remote: Compressing objects: 36% (336/931) 2024-05-15T23:34:20.2944378Z remote: Compressing objects: 37% (345/931) 2024-05-15T23:34:20.2945105Z remote: Compressing objects: 38% (354/931) 2024-05-15T23:34:20.2945699Z remote: Compressing objects: 39% (364/931) 2024-05-15T23:34:20.2946295Z remote: Compressing objects: 40% (373/931) 2024-05-15T23:34:20.2946892Z remote: Compressing objects: 41% (382/931) 2024-05-15T23:34:20.2947487Z remote: Compressing objects: 42% (392/931) 2024-05-15T23:34:20.2948088Z remote: Compressing objects: 43% (401/931) 2024-05-15T23:34:20.2948684Z remote: Compressing objects: 44% (410/931) 2024-05-15T23:34:20.2949282Z remote: Compressing objects: 45% (419/931) 2024-05-15T23:34:20.2949874Z remote: Compressing objects: 46% (429/931) 2024-05-15T23:34:20.2950475Z remote: Compressing objects: 47% (438/931) 2024-05-15T23:34:20.2951071Z remote: Compressing objects: 48% (447/931) 2024-05-15T23:34:20.2951662Z remote: Compressing objects: 49% (457/931) 2024-05-15T23:34:20.2952343Z remote: Compressing objects: 50% (466/931) 2024-05-15T23:34:20.2952941Z remote: Compressing objects: 51% (475/931) 2024-05-15T23:34:20.2953581Z remote: Compressing objects: 52% (485/931) 2024-05-15T23:34:20.2954171Z remote: Compressing objects: 53% (494/931) 2024-05-15T23:34:20.2954766Z remote: Compressing objects: 54% (503/931) 2024-05-15T23:34:20.2955368Z remote: Compressing objects: 55% (513/931) 2024-05-15T23:34:20.2955964Z remote: Compressing objects: 56% (522/931) 2024-05-15T23:34:20.2956565Z remote: Compressing objects: 57% (531/931) 2024-05-15T23:34:20.2957166Z remote: Compressing objects: 58% (540/931) 2024-05-15T23:34:20.2957756Z remote: Compressing objects: 59% (550/931) 2024-05-15T23:34:20.2958348Z remote: Compressing objects: 60% (559/931) 2024-05-15T23:34:20.2958946Z remote: Compressing objects: 61% (568/931) 2024-05-15T23:34:20.2959540Z remote: Compressing objects: 62% (578/931) 2024-05-15T23:34:20.2960148Z remote: Compressing objects: 63% (587/931) 2024-05-15T23:34:20.2960749Z remote: Compressing objects: 64% (596/931) 2024-05-15T23:34:20.2961340Z remote: Compressing objects: 65% (606/931) 2024-05-15T23:34:20.2961936Z remote: Compressing objects: 66% (615/931) 2024-05-15T23:34:20.2962533Z remote: Compressing objects: 67% (624/931) 2024-05-15T23:34:20.2963189Z remote: Compressing objects: 68% (634/931) 2024-05-15T23:34:20.2963778Z remote: Compressing objects: 69% (643/931) 2024-05-15T23:34:20.2964373Z remote: Compressing objects: 70% (652/931) 2024-05-15T23:34:20.2964970Z remote: Compressing objects: 71% (662/931) 2024-05-15T23:34:20.2965564Z remote: Compressing objects: 72% (671/931) 2024-05-15T23:34:20.2966160Z remote: Compressing objects: 73% (680/931) 2024-05-15T23:34:20.2966755Z remote: Compressing objects: 74% (689/931) 2024-05-15T23:34:20.2967344Z remote: Compressing objects: 75% (699/931) 2024-05-15T23:34:20.2967946Z remote: Compressing objects: 76% (708/931) 2024-05-15T23:34:20.2968543Z remote: Compressing objects: 77% (717/931) 2024-05-15T23:34:20.2969133Z remote: Compressing objects: 78% (727/931) 2024-05-15T23:34:20.2969728Z remote: Compressing objects: 79% (736/931) 2024-05-15T23:34:20.2970322Z remote: Compressing objects: 80% (745/931) 2024-05-15T23:34:20.2970991Z remote: Compressing objects: 81% (755/931) 2024-05-15T23:34:20.2971592Z remote: Compressing objects: 82% (764/931) 2024-05-15T23:34:20.2972191Z remote: Compressing objects: 83% (773/931) 2024-05-15T23:34:20.2972780Z remote: Compressing objects: 84% (783/931) 2024-05-15T23:34:20.2973373Z remote: Compressing objects: 85% (792/931) 2024-05-15T23:34:20.2973968Z remote: Compressing objects: 86% (801/931) 2024-05-15T23:34:20.2974562Z remote: Compressing objects: 87% (810/931) 2024-05-15T23:34:20.2975158Z remote: Compressing objects: 88% (820/931) 2024-05-15T23:34:20.2975752Z remote: Compressing objects: 89% (829/931) 2024-05-15T23:34:20.2976357Z remote: Compressing objects: 90% (838/931) 2024-05-15T23:34:20.2976955Z remote: Compressing objects: 91% (848/931) 2024-05-15T23:34:20.2977543Z remote: Compressing objects: 92% (857/931) 2024-05-15T23:34:20.2978138Z remote: Compressing objects: 93% (866/931) 2024-05-15T23:34:20.2978789Z remote: Compressing objects: 94% (876/931) 2024-05-15T23:34:20.2979386Z remote: Compressing objects: 95% (885/931) 2024-05-15T23:34:20.2979973Z remote: Compressing objects: 96% (894/931) 2024-05-15T23:34:20.2980566Z remote: Compressing objects: 97% (904/931) 2024-05-15T23:34:20.2981163Z remote: Compressing objects: 98% (913/931) 2024-05-15T23:34:20.2981751Z remote: Compressing objects: 99% (922/931) 2024-05-15T23:34:20.2982346Z remote: Compressing objects: 100% (931/931) 2024-05-15T23:34:20.2983097Z remote: Compressing objects: 100% (931/931), done. 2024-05-15T23:34:20.2983668Z Receiving objects: 0% (1/1184) 2024-05-15T23:34:20.2984130Z Receiving objects: 1% (12/1184) 2024-05-15T23:34:20.2984593Z Receiving objects: 2% (24/1184) 2024-05-15T23:34:20.3001006Z Receiving objects: 3% (36/1184) 2024-05-15T23:34:20.3011531Z Receiving objects: 4% (48/1184) 2024-05-15T23:34:20.3018807Z Receiving objects: 5% (60/1184) 2024-05-15T23:34:20.3022856Z Receiving objects: 6% (72/1184) 2024-05-15T23:34:20.3040078Z Receiving objects: 7% (83/1184) 2024-05-15T23:34:20.3042897Z Receiving objects: 8% (95/1184) 2024-05-15T23:34:20.3046231Z Receiving objects: 9% (107/1184) 2024-05-15T23:34:20.3047510Z Receiving objects: 10% (119/1184) 2024-05-15T23:34:20.3048655Z Receiving objects: 11% (131/1184) 2024-05-15T23:34:20.3050788Z Receiving objects: 12% (143/1184) 2024-05-15T23:34:20.3065236Z Receiving objects: 13% (154/1184) 2024-05-15T23:34:20.3065876Z Receiving objects: 14% (166/1184) 2024-05-15T23:34:20.3068422Z Receiving objects: 15% (178/1184) 2024-05-15T23:34:20.3069795Z Receiving objects: 16% (190/1184) 2024-05-15T23:34:20.3073008Z Receiving objects: 17% (202/1184) 2024-05-15T23:34:20.3089528Z Receiving objects: 18% (214/1184) 2024-05-15T23:34:20.3092589Z Receiving objects: 19% (225/1184) 2024-05-15T23:34:20.3095953Z Receiving objects: 20% (237/1184) 2024-05-15T23:34:20.3097192Z Receiving objects: 21% (249/1184) 2024-05-15T23:34:20.3111398Z Receiving objects: 22% (261/1184) 2024-05-15T23:34:20.3161523Z Receiving objects: 23% (273/1184) 2024-05-15T23:34:20.3164100Z Receiving objects: 24% (285/1184) 2024-05-15T23:34:20.3179684Z Receiving objects: 25% (296/1184) 2024-05-15T23:34:20.3180976Z Receiving objects: 26% (308/1184) 2024-05-15T23:34:20.3187029Z Receiving objects: 27% (320/1184) 2024-05-15T23:34:20.3189157Z Receiving objects: 28% (332/1184) 2024-05-15T23:34:20.3191138Z Receiving objects: 29% (344/1184) 2024-05-15T23:34:20.3199924Z Receiving objects: 30% (356/1184) 2024-05-15T23:34:20.3203203Z Receiving objects: 31% (368/1184) 2024-05-15T23:34:20.3209834Z Receiving objects: 32% (379/1184) 2024-05-15T23:34:20.3223720Z Receiving objects: 33% (391/1184) 2024-05-15T23:34:20.3225180Z Receiving objects: 34% (403/1184) 2024-05-15T23:34:20.3226488Z Receiving objects: 35% (415/1184) 2024-05-15T23:34:20.3227768Z Receiving objects: 36% (427/1184) 2024-05-15T23:34:20.3230035Z Receiving objects: 37% (439/1184) 2024-05-15T23:34:20.3231306Z Receiving objects: 38% (450/1184) 2024-05-15T23:34:20.3238408Z Receiving objects: 39% (462/1184) 2024-05-15T23:34:20.3241185Z Receiving objects: 40% (474/1184) 2024-05-15T23:34:20.3246238Z Receiving objects: 41% (486/1184) 2024-05-15T23:34:20.3253386Z Receiving objects: 42% (498/1184) 2024-05-15T23:34:20.3259791Z Receiving objects: 43% (510/1184) 2024-05-15T23:34:20.3263990Z Receiving objects: 44% (521/1184) 2024-05-15T23:34:20.3265328Z Receiving objects: 45% (533/1184) 2024-05-15T23:34:20.3266469Z Receiving objects: 46% (545/1184) 2024-05-15T23:34:20.3267236Z Receiving objects: 47% (557/1184) 2024-05-15T23:34:20.3274956Z Receiving objects: 48% (569/1184) 2024-05-15T23:34:20.3278381Z Receiving objects: 49% (581/1184) 2024-05-15T23:34:20.3283485Z Receiving objects: 50% (592/1184) 2024-05-15T23:34:20.3284944Z Receiving objects: 51% (604/1184) 2024-05-15T23:34:20.3287638Z Receiving objects: 52% (616/1184) 2024-05-15T23:34:20.3290358Z Receiving objects: 53% (628/1184) 2024-05-15T23:34:20.3292619Z Receiving objects: 54% (640/1184) 2024-05-15T23:34:20.3300459Z Receiving objects: 55% (652/1184) 2024-05-15T23:34:20.3304150Z Receiving objects: 56% (664/1184) 2024-05-15T23:34:20.3307343Z Receiving objects: 57% (675/1184) 2024-05-15T23:34:20.3309474Z Receiving objects: 58% (687/1184) 2024-05-15T23:34:20.3312529Z Receiving objects: 59% (699/1184) 2024-05-15T23:34:20.3315443Z Receiving objects: 60% (711/1184) 2024-05-15T23:34:20.3321531Z Receiving objects: 61% (723/1184) 2024-05-15T23:34:20.3324288Z Receiving objects: 62% (735/1184) 2024-05-15T23:34:20.3330869Z Receiving objects: 63% (746/1184) 2024-05-15T23:34:20.3343387Z Receiving objects: 64% (758/1184) 2024-05-15T23:34:20.3377154Z Receiving objects: 65% (770/1184) 2024-05-15T23:34:20.3382255Z Receiving objects: 66% (782/1184) 2024-05-15T23:34:20.3461860Z Receiving objects: 67% (794/1184) 2024-05-15T23:34:20.3462977Z Receiving objects: 68% (806/1184) 2024-05-15T23:34:20.3465880Z Receiving objects: 69% (817/1184) 2024-05-15T23:34:20.3471076Z Receiving objects: 70% (829/1184) 2024-05-15T23:34:20.3471816Z Receiving objects: 71% (841/1184) 2024-05-15T23:34:20.3472400Z Receiving objects: 72% (853/1184) 2024-05-15T23:34:20.3480558Z Receiving objects: 73% (865/1184) 2024-05-15T23:34:20.3483863Z Receiving objects: 74% (877/1184) 2024-05-15T23:34:20.3488203Z Receiving objects: 75% (888/1184) 2024-05-15T23:34:20.3492572Z Receiving objects: 76% (900/1184) 2024-05-15T23:34:20.3493981Z Receiving objects: 77% (912/1184) 2024-05-15T23:34:20.3496923Z Receiving objects: 78% (924/1184) 2024-05-15T23:34:20.3499184Z Receiving objects: 79% (936/1184) 2024-05-15T23:34:20.3500296Z Receiving objects: 80% (948/1184) 2024-05-15T23:34:20.3501024Z Receiving objects: 81% (960/1184) 2024-05-15T23:34:20.3501511Z Receiving objects: 82% (971/1184) 2024-05-15T23:34:20.3502133Z Receiving objects: 83% (983/1184) 2024-05-15T23:34:20.3502762Z Receiving objects: 84% (995/1184) 2024-05-15T23:34:20.3505110Z Receiving objects: 85% (1007/1184) 2024-05-15T23:34:20.3506510Z Receiving objects: 86% (1019/1184) 2024-05-15T23:34:20.3507856Z Receiving objects: 87% (1031/1184) 2024-05-15T23:34:20.3508526Z Receiving objects: 88% (1042/1184) 2024-05-15T23:34:20.3509162Z Receiving objects: 89% (1054/1184) 2024-05-15T23:34:20.3509736Z Receiving objects: 90% (1066/1184) 2024-05-15T23:34:20.3510412Z Receiving objects: 91% (1078/1184) 2024-05-15T23:34:20.3512631Z Receiving objects: 92% (1090/1184) 2024-05-15T23:34:20.3513162Z Receiving objects: 93% (1102/1184) 2024-05-15T23:34:20.3515106Z Receiving objects: 94% (1113/1184) 2024-05-15T23:34:20.3520454Z Receiving objects: 95% (1125/1184) 2024-05-15T23:34:20.3529777Z Receiving objects: 96% (1137/1184) 2024-05-15T23:34:20.3539688Z Receiving objects: 97% (1149/1184) 2024-05-15T23:34:20.3540580Z remote: Total 1184 (delta 220), reused 672 (delta 133), pack-reused 0 2024-05-15T23:34:20.3543747Z Receiving objects: 98% (1161/1184) 2024-05-15T23:34:20.3555251Z Receiving objects: 99% (1173/1184) 2024-05-15T23:34:20.3556052Z Receiving objects: 100% (1184/1184) 2024-05-15T23:34:20.3556899Z Receiving objects: 100% (1184/1184), 1.53 MiB | 22.05 MiB/s, done. 2024-05-15T23:34:20.3561199Z Resolving deltas: 0% (0/220) 2024-05-15T23:34:20.3562583Z Resolving deltas: 1% (3/220) 2024-05-15T23:34:20.3563176Z Resolving deltas: 2% (5/220) 2024-05-15T23:34:20.3564967Z Resolving deltas: 3% (7/220) 2024-05-15T23:34:20.3567173Z Resolving deltas: 5% (11/220) 2024-05-15T23:34:20.3568003Z Resolving deltas: 6% (14/220) 2024-05-15T23:34:20.3568672Z Resolving deltas: 7% (16/220) 2024-05-15T23:34:20.3569444Z Resolving deltas: 8% (18/220) 2024-05-15T23:34:20.3570155Z Resolving deltas: 9% (21/220) 2024-05-15T23:34:20.3570934Z Resolving deltas: 10% (22/220) 2024-05-15T23:34:20.3571603Z Resolving deltas: 11% (26/220) 2024-05-15T23:34:20.3572067Z Resolving deltas: 12% (27/220) 2024-05-15T23:34:20.3572728Z Resolving deltas: 13% (29/220) 2024-05-15T23:34:20.3573428Z Resolving deltas: 14% (31/220) 2024-05-15T23:34:20.3574110Z Resolving deltas: 15% (33/220) 2024-05-15T23:34:20.3574774Z Resolving deltas: 16% (36/220) 2024-05-15T23:34:20.3575235Z Resolving deltas: 17% (38/220) 2024-05-15T23:34:20.3575913Z Resolving deltas: 18% (40/220) 2024-05-15T23:34:20.3576528Z Resolving deltas: 19% (42/220) 2024-05-15T23:34:20.3577242Z Resolving deltas: 20% (44/220) 2024-05-15T23:34:20.3577824Z Resolving deltas: 21% (47/220) 2024-05-15T23:34:20.3578373Z Resolving deltas: 22% (49/220) 2024-05-15T23:34:20.3579170Z Resolving deltas: 23% (51/220) 2024-05-15T23:34:20.3579880Z Resolving deltas: 24% (53/220) 2024-05-15T23:34:20.3580360Z Resolving deltas: 25% (56/220) 2024-05-15T23:34:20.3581025Z Resolving deltas: 26% (58/220) 2024-05-15T23:34:20.3581664Z Resolving deltas: 27% (60/220) 2024-05-15T23:34:20.3582126Z Resolving deltas: 28% (62/220) 2024-05-15T23:34:20.3582576Z Resolving deltas: 29% (64/220) 2024-05-15T23:34:20.3583028Z Resolving deltas: 30% (66/220) 2024-05-15T23:34:20.3591898Z Resolving deltas: 31% (69/220) 2024-05-15T23:34:20.3594994Z Resolving deltas: 32% (72/220) 2024-05-15T23:34:20.3595737Z Resolving deltas: 33% (73/220) 2024-05-15T23:34:20.3596407Z Resolving deltas: 34% (75/220) 2024-05-15T23:34:20.3597041Z Resolving deltas: 35% (78/220) 2024-05-15T23:34:20.3597716Z Resolving deltas: 36% (80/220) 2024-05-15T23:34:20.3598291Z Resolving deltas: 37% (82/220) 2024-05-15T23:34:20.3598928Z Resolving deltas: 38% (84/220) 2024-05-15T23:34:20.3599536Z Resolving deltas: 39% (86/220) 2024-05-15T23:34:20.3600148Z Resolving deltas: 40% (88/220) 2024-05-15T23:34:20.3602280Z Resolving deltas: 41% (91/220) 2024-05-15T23:34:20.3602966Z Resolving deltas: 42% (94/220) 2024-05-15T23:34:20.3603499Z Resolving deltas: 43% (95/220) 2024-05-15T23:34:20.3603956Z Resolving deltas: 44% (98/220) 2024-05-15T23:34:20.3606083Z Resolving deltas: 45% (99/220) 2024-05-15T23:34:20.3606813Z Resolving deltas: 46% (102/220) 2024-05-15T23:34:20.3607539Z Resolving deltas: 47% (105/220) 2024-05-15T23:34:20.3608133Z Resolving deltas: 48% (106/220) 2024-05-15T23:34:20.3608593Z Resolving deltas: 49% (109/220) 2024-05-15T23:34:20.3609060Z Resolving deltas: 50% (110/220) 2024-05-15T23:34:20.3609519Z Resolving deltas: 51% (113/220) 2024-05-15T23:34:20.3610067Z Resolving deltas: 52% (116/220) 2024-05-15T23:34:20.3610879Z Resolving deltas: 53% (117/220) 2024-05-15T23:34:20.3611641Z Resolving deltas: 54% (119/220) 2024-05-15T23:34:20.3612350Z Resolving deltas: 55% (121/220) 2024-05-15T23:34:20.3613054Z Resolving deltas: 56% (124/220) 2024-05-15T23:34:20.3613794Z Resolving deltas: 57% (126/220) 2024-05-15T23:34:20.3614553Z Resolving deltas: 58% (128/220) 2024-05-15T23:34:20.3615285Z Resolving deltas: 59% (130/220) 2024-05-15T23:34:20.3616012Z Resolving deltas: 60% (133/220) 2024-05-15T23:34:20.3616707Z Resolving deltas: 61% (135/220) 2024-05-15T23:34:20.3617394Z Resolving deltas: 62% (137/220) 2024-05-15T23:34:20.3618014Z Resolving deltas: 63% (139/220) 2024-05-15T23:34:20.3618854Z Resolving deltas: 65% (144/220) 2024-05-15T23:34:20.3619727Z Resolving deltas: 66% (146/220) 2024-05-15T23:34:20.3620303Z Resolving deltas: 67% (148/220) 2024-05-15T23:34:20.3620763Z Resolving deltas: 68% (150/220) 2024-05-15T23:34:20.3621211Z Resolving deltas: 69% (152/220) 2024-05-15T23:34:20.3621669Z Resolving deltas: 70% (154/220) 2024-05-15T23:34:20.3622125Z Resolving deltas: 71% (157/220) 2024-05-15T23:34:20.3622709Z Resolving deltas: 72% (160/220) 2024-05-15T23:34:20.3623382Z Resolving deltas: 73% (162/220) 2024-05-15T23:34:20.3623846Z Resolving deltas: 75% (165/220) 2024-05-15T23:34:20.3624520Z Resolving deltas: 76% (168/220) 2024-05-15T23:34:20.3625253Z Resolving deltas: 77% (170/220) 2024-05-15T23:34:20.3625938Z Resolving deltas: 78% (173/220) 2024-05-15T23:34:20.3626442Z Resolving deltas: 79% (174/220) 2024-05-15T23:34:20.3626919Z Resolving deltas: 80% (176/220) 2024-05-15T23:34:20.3627585Z Resolving deltas: 81% (179/220) 2024-05-15T23:34:20.3628097Z Resolving deltas: 82% (181/220) 2024-05-15T23:34:20.3628677Z Resolving deltas: 83% (183/220) 2024-05-15T23:34:20.3629312Z Resolving deltas: 84% (185/220) 2024-05-15T23:34:20.3629777Z Resolving deltas: 85% (187/220) 2024-05-15T23:34:20.3630235Z Resolving deltas: 86% (190/220) 2024-05-15T23:34:20.3630690Z Resolving deltas: 87% (193/220) 2024-05-15T23:34:20.3631141Z Resolving deltas: 88% (194/220) 2024-05-15T23:34:20.3631598Z Resolving deltas: 89% (196/220) 2024-05-15T23:34:20.3632053Z Resolving deltas: 90% (198/220) 2024-05-15T23:34:20.3632501Z Resolving deltas: 91% (202/220) 2024-05-15T23:34:20.3632958Z Resolving deltas: 92% (203/220) 2024-05-15T23:34:20.3633554Z Resolving deltas: 94% (207/220) 2024-05-15T23:34:20.3634023Z Resolving deltas: 95% (209/220) 2024-05-15T23:34:20.3634484Z Resolving deltas: 97% (214/220) 2024-05-15T23:34:20.3657497Z Resolving deltas: 98% (216/220) 2024-05-15T23:34:20.3678039Z Resolving deltas: 99% (219/220) 2024-05-15T23:34:20.3678532Z Resolving deltas: 100% (220/220) 2024-05-15T23:34:20.3679007Z Resolving deltas: 100% (220/220), done. 2024-05-15T23:34:20.3808130Z From https://github.com/pytorch/test-infra 2024-05-15T23:34:20.3808762Z * [new branch] main -> origin/main 2024-05-15T23:34:20.3822791Z ##[endgroup] 2024-05-15T23:34:20.3823810Z ##[group]Determining the checkout info 2024-05-15T23:34:20.3825701Z ##[endgroup] 2024-05-15T23:34:20.3826633Z ##[group]Checking out the ref 2024-05-15T23:34:20.3830218Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-05-15T23:34:20.4355100Z Switched to a new branch 'main' 2024-05-15T23:34:20.4355748Z branch 'main' set up to track 'origin/main'. 2024-05-15T23:34:20.4361323Z ##[endgroup] 2024-05-15T23:34:20.4362265Z ##[group]Setting up auth for fetching submodules 2024-05-15T23:34:20.4367379Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:34:20.4413411Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-05-15T23:34:20.4436336Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-05-15T23:34:20.4457276Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-05-15T23:34:20.4475781Z ##[endgroup] 2024-05-15T23:34:20.4476573Z ##[group]Fetching submodules 2024-05-15T23:34:20.4479326Z [command]/usr/bin/git submodule sync --recursive 2024-05-15T23:34:20.4658889Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-05-15T23:34:20.4850794Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-05-15T23:34:20.5023908Z ##[endgroup] 2024-05-15T23:34:20.5025051Z ##[group]Persisting credentials for submodules 2024-05-15T23:34:20.5030253Z [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-05-15T23:34:20.5222964Z [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-05-15T23:34:20.5406749Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-05-15T23:34:20.5593710Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-05-15T23:34:20.5781222Z ##[endgroup] 2024-05-15T23:34:20.5810426Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:34:20.5831635Z '2698cb3ae580a5b2e6f3488e44cf57d8178edb04' 2024-05-15T23:34:20.6111763Z Prepare all required actions 2024-05-15T23:34:20.6112213Z Getting action download info 2024-05-15T23:34:20.6927289Z Download action repository 'pytorch/test-infra@main' (SHA:2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:34:21.1800087Z Getting action download info 2024-05-15T23:34:21.2677246Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-05-15T23:34:21.3964386Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-05-15T23:34:21.3964858Z env: 2024-05-15T23:34:21.3965171Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:21.3965625Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:21.3965998Z PR_NUMBER: 804 2024-05-15T23:34:21.3971189Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:21.3976719Z ##[endgroup] 2024-05-15T23:34:21.4169461Z ##[group]Run set -euo pipefail 2024-05-15T23:34:21.4169866Z set -euo pipefail 2024-05-15T23:34:21.4170251Z function get_ec2_metadata() { 2024-05-15T23:34:21.4170781Z  # Pulled from instance metadata endpoint for EC2 2024-05-15T23:34:21.4171698Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-05-15T23:34:21.4172453Z  category=$1 2024-05-15T23:34:21.4173026Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-05-15T23:34:21.4173644Z } 2024-05-15T23:34:21.4174000Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-05-15T23:34:21.4174596Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-05-15T23:34:21.4175223Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-05-15T23:34:21.4175773Z echo "system info $(uname -a)" 2024-05-15T23:34:21.4186490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:21.4187027Z env: 2024-05-15T23:34:21.4187343Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:21.4187793Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:21.4188158Z PR_NUMBER: 804 2024-05-15T23:34:21.4193272Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:21.4198630Z ##[endgroup] 2024-05-15T23:34:21.4266318Z ami-id: ami-0ce0c36d7a00b20e2 2024-05-15T23:34:21.4310698Z instance-id: i-08639b5a18878c97e 2024-05-15T23:34:21.4349269Z instance-type: g5.4xlarge 2024-05-15T23:34:21.4354832Z system info Linux ip-10-0-65-48.ec2.internal 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-05-15T23:34:21.4382096Z ##[group]Run if systemctl is-active --quiet docker; then 2024-05-15T23:34:21.4382920Z if systemctl is-active --quiet docker; then 2024-05-15T23:34:21.4383500Z  echo "Docker daemon is running..."; 2024-05-15T23:34:21.4383932Z else 2024-05-15T23:34:21.4384413Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-05-15T23:34:21.4385401Z fi 2024-05-15T23:34:21.4392682Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:21.4393200Z env: 2024-05-15T23:34:21.4393548Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:21.4393999Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:21.4394374Z PR_NUMBER: 804 2024-05-15T23:34:21.4399393Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:21.4404762Z ##[endgroup] 2024-05-15T23:34:21.4439674Z Docker daemon is running... 2024-05-15T23:34:21.4462524Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:34:21.4463407Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:34:21.4464178Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-05-15T23:34:21.4465241Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-05-15T23:34:21.4466223Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-05-15T23:34:21.4474161Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:21.4474656Z env: 2024-05-15T23:34:21.4474976Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:21.4475433Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:21.4475811Z PR_NUMBER: 804 2024-05-15T23:34:21.4480967Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:21.4486336Z AWS_RETRY_MODE: standard 2024-05-15T23:34:21.4486683Z AWS_MAX_ATTEMPTS: 5 2024-05-15T23:34:21.4487023Z AWS_DEFAULT_REGION: us-east-1 2024-05-15T23:34:21.4487384Z ##[endgroup] 2024-05-15T23:34:22.2896157Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:34:22.2897808Z Configure a credential helper to remove this warning. See 2024-05-15T23:34:22.2899546Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:34:22.2901012Z 2024-05-15T23:34:22.2901252Z Login Succeeded 2024-05-15T23:34:22.2936455Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:34:22.2937228Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:34:22.2937926Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:34:22.2946302Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:22.2946785Z env: 2024-05-15T23:34:22.2947101Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:22.2947550Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:22.2947907Z PR_NUMBER: 804 2024-05-15T23:34:22.2952964Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:22.2958368Z ##[endgroup] 2024-05-15T23:34:22.3014527Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:34:22.3015131Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:34:22.3015655Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:34:22.3016135Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:34:22.3016752Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:34:22.3017311Z  2024-05-15T23:34:22.3017708Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-05-15T23:34:22.3018274Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:34:22.3018898Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:34:22.3019532Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:34:22.3020115Z  2024-05-15T23:34:22.3020435Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-05-15T23:34:22.3020899Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-05-15T23:34:22.3021342Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-05-15T23:34:22.3021879Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:34:22.3029230Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:22.3029725Z env: 2024-05-15T23:34:22.3030034Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:22.3030575Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:22.3030956Z PR_NUMBER: 804 2024-05-15T23:34:22.3035961Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:22.3041416Z ##[endgroup] 2024-05-15T23:34:22.3985997Z ##[group]Run needs=0 2024-05-15T23:34:22.3986327Z needs=0 2024-05-15T23:34:22.3986829Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-05-15T23:34:22.3987406Z  needs=1 2024-05-15T23:34:22.3987707Z fi 2024-05-15T23:34:22.3988045Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-05-15T23:34:22.3995587Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:22.3996071Z env: 2024-05-15T23:34:22.3996388Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:22.3996837Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:22.3997221Z PR_NUMBER: 804 2024-05-15T23:34:22.4002189Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:22.4007737Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:22.4008491Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:22.4009210Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:22.4009712Z ##[endgroup] 2024-05-15T23:34:22.4260712Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-05-15T23:34:22.4261227Z with: 2024-05-15T23:34:22.4261500Z driver-version: 550.54.15 2024-05-15T23:34:22.4261833Z env: 2024-05-15T23:34:22.4262134Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:22.4262579Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:22.4262946Z PR_NUMBER: 804 2024-05-15T23:34:22.4268290Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:22.4273896Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:22.4274771Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:22.4275532Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:22.4276085Z ##[endgroup] 2024-05-15T23:34:22.4338990Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-15T23:34:22.4339538Z with: 2024-05-15T23:34:22.4339809Z timeout_minutes: 10 2024-05-15T23:34:22.4340122Z max_attempts: 3 2024-05-15T23:34:22.4370056Z 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" YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils 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}" 2024-05-15T23:34:22.4400108Z retry_wait_seconds: 10 2024-05-15T23:34:22.4400467Z polling_interval_seconds: 1 2024-05-15T23:34:22.4400826Z warning_on_retry: true 2024-05-15T23:34:22.4401171Z continue_on_error: false 2024-05-15T23:34:22.4401497Z env: 2024-05-15T23:34:22.4401807Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:22.4402261Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:22.4402632Z PR_NUMBER: 804 2024-05-15T23:34:22.4407779Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:22.4413270Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:22.4414027Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:22.4414789Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:22.4415376Z DRIVER_VERSION: 550.54.15 2024-05-15T23:34:22.4415720Z ##[endgroup] 2024-05-15T23:34:22.4932253Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-05-15T23:34:22.4932826Z + pre_install_nvidia_driver_amzn2 2024-05-15T23:34:22.4933316Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-05-15T23:34:22.7968974Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:34:22.8357963Z No Match for argument: nvidia-driver-latest-dkms 2024-05-15T23:34:22.8594765Z No Packages marked for removal 2024-05-15T23:34:22.8715588Z + install_nvidia_driver_common 2024-05-15T23:34:22.8717899Z + echo 'Before installing NVIDIA driver' 2024-05-15T23:34:22.8718508Z Before installing NVIDIA driver 2024-05-15T23:34:22.8719618Z + lspci 2024-05-15T23:34:22.8802668Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:34:22.8803844Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:34:22.8804757Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:34:22.8805534Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:34:22.8806264Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:34:22.8806985Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:34:22.8807684Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:34:22.8808618Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:34:22.8809190Z + lsmod 2024-05-15T23:34:22.8816469Z Module Size Used by 2024-05-15T23:34:22.8816879Z ib_core 266240 0 2024-05-15T23:34:22.8817295Z nvidia_modeset 1339392 0 2024-05-15T23:34:22.8817774Z veth 16384 0 2024-05-15T23:34:22.8818194Z nvidia_uvm 4599808 0 2024-05-15T23:34:22.8818729Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:34:22.8819288Z drm 421888 1 nvidia 2024-05-15T23:34:22.8819703Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:34:22.8820192Z backlight 16384 1 nvidia_modeset 2024-05-15T23:34:22.8820765Z xt_conntrack 16384 1 2024-05-15T23:34:22.8821174Z ipt_MASQUERADE 16384 1 2024-05-15T23:34:22.8821631Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:34:22.8822078Z nf_conntrack_netlink 49152 0 2024-05-15T23:34:22.8822512Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:34:22.8822955Z xfrm_user 45056 1 2024-05-15T23:34:22.8823331Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:34:22.8823753Z iptable_nat 16384 1 2024-05-15T23:34:22.8824155Z nf_conntrack_ipv4 16384 3 2024-05-15T23:34:22.8824563Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:34:22.8825514Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:34:22.8826198Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:34:22.8827434Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-05-15T23:34:22.8828615Z xt_addrtype 16384 2 2024-05-15T23:34:22.8829109Z iptable_filter 16384 1 2024-05-15T23:34:22.8829638Z br_netfilter 24576 0 2024-05-15T23:34:22.8830191Z bridge 172032 1 br_netfilter 2024-05-15T23:34:22.8830798Z stp 16384 1 bridge 2024-05-15T23:34:22.8831382Z llc 16384 2 bridge,stp 2024-05-15T23:34:22.8831809Z overlay 86016 0 2024-05-15T23:34:22.8832166Z sunrpc 393216 1 2024-05-15T23:34:22.8832525Z dm_mirror 28672 0 2024-05-15T23:34:22.8832898Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:34:22.8833376Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:34:22.8833871Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:34:22.8834485Z dax 69632 1 dm_mod 2024-05-15T23:34:22.8834881Z crc32_pclmul 16384 0 2024-05-15T23:34:22.8835244Z ghash_clmulni_intel 16384 0 2024-05-15T23:34:22.8835603Z pcbc 16384 0 2024-05-15T23:34:22.8835958Z mousedev 24576 0 2024-05-15T23:34:22.8836314Z aesni_intel 188416 0 2024-05-15T23:34:22.8836686Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:34:22.8837117Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:34:22.8837552Z glue_helper 16384 1 aesni_intel 2024-05-15T23:34:22.8838084Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:34:22.8838610Z psmouse 32768 0 2024-05-15T23:34:22.8838970Z evdev 20480 3 2024-05-15T23:34:22.8839315Z button 16384 0 2024-05-15T23:34:22.8839760Z ena 139264 0 2024-05-15T23:34:22.8840161Z ptp 20480 1 ena 2024-05-15T23:34:22.8840543Z pps_core 20480 1 ptp 2024-05-15T23:34:22.8841019Z crc32c_intel 24576 0 2024-05-15T23:34:22.8841376Z autofs4 49152 2 2024-05-15T23:34:22.8841718Z + modinfo nvidia 2024-05-15T23:34:22.8842382Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:34:22.8843057Z alias: char-major-195-* 2024-05-15T23:34:22.8843420Z version: 550.54.15 2024-05-15T23:34:22.8843750Z supported: external 2024-05-15T23:34:22.8844076Z license: NVIDIA 2024-05-15T23:34:22.8844432Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:34:22.8844896Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:34:22.8845338Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:34:22.8845779Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:34:22.8846267Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:34:22.8846741Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:34:22.8847208Z depends: i2c-core,drm 2024-05-15T23:34:22.8847556Z retpoline: Y 2024-05-15T23:34:22.8847853Z name: nvidia 2024-05-15T23:34:22.8848377Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:34:22.8849009Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:34:22.8849633Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:34:22.8850207Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:34:22.8850627Z parm: NVreg_RmLogonRC:int 2024-05-15T23:34:22.8851048Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:34:22.8851488Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:34:22.8851903Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:34:22.8852328Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:34:22.8852846Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:34:22.8853387Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:34:22.8853853Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:34:22.8854272Z parm: NVreg_EnableMSI:int 2024-05-15T23:34:22.8854669Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:34:22.8855112Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:34:22.8855623Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:34:22.8856177Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:34:22.8856721Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:34:22.8857309Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:34:22.8857879Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:34:22.8858471Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:34:22.8859193Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:34:22.8859664Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:34:22.8860325Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:34:22.8860854Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:34:22.8861330Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:34:22.8861777Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:34:22.8862243Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:34:22.8862693Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:34:22.8863127Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:34:22.8863614Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:34:22.8864114Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:34:22.8864579Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:34:22.8865389Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:34:22.8865873Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:34:22.8866340Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:34:22.8866937Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:34:22.8867410Z parm: NVreg_RmMsg:charp 2024-05-15T23:34:22.8867802Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:34:22.8868257Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:34:22.8868713Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:34:22.8869150Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:34:22.8869611Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:34:22.8870071Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:34:22.8870504Z parm: rm_firmware_active:charp 2024-05-15T23:34:22.8870906Z + HAS_NVIDIA_DRIVER=0 2024-05-15T23:34:22.8871281Z ++ command -v nvidia-smi 2024-05-15T23:34:22.8871656Z + '[' -x /usr/bin/nvidia-smi ']' 2024-05-15T23:34:22.8872010Z + set +e 2024-05-15T23:34:22.8872492Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-05-15T23:34:24.8878089Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-05-15T23:34:24.8878623Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:34:24.8879354Z + '[' 0 -ne 0 ']' 2024-05-15T23:34:24.8879806Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-05-15T23:34:24.8880261Z + HAS_NVIDIA_DRIVER=1 2024-05-15T23:34:24.8880975Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-05-15T23:34:24.8881654Z + set -e 2024-05-15T23:34:24.8881948Z + '[' 1 -eq 0 ']' 2024-05-15T23:34:24.8882501Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-05-15T23:34:24.8883166Z + post_install_nvidia_driver_common 2024-05-15T23:34:24.8883560Z + sudo modprobe nvidia 2024-05-15T23:34:24.8980979Z + echo 'After installing NVIDIA driver' 2024-05-15T23:34:24.8981435Z + lspci 2024-05-15T23:34:24.8982380Z After installing NVIDIA driver 2024-05-15T23:34:24.9062602Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:34:24.9063411Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:34:24.9064570Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:34:24.9065655Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:34:24.9066407Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:34:24.9067130Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:34:24.9067831Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:34:24.9068596Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:34:24.9069160Z + lsmod 2024-05-15T23:34:24.9075034Z Module Size Used by 2024-05-15T23:34:24.9075498Z ib_core 266240 0 2024-05-15T23:34:24.9076270Z nvidia_modeset 1339392 0 2024-05-15T23:34:24.9077570Z veth 16384 0 2024-05-15T23:34:24.9077938Z nvidia_uvm 4599808 0 2024-05-15T23:34:24.9078409Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:34:24.9078877Z drm 421888 1 nvidia 2024-05-15T23:34:24.9079460Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:34:24.9079924Z backlight 16384 1 nvidia_modeset 2024-05-15T23:34:24.9080347Z xt_conntrack 16384 1 2024-05-15T23:34:24.9080725Z ipt_MASQUERADE 16384 1 2024-05-15T23:34:24.9081147Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:34:24.9081596Z nf_conntrack_netlink 49152 0 2024-05-15T23:34:24.9082147Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:34:24.9082735Z xfrm_user 45056 1 2024-05-15T23:34:24.9083198Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:34:24.9083737Z iptable_nat 16384 1 2024-05-15T23:34:24.9084240Z nf_conntrack_ipv4 16384 3 2024-05-15T23:34:24.9084775Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:34:24.9085406Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:34:24.9086071Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:34:24.9086992Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-05-15T23:34:24.9087815Z xt_addrtype 16384 2 2024-05-15T23:34:24.9088188Z iptable_filter 16384 1 2024-05-15T23:34:24.9088551Z br_netfilter 24576 0 2024-05-15T23:34:24.9088998Z bridge 172032 1 br_netfilter 2024-05-15T23:34:24.9089436Z stp 16384 1 bridge 2024-05-15T23:34:24.9089935Z llc 16384 2 bridge,stp 2024-05-15T23:34:24.9090355Z overlay 86016 0 2024-05-15T23:34:24.9090719Z sunrpc 393216 1 2024-05-15T23:34:24.9091073Z dm_mirror 28672 0 2024-05-15T23:34:24.9091465Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:34:24.9091940Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:34:24.9092435Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:34:24.9092870Z dax 69632 1 dm_mod 2024-05-15T23:34:24.9093267Z crc32_pclmul 16384 0 2024-05-15T23:34:24.9093631Z ghash_clmulni_intel 16384 0 2024-05-15T23:34:24.9094001Z pcbc 16384 0 2024-05-15T23:34:24.9094365Z mousedev 24576 0 2024-05-15T23:34:24.9094722Z aesni_intel 188416 0 2024-05-15T23:34:24.9095109Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:34:24.9095549Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:34:24.9095986Z glue_helper 16384 1 aesni_intel 2024-05-15T23:34:24.9096528Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:34:24.9097055Z psmouse 32768 0 2024-05-15T23:34:24.9097416Z evdev 20480 3 2024-05-15T23:34:24.9097766Z button 16384 0 2024-05-15T23:34:24.9098122Z ena 139264 0 2024-05-15T23:34:24.9098604Z ptp 20480 1 ena 2024-05-15T23:34:24.9099014Z pps_core 20480 1 ptp 2024-05-15T23:34:24.9099398Z crc32c_intel 24576 0 2024-05-15T23:34:24.9099753Z autofs4 49152 2 2024-05-15T23:34:24.9100095Z + modinfo nvidia 2024-05-15T23:34:24.9100722Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:34:24.9101397Z alias: char-major-195-* 2024-05-15T23:34:24.9101767Z version: 550.54.15 2024-05-15T23:34:24.9102108Z supported: external 2024-05-15T23:34:24.9102440Z license: NVIDIA 2024-05-15T23:34:24.9102802Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:34:24.9103274Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:34:24.9103729Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:34:24.9104171Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:34:24.9104879Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:34:24.9105398Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:34:24.9105876Z depends: i2c-core,drm 2024-05-15T23:34:24.9106224Z retpoline: Y 2024-05-15T23:34:24.9106637Z name: nvidia 2024-05-15T23:34:24.9107180Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:34:24.9107816Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:34:24.9108452Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:34:24.9109036Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:34:24.9109461Z parm: NVreg_RmLogonRC:int 2024-05-15T23:34:24.9109884Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:34:24.9110342Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:34:24.9110758Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:34:24.9111194Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:34:24.9111710Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:34:24.9112358Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:34:24.9112837Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:34:24.9113264Z parm: NVreg_EnableMSI:int 2024-05-15T23:34:24.9113662Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:34:24.9114140Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:34:24.9114681Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:34:24.9115239Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:34:24.9115788Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:34:24.9116381Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:34:24.9116960Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:34:24.9117560Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:34:24.9118137Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:34:24.9118605Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:34:24.9119133Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:34:24.9119663Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:34:24.9120147Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:34:24.9120600Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:34:24.9121076Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:34:24.9121530Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:34:24.9121967Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:34:24.9122455Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:34:24.9122968Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:34:24.9123428Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:34:24.9123903Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:34:24.9124390Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:34:24.9124855Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:34:24.9125341Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:34:24.9125817Z parm: NVreg_RmMsg:charp 2024-05-15T23:34:24.9126216Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:34:24.9126677Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:34:24.9127135Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:34:24.9127572Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:34:24.9128038Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:34:24.9128501Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:34:24.9128934Z parm: rm_firmware_active:charp 2024-05-15T23:34:24.9129326Z + set +e 2024-05-15T23:34:24.9129617Z + nvidia-smi 2024-05-15T23:34:26.4846935Z Wed May 15 23:34:26 2024 2024-05-15T23:34:26.4847770Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:34:26.4848644Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-15T23:34:26.4849400Z |-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:34:26.4850432Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-15T23:34:26.4851309Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-15T23:34:26.4851973Z | | | MIG M. | 2024-05-15T23:34:26.4852514Z |=========================================+========================+======================| 2024-05-15T23:34:26.4990783Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-05-15T23:34:26.4991591Z | 0% 31C P0 59W / 300W | 0MiB / 23028MiB | 5% Default | 2024-05-15T23:34:26.4992209Z | | | N/A | 2024-05-15T23:34:26.4992863Z +-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:34:26.4993847Z 2024-05-15T23:34:26.4994493Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:34:26.4995111Z | Processes: | 2024-05-15T23:34:26.4995791Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-15T23:34:26.4996460Z | ID ID Usage | 2024-05-15T23:34:26.4997010Z |=========================================================================================| 2024-05-15T23:34:26.4997639Z | No running processes found | 2024-05-15T23:34:26.4998363Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:34:27.1038397Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-15T23:34:28.6744619Z NVIDIA A10G 2024-05-15T23:34:29.1322826Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:34:29.1323439Z + '[' 0 -eq 0 ']' 2024-05-15T23:34:29.1323838Z + echo 'INFO: Ignoring allowed status 0' 2024-05-15T23:34:29.1324244Z + set -e 2024-05-15T23:34:29.1324537Z INFO: Ignoring allowed status 0 2024-05-15T23:34:29.1326852Z == Installing nvidia container toolkit for amzn2 == 2024-05-15T23:34:29.1329357Z + sudo yum install -y yum-utils 2024-05-15T23:34:29.4358003Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:34:30.9220946Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2024-05-15T23:34:30.9221626Z Nothing to do 2024-05-15T23:34:31.0747046Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:34:31.3986125Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:34:31.4271325Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:34:31.4272611Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:34:31.4273535Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:34:31.4386527Z + sudo yum install -y nvidia-docker2 2024-05-15T23:34:31.7497261Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:34:33.2283006Z Package nvidia-docker2-2.13.0-1.noarch already installed and latest version 2024-05-15T23:34:33.2283827Z Nothing to do 2024-05-15T23:34:33.3790487Z + sudo systemctl restart docker 2024-05-15T23:34:34.4990679Z Command completed after 1 attempt(s). 2024-05-15T23:34:34.5052150Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:34:34.5052897Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:34:34.5053468Z # shellcheck disable=SC2046 2024-05-15T23:34:34.5053923Z docker stop $(docker ps -q) || true 2024-05-15T23:34:34.5054384Z # Prune all of the docker images 2024-05-15T23:34:34.5055071Z docker system prune -af 2024-05-15T23:34:34.5062879Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:34.5063365Z env: 2024-05-15T23:34:34.5063686Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:34.5064134Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:34.5064495Z PR_NUMBER: 804 2024-05-15T23:34:34.5069919Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:34.5075581Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:34.5076332Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:34.5077081Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:34.5077677Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:34.5078133Z ##[endgroup] 2024-05-15T23:34:34.5384089Z "docker stop" requires at least 1 argument. 2024-05-15T23:34:34.5385093Z See 'docker stop --help'. 2024-05-15T23:34:34.5385344Z 2024-05-15T23:34:34.5385582Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-05-15T23:34:34.5385943Z 2024-05-15T23:34:34.5386103Z Stop one or more running containers 2024-05-15T23:34:34.5567845Z Total reclaimed space: 0B 2024-05-15T23:34:34.5625581Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-05-15T23:34:34.5626040Z with: 2024-05-15T23:34:34.5626854Z github-secret: *** 2024-05-15T23:34:34.5627202Z activate-with-label: false 2024-05-15T23:34:34.5627549Z label: with-ssh 2024-05-15T23:34:34.5627872Z remove-existing-keys: true 2024-05-15T23:34:34.5628214Z env: 2024-05-15T23:34:34.5628523Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:34.5628974Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:34.5629343Z PR_NUMBER: 804 2024-05-15T23:34:34.5634380Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:34.5639843Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:34.5640604Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:34.5641306Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:34.5641910Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:34.5642381Z ##[endgroup] 2024-05-15T23:34:34.6406117Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-05-15T23:34:34.7536574Z ##[warning]Failed to get author of PR https://github.com/pytorch/torchchat/pull/804: HttpError: Resource not accessible by integration 2024-05-15T23:34:34.7544265Z ##[warning]Returning mikekgfb instead 2024-05-15T23:34:34.7545631Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:34:34.8559070Z No SSH keys found for user mikekgfb 2024-05-15T23:34:34.8559625Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:34:34.9208485Z No SSH keys found for user mikekgfb 2024-05-15T23:34:34.9377119Z ##[group]Run actions/checkout@v3 2024-05-15T23:34:34.9377496Z with: 2024-05-15T23:34:34.9377776Z repository: pytorch/torchchat 2024-05-15T23:34:34.9378153Z ref: refs/pull/804/merge 2024-05-15T23:34:34.9378487Z path: pytorch/torchchat 2024-05-15T23:34:34.9378888Z fetch-depth: 1 2024-05-15T23:34:34.9379351Z token: *** 2024-05-15T23:34:34.9379624Z ssh-strict: true 2024-05-15T23:34:34.9379926Z persist-credentials: true 2024-05-15T23:34:34.9380270Z clean: true 2024-05-15T23:34:34.9380579Z sparse-checkout-cone-mode: true 2024-05-15T23:34:34.9380950Z fetch-tags: false 2024-05-15T23:34:34.9381248Z lfs: false 2024-05-15T23:34:34.9381542Z set-safe-directory: true 2024-05-15T23:34:34.9381857Z env: 2024-05-15T23:34:34.9382170Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:34.9382614Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:34.9382976Z PR_NUMBER: 804 2024-05-15T23:34:34.9388248Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:34.9393728Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:34.9394489Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:34.9395196Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:34.9395804Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:34.9396278Z ##[endgroup] 2024-05-15T23:34:35.0218412Z Syncing repository: pytorch/torchchat 2024-05-15T23:34:35.0227612Z ##[group]Getting Git version info 2024-05-15T23:34:35.0228849Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-05-15T23:34:35.0249259Z [command]/usr/bin/git version 2024-05-15T23:34:35.0287535Z git version 2.40.1 2024-05-15T23:34:35.0309154Z ##[endgroup] 2024-05-15T23:34:35.0322122Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a2b33616-81d0-4118-b75f-fc81d4c26fe6' before making global git config changes 2024-05-15T23:34:35.0323398Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:34:35.0327656Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:34:35.0356762Z ##[group]Initializing the repository 2024-05-15T23:34:35.0359768Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:34:35.0382806Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:34:35.0383656Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:34:35.0384438Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:34:35.0385156Z hint: 2024-05-15T23:34:35.0385568Z hint: git config --global init.defaultBranch 2024-05-15T23:34:35.0386020Z hint: 2024-05-15T23:34:35.0386522Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:34:35.0387643Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:34:35.0388228Z hint: 2024-05-15T23:34:35.0388531Z hint: git branch -m 2024-05-15T23:34:35.0389391Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-05-15T23:34:35.0391778Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:34:35.0415341Z ##[endgroup] 2024-05-15T23:34:35.0415896Z ##[group]Disabling automatic garbage collection 2024-05-15T23:34:35.0418321Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:34:35.0437634Z ##[endgroup] 2024-05-15T23:34:35.0438128Z ##[group]Setting up auth 2024-05-15T23:34:35.0442837Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:34:35.0469193Z [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-05-15T23:34:35.0663224Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:34:35.0684605Z [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-05-15T23:34:35.0881990Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:34:35.0923476Z ##[endgroup] 2024-05-15T23:34:35.0924117Z ##[group]Fetching the repository 2024-05-15T23:34:35.0930711Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/804/merge:refs/remotes/pull/804/merge 2024-05-15T23:34:35.3291187Z remote: Enumerating objects: 242, done. 2024-05-15T23:34:35.3292012Z remote: Counting objects: 0% (1/242) 2024-05-15T23:34:35.3292782Z remote: Counting objects: 1% (3/242) 2024-05-15T23:34:35.3293389Z remote: Counting objects: 2% (5/242) 2024-05-15T23:34:35.3293948Z remote: Counting objects: 3% (8/242) 2024-05-15T23:34:35.3294694Z remote: Counting objects: 4% (10/242) 2024-05-15T23:34:35.3295445Z remote: Counting objects: 5% (13/242) 2024-05-15T23:34:35.3296029Z remote: Counting objects: 6% (15/242) 2024-05-15T23:34:35.3296715Z remote: Counting objects: 7% (17/242) 2024-05-15T23:34:35.3297466Z remote: Counting objects: 8% (20/242) 2024-05-15T23:34:35.3298171Z remote: Counting objects: 9% (22/242) 2024-05-15T23:34:35.3299035Z remote: Counting objects: 10% (25/242) 2024-05-15T23:34:35.3299699Z remote: Counting objects: 11% (27/242) 2024-05-15T23:34:35.3300255Z remote: Counting objects: 12% (30/242) 2024-05-15T23:34:35.3300807Z remote: Counting objects: 13% (32/242) 2024-05-15T23:34:35.3301370Z remote: Counting objects: 14% (34/242) 2024-05-15T23:34:35.3301930Z remote: Counting objects: 15% (37/242) 2024-05-15T23:34:35.3302491Z remote: Counting objects: 16% (39/242) 2024-05-15T23:34:35.3303043Z remote: Counting objects: 17% (42/242) 2024-05-15T23:34:35.3303604Z remote: Counting objects: 18% (44/242) 2024-05-15T23:34:35.3304159Z remote: Counting objects: 19% (46/242) 2024-05-15T23:34:35.3305020Z remote: Counting objects: 20% (49/242) 2024-05-15T23:34:35.3305594Z remote: Counting objects: 21% (51/242) 2024-05-15T23:34:35.3306146Z remote: Counting objects: 22% (54/242) 2024-05-15T23:34:35.3306694Z remote: Counting objects: 23% (56/242) 2024-05-15T23:34:35.3307424Z remote: Counting objects: 24% (59/242) 2024-05-15T23:34:35.3308181Z remote: Counting objects: 25% (61/242) 2024-05-15T23:34:35.3308734Z remote: Counting objects: 26% (63/242) 2024-05-15T23:34:35.3309279Z remote: Counting objects: 27% (66/242) 2024-05-15T23:34:35.3310131Z remote: Counting objects: 28% (68/242) 2024-05-15T23:34:35.3310687Z remote: Counting objects: 29% (71/242) 2024-05-15T23:34:35.3311233Z remote: Counting objects: 30% (73/242) 2024-05-15T23:34:35.3311790Z remote: Counting objects: 31% (76/242) 2024-05-15T23:34:35.3312337Z remote: Counting objects: 32% (78/242) 2024-05-15T23:34:35.3312884Z remote: Counting objects: 33% (80/242) 2024-05-15T23:34:35.3313436Z remote: Counting objects: 34% (83/242) 2024-05-15T23:34:35.3313985Z remote: Counting objects: 35% (85/242) 2024-05-15T23:34:35.3314538Z remote: Counting objects: 36% (88/242) 2024-05-15T23:34:35.3315083Z remote: Counting objects: 37% (90/242) 2024-05-15T23:34:35.3315635Z remote: Counting objects: 38% (92/242) 2024-05-15T23:34:35.3316183Z remote: Counting objects: 39% (95/242) 2024-05-15T23:34:35.3316727Z remote: Counting objects: 40% (97/242) 2024-05-15T23:34:35.3317296Z remote: Counting objects: 41% (100/242) 2024-05-15T23:34:35.3317860Z remote: Counting objects: 42% (102/242) 2024-05-15T23:34:35.3318413Z remote: Counting objects: 43% (105/242) 2024-05-15T23:34:35.3318973Z remote: Counting objects: 44% (107/242) 2024-05-15T23:34:35.3319529Z remote: Counting objects: 45% (109/242) 2024-05-15T23:34:35.3320080Z remote: Counting objects: 46% (112/242) 2024-05-15T23:34:35.3320698Z remote: Counting objects: 47% (114/242) 2024-05-15T23:34:35.3321262Z remote: Counting objects: 48% (117/242) 2024-05-15T23:34:35.3321814Z remote: Counting objects: 49% (119/242) 2024-05-15T23:34:35.3322372Z remote: Counting objects: 50% (121/242) 2024-05-15T23:34:35.3322934Z remote: Counting objects: 51% (124/242) 2024-05-15T23:34:35.3323486Z remote: Counting objects: 52% (126/242) 2024-05-15T23:34:35.3324042Z remote: Counting objects: 53% (129/242) 2024-05-15T23:34:35.3324620Z remote: Counting objects: 54% (131/242) 2024-05-15T23:34:35.3325169Z remote: Counting objects: 55% (134/242) 2024-05-15T23:34:35.3325729Z remote: Counting objects: 56% (136/242) 2024-05-15T23:34:35.3326284Z remote: Counting objects: 57% (138/242) 2024-05-15T23:34:35.3326831Z remote: Counting objects: 58% (141/242) 2024-05-15T23:34:35.3327439Z remote: Counting objects: 59% (143/242) 2024-05-15T23:34:35.3328002Z remote: Counting objects: 60% (146/242) 2024-05-15T23:34:35.3328557Z remote: Counting objects: 61% (148/242) 2024-05-15T23:34:35.3329107Z remote: Counting objects: 62% (151/242) 2024-05-15T23:34:35.3329660Z remote: Counting objects: 63% (153/242) 2024-05-15T23:34:35.3330222Z remote: Counting objects: 64% (155/242) 2024-05-15T23:34:35.3330770Z remote: Counting objects: 65% (158/242) 2024-05-15T23:34:35.3331326Z remote: Counting objects: 66% (160/242) 2024-05-15T23:34:35.3331901Z remote: Counting objects: 67% (163/242) 2024-05-15T23:34:35.3332451Z remote: Counting objects: 68% (165/242) 2024-05-15T23:34:35.3333006Z remote: Counting objects: 69% (167/242) 2024-05-15T23:34:35.3333560Z remote: Counting objects: 70% (170/242) 2024-05-15T23:34:35.3334115Z remote: Counting objects: 71% (172/242) 2024-05-15T23:34:35.3334671Z remote: Counting objects: 72% (175/242) 2024-05-15T23:34:35.3335230Z remote: Counting objects: 73% (177/242) 2024-05-15T23:34:35.3335778Z remote: Counting objects: 74% (180/242) 2024-05-15T23:34:35.3336335Z remote: Counting objects: 75% (182/242) 2024-05-15T23:34:35.3336891Z remote: Counting objects: 76% (184/242) 2024-05-15T23:34:35.3337437Z remote: Counting objects: 77% (187/242) 2024-05-15T23:34:35.3338001Z remote: Counting objects: 78% (189/242) 2024-05-15T23:34:35.3338662Z remote: Counting objects: 79% (192/242) 2024-05-15T23:34:35.3339374Z remote: Counting objects: 80% (194/242) 2024-05-15T23:34:35.3339942Z remote: Counting objects: 81% (197/242) 2024-05-15T23:34:35.3340495Z remote: Counting objects: 82% (199/242) 2024-05-15T23:34:35.3341050Z remote: Counting objects: 83% (201/242) 2024-05-15T23:34:35.3341598Z remote: Counting objects: 84% (204/242) 2024-05-15T23:34:35.3342153Z remote: Counting objects: 85% (206/242) 2024-05-15T23:34:35.3342709Z remote: Counting objects: 86% (209/242) 2024-05-15T23:34:35.3343257Z remote: Counting objects: 87% (211/242) 2024-05-15T23:34:35.3343817Z remote: Counting objects: 88% (213/242) 2024-05-15T23:34:35.3344374Z remote: Counting objects: 89% (216/242) 2024-05-15T23:34:35.3345113Z remote: Counting objects: 90% (218/242) 2024-05-15T23:34:35.3345673Z remote: Counting objects: 91% (221/242) 2024-05-15T23:34:35.3346232Z remote: Counting objects: 92% (223/242) 2024-05-15T23:34:35.3346795Z remote: Counting objects: 93% (226/242) 2024-05-15T23:34:35.3347359Z remote: Counting objects: 94% (228/242) 2024-05-15T23:34:35.3347912Z remote: Counting objects: 95% (230/242) 2024-05-15T23:34:35.3348463Z remote: Counting objects: 96% (233/242) 2024-05-15T23:34:35.3349018Z remote: Counting objects: 97% (235/242) 2024-05-15T23:34:35.3349577Z remote: Counting objects: 98% (238/242) 2024-05-15T23:34:35.3350126Z remote: Counting objects: 99% (240/242) 2024-05-15T23:34:35.3350691Z remote: Counting objects: 100% (242/242) 2024-05-15T23:34:35.3351281Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:34:35.3351876Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:34:35.3352450Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:34:35.3353023Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:34:35.3353598Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:34:35.3354177Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:34:35.3354759Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:34:35.3355357Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:34:35.3355936Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:34:35.3356519Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:34:35.3357100Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:34:35.3357677Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:34:35.3358260Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:34:35.3358841Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:34:35.3359416Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:34:35.3359995Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:34:35.3360577Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:34:35.3371446Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:34:35.3383038Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:34:35.3391970Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:34:35.3401622Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:34:35.3414293Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:34:35.3415078Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:34:35.3415608Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:34:35.3416296Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:34:35.3417208Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:34:35.3419894Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:34:35.3421617Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:34:35.3426077Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:34:35.3429932Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:34:35.3432141Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:34:35.3433033Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:34:35.3433631Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:34:35.3434287Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:34:35.3434800Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:34:35.3435306Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:34:35.3435806Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:34:35.3436317Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:34:35.3436820Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:34:35.3437315Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:34:35.3437819Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:34:35.3438327Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:34:35.3442749Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:34:35.3446358Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:34:35.3449855Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:34:35.3450382Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:34:35.3450901Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:34:35.3451569Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:34:35.3452080Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:34:35.3452590Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:34:35.3453106Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:34:35.3454334Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:34:35.3455249Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:34:35.3456034Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:34:35.3456958Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:34:35.3457476Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:34:35.3458110Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:34:35.3460856Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:34:35.3461382Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:34:35.3462932Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:34:35.3465529Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:34:35.3467083Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:34:35.3468418Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:34:35.3470139Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:34:35.3472893Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:34:35.3475324Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:34:35.3476623Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:34:35.3478328Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:34:35.3478956Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:34:35.3480238Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:34:35.3481064Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:34:35.3482630Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:34:35.3485704Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:34:35.3488214Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:34:35.3490143Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:34:35.3493419Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:34:35.3498688Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:34:35.3500877Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:34:35.3512145Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:34:35.3514296Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:34:35.3516872Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:34:35.3520427Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:34:35.3522744Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:34:35.3523495Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:34:35.3524114Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:34:35.3524692Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:34:35.3525404Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:34:35.3526092Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:34:35.3526783Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:34:35.3527363Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:34:35.3527902Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:34:35.3528577Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:34:35.3529089Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:34:35.3529590Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:34:35.3530096Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:34:35.3530607Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:34:35.3531108Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:34:35.3531611Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:34:35.3532113Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:34:35.3532622Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:34:35.3533117Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:34:35.3533619Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:34:35.3534167Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:34:35.3551649Z Receiving objects: 0% (1/242) 2024-05-15T23:34:35.3552215Z Receiving objects: 1% (3/242) 2024-05-15T23:34:35.3552727Z Receiving objects: 2% (5/242) 2024-05-15T23:34:35.3554460Z Receiving objects: 3% (8/242) 2024-05-15T23:34:35.3555354Z Receiving objects: 4% (10/242) 2024-05-15T23:34:35.3555918Z Receiving objects: 5% (13/242) 2024-05-15T23:34:35.3558376Z Receiving objects: 6% (15/242) 2024-05-15T23:34:35.3559101Z Receiving objects: 7% (17/242) 2024-05-15T23:34:35.3559627Z Receiving objects: 8% (20/242) 2024-05-15T23:34:35.3560136Z Receiving objects: 9% (22/242) 2024-05-15T23:34:35.3560662Z Receiving objects: 10% (25/242) 2024-05-15T23:34:35.3561163Z Receiving objects: 11% (27/242) 2024-05-15T23:34:35.3561909Z Receiving objects: 12% (30/242) 2024-05-15T23:34:35.3563310Z Receiving objects: 13% (32/242) 2024-05-15T23:34:35.3565579Z Receiving objects: 14% (34/242) 2024-05-15T23:34:35.3566095Z Receiving objects: 15% (37/242) 2024-05-15T23:34:35.3566508Z Receiving objects: 16% (39/242) 2024-05-15T23:34:35.3574515Z Receiving objects: 17% (42/242) 2024-05-15T23:34:35.3575068Z Receiving objects: 18% (44/242) 2024-05-15T23:34:35.3575550Z Receiving objects: 19% (46/242) 2024-05-15T23:34:35.3575937Z Receiving objects: 20% (49/242) 2024-05-15T23:34:35.3576313Z Receiving objects: 21% (51/242) 2024-05-15T23:34:35.3576763Z Receiving objects: 22% (54/242) 2024-05-15T23:34:35.3577290Z Receiving objects: 23% (56/242) 2024-05-15T23:34:35.3577716Z Receiving objects: 24% (59/242) 2024-05-15T23:34:35.3578104Z Receiving objects: 25% (61/242) 2024-05-15T23:34:35.3578485Z Receiving objects: 26% (63/242) 2024-05-15T23:34:35.3578974Z Receiving objects: 27% (66/242) 2024-05-15T23:34:35.3591761Z Receiving objects: 28% (68/242) 2024-05-15T23:34:35.3592176Z Receiving objects: 29% (71/242) 2024-05-15T23:34:35.3592647Z Receiving objects: 30% (73/242) 2024-05-15T23:34:35.3593022Z Receiving objects: 31% (76/242) 2024-05-15T23:34:35.3594357Z Receiving objects: 32% (78/242) 2024-05-15T23:34:35.3594837Z Receiving objects: 33% (80/242) 2024-05-15T23:34:35.3595214Z Receiving objects: 34% (83/242) 2024-05-15T23:34:35.3595898Z Receiving objects: 35% (85/242) 2024-05-15T23:34:35.3609005Z Receiving objects: 36% (88/242) 2024-05-15T23:34:35.3609555Z Receiving objects: 37% (90/242) 2024-05-15T23:34:35.3610455Z Receiving objects: 38% (92/242) 2024-05-15T23:34:35.3610909Z Receiving objects: 39% (95/242) 2024-05-15T23:34:35.3611289Z Receiving objects: 40% (97/242) 2024-05-15T23:34:35.3611663Z Receiving objects: 41% (100/242) 2024-05-15T23:34:35.3612063Z Receiving objects: 42% (102/242) 2024-05-15T23:34:35.3612454Z Receiving objects: 43% (105/242) 2024-05-15T23:34:35.3612846Z Receiving objects: 44% (107/242) 2024-05-15T23:34:35.3613243Z Receiving objects: 45% (109/242) 2024-05-15T23:34:35.3613632Z Receiving objects: 46% (112/242) 2024-05-15T23:34:35.3644418Z Receiving objects: 47% (114/242) 2024-05-15T23:34:35.3647535Z Receiving objects: 48% (117/242) 2024-05-15T23:34:35.3648041Z Receiving objects: 49% (119/242) 2024-05-15T23:34:35.3650341Z Receiving objects: 50% (121/242) 2024-05-15T23:34:35.3651970Z Receiving objects: 51% (124/242) 2024-05-15T23:34:35.3652510Z Receiving objects: 52% (126/242) 2024-05-15T23:34:35.3653043Z Receiving objects: 53% (129/242) 2024-05-15T23:34:35.3653459Z Receiving objects: 54% (131/242) 2024-05-15T23:34:35.3653862Z Receiving objects: 55% (134/242) 2024-05-15T23:34:35.3654254Z Receiving objects: 56% (136/242) 2024-05-15T23:34:35.3654993Z Receiving objects: 57% (138/242) 2024-05-15T23:34:35.3655584Z Receiving objects: 58% (141/242) 2024-05-15T23:34:35.3657050Z Receiving objects: 59% (143/242) 2024-05-15T23:34:35.3657599Z Receiving objects: 60% (146/242) 2024-05-15T23:34:35.3658001Z Receiving objects: 61% (148/242) 2024-05-15T23:34:35.3658463Z Receiving objects: 62% (151/242) 2024-05-15T23:34:35.3662615Z Receiving objects: 63% (153/242) 2024-05-15T23:34:35.3665777Z Receiving objects: 64% (155/242) 2024-05-15T23:34:35.3666313Z Receiving objects: 65% (158/242) 2024-05-15T23:34:35.3668509Z Receiving objects: 66% (160/242) 2024-05-15T23:34:35.3670145Z Receiving objects: 67% (163/242) 2024-05-15T23:34:35.3671005Z Receiving objects: 68% (165/242) 2024-05-15T23:34:35.3672357Z Receiving objects: 69% (167/242) 2024-05-15T23:34:35.3679263Z Receiving objects: 70% (170/242) 2024-05-15T23:34:35.3681141Z Receiving objects: 71% (172/242) 2024-05-15T23:34:35.3685130Z Receiving objects: 72% (175/242) 2024-05-15T23:34:35.3687781Z Receiving objects: 73% (177/242) 2024-05-15T23:34:35.3688312Z Receiving objects: 74% (180/242) 2024-05-15T23:34:35.3688706Z Receiving objects: 75% (182/242) 2024-05-15T23:34:35.3689139Z Receiving objects: 76% (184/242) 2024-05-15T23:34:35.3690570Z Receiving objects: 77% (187/242) 2024-05-15T23:34:35.3693307Z Receiving objects: 78% (189/242) 2024-05-15T23:34:35.3693838Z Receiving objects: 79% (192/242) 2024-05-15T23:34:35.3694358Z Receiving objects: 80% (194/242) 2024-05-15T23:34:35.3694753Z Receiving objects: 81% (197/242) 2024-05-15T23:34:35.3701721Z Receiving objects: 82% (199/242) 2024-05-15T23:34:35.3702463Z Receiving objects: 83% (201/242) 2024-05-15T23:34:35.3703010Z Receiving objects: 84% (204/242) 2024-05-15T23:34:35.3704400Z Receiving objects: 85% (206/242) 2024-05-15T23:34:35.3705159Z Receiving objects: 86% (209/242) 2024-05-15T23:34:35.3705704Z Receiving objects: 87% (211/242) 2024-05-15T23:34:35.3706156Z Receiving objects: 88% (213/242) 2024-05-15T23:34:35.3706616Z Receiving objects: 89% (216/242) 2024-05-15T23:34:35.3707152Z Receiving objects: 90% (218/242) 2024-05-15T23:34:35.3708770Z Receiving objects: 91% (221/242) 2024-05-15T23:34:35.3709312Z Receiving objects: 92% (223/242) 2024-05-15T23:34:35.3709858Z Receiving objects: 93% (226/242) 2024-05-15T23:34:35.3710390Z Receiving objects: 94% (228/242) 2024-05-15T23:34:35.3710871Z Receiving objects: 95% (230/242) 2024-05-15T23:34:35.3711262Z Receiving objects: 96% (233/242) 2024-05-15T23:34:35.3712005Z Receiving objects: 97% (235/242) 2024-05-15T23:34:35.3713589Z Receiving objects: 98% (238/242) 2024-05-15T23:34:35.3714344Z remote: Total 242 (delta 16), reused 148 (delta 3), pack-reused 0 2024-05-15T23:34:35.3716650Z Receiving objects: 99% (240/242) 2024-05-15T23:34:35.3717127Z Receiving objects: 100% (242/242) 2024-05-15T23:34:35.3717825Z Receiving objects: 100% (242/242), 319.54 KiB | 18.80 MiB/s, done. 2024-05-15T23:34:35.3721738Z Resolving deltas: 0% (0/16) 2024-05-15T23:34:35.3723230Z Resolving deltas: 6% (1/16) 2024-05-15T23:34:35.3724281Z Resolving deltas: 12% (2/16) 2024-05-15T23:34:35.3725155Z Resolving deltas: 18% (3/16) 2024-05-15T23:34:35.3725662Z Resolving deltas: 25% (4/16) 2024-05-15T23:34:35.3726154Z Resolving deltas: 31% (5/16) 2024-05-15T23:34:35.3726641Z Resolving deltas: 37% (6/16) 2024-05-15T23:34:35.3727114Z Resolving deltas: 43% (7/16) 2024-05-15T23:34:35.3727591Z Resolving deltas: 50% (8/16) 2024-05-15T23:34:35.3728063Z Resolving deltas: 56% (9/16) 2024-05-15T23:34:35.3728570Z Resolving deltas: 62% (10/16) 2024-05-15T23:34:35.3729058Z Resolving deltas: 68% (11/16) 2024-05-15T23:34:35.3729522Z Resolving deltas: 75% (12/16) 2024-05-15T23:34:35.3729988Z Resolving deltas: 81% (13/16) 2024-05-15T23:34:35.3730649Z Resolving deltas: 93% (15/16) 2024-05-15T23:34:35.3732935Z Resolving deltas: 100% (16/16) 2024-05-15T23:34:35.3733340Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:34:35.3822539Z From https://github.com/pytorch/torchchat 2024-05-15T23:34:35.3823194Z * [new ref] refs/pull/804/merge -> pull/804/merge 2024-05-15T23:34:35.3836721Z ##[endgroup] 2024-05-15T23:34:35.3837242Z ##[group]Determining the checkout info 2024-05-15T23:34:35.3839253Z ##[endgroup] 2024-05-15T23:34:35.3839759Z ##[group]Checking out the ref 2024-05-15T23:34:35.3843164Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:34:35.3943050Z Note: switching to 'refs/remotes/pull/804/merge'. 2024-05-15T23:34:35.3943552Z 2024-05-15T23:34:35.3944081Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:34:35.3945188Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:34:35.3945951Z state without impacting any branches by switching back to a branch. 2024-05-15T23:34:35.3946396Z 2024-05-15T23:34:35.3946711Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:34:35.3947738Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:34:35.3948161Z 2024-05-15T23:34:35.3948341Z git switch -c 2024-05-15T23:34:35.3948608Z 2024-05-15T23:34:35.3948742Z Or undo this operation with: 2024-05-15T23:34:35.3948980Z 2024-05-15T23:34:35.3949101Z git switch - 2024-05-15T23:34:35.3949275Z 2024-05-15T23:34:35.3949612Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:34:35.3950103Z 2024-05-15T23:34:35.3950599Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:34:35.3951990Z ##[endgroup] 2024-05-15T23:34:35.3974026Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:34:35.3995851Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:34:35.4161410Z Prepare all required actions 2024-05-15T23:34:35.4280870Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-05-15T23:34:35.4281397Z with: 2024-05-15T23:34:35.4281741Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4282216Z docker-build-dir: .ci/docker 2024-05-15T23:34:35.4282604Z working-directory: pytorch/torchchat 2024-05-15T23:34:35.4283132Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4283639Z force-push: false 2024-05-15T23:34:35.4283932Z env: 2024-05-15T23:34:35.4284247Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4284684Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:35.4285367Z PR_NUMBER: 804 2024-05-15T23:34:35.4290362Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:35.4296018Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:35.4296769Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:35.4297484Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:35.4298087Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:35.4298667Z ##[endgroup] 2024-05-15T23:34:35.4317448Z ##[group]Run set -ex 2024-05-15T23:34:35.4317796Z set -ex 2024-05-15T23:34:35.4318075Z  2024-05-15T23:34:35.4318615Z # If the docker build directory or the build script doesn't exist, the action will 2024-05-15T23:34:35.4319523Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-05-15T23:34:35.4320297Z # job could then download the pre-built image as usual 2024-05-15T23:34:35.4321207Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-05-15T23:34:35.4321859Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4322476Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4323023Z  2024-05-15T23:34:35.4323524Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-05-15T23:34:35.4324134Z  exit 0 2024-05-15T23:34:35.4324421Z else 2024-05-15T23:34:35.4324777Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4325216Z fi 2024-05-15T23:34:35.4325478Z  2024-05-15T23:34:35.4325935Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-05-15T23:34:35.4326759Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-05-15T23:34:35.4327520Z  # use it as it is, but first let's extract the tag 2024-05-15T23:34:35.4328204Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-05-15T23:34:35.4328911Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4329690Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4330234Z else 2024-05-15T23:34:35.4330658Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-05-15T23:34:35.4331311Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4332176Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:34:35.4332901Z fi 2024-05-15T23:34:35.4340416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:35.4340897Z env: 2024-05-15T23:34:35.4341216Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4341663Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:35.4342028Z PR_NUMBER: 804 2024-05-15T23:34:35.4347304Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:35.4368427Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:35.4369203Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:35.4369920Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:35.4370536Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:35.4371013Z REPO_NAME: torchchat 2024-05-15T23:34:35.4371408Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4371872Z DOCKER_BUILD_DIR: .ci/docker 2024-05-15T23:34:35.4372354Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4372847Z ##[endgroup] 2024-05-15T23:34:35.4393228Z + [[ ! -d .ci/docker ]] 2024-05-15T23:34:35.4393566Z + echo skip=true 2024-05-15T23:34:35.4394061Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4394999Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-05-15T23:34:35.4395559Z + exit 0 2024-05-15T23:34:35.4395964Z There is no Docker build script in torchchat repo, skipping... 2024-05-15T23:34:35.4511308Z Prepare all required actions 2024-05-15T23:34:35.4548398Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-05-15T23:34:35.4548883Z with: 2024-05-15T23:34:35.4549212Z docker-image: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4549786Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4550288Z env: 2024-05-15T23:34:35.4550606Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4551048Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:35.4551419Z PR_NUMBER: 804 2024-05-15T23:34:35.4556505Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:35.4561996Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:35.4562742Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:35.4563449Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:35.4564048Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:35.4564516Z ##[endgroup] 2024-05-15T23:34:35.4581369Z ##[group]Run set -x 2024-05-15T23:34:35.4581702Z set -x 2024-05-15T23:34:35.4582000Z set +e 2024-05-15T23:34:35.4582287Z  2024-05-15T23:34:35.4582690Z login() { 2024-05-15T23:34:35.4583331Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-05-15T23:34:35.4584029Z } 2024-05-15T23:34:35.4584392Z  2024-05-15T23:34:35.4584832Z retry () { 2024-05-15T23:34:35.4585264Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-05-15T23:34:35.4585697Z } 2024-05-15T23:34:35.4585968Z  2024-05-15T23:34:35.4586274Z retry login "${DOCKER_REGISTRY}" 2024-05-15T23:34:35.4586677Z  2024-05-15T23:34:35.4586948Z set -e 2024-05-15T23:34:35.4587459Z # ignore output since only exit code is used for conditional 2024-05-15T23:34:35.4588150Z # only pull docker image if it's not available locally 2024-05-15T23:34:35.4588902Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-05-15T23:34:35.4589581Z  retry docker pull "${DOCKER_IMAGE}" 2024-05-15T23:34:35.4590011Z fi 2024-05-15T23:34:35.4597720Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:34:35.4598207Z env: 2024-05-15T23:34:35.4598521Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.4598977Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:35.4599347Z PR_NUMBER: 804 2024-05-15T23:34:35.4604435Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:34:35.4610972Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:35.4611725Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:35.4612431Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:35.4613040Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:35.4613637Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4614136Z ##[endgroup] 2024-05-15T23:34:35.4634307Z + set +e 2024-05-15T23:34:35.4634844Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4635486Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.4637364Z + aws ecr get-login-password --region us-east-1 2024-05-15T23:34:35.4638114Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:34:35.8897656Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:34:35.8899014Z Configure a credential helper to remove this warning. See 2024-05-15T23:34:35.8900120Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:34:35.8900981Z 2024-05-15T23:34:35.8901167Z Login Succeeded 2024-05-15T23:34:35.8911617Z + set -e 2024-05-15T23:34:35.8912342Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.9059518Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:34:35.9060129Z + docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:34:36.0618666Z cuda12.1: Pulling from pytorch/conda-builder 2024-05-15T23:34:36.0619458Z 2d473b07cdd5: Pulling fs layer 2024-05-15T23:34:36.0619991Z bcb41e0a6c79: Pulling fs layer 2024-05-15T23:34:36.0620492Z cf840f748311: Pulling fs layer 2024-05-15T23:34:36.0621000Z 716e37aeaebd: Pulling fs layer 2024-05-15T23:34:36.0621372Z 26102e172763: Pulling fs layer 2024-05-15T23:34:36.0621740Z f22bd6818f48: Pulling fs layer 2024-05-15T23:34:36.0622173Z 6b9efdae7507: Pulling fs layer 2024-05-15T23:34:36.0622551Z 38cebe59a028: Pulling fs layer 2024-05-15T23:34:36.0622911Z be3530973190: Pulling fs layer 2024-05-15T23:34:36.0623283Z c1abeb582c1a: Pulling fs layer 2024-05-15T23:34:36.0623647Z f2754d996029: Pulling fs layer 2024-05-15T23:34:36.0624003Z d4abe1a37696: Pulling fs layer 2024-05-15T23:34:36.0624393Z ffa9ecd4a5aa: Pulling fs layer 2024-05-15T23:34:36.0624966Z 30a9fd1610c3: Pulling fs layer 2024-05-15T23:34:36.0625327Z 6a123a6dec9d: Pulling fs layer 2024-05-15T23:34:36.0625698Z b843a4702cbe: Pulling fs layer 2024-05-15T23:34:36.0626073Z a03032e01a4f: Pulling fs layer 2024-05-15T23:34:36.0626430Z e5f4ea5256df: Pulling fs layer 2024-05-15T23:34:36.0626794Z 3e74cc4aca2f: Pulling fs layer 2024-05-15T23:34:36.0627162Z 5deb332f00f2: Pulling fs layer 2024-05-15T23:34:36.0627521Z 145717b5edc0: Pulling fs layer 2024-05-15T23:34:36.0627911Z 122da0886b25: Pulling fs layer 2024-05-15T23:34:36.0628286Z a03032e01a4f: Waiting 2024-05-15T23:34:36.0628592Z e5f4ea5256df: Waiting 2024-05-15T23:34:36.0628908Z b843a4702cbe: Waiting 2024-05-15T23:34:36.0629219Z be3530973190: Waiting 2024-05-15T23:34:36.0629517Z 122da0886b25: Waiting 2024-05-15T23:34:36.0629830Z 716e37aeaebd: Waiting 2024-05-15T23:34:36.0630144Z c1abeb582c1a: Waiting 2024-05-15T23:34:36.0630445Z 145717b5edc0: Waiting 2024-05-15T23:34:36.0630750Z 30a9fd1610c3: Waiting 2024-05-15T23:34:36.0631276Z ffa9ecd4a5aa: Waiting 2024-05-15T23:34:36.0631588Z 5deb332f00f2: Waiting 2024-05-15T23:34:36.0631903Z f2754d996029: Waiting 2024-05-15T23:34:36.0632326Z 6a123a6dec9d: Waiting 2024-05-15T23:34:36.0632739Z 3e74cc4aca2f: Waiting 2024-05-15T23:34:36.0633162Z 6b9efdae7507: Waiting 2024-05-15T23:34:36.0633592Z f22bd6818f48: Waiting 2024-05-15T23:34:36.0634038Z 38cebe59a028: Waiting 2024-05-15T23:34:36.0634464Z 26102e172763: Waiting 2024-05-15T23:34:36.8249726Z cf840f748311: Verifying Checksum 2024-05-15T23:34:36.8250255Z cf840f748311: Download complete 2024-05-15T23:34:36.8543086Z 2d473b07cdd5: Verifying Checksum 2024-05-15T23:34:36.8543659Z 2d473b07cdd5: Download complete 2024-05-15T23:34:36.8981265Z 716e37aeaebd: Verifying Checksum 2024-05-15T23:34:36.8981895Z 716e37aeaebd: Download complete 2024-05-15T23:34:36.9894958Z f22bd6818f48: Verifying Checksum 2024-05-15T23:34:36.9895442Z f22bd6818f48: Download complete 2024-05-15T23:34:37.4304525Z 26102e172763: Verifying Checksum 2024-05-15T23:34:37.4305414Z 26102e172763: Download complete 2024-05-15T23:34:37.4783764Z bcb41e0a6c79: Verifying Checksum 2024-05-15T23:34:37.4784443Z bcb41e0a6c79: Download complete 2024-05-15T23:34:37.5312012Z 38cebe59a028: Verifying Checksum 2024-05-15T23:34:37.5312736Z 38cebe59a028: Download complete 2024-05-15T23:34:38.2751182Z c1abeb582c1a: Verifying Checksum 2024-05-15T23:34:38.2751718Z c1abeb582c1a: Download complete 2024-05-15T23:34:38.3359613Z f2754d996029: Verifying Checksum 2024-05-15T23:34:38.3360130Z f2754d996029: Download complete 2024-05-15T23:34:38.3964137Z d4abe1a37696: Download complete 2024-05-15T23:34:38.4034415Z 6b9efdae7507: Verifying Checksum 2024-05-15T23:34:38.4034897Z 6b9efdae7507: Download complete 2024-05-15T23:34:38.4511234Z ffa9ecd4a5aa: Verifying Checksum 2024-05-15T23:34:38.4511747Z ffa9ecd4a5aa: Download complete 2024-05-15T23:34:38.5619928Z 2d473b07cdd5: Pull complete 2024-05-15T23:34:38.5770574Z 6a123a6dec9d: Verifying Checksum 2024-05-15T23:34:38.5771203Z 6a123a6dec9d: Download complete 2024-05-15T23:34:38.5945744Z be3530973190: Verifying Checksum 2024-05-15T23:34:38.5946413Z be3530973190: Download complete 2024-05-15T23:34:38.6364206Z b843a4702cbe: Download complete 2024-05-15T23:34:38.6817118Z e5f4ea5256df: Download complete 2024-05-15T23:34:38.8327769Z 3e74cc4aca2f: Verifying Checksum 2024-05-15T23:34:38.8328308Z 3e74cc4aca2f: Download complete 2024-05-15T23:34:38.8847154Z 5deb332f00f2: Verifying Checksum 2024-05-15T23:34:38.8847838Z 5deb332f00f2: Download complete 2024-05-15T23:34:38.9562452Z 145717b5edc0: Verifying Checksum 2024-05-15T23:34:38.9563173Z 145717b5edc0: Download complete 2024-05-15T23:34:40.9986291Z bcb41e0a6c79: Pull complete 2024-05-15T23:34:42.6034387Z cf840f748311: Pull complete 2024-05-15T23:34:42.7084581Z 716e37aeaebd: Pull complete 2024-05-15T23:34:42.7525011Z a03032e01a4f: Verifying Checksum 2024-05-15T23:34:42.7525468Z a03032e01a4f: Download complete 2024-05-15T23:34:43.8717264Z 26102e172763: Pull complete 2024-05-15T23:34:44.0935680Z f22bd6818f48: Pull complete 2024-05-15T23:34:44.5193473Z 122da0886b25: Verifying Checksum 2024-05-15T23:34:44.5193938Z 122da0886b25: Download complete 2024-05-15T23:34:46.5614378Z 6b9efdae7507: Pull complete 2024-05-15T23:34:46.7966267Z 38cebe59a028: Pull complete 2024-05-15T23:34:49.1334458Z be3530973190: Pull complete 2024-05-15T23:34:50.5837727Z c1abeb582c1a: Pull complete 2024-05-15T23:34:50.6779382Z f2754d996029: Pull complete 2024-05-15T23:34:50.7716159Z d4abe1a37696: Pull complete 2024-05-15T23:34:50.8621038Z ffa9ecd4a5aa: Pull complete 2024-05-15T23:35:29.2754647Z 30a9fd1610c3: Verifying Checksum 2024-05-15T23:35:29.2755172Z 30a9fd1610c3: Download complete 2024-05-15T23:36:19.5257837Z 30a9fd1610c3: Pull complete 2024-05-15T23:36:19.9249417Z 6a123a6dec9d: Pull complete 2024-05-15T23:36:20.1583163Z b843a4702cbe: Pull complete 2024-05-15T23:36:28.1515675Z a03032e01a4f: Pull complete 2024-05-15T23:36:28.3973681Z e5f4ea5256df: Pull complete 2024-05-15T23:36:28.9122483Z 3e74cc4aca2f: Pull complete 2024-05-15T23:36:29.1493339Z 5deb332f00f2: Pull complete 2024-05-15T23:36:29.3712113Z 145717b5edc0: Pull complete 2024-05-15T23:36:39.6919039Z 122da0886b25: Pull complete 2024-05-15T23:36:39.7964912Z Digest: sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:36:39.8445089Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-05-15T23:36:39.8629989Z docker.io/pytorch/conda-builder:cuda12.1 2024-05-15T23:36:39.8737057Z ##[group]Run set -ex 2024-05-15T23:36:39.8737444Z set -ex 2024-05-15T23:36:39.8737734Z { 2024-05-15T23:36:39.8738039Z  echo "#!/usr/bin/env bash"; 2024-05-15T23:36:39.8738465Z  echo "set -eou pipefail"; 2024-05-15T23:36:39.8738990Z  # shellcheck disable=SC2016 2024-05-15T23:36:39.8739462Z  echo 'eval "$(conda shell.bash hook)"'; 2024-05-15T23:36:39.8739929Z  echo "set -x"; 2024-05-15T23:36:39.8740280Z  echo "${SCRIPT}"; 2024-05-15T23:36:39.8740667Z } > "${RUNNER_TEMP}/exec_script" 2024-05-15T23:36:39.8741128Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-05-15T23:36:39.8742038Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-05-15T23:36:39.8750569Z shell: /usr/bin/bash -e {0} 2024-05-15T23:36:39.8750905Z env: 2024-05-15T23:36:39.8751285Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:36:39.8751806Z REPOSITORY: pytorch/torchchat 2024-05-15T23:36:39.8752177Z PR_NUMBER: 804 2024-05-15T23:36:39.8757291Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:36:39.8762989Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:36:39.8763756Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:36:39.8764460Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:36:39.8765058Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:36:39.8765883Z ALL_SECRETS: { "github_token": "***" } 2024-05-15T23:36:39.8766297Z ##[endgroup] 2024-05-15T23:36:39.8788067Z + echo '#!/usr/bin/env bash' 2024-05-15T23:36:39.8788496Z + echo 'set -eou pipefail' 2024-05-15T23:36:39.8788925Z + echo 'eval "$(conda shell.bash hook)"' 2024-05-15T23:36:39.8789377Z + echo 'set -x' 2024-05-15T23:36:39.8789929Z + echo 'echo "::group::Print machine info" 2024-05-15T23:36:39.8791667Z nvidia-smi 2024-05-15T23:36:39.8792143Z echo "::endgroup::" 2024-05-15T23:36:39.8792422Z 2024-05-15T23:36:39.8792944Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-05-15T23:36:39.8793918Z yum install -y devtoolset-10-binutils 2024-05-15T23:36:39.8794688Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-05-15T23:36:39.8795323Z echo "::endgroup::" 2024-05-15T23:36:39.8795604Z 2024-05-15T23:36:39.8795825Z echo "::group::Install required packages" 2024-05-15T23:36:39.8796271Z ./install_requirements.sh cuda 2024-05-15T23:36:39.8796623Z pip3 list 2024-05-15T23:36:39.8797272Z python3 -c '\''import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'\'' 2024-05-15T23:36:39.8798162Z echo "::endgroup::" 2024-05-15T23:36:39.8798418Z 2024-05-15T23:36:39.8798617Z echo "::group::Download checkpoint" 2024-05-15T23:36:39.8799076Z export REPO_NAME=tinyllamas/stories15M 2024-05-15T23:36:39.8800782Z bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:36:39.8802375Z echo "::endgroup::" 2024-05-15T23:36:39.8802564Z 2024-05-15T23:36:39.8802708Z echo "::group::Convert checkpoint" 2024-05-15T23:36:39.8803159Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-05-15T23:36:39.8803623Z echo "::endgroup::" 2024-05-15T23:36:39.8803809Z 2024-05-15T23:36:39.8803945Z echo "::group::Run inference" 2024-05-15T23:36:39.8804634Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" 2024-05-15T23:36:39.8805277Z echo "::endgroup::" 2024-05-15T23:36:39.8805586Z ' 2024-05-15T23:36:39.8806018Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-05-15T23:36:39.8807052Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-05-15T23:37:44.2829334Z Running command: 2024-05-15T23:37:44.2837878Z 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_9103923202" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --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_666485bb-8a2f-4697-b80e-1f790f4bece6":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_666485bb-8a2f-4697-b80e-1f790f4bece6" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-05-15T23:37:44.2844654Z 2024-05-15T23:37:44.2845200Z 7f0ae72fc481da4f5d1ea2d58c830f44570caee0b132357fd4c4f834f7959315 2024-05-15T23:37:44.2846292Z Running command: docker exec -t 7f0ae72fc481da4f5d1ea2d58c830f44570caee0b132357fd4c4f834f7959315 /exec 2024-05-15T23:37:44.2847187Z + echo '::group::Print machine info' 2024-05-15T23:37:44.2848256Z ##[group]Print machine info 2024-05-15T23:37:44.2848812Z + nvidia-smi 2024-05-15T23:37:44.2849197Z Wed May 15 23:37:36 2024 2024-05-15T23:37:44.2849799Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:37:44.2850583Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-15T23:37:44.2851347Z |-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:37:44.2852375Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-15T23:37:44.2853699Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-15T23:37:44.2854459Z | | | MIG M. | 2024-05-15T23:37:44.2854985Z |=========================================+========================+======================| 2024-05-15T23:37:44.2855663Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-05-15T23:37:44.2856816Z | 0% 29C P0 58W / 300W | 0MiB / 23028MiB | 0% Default | 2024-05-15T23:37:44.2857705Z | | | N/A | 2024-05-15T23:37:44.2875895Z +-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:37:44.2876709Z 2024-05-15T23:37:44.2877613Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:37:44.2878479Z | Processes: | 2024-05-15T23:37:44.2879468Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-15T23:37:44.2880410Z | ID ID Usage | 2024-05-15T23:37:44.2881188Z |=========================================================================================| 2024-05-15T23:37:44.2882081Z | No running processes found | 2024-05-15T23:37:44.2883168Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:37:44.2883877Z + echo ::endgroup:: 2024-05-15T23:37:44.2884624Z ##[endgroup] 2024-05-15T23:37:44.2885433Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-05-15T23:37:44.2886810Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-05-15T23:37:44.2887654Z + yum install -y devtoolset-10-binutils 2024-05-15T23:37:44.2888231Z Loaded plugins: fastestmirror, ovl 2024-05-15T23:37:44.2888716Z Determining fastest mirrors 2024-05-15T23:37:44.2888951Z 2024-05-15T23:37:44.2889220Z epel/x86_64/metalink | 20 kB 00:00 2024-05-15T23:37:44.2889938Z * base: download.cf.centos.org 2024-05-15T23:37:44.2890393Z * centos-sclo-rh: download.cf.centos.org 2024-05-15T23:37:44.2890891Z * centos-sclo-sclo: download.cf.centos.org 2024-05-15T23:37:44.2891344Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-05-15T23:37:44.2891764Z * extras: download.cf.centos.org 2024-05-15T23:37:44.2892165Z * updates: download.cf.centos.org 2024-05-15T23:37:44.2892426Z 2024-05-15T23:37:44.2892629Z base | 3.6 kB 00:00 2024-05-15T23:37:44.2892991Z 2024-05-15T23:37:44.2893300Z centos-sclo-rh | 3.0 kB 00:00 2024-05-15T23:37:44.2893699Z 2024-05-15T23:37:44.2894020Z centos-sclo-sclo | 3.0 kB 00:00 2024-05-15T23:37:44.2894429Z 2024-05-15T23:37:44.2894628Z epel | 4.3 kB 00:00 2024-05-15T23:37:44.2894994Z 2024-05-15T23:37:44.2895203Z extras | 2.9 kB 00:00 2024-05-15T23:37:44.2895566Z 2024-05-15T23:37:44.2895781Z updates | 2.9 kB 00:00 2024-05-15T23:37:44.2896145Z 2024-05-15T23:37:44.2896417Z (1/4): epel/x86_64/group | 399 kB 00:00 2024-05-15T23:37:44.2896829Z 2024-05-15T23:37:44.2897109Z (2/4): epel/x86_64/updateinfo | 1.0 MB 00:00 2024-05-15T23:37:44.2897542Z 2024-05-15T23:37:44.2897816Z (3/4): epel/x86_64/primary_db | 8.7 MB 00:00 2024-05-15T23:37:44.2898243Z 2024-05-15T23:37:44.2898675Z (4/4): updates/7/x86_64/primary_db | 27 MB 00:00 2024-05-15T23:37:44.2899234Z Resolving Dependencies 2024-05-15T23:37:44.2899597Z --> Running transaction check 2024-05-15T23:37:44.2900224Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-05-15T23:37:44.2901207Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-05-15T23:37:44.2902083Z --> Running transaction check 2024-05-15T23:37:44.2902693Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-05-15T23:37:44.2903318Z --> Finished Dependency Resolution 2024-05-15T23:37:44.2903581Z 2024-05-15T23:37:44.2903707Z Dependencies Resolved 2024-05-15T23:37:44.2903911Z 2024-05-15T23:37:44.2904084Z ================================================================================ 2024-05-15T23:37:44.2904819Z Package Arch Version Repository Size 2024-05-15T23:37:44.2905393Z ================================================================================ 2024-05-15T23:37:44.2905812Z Installing: 2024-05-15T23:37:44.2906355Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-05-15T23:37:44.2906938Z Installing for dependencies: 2024-05-15T23:37:44.2907540Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-05-15T23:37:44.2908003Z 2024-05-15T23:37:44.2908118Z Transaction Summary 2024-05-15T23:37:44.2908489Z ================================================================================ 2024-05-15T23:37:44.2908966Z Install 1 Package (+1 Dependent package) 2024-05-15T23:37:44.2909258Z 2024-05-15T23:37:44.2909385Z Total download size: 6.3 M 2024-05-15T23:37:44.2909725Z Installed size: 25 M 2024-05-15T23:37:44.2910042Z Downloading packages: 2024-05-15T23:37:44.2910242Z 2024-05-15T23:37:44.2910638Z (1/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-05-15T23:37:44.2911123Z 2024-05-15T23:37:44.2911520Z (2/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-05-15T23:37:44.2912262Z -------------------------------------------------------------------------------- 2024-05-15T23:37:44.2912844Z Total 23 MB/s | 6.3 MB 00:00 2024-05-15T23:37:44.2913453Z Running transaction check 2024-05-15T23:37:44.2913799Z Running transaction test 2024-05-15T23:37:44.2914132Z Transaction test succeeded 2024-05-15T23:37:44.2914473Z Running transaction 2024-05-15T23:37:44.2914662Z 2024-05-15T23:37:44.2915039Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-05-15T23:37:44.2915855Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-05-15T23:37:44.2916670Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-05-15T23:37:44.2917478Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-05-15T23:37:44.2918284Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-05-15T23:37:44.2919077Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-05-15T23:37:44.2919878Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-05-15T23:37:44.2920689Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-05-15T23:37:44.2921493Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-05-15T23:37:44.2922299Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-05-15T23:37:44.2923152Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-05-15T23:37:44.2923949Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-05-15T23:37:44.2924748Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-05-15T23:37:44.2925550Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-05-15T23:37:44.2926353Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-05-15T23:37:44.2927146Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-05-15T23:37:44.2927944Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-05-15T23:37:44.2928746Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-05-15T23:37:44.2929621Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-05-15T23:37:44.2930431Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-05-15T23:37:44.2931233Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-05-15T23:37:44.2932036Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-05-15T23:37:46.3619072Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-05-15T23:37:46.3620203Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-05-15T23:37:46.3621374Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-05-15T23:37:46.3622512Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-05-15T23:37:46.3623751Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-05-15T23:37:46.3625170Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-05-15T23:37:46.3626385Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:37:46.3627179Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-05-15T23:37:46.3627617Z 2024-05-15T23:37:46.3627992Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-05-15T23:37:46.3628812Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-05-15T23:37:46.3629623Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-05-15T23:37:46.3630440Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-05-15T23:37:46.3631242Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-05-15T23:37:46.3632315Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-05-15T23:37:46.3633130Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-05-15T23:37:46.3633988Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-05-15T23:37:46.3634803Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-05-15T23:37:46.3635612Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-05-15T23:37:46.3636415Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-05-15T23:37:46.3637221Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-05-15T23:37:46.3638024Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-05-15T23:37:46.3638829Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-05-15T23:37:46.3639625Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-05-15T23:37:46.3640436Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-05-15T23:37:46.3641245Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-05-15T23:37:46.3642041Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-05-15T23:37:46.3642847Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-05-15T23:37:46.3643673Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-05-15T23:37:46.3644476Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-05-15T23:37:46.3645270Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-05-15T23:37:46.3646075Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-05-15T23:37:46.3646879Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-05-15T23:37:46.3647676Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-05-15T23:37:46.3648604Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-05-15T23:37:46.3649414Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-05-15T23:37:46.3650213Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-05-15T23:37:46.3651009Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-05-15T23:37:46.3651841Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:37:46.3652789Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-05-15T23:37:46.3653902Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-05-15T23:37:46.3654981Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-05-15T23:37:46.3656037Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-05-15T23:37:46.3657100Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-05-15T23:37:46.3657709Z 2024-05-15T23:37:46.3658093Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:37:46.3658690Z 2024-05-15T23:37:46.3659076Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:37:46.3659547Z 2024-05-15T23:37:46.3659666Z Installed: 2024-05-15T23:37:46.3660200Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-05-15T23:37:46.3660670Z 2024-05-15T23:37:46.3660794Z Dependency Installed: 2024-05-15T23:37:46.3661382Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-05-15T23:37:46.3661836Z 2024-05-15T23:37:46.3661947Z Complete! 2024-05-15T23:37:46.3663404Z + 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-05-15T23:37:46.3665946Z + 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-05-15T23:37:46.3667233Z + echo ::endgroup:: 2024-05-15T23:37:46.3667901Z ##[endgroup] 2024-05-15T23:37:46.3668327Z + echo '::group::Install required packages' 2024-05-15T23:37:46.3668996Z ##[group]Install required packages 2024-05-15T23:37:46.3669401Z + ./install_requirements.sh cuda 2024-05-15T23:37:46.3670080Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:37:46.3670880Z Collecting torchao (from -r requirements.txt (line 4)) 2024-05-15T23:37:46.3671713Z Downloading https://download.pytorch.org/whl/nightly/torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:37:46.3673328Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/54.3 kB ? eta -:--:-- 2024-05-15T23:37:46.3674321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 16.5 MB/s eta 0:00:00 2024-05-15T23:37:46.3675132Z [?25hCollecting huggingface_hub (from -r requirements.txt (line 7)) 2024-05-15T23:37:46.3675854Z Downloading huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:37:46.3676667Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/401.2 kB ? eta -:--:-- 2024-05-15T23:37:46.3677584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 15.6 MB/s eta 0:00:00 2024-05-15T23:37:46.3678350Z [?25hCollecting gguf (from -r requirements.txt (line 10)) 2024-05-15T23:37:46.3678951Z Downloading gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:37:46.3679561Z Collecting tiktoken (from -r requirements.txt (line 13)) 2024-05-15T23:37:46.3680516Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-05-15T23:37:46.3681510Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-05-15T23:37:46.3682418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 73.8 MB/s eta 0:00:00 2024-05-15T23:37:46.3683179Z [?25hCollecting snakeviz (from -r requirements.txt (line 16)) 2024-05-15T23:37:46.3683850Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:37:46.3684651Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-05-15T23:37:46.3685564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 61.9 MB/s eta 0:00:00 2024-05-15T23:37:46.3686375Z [?25hCollecting sentencepiece (from -r requirements.txt (line 17)) 2024-05-15T23:37:46.3687612Z 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-05-15T23:37:46.3688865Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:37:46.3689760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 97.7 MB/s eta 0:00:00 2024-05-15T23:37:46.3690519Z [?25hCollecting numpy (from -r requirements.txt (line 18)) 2024-05-15T23:37:46.3691628Z 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-05-15T23:37:46.3692816Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-05-15T23:37:46.3693851Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/18.3 MB 210.8 MB/s eta 0:00:01 2024-05-15T23:37:46.3695045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 16.8/18.3 MB 275.7 MB/s eta 0:00:01 2024-05-15T23:37:50.1291736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 288.8 MB/s eta 0:00:01 2024-05-15T23:37:50.1293368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 104.7 MB/s eta 0:00:00 2024-05-15T23:37:50.1294583Z [?25hCollecting lm-eval==0.4 (from -r requirements.txt (line 20)) 2024-05-15T23:37:50.1295210Z Downloading lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:37:50.1295935Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/457.1 kB ? eta -:--:-- 2024-05-15T23:37:50.1296864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 457.1/457.1 kB 74.8 MB/s eta 0:00:00 2024-05-15T23:37:50.1297740Z [?25h Installing build dependencies ... [?25l- \ | / - done 2024-05-15T23:37:50.1298583Z [?25h Getting requirements to build wheel ... [?25l- done 2024-05-15T23:37:50.1299434Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-05-15T23:37:50.1300107Z [?25hCollecting blobfile (from -r requirements.txt (line 21)) 2024-05-15T23:37:50.1300996Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:37:50.1301987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-05-15T23:37:50.1302905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 23.3 MB/s eta 0:00:00 2024-05-15T23:37:50.1304062Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 24)) (0.38.4) 2024-05-15T23:37:50.1305366Z Collecting cmake>=3.24 (from -r requirements.txt (line 25)) 2024-05-15T23:37:50.1306216Z Downloading cmake-3.29.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.7 MB) 2024-05-15T23:37:50.1307199Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.7 MB ? eta -:--:-- 2024-05-15T23:37:50.1308199Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/26.7 MB 176.7 MB/s eta 0:00:01 2024-05-15T23:37:50.1309280Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 12.6/26.7 MB 183.6 MB/s eta 0:00:01 2024-05-15T23:37:50.1310353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 20.8/26.7 MB 230.4 MB/s eta 0:00:01 2024-05-15T23:37:50.1311376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 247.0 MB/s eta 0:00:01 2024-05-15T23:37:50.1312373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 247.0 MB/s eta 0:00:01 2024-05-15T23:37:50.1313501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 247.0 MB/s eta 0:00:01 2024-05-15T23:37:50.1314482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.7/26.7 MB 78.5 MB/s eta 0:00:00 2024-05-15T23:37:50.1315266Z [?25hCollecting ninja (from -r requirements.txt (line 26)) 2024-05-15T23:37:50.1316109Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-05-15T23:37:50.1317086Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-05-15T23:37:50.1318014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 57.9 MB/s eta 0:00:00 2024-05-15T23:37:50.1318774Z [?25hCollecting zstd (from -r requirements.txt (line 27)) 2024-05-15T23:37:50.1319608Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-05-15T23:37:50.1320667Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-05-15T23:37:50.1321573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 119.2 MB/s eta 0:00:00 2024-05-15T23:37:50.1322331Z [?25hCollecting flask (from -r requirements.txt (line 30)) 2024-05-15T23:37:50.1322930Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:37:50.1323687Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-05-15T23:37:50.1324608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 33.2 MB/s eta 0:00:00 2024-05-15T23:37:50.1325548Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1326324Z Downloading accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:37:50.1327133Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/302.6 kB ? eta -:--:-- 2024-05-15T23:37:50.1328061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.6/302.6 kB 62.7 MB/s eta 0:00:00 2024-05-15T23:37:50.1328909Z [?25hCollecting evaluate (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1329615Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:37:50.1330381Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-05-15T23:37:50.1331292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 21.6 MB/s eta 0:00:00 2024-05-15T23:37:50.1332161Z [?25hCollecting datasets>=2.0.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1332899Z Downloading datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:37:50.1333671Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/542.0 kB ? eta -:--:-- 2024-05-15T23:37:50.1334688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 542.0/542.0 kB 84.7 MB/s eta 0:00:00 2024-05-15T23:37:50.1335591Z [?25hCollecting jsonlines (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1336303Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:37:50.1336987Z Collecting numexpr (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1337909Z Downloading numexpr-2.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) 2024-05-15T23:37:50.1338960Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/378.3 kB ? eta -:--:-- 2024-05-15T23:37:50.1339867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.3/378.3 kB 65.5 MB/s eta 0:00:00 2024-05-15T23:37:50.1340720Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1341428Z Downloading peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:37:50.1342238Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/199.1 kB ? eta -:--:-- 2024-05-15T23:37:50.1343157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 51.1 MB/s eta 0:00:00 2024-05-15T23:37:50.1344038Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:50.1344943Z Downloading pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:37:50.1345727Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/235.0 kB ? eta -:--:-- 2024-05-15T23:37:51.8988529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.0/235.0 kB 45.9 MB/s eta 0:00:00 2024-05-15T23:37:51.8989637Z [?25hCollecting pytablewriter (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.8990577Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:37:51.8991669Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-05-15T23:37:51.8992911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 34.4 MB/s eta 0:00:00 2024-05-15T23:37:51.8994086Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.8994824Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:37:51.8995370Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:37:51.8996091Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.8996838Z Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:37:51.8997625Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/106.7 kB ? eta -:--:-- 2024-05-15T23:37:51.8998542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 33.7 MB/s eta 0:00:00 2024-05-15T23:37:51.8999720Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.9000743Z Downloading scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2024-05-15T23:37:51.9001731Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.1 MB ? eta -:--:-- 2024-05-15T23:37:51.9002722Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 6.3/12.1 MB 219.1 MB/s eta 0:00:01 2024-05-15T23:37:51.9003772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.1/12.1 MB 179.4 MB/s eta 0:00:01 2024-05-15T23:37:51.9004754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.1/12.1 MB 179.4 MB/s eta 0:00:01 2024-05-15T23:37:51.9005752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 105.2 MB/s eta 0:00:00 2024-05-15T23:37:51.9006729Z [?25hCollecting sqlitedict (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.9007424Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:37:51.9007968Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:37:51.9008656Z [?25hCollecting torch>=1.8 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:51.9009455Z Downloading torch-2.3.0-cp311-cp311-manylinux1_x86_64.whl (779.2 MB) 2024-05-15T23:37:51.9010317Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/779.2 MB ? eta -:--:-- 2024-05-15T23:37:51.9011217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/779.2 MB 226.8 MB/s eta 0:00:04 2024-05-15T23:37:51.9012196Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/779.2 MB 215.3 MB/s eta 0:00:04 2024-05-15T23:37:51.9013206Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/779.2 MB 212.3 MB/s eta 0:00:04 2024-05-15T23:37:51.9014253Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.1/779.2 MB 162.3 MB/s eta 0:00:05 2024-05-15T23:37:51.9015307Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.3/779.2 MB 127.2 MB/s eta 0:00:06 2024-05-15T23:37:51.9016389Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.6/779.2 MB 145.0 MB/s eta 0:00:06 2024-05-15T23:37:51.9017456Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.0/779.2 MB 208.8 MB/s eta 0:00:04 2024-05-15T23:37:51.9018642Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/779.2 MB 222.4 MB/s eta 0:00:04 2024-05-15T23:37:51.9019797Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/779.2 MB 201.7 MB/s eta 0:00:04 2024-05-15T23:37:51.9020890Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/779.2 MB 230.6 MB/s eta 0:00:04 2024-05-15T23:37:51.9021951Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.6/779.2 MB 220.3 MB/s eta 0:00:04 2024-05-15T23:37:51.9023020Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/779.2 MB 239.5 MB/s eta 0:00:03 2024-05-15T23:37:51.9024075Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.2/779.2 MB 222.7 MB/s eta 0:00:04 2024-05-15T23:37:51.9025369Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.1/779.2 MB 173.5 MB/s eta 0:00:04 2024-05-15T23:37:51.9026455Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/779.2 MB 179.8 MB/s eta 0:00:04 2024-05-15T23:37:51.9027629Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.5/779.2 MB 199.3 MB/s eta 0:00:04 2024-05-15T23:37:51.9028692Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.0/779.2 MB 215.5 MB/s eta 0:00:04 2024-05-15T23:37:51.9029752Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.7/779.2 MB 236.1 MB/s eta 0:00:03 2024-05-15T23:37:51.9030817Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.9/779.2 MB 179.1 MB/s eta 0:00:04 2024-05-15T23:37:51.9031881Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/779.2 MB 186.0 MB/s eta 0:00:04 2024-05-15T23:37:51.9032929Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.6/779.2 MB 223.3 MB/s eta 0:00:03 2024-05-15T23:37:51.9034024Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/779.2 MB 199.0 MB/s eta 0:00:04 2024-05-15T23:37:51.9035096Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.1/779.2 MB 176.2 MB/s eta 0:00:04 2024-05-15T23:37:51.9036210Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.4/779.2 MB 201.1 MB/s eta 0:00:04 2024-05-15T23:37:53.2541146Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.0/779.2 MB 198.9 MB/s eta 0:00:04 2024-05-15T23:37:53.2542522Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.1/779.2 MB 226.0 MB/s eta 0:00:03 2024-05-15T23:37:53.2543609Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.1/779.2 MB 218.3 MB/s eta 0:00:03 2024-05-15T23:37:53.2545109Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.2/779.2 MB 221.2 MB/s eta 0:00:03 2024-05-15T23:37:53.2546266Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.1/779.2 MB 205.3 MB/s eta 0:00:03 2024-05-15T23:37:53.2547361Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.3/779.2 MB 223.2 MB/s eta 0:00:03 2024-05-15T23:37:53.2548442Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/779.2 MB 154.9 MB/s eta 0:00:04 2024-05-15T23:37:53.2549533Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.3/779.2 MB 218.9 MB/s eta 0:00:03 2024-05-15T23:37:53.2550619Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.7/779.2 MB 199.0 MB/s eta 0:00:03 2024-05-15T23:37:53.2551862Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.2/779.2 MB 161.3 MB/s eta 0:00:04 2024-05-15T23:37:53.2552948Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/779.2 MB 184.2 MB/s eta 0:00:03 2024-05-15T23:37:53.2554029Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.5/779.2 MB 101.9 MB/s eta 0:00:06 2024-05-15T23:37:53.2555110Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.1/779.2 MB 203.1 MB/s eta 0:00:03 2024-05-15T23:37:53.2556185Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 246.4/779.2 MB 226.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2557272Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 254.0/779.2 MB 218.5 MB/s eta 0:00:03 2024-05-15T23:37:53.2558453Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.1/779.2 MB 233.4 MB/s eta 0:00:03 2024-05-15T23:37:53.2559536Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 268.6/779.2 MB 207.3 MB/s eta 0:00:03 2024-05-15T23:37:53.2560613Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 275.8/779.2 MB 194.3 MB/s eta 0:00:03 2024-05-15T23:37:53.2561692Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 280.0/779.2 MB 161.3 MB/s eta 0:00:04 2024-05-15T23:37:53.2562765Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 288.9/779.2 MB 218.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2563848Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 295.7/779.2 MB 217.5 MB/s eta 0:00:03 2024-05-15T23:37:53.2564958Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.6/779.2 MB 207.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2566097Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 311.4/779.2 MB 221.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2567185Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 320.2/779.2 MB 240.9 MB/s eta 0:00:02 2024-05-15T23:37:53.2568266Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 326.7/779.2 MB 202.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2569344Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 332.4/779.2 MB 171.4 MB/s eta 0:00:03 2024-05-15T23:37:53.2570429Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 337.6/779.2 MB 161.8 MB/s eta 0:00:03 2024-05-15T23:37:53.2571604Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 346.0/779.2 MB 250.3 MB/s eta 0:00:02 2024-05-15T23:37:53.2572693Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 352.3/779.2 MB 207.7 MB/s eta 0:00:03 2024-05-15T23:37:53.2573765Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 359.1/779.2 MB 179.9 MB/s eta 0:00:03 2024-05-15T23:37:53.2574849Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 362.9/779.2 MB 152.3 MB/s eta 0:00:03 2024-05-15T23:37:53.2575953Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 370.0/779.2 MB 156.5 MB/s eta 0:00:03 2024-05-15T23:37:53.2577066Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 376.4/779.2 MB 206.2 MB/s eta 0:00:02 2024-05-15T23:37:53.2578228Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 379.6/779.2 MB 143.2 MB/s eta 0:00:03 2024-05-15T23:37:53.2579412Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 385.9/779.2 MB 149.5 MB/s eta 0:00:03 2024-05-15T23:37:53.2580490Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 393.2/779.2 MB 200.9 MB/s eta 0:00:02 2024-05-15T23:37:53.2581567Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 401.4/779.2 MB 234.5 MB/s eta 0:00:02 2024-05-15T23:37:53.2582629Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 408.3/779.2 MB 222.2 MB/s eta 0:00:02 2024-05-15T23:37:53.2583698Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 416.3/779.2 MB 207.6 MB/s eta 0:00:02 2024-05-15T23:37:54.6101184Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 422.8/779.2 MB 204.2 MB/s eta 0:00:02 2024-05-15T23:37:54.6102532Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 428.1/779.2 MB 179.9 MB/s eta 0:00:02 2024-05-15T23:37:54.6103643Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 436.2/779.2 MB 231.1 MB/s eta 0:00:02 2024-05-15T23:37:54.6105002Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 444.6/779.2 MB 239.2 MB/s eta 0:00:02 2024-05-15T23:37:54.6106174Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 451.3/779.2 MB 207.5 MB/s eta 0:00:02 2024-05-15T23:37:54.6107236Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 459.1/779.2 MB 220.2 MB/s eta 0:00:02 2024-05-15T23:37:54.6108336Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 466.6/779.2 MB 222.2 MB/s eta 0:00:02 2024-05-15T23:37:54.6109575Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 473.0/779.2 MB 191.2 MB/s eta 0:00:02 2024-05-15T23:37:54.6110644Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 480.3/779.2 MB 210.9 MB/s eta 0:00:02 2024-05-15T23:37:54.6111700Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 489.6/779.2 MB 272.8 MB/s eta 0:00:02 2024-05-15T23:37:54.6112756Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 497.2/779.2 MB 233.4 MB/s eta 0:00:02 2024-05-15T23:37:54.6113812Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 504.4/779.2 MB 215.8 MB/s eta 0:00:02 2024-05-15T23:37:54.6114972Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 512.0/779.2 MB 224.0 MB/s eta 0:00:02 2024-05-15T23:37:54.6116091Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.4/779.2 MB 211.1 MB/s eta 0:00:02 2024-05-15T23:37:54.6117149Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 525.5/779.2 MB 178.6 MB/s eta 0:00:02 2024-05-15T23:37:54.6118191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 535.2/779.2 MB 254.6 MB/s eta 0:00:01 2024-05-15T23:37:54.6119253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 542.5/779.2 MB 224.8 MB/s eta 0:00:02 2024-05-15T23:37:54.6120319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 550.1/779.2 MB 216.1 MB/s eta 0:00:02 2024-05-15T23:37:54.6121385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 558.5/779.2 MB 230.1 MB/s eta 0:00:01 2024-05-15T23:37:54.6122542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 565.7/779.2 MB 216.6 MB/s eta 0:00:01 2024-05-15T23:37:54.6123604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.4/779.2 MB 206.7 MB/s eta 0:00:02 2024-05-15T23:37:54.6124663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.4/779.2 MB 206.7 MB/s eta 0:00:02 2024-05-15T23:37:54.6125727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.4/779.2 MB 206.7 MB/s eta 0:00:02 2024-05-15T23:37:54.6126832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 569.8/779.2 MB 61.4 MB/s eta 0:00:04 2024-05-15T23:37:54.6127959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 576.7/779.2 MB 61.1 MB/s eta 0:00:04 2024-05-15T23:37:54.6129041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 582.4/779.2 MB 178.5 MB/s eta 0:00:02 2024-05-15T23:37:54.6130097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 585.1/779.2 MB 136.5 MB/s eta 0:00:02 2024-05-15T23:37:54.6131144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 590.3/779.2 MB 142.3 MB/s eta 0:00:02 2024-05-15T23:37:54.6132201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 595.5/779.2 MB 151.5 MB/s eta 0:00:02 2024-05-15T23:37:54.6133252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 601.7/779.2 MB 185.2 MB/s eta 0:00:01 2024-05-15T23:37:54.6134311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 610.0/779.2 MB 240.5 MB/s eta 0:00:01 2024-05-15T23:37:54.6135443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 612.6/779.2 MB 156.0 MB/s eta 0:00:02 2024-05-15T23:37:54.6136501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 619.7/779.2 MB 145.3 MB/s eta 0:00:02 2024-05-15T23:37:54.6137555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 624.7/779.2 MB 167.9 MB/s eta 0:00:01 2024-05-15T23:37:54.6138713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 631.2/779.2 MB 191.2 MB/s eta 0:00:01 2024-05-15T23:37:54.6139778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 637.5/779.2 MB 194.3 MB/s eta 0:00:01 2024-05-15T23:37:54.6140826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 639.6/779.2 MB 133.7 MB/s eta 0:00:02 2024-05-15T23:37:54.6141976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 647.0/779.2 MB 139.2 MB/s eta 0:00:01 2024-05-15T23:37:54.6143049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 654.3/779.2 MB 221.3 MB/s eta 0:00:01 2024-05-15T23:37:56.2216315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 659.6/779.2 MB 179.9 MB/s eta 0:00:01 2024-05-15T23:37:56.2217755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 661.3/779.2 MB 123.4 MB/s eta 0:00:01 2024-05-15T23:37:56.2218948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 668.1/779.2 MB 129.8 MB/s eta 0:00:01 2024-05-15T23:37:56.2220006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 671.1/779.2 MB 196.7 MB/s eta 0:00:01 2024-05-15T23:37:56.2221127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 678.4/779.2 MB 151.0 MB/s eta 0:00:01 2024-05-15T23:37:56.2222194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 680.5/779.2 MB 160.4 MB/s eta 0:00:01 2024-05-15T23:37:56.2223255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 684.0/779.2 MB 110.2 MB/s eta 0:00:01 2024-05-15T23:37:56.2224316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 692.1/779.2 MB 236.8 MB/s eta 0:00:01 2024-05-15T23:37:56.2225629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 698.2/779.2 MB 193.1 MB/s eta 0:00:01 2024-05-15T23:37:56.2226688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 704.1/779.2 MB 174.3 MB/s eta 0:00:01 2024-05-15T23:37:56.2228022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 710.9/779.2 MB 188.5 MB/s eta 0:00:01 2024-05-15T23:37:56.2229097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 718.4/779.2 MB 198.0 MB/s eta 0:00:01 2024-05-15T23:37:56.2230162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 726.7/779.2 MB 238.7 MB/s eta 0:00:01 2024-05-15T23:37:56.2231220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 732.4/779.2 MB 187.8 MB/s eta 0:00:01 2024-05-15T23:37:56.2232283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 739.2/779.2 MB 214.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2233344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 744.5/779.2 MB 173.5 MB/s eta 0:00:01 2024-05-15T23:37:56.2234567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 750.8/779.2 MB 193.0 MB/s eta 0:00:01 2024-05-15T23:37:56.2235635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 756.5/779.2 MB 164.5 MB/s eta 0:00:01 2024-05-15T23:37:56.2236697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 764.3/779.2 MB 225.2 MB/s eta 0:00:01 2024-05-15T23:37:56.2237723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 765.6/779.2 MB 136.0 MB/s eta 0:00:01 2024-05-15T23:37:56.2238732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 771.7/779.2 MB 125.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2239728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/779.2 MB 191.0 MB/s eta 0:00:01 2024-05-15T23:37:56.2240775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2241791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2242784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2243771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2244748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2245741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2246726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2247746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2248718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2249714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2250701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2251681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2252664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2253662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2254707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2255679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2256705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:56.2257691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6397292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6398424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6399619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6400623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6401615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6402594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6403577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6404564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6405561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6406611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6407657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6408639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6409619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6410587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6411572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6412586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6413560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6414525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6415509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6416490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6417463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6418644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6419637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6420626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6421596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6422573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6423558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6424556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6425761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6426738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6427715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6428691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6429656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6430642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6431658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6432640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6433613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6434596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6435572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6436545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:57.6437644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0535599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0537001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0538017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0539102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0540066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0541059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0542224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0543214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0544179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0545327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0546300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0547260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0548328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0549330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0550305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0551275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0552244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0553216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0554183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0555174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0556161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0557184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0558179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0559147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0560132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0561131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0562182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0563158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0564148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0565133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0566110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0567094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0568198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0569183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0570152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0571140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0572124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0573102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0574148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0575129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:37:59.0576118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4677453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4679014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4680305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4681320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4682337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4683323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4684293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4685257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4686235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4687217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4688449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4689408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4690402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4691386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4692358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4693336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4694331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4695409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4696377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4697349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4698339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4699396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4700370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4701438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4702420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4703399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4704366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4705523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4706495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4707502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4708494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4709473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4710448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4711417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4712389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4713369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4714451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4715427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4716405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4717412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:00.4718417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2385672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2387443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2388744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2389748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2390738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2391707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2392710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2393694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2394828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2395805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2396795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2397776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2398794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2399754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2400778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2401764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2402736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2403717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2404696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:38:03.2405656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 779.2/779.2 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:38:03.2406634Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:03.2407461Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:38:03.2408273Z Collecting transformers>=4.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:03.2409043Z Downloading transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:38:03.2409855Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.0 MB ? eta -:--:-- 2024-05-15T23:38:03.2410849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 7.3/9.0 MB 225.8 MB/s eta 0:00:01 2024-05-15T23:38:03.2411881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.0/9.0 MB 220.8 MB/s eta 0:00:01 2024-05-15T23:38:03.2412834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/9.0 MB 129.6 MB/s eta 0:00:00 2024-05-15T23:38:03.2414138Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r requirements.txt (line 20)) (0.19.0) 2024-05-15T23:38:03.2415763Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from torchao->-r requirements.txt (line 4)) (23.0) 2024-05-15T23:38:03.2417317Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (3.13.1) 2024-05-15T23:38:03.2418621Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:38:03.2419379Z Downloading fsspec-2024.5.0-py3-none-any.whl (316 kB) 2024-05-15T23:38:03.2420167Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/316.1 kB ? eta -:--:-- 2024-05-15T23:38:03.2421093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.1/316.1 kB 64.5 MB/s eta 0:00:00 2024-05-15T23:38:03.2422365Z [?25hRequirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (6.0.1) 2024-05-15T23:38:03.2423970Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (2.29.0) 2024-05-15T23:38:03.2425667Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (4.65.0) 2024-05-15T23:38:03.2426925Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:38:03.2427768Z Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:38:03.2428527Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 13)) 2024-05-15T23:38:03.2429484Z Downloading regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) 2024-05-15T23:38:03.2430468Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/785.0 kB ? eta -:--:-- 2024-05-15T23:38:03.2431544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.0/785.0 kB 95.6 MB/s eta 0:00:00 2024-05-15T23:38:03.2432395Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 16)) 2024-05-15T23:38:03.2433510Z Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-05-15T23:38:03.2434645Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-05-15T23:38:03.2435567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 74.2 MB/s eta 0:00:00 2024-05-15T23:38:03.2436449Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:38:03.2437723Z 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-05-15T23:38:03.2439030Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-05-15T23:38:05.4474098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 82.2 MB/s eta 0:00:00 2024-05-15T23:38:05.4476736Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 21)) (1.26.16) 2024-05-15T23:38:05.4478028Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:38:05.4479035Z 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-05-15T23:38:05.4480112Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-05-15T23:38:05.4481093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 5.7/7.1 MB 172.0 MB/s eta 0:00:01 2024-05-15T23:38:05.4482102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 116.1 MB/s eta 0:00:00 2024-05-15T23:38:05.4483130Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:38:05.4483875Z Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:38:05.4484658Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.3 kB ? eta -:--:-- 2024-05-15T23:38:05.4485580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 52.4 MB/s eta 0:00:00 2024-05-15T23:38:05.4486837Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 30)) (3.1.3) 2024-05-15T23:38:05.4487978Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:38:05.4488721Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:38:05.4489961Z Requirement already satisfied: click>=8.1.3 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 30)) (8.1.7) 2024-05-15T23:38:05.4491070Z Collecting blinker>=1.6.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:38:05.4491750Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:38:05.4492940Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) (5.9.0) 2024-05-15T23:38:05.4494293Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4495629Z Downloading https://download.pytorch.org/whl/nightly/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-05-15T23:38:05.4496860Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-05-15T23:38:05.4497767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.1 MB/s eta 0:00:00 2024-05-15T23:38:05.4498867Z [?25hCollecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4499915Z Downloading pyarrow-16.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.9 MB) 2024-05-15T23:38:05.4500905Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.9 MB ? eta -:--:-- 2024-05-15T23:38:05.4501917Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/40.9 MB 178.2 MB/s eta 0:00:01 2024-05-15T23:38:05.4502986Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.5/40.9 MB 157.7 MB/s eta 0:00:01 2024-05-15T23:38:05.4504064Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/40.9 MB 120.9 MB/s eta 0:00:01 2024-05-15T23:38:05.4505399Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 19.9/40.9 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:38:05.4506589Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.7/40.9 MB 128.6 MB/s eta 0:00:01 2024-05-15T23:38:05.4507660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 30.6/40.9 MB 157.3 MB/s eta 0:00:01 2024-05-15T23:38:05.4508722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 36.7/40.9 MB 185.8 MB/s eta 0:00:01 2024-05-15T23:38:05.4509788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 188.5 MB/s eta 0:00:01 2024-05-15T23:38:05.4510771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 188.5 MB/s eta 0:00:01 2024-05-15T23:38:05.4511739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 188.5 MB/s eta 0:00:01 2024-05-15T23:38:05.4512825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 188.5 MB/s eta 0:00:01 2024-05-15T23:38:05.4513784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 MB 52.9 MB/s eta 0:00:00 2024-05-15T23:38:05.4514755Z [?25hCollecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4515840Z Downloading https://download.pytorch.org/whl/nightly/pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:38:05.4516903Z Collecting dill<0.3.9,>=0.3.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4517897Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:38:05.4518887Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-05-15T23:38:05.4519860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 35.8 MB/s eta 0:00:00 2024-05-15T23:38:05.4520780Z [?25hCollecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4522046Z 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-05-15T23:38:05.4523242Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-05-15T23:38:05.4524232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 9.0/13.0 MB 269.0 MB/s eta 0:00:01 2024-05-15T23:38:05.4525270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 237.0 MB/s eta 0:00:01 2024-05-15T23:38:05.4526226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 122.4 MB/s eta 0:00:00 2024-05-15T23:38:05.4527221Z [?25hCollecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:05.4528494Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-05-15T23:38:05.4529709Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-05-15T23:38:07.3817601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 39.8 MB/s eta 0:00:00 2024-05-15T23:38:07.3819187Z [?25hCollecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3820784Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-05-15T23:38:07.3821994Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-05-15T23:38:07.3823122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 40.8 MB/s eta 0:00:00 2024-05-15T23:38:07.3824182Z [?25hCollecting fsspec[http]<=2024.3.1,>=2023.1.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3825247Z Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:38:07.3826023Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.0 kB ? eta -:--:-- 2024-05-15T23:38:07.3826946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 47.1 MB/s eta 0:00:00 2024-05-15T23:38:07.3827861Z [?25hCollecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3829126Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-05-15T23:38:07.3830330Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:38:07.3831230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 92.2 MB/s eta 0:00:00 2024-05-15T23:38:07.3832538Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 30)) (2.1.3) 2024-05-15T23:38:07.3834272Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (2.0.4) 2024-05-15T23:38:07.3835995Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (3.4) 2024-05-15T23:38:07.3837688Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (2024.2.2) 2024-05-15T23:38:07.3839027Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3839937Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:38:07.3840713Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-05-15T23:38:07.3841625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 38.1 MB/s eta 0:00:00 2024-05-15T23:38:07.3842551Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3843308Z Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:38:07.3844054Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-05-15T23:38:07.3844960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 130.8 MB/s eta 0:00:00 2024-05-15T23:38:07.3846345Z [?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->-r requirements.txt (line 20)) (1.16.0) 2024-05-15T23:38:07.3847709Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3848508Z Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:38:07.3849341Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3850131Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:38:07.3850895Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3851933Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:38:07.3852997Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3854020Z Downloading scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2024-05-15T23:38:07.3855109Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/38.6 MB ? eta -:--:-- 2024-05-15T23:38:07.3856105Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/38.6 MB 244.2 MB/s eta 0:00:01 2024-05-15T23:38:07.3857195Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/38.6 MB 164.7 MB/s eta 0:00:01 2024-05-15T23:38:07.3858268Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 18.9/38.6 MB 195.2 MB/s eta 0:00:01 2024-05-15T23:38:07.3859392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 26.3/38.6 MB 198.9 MB/s eta 0:00:01 2024-05-15T23:38:07.3860450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 30.2/38.6 MB 165.0 MB/s eta 0:00:01 2024-05-15T23:38:07.3861598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 36.7/38.6 MB 154.5 MB/s eta 0:00:01 2024-05-15T23:38:07.3862618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 169.9 MB/s eta 0:00:01 2024-05-15T23:38:07.3863597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 169.9 MB/s eta 0:00:01 2024-05-15T23:38:07.3864579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 169.9 MB/s eta 0:00:01 2024-05-15T23:38:07.3865665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 169.9 MB/s eta 0:00:01 2024-05-15T23:38:07.3866611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 53.5 MB/s eta 0:00:00 2024-05-15T23:38:07.3867594Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3868438Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:38:07.3869229Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-05-15T23:38:07.3870148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 58.4 MB/s eta 0:00:00 2024-05-15T23:38:07.3871237Z [?25hCollecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3872304Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:38:07.3873117Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:07.3874144Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:38:07.3875140Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.7 MB ? eta -:--:-- 2024-05-15T23:38:07.3876276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 5.7/5.7 MB 294.5 MB/s eta 0:00:01 2024-05-15T23:38:08.6597902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 146.3 MB/s eta 0:00:00 2024-05-15T23:38:08.6599372Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:08.6600425Z Downloading networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:38:08.6601418Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:38:08.6602406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 121.8 MB/s eta 0:00:00 2024-05-15T23:38:08.6603485Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:08.6615548Z 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-05-15T23:38:08.6617054Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-05-15T23:38:08.6618059Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/23.7 MB 233.0 MB/s eta 0:00:01 2024-05-15T23:38:08.6619251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 16.8/23.7 MB 256.9 MB/s eta 0:00:01 2024-05-15T23:38:08.6620280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 294.8 MB/s eta 0:00:01 2024-05-15T23:38:08.6621270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 294.8 MB/s eta 0:00:01 2024-05-15T23:38:08.6622222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 94.5 MB/s eta 0:00:00 2024-05-15T23:38:08.6623319Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:08.6624942Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-05-15T23:38:08.6626128Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-05-15T23:38:08.6627042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 107.8 MB/s eta 0:00:00 2024-05-15T23:38:08.6628087Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:08.6629408Z 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-05-15T23:38:08.6630578Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-05-15T23:38:08.6631704Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/14.1 MB 119.0 MB/s eta 0:00:01 2024-05-15T23:38:08.6632772Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 6.7/14.1 MB 98.2 MB/s eta 0:00:01 2024-05-15T23:38:08.6633784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 159.8 MB/s eta 0:00:01 2024-05-15T23:38:08.6634745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 98.1 MB/s eta 0:00:00 2024-05-15T23:38:08.6635747Z [?25hCollecting nvidia-cudnn-cu12==8.9.2.26 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:08.6637031Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2024-05-15T23:38:08.6638192Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/731.7 MB ? eta -:--:-- 2024-05-15T23:38:08.6639244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/731.7 MB 232.9 MB/s eta 0:00:04 2024-05-15T23:38:08.6640277Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/731.7 MB 274.2 MB/s eta 0:00:03 2024-05-15T23:38:08.6641393Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.4/731.7 MB 291.8 MB/s eta 0:00:03 2024-05-15T23:38:08.6642466Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.4/731.7 MB 288.9 MB/s eta 0:00:03 2024-05-15T23:38:08.6643533Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.4/731.7 MB 289.0 MB/s eta 0:00:03 2024-05-15T23:38:08.6644606Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/731.7 MB 286.0 MB/s eta 0:00:03 2024-05-15T23:38:08.6645722Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.3/731.7 MB 286.2 MB/s eta 0:00:03 2024-05-15T23:38:08.6646791Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.3/731.7 MB 290.0 MB/s eta 0:00:03 2024-05-15T23:38:08.6647853Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/731.7 MB 294.7 MB/s eta 0:00:03 2024-05-15T23:38:08.6648912Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/731.7 MB 284.0 MB/s eta 0:00:03 2024-05-15T23:38:08.6650015Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/731.7 MB 310.2 MB/s eta 0:00:03 2024-05-15T23:38:08.6651126Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.7/731.7 MB 268.2 MB/s eta 0:00:03 2024-05-15T23:38:08.6652359Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.0/731.7 MB 217.8 MB/s eta 0:00:03 2024-05-15T23:38:08.6653473Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.5/731.7 MB 272.0 MB/s eta 0:00:03 2024-05-15T23:38:08.6654594Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/731.7 MB 274.7 MB/s eta 0:00:03 2024-05-15T23:38:08.6655689Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.9/731.7 MB 283.8 MB/s eta 0:00:03 2024-05-15T23:38:08.6656793Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.7/731.7 MB 286.1 MB/s eta 0:00:02 2024-05-15T23:38:10.0122771Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.9/731.7 MB 292.2 MB/s eta 0:00:02 2024-05-15T23:38:10.0124321Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.6/731.7 MB 239.4 MB/s eta 0:00:03 2024-05-15T23:38:10.0125514Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/731.7 MB 242.4 MB/s eta 0:00:03 2024-05-15T23:38:10.0126636Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.1/731.7 MB 246.6 MB/s eta 0:00:03 2024-05-15T23:38:10.0127725Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.8/731.7 MB 215.0 MB/s eta 0:00:03 2024-05-15T23:38:10.0128818Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.8/731.7 MB 170.7 MB/s eta 0:00:04 2024-05-15T23:38:10.0129883Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 218.4/731.7 MB 252.8 MB/s eta 0:00:03 2024-05-15T23:38:10.0131116Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 223.8/731.7 MB 189.3 MB/s eta 0:00:03 2024-05-15T23:38:10.0132184Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 231.0/731.7 MB 170.3 MB/s eta 0:00:03 2024-05-15T23:38:10.0133260Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 239.1/731.7 MB 240.3 MB/s eta 0:00:03 2024-05-15T23:38:10.0134332Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 247.2/731.7 MB 227.8 MB/s eta 0:00:03 2024-05-15T23:38:10.0135401Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 253.4/731.7 MB 200.9 MB/s eta 0:00:03 2024-05-15T23:38:10.0136466Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 263.3/731.7 MB 284.0 MB/s eta 0:00:02 2024-05-15T23:38:10.0137574Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 272.3/731.7 MB 263.4 MB/s eta 0:00:02 2024-05-15T23:38:10.0138752Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 281.3/731.7 MB 261.7 MB/s eta 0:00:02 2024-05-15T23:38:10.0139819Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 290.0/731.7 MB 254.4 MB/s eta 0:00:02 2024-05-15T23:38:10.0140928Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 297.9/731.7 MB 239.0 MB/s eta 0:00:02 2024-05-15T23:38:10.0142012Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 304.4/731.7 MB 191.7 MB/s eta 0:00:03 2024-05-15T23:38:10.0143087Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 313.3/731.7 MB 256.1 MB/s eta 0:00:02 2024-05-15T23:38:10.0144179Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 323.5/731.7 MB 292.1 MB/s eta 0:00:02 2024-05-15T23:38:10.0145522Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 333.6/731.7 MB 291.1 MB/s eta 0:00:02 2024-05-15T23:38:10.0146604Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 343.7/731.7 MB 292.6 MB/s eta 0:00:02 2024-05-15T23:38:10.0147680Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 353.9/731.7 MB 293.2 MB/s eta 0:00:02 2024-05-15T23:38:10.0148757Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 356.4/731.7 MB 176.2 MB/s eta 0:00:03 2024-05-15T23:38:10.0149817Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 360.8/731.7 MB 126.8 MB/s eta 0:00:03 2024-05-15T23:38:10.0150968Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 369.1/731.7 MB 247.6 MB/s eta 0:00:02 2024-05-15T23:38:10.0152056Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 378.5/731.7 MB 271.9 MB/s eta 0:00:02 2024-05-15T23:38:10.0153126Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 388.0/731.7 MB 269.6 MB/s eta 0:00:02 2024-05-15T23:38:10.0154192Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 394.8/731.7 MB 225.7 MB/s eta 0:00:02 2024-05-15T23:38:10.0155256Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 399.7/731.7 MB 160.8 MB/s eta 0:00:03 2024-05-15T23:38:10.0156323Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 409.4/731.7 MB 279.1 MB/s eta 0:00:02 2024-05-15T23:38:10.0157419Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 419.4/731.7 MB 289.8 MB/s eta 0:00:02 2024-05-15T23:38:10.0158498Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 428.4/731.7 MB 260.6 MB/s eta 0:00:02 2024-05-15T23:38:10.0159558Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 437.2/731.7 MB 257.5 MB/s eta 0:00:02 2024-05-15T23:38:10.0160632Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 447.3/731.7 MB 291.3 MB/s eta 0:00:01 2024-05-15T23:38:10.0161698Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 457.9/731.7 MB 315.8 MB/s eta 0:00:01 2024-05-15T23:38:10.0162761Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 463.1/731.7 MB 210.3 MB/s eta 0:00:02 2024-05-15T23:38:10.0163823Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 469.7/731.7 MB 164.3 MB/s eta 0:00:02 2024-05-15T23:38:10.0164981Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 478.3/731.7 MB 261.2 MB/s eta 0:00:01 2024-05-15T23:38:11.6117181Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 480.8/731.7 MB 161.2 MB/s eta 0:00:02 2024-05-15T23:38:11.6118487Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 482.1/731.7 MB 111.5 MB/s eta 0:00:03 2024-05-15T23:38:11.6119549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 483.2/731.7 MB 81.8 MB/s eta 0:00:04 2024-05-15T23:38:11.6120625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 487.8/731.7 MB 70.3 MB/s eta 0:00:04 2024-05-15T23:38:11.6121682Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 492.6/731.7 MB 115.0 MB/s eta 0:00:03 2024-05-15T23:38:11.6122941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 497.4/731.7 MB 143.0 MB/s eta 0:00:02 2024-05-15T23:38:11.6124001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 505.5/731.7 MB 204.5 MB/s eta 0:00:02 2024-05-15T23:38:11.6125068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 514.6/731.7 MB 262.8 MB/s eta 0:00:01 2024-05-15T23:38:11.6126131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 524.8/731.7 MB 290.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6127191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 534.8/731.7 MB 289.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6128246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 545.0/731.7 MB 291.5 MB/s eta 0:00:01 2024-05-15T23:38:11.6129424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 555.1/731.7 MB 290.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6130496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 565.2/731.7 MB 292.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6131548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 575.4/731.7 MB 293.5 MB/s eta 0:00:01 2024-05-15T23:38:11.6132601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 585.8/731.7 MB 311.0 MB/s eta 0:00:01 2024-05-15T23:38:11.6133654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 594.1/731.7 MB 255.5 MB/s eta 0:00:01 2024-05-15T23:38:11.6134707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 601.7/731.7 MB 211.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6135806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 608.5/731.7 MB 207.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6136853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 616.8/731.7 MB 242.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6137909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 619.7/731.7 MB 160.0 MB/s eta 0:00:01 2024-05-15T23:38:11.6139032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 628.6/731.7 MB 202.8 MB/s eta 0:00:01 2024-05-15T23:38:11.6140081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 637.6/731.7 MB 241.0 MB/s eta 0:00:01 2024-05-15T23:38:11.6141126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 643.4/731.7 MB 199.5 MB/s eta 0:00:01 2024-05-15T23:38:11.6142270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 652.4/731.7 MB 260.4 MB/s eta 0:00:01 2024-05-15T23:38:11.6143319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 662.6/731.7 MB 292.9 MB/s eta 0:00:01 2024-05-15T23:38:11.6144373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 672.6/731.7 MB 286.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6145696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 682.5/731.7 MB 287.5 MB/s eta 0:00:01 2024-05-15T23:38:11.6146745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 692.7/731.7 MB 292.8 MB/s eta 0:00:01 2024-05-15T23:38:11.6147796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 702.5/731.7 MB 282.6 MB/s eta 0:00:01 2024-05-15T23:38:11.6148949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 706.8/731.7 MB 193.3 MB/s eta 0:00:01 2024-05-15T23:38:11.6149972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 713.8/731.7 MB 158.8 MB/s eta 0:00:01 2024-05-15T23:38:11.6150970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 722.7/731.7 MB 251.2 MB/s eta 0:00:01 2024-05-15T23:38:11.6151958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6152936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6153900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6154895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6155888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6156853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:11.6157820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0268847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0270317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0271652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0272831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0273805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0274809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0275803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0276785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0277755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0278766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0279835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0280818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0281784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0282778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0283766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0284740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0285817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0286798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0287777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0288746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0289733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0290725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0291728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0292718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0293698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0294677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0295650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0296615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0297594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0298761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0299741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0300710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0301728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0302715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0303679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0305005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0306002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0306987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0307964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0308947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:13.0309920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4417332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4419072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4420439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4421439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4422410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4423389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4424363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4425580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4426547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4427535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4428519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4429499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4430471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4431617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4432635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4433614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4434582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4435568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4436549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4437519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4438606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4439602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4440584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4441568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4442534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4443510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4444503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4445485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4446457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4447435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4448414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4449383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4450355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4451415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4452442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4453407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4454385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4455361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4456338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4457397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:14.4458428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8603690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8605147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8606449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8607502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8608478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8609633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8610633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8611617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8612585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8613566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8614550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8615561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8616525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8617500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8618600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8619586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8620560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8621555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8622664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8623646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8624806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8625809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8626795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8627778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8628865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8629851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8630837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8631819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8632789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8633770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8634767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8635854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8636829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8637814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8638795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8639769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8640752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8641767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8642748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8643719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:15.8644696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7650163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7651623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7652960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7653971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7654949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7655940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7656930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7657903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7658954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7660068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7661062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7662041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7663027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7664023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7665254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7666346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7667324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7668305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7669274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7670234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7671221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7672210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7673278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 309.1 MB/s eta 0:00:01 2024-05-15T23:38:17.7674234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:38:17.7675273Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:17.7676600Z 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-05-15T23:38:17.7677756Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-05-15T23:38:17.7678658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/410.6 MB 122.1 MB/s eta 0:00:04 2024-05-15T23:38:17.7679645Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/410.6 MB 109.0 MB/s eta 0:00:04 2024-05-15T23:38:17.7680783Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.5/410.6 MB 113.2 MB/s eta 0:00:04 2024-05-15T23:38:17.7681844Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/410.6 MB 103.9 MB/s eta 0:00:04 2024-05-15T23:38:17.7682904Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.8/410.6 MB 127.6 MB/s eta 0:00:04 2024-05-15T23:38:17.7683982Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.5/410.6 MB 223.4 MB/s eta 0:00:02 2024-05-15T23:38:17.7685053Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.0/410.6 MB 275.9 MB/s eta 0:00:02 2024-05-15T23:38:17.7686179Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.7/410.6 MB 279.1 MB/s eta 0:00:02 2024-05-15T23:38:17.7687261Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/410.6 MB 279.5 MB/s eta 0:00:02 2024-05-15T23:38:17.7688334Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.0/410.6 MB 276.8 MB/s eta 0:00:02 2024-05-15T23:38:17.7689399Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.5/410.6 MB 275.3 MB/s eta 0:00:02 2024-05-15T23:38:17.7690452Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.2/410.6 MB 281.1 MB/s eta 0:00:02 2024-05-15T23:38:17.7691512Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.4/410.6 MB 297.1 MB/s eta 0:00:02 2024-05-15T23:38:17.7692576Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.1/410.6 MB 238.5 MB/s eta 0:00:02 2024-05-15T23:38:19.2442861Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.2/410.6 MB 258.0 MB/s eta 0:00:02 2024-05-15T23:38:19.2444460Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 124.0/410.6 MB 282.1 MB/s eta 0:00:02 2024-05-15T23:38:19.2445632Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/410.6 MB 308.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2446753Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 140.8/410.6 MB 220.7 MB/s eta 0:00:02 2024-05-15T23:38:19.2447845Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 148.8/410.6 MB 198.7 MB/s eta 0:00:02 2024-05-15T23:38:19.2448923Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 157.7/410.6 MB 260.0 MB/s eta 0:00:01 2024-05-15T23:38:19.2450393Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 167.6/410.6 MB 282.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2451494Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 176.7/410.6 MB 265.8 MB/s eta 0:00:01 2024-05-15T23:38:19.2452571Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 185.1/410.6 MB 228.6 MB/s eta 0:00:01 2024-05-15T23:38:19.2453647Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 194.7/410.6 MB 278.6 MB/s eta 0:00:01 2024-05-15T23:38:19.2454723Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 202.2/410.6 MB 233.2 MB/s eta 0:00:01 2024-05-15T23:38:19.2455792Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 210.7/410.6 MB 248.8 MB/s eta 0:00:01 2024-05-15T23:38:19.2457029Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 219.5/410.6 MB 260.1 MB/s eta 0:00:01 2024-05-15T23:38:19.2458093Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 228.9/410.6 MB 270.8 MB/s eta 0:00:01 2024-05-15T23:38:19.2459257Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 238.6/410.6 MB 280.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2460338Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 248.3/410.6 MB 278.7 MB/s eta 0:00:01 2024-05-15T23:38:19.2461407Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 258.1/410.6 MB 281.6 MB/s eta 0:00:01 2024-05-15T23:38:19.2462476Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 267.7/410.6 MB 279.9 MB/s eta 0:00:01 2024-05-15T23:38:19.2463761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.2/410.6 MB 313.0 MB/s eta 0:00:01 2024-05-15T23:38:19.2465203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 282.3/410.6 MB 191.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2466406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 288.8/410.6 MB 153.0 MB/s eta 0:00:01 2024-05-15T23:38:19.2467456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 297.4/410.6 MB 251.5 MB/s eta 0:00:01 2024-05-15T23:38:19.2468520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 306.0/410.6 MB 224.9 MB/s eta 0:00:01 2024-05-15T23:38:19.2469589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 315.5/410.6 MB 273.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2470692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 325.4/410.6 MB 286.5 MB/s eta 0:00:01 2024-05-15T23:38:19.2471752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 335.3/410.6 MB 284.2 MB/s eta 0:00:01 2024-05-15T23:38:19.2472813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 345.1/410.6 MB 282.3 MB/s eta 0:00:01 2024-05-15T23:38:19.2473875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 354.9/410.6 MB 285.2 MB/s eta 0:00:01 2024-05-15T23:38:19.2474940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 364.9/410.6 MB 287.9 MB/s eta 0:00:01 2024-05-15T23:38:19.2475991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 369.0/410.6 MB 181.1 MB/s eta 0:00:01 2024-05-15T23:38:19.2477190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 377.8/410.6 MB 187.5 MB/s eta 0:00:01 2024-05-15T23:38:19.2478252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 387.2/410.6 MB 266.1 MB/s eta 0:00:01 2024-05-15T23:38:19.2479306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 396.2/410.6 MB 263.1 MB/s eta 0:00:01 2024-05-15T23:38:19.2480336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 401.5/410.6 MB 197.5 MB/s eta 0:00:01 2024-05-15T23:38:19.2481350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 401.7/410.6 MB 120.8 MB/s eta 0:00:01 2024-05-15T23:38:19.2482354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.0/410.6 MB 87.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2483366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.2/410.6 MB 67.4 MB/s eta 0:00:01 2024-05-15T23:38:19.2484446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.5/410.6 MB 55.1 MB/s eta 0:00:01 2024-05-15T23:38:19.2485455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.7/410.6 MB 46.7 MB/s eta 0:00:01 2024-05-15T23:38:20.6257847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6259022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6260031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6261008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6262051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6263040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6264024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6265178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6266178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6267166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6268342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6269340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6270340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6271330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6272309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6273291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6274275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6275368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6276347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6277356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6278343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6279325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6280298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6281380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6282371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6283360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6284344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6285331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6286323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6287330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6288330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6289328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6290328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6291311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6292301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6293298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6294427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6295416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6296407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:20.6297422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2577370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2578724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2580140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2581252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2582381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2583440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2584535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2585952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2587032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2588303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2589423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2590501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2591564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2592644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2593711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2594797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2595881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2596983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2598048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2599094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2600132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2601209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2602450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2603498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2604637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2605703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2606750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2607802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2608999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2610066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2611112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2612186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 45.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2613243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.6 MB/s eta 0:00:00 2024-05-15T23:38:22.2614402Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:22.2615847Z 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-05-15T23:38:22.2617218Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-05-15T23:38:22.2618270Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/121.6 MB 228.8 MB/s eta 0:00:01 2024-05-15T23:38:22.2619480Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/121.6 MB 215.8 MB/s eta 0:00:01 2024-05-15T23:38:22.2620625Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.4/121.6 MB 188.4 MB/s eta 0:00:01 2024-05-15T23:38:22.2621732Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.0/121.6 MB 231.9 MB/s eta 0:00:01 2024-05-15T23:38:22.2622796Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.4/121.6 MB 228.2 MB/s eta 0:00:01 2024-05-15T23:38:23.7377375Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 46.1/121.6 MB 249.2 MB/s eta 0:00:01 2024-05-15T23:38:23.7378976Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.1/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7380098Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 53.9/121.6 MB 129.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7381187Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 57.2/121.6 MB 103.1 MB/s eta 0:00:01 2024-05-15T23:38:23.7382278Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 65.2/121.6 MB 183.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7383370Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 74.4/121.6 MB 258.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7384905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 84.1/121.6 MB 277.8 MB/s eta 0:00:01 2024-05-15T23:38:23.7386002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 93.9/121.6 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:38:23.7387079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 103.7/121.6 MB 283.9 MB/s eta 0:00:01 2024-05-15T23:38:23.7388154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 113.8/121.6 MB 291.2 MB/s eta 0:00:01 2024-05-15T23:38:23.7389210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 120.3/121.6 MB 216.1 MB/s eta 0:00:01 2024-05-15T23:38:23.7390211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7391345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7392366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7393355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7394346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7395338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7396324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7397301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7398416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7399434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7400435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 144.0 MB/s eta 0:00:01 2024-05-15T23:38:23.7401404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 20.7 MB/s eta 0:00:00 2024-05-15T23:38:23.7402465Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:23.7403823Z 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-05-15T23:38:23.7405030Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-05-15T23:38:23.7406035Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/56.5 MB 254.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7407112Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/56.5 MB 239.3 MB/s eta 0:00:01 2024-05-15T23:38:23.7408184Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 26.4/56.5 MB 272.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7409248Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 35.9/56.5 MB 273.4 MB/s eta 0:00:01 2024-05-15T23:38:23.7410304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 45.3/56.5 MB 272.9 MB/s eta 0:00:01 2024-05-15T23:38:23.7411319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 55.4/56.5 MB 289.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7412398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7413370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7414326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7415303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7416272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:38:23.7417223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 47.1 MB/s eta 0:00:00 2024-05-15T23:38:23.7418283Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:23.7419795Z 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-05-15T23:38:23.7420985Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-05-15T23:38:25.1636557Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/124.2 MB 235.7 MB/s eta 0:00:01 2024-05-15T23:38:25.1638226Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/124.2 MB 267.0 MB/s eta 0:00:01 2024-05-15T23:38:25.1639430Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.5/124.2 MB 271.3 MB/s eta 0:00:01 2024-05-15T23:38:25.1640522Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.3/124.2 MB 283.1 MB/s eta 0:00:01 2024-05-15T23:38:25.1641669Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/124.2 MB 272.4 MB/s eta 0:00:01 2024-05-15T23:38:25.1642754Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 55.1/124.2 MB 271.3 MB/s eta 0:00:01 2024-05-15T23:38:25.1643833Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 64.9/124.2 MB 283.0 MB/s eta 0:00:01 2024-05-15T23:38:25.1644908Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 74.0/124.2 MB 265.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1645979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 83.4/124.2 MB 269.7 MB/s eta 0:00:01 2024-05-15T23:38:25.1647035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 93.2/124.2 MB 281.9 MB/s eta 0:00:01 2024-05-15T23:38:25.1648392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 103.1/124.2 MB 286.2 MB/s eta 0:00:01 2024-05-15T23:38:25.1649455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 113.3/124.2 MB 293.1 MB/s eta 0:00:01 2024-05-15T23:38:25.1650490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1651488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1652485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1653472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1654587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1655569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1656563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1657559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1658656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1659641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1660659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1661666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1662650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1663625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1664621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1665822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1666817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1667922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1668913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1669904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1670883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1671865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1672850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1673851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1674927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1675913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1676898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:25.1677881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6852571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6853956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6855297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6856278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6857240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 325.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6858190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 8.6 MB/s eta 0:00:00 2024-05-15T23:38:26.6859318Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:26.6860668Z 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-05-15T23:38:26.6861863Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-05-15T23:38:26.6862863Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/196.0 MB 261.9 MB/s eta 0:00:01 2024-05-15T23:38:26.6863935Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/196.0 MB 267.9 MB/s eta 0:00:01 2024-05-15T23:38:26.6865216Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/196.0 MB 282.2 MB/s eta 0:00:01 2024-05-15T23:38:26.6866285Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.0/196.0 MB 265.6 MB/s eta 0:00:01 2024-05-15T23:38:26.6867351Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/196.0 MB 280.1 MB/s eta 0:00:01 2024-05-15T23:38:26.6868449Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/196.0 MB 282.0 MB/s eta 0:00:01 2024-05-15T23:38:26.6869629Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/196.0 MB 285.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6870702Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 76.4/196.0 MB 286.2 MB/s eta 0:00:01 2024-05-15T23:38:26.6871767Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 86.4/196.0 MB 286.3 MB/s eta 0:00:01 2024-05-15T23:38:26.6872827Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 96.5/196.0 MB 290.3 MB/s eta 0:00:01 2024-05-15T23:38:26.6873898Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 105.6/196.0 MB 266.7 MB/s eta 0:00:01 2024-05-15T23:38:26.6874953Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 115.3/196.0 MB 269.1 MB/s eta 0:00:01 2024-05-15T23:38:26.6876165Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 123.0/196.0 MB 228.8 MB/s eta 0:00:01 2024-05-15T23:38:26.6877234Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 131.9/196.0 MB 257.6 MB/s eta 0:00:01 2024-05-15T23:38:26.6878293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 141.9/196.0 MB 287.1 MB/s eta 0:00:01 2024-05-15T23:38:26.6879342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 152.0/196.0 MB 289.0 MB/s eta 0:00:01 2024-05-15T23:38:26.6880396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 161.9/196.0 MB 287.2 MB/s eta 0:00:01 2024-05-15T23:38:26.6881449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 171.9/196.0 MB 286.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6882611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 181.9/196.0 MB 289.7 MB/s eta 0:00:01 2024-05-15T23:38:26.6883661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 189.8/196.0 MB 244.3 MB/s eta 0:00:01 2024-05-15T23:38:26.6884672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6885666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6886655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6887629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6888649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6889626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6890584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6891550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6892528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6893504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6894551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:26.6895533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2107516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2108822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2109826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2110804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2111787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2112973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2113959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2114925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2115898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2116891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2117878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2118877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2119885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2120876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2121865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2122840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2123834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2124824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2125930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2126911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2127912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2128908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2129898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2130874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2131892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2132956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2133956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2134944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2135935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2136923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2137898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2139047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2140046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2141039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2142025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2143015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2144102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2145482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2146599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 225.4 MB/s eta 0:00:01 2024-05-15T23:38:28.2147583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 5.6 MB/s eta 0:00:00 2024-05-15T23:38:28.2148581Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:29.6037987Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-05-15T23:38:29.6039637Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-05-15T23:38:29.6040667Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/176.2 MB 274.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6042062Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/176.2 MB 235.4 MB/s eta 0:00:01 2024-05-15T23:38:29.6043146Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.3/176.2 MB 257.3 MB/s eta 0:00:01 2024-05-15T23:38:29.6044214Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.9/176.2 MB 234.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6045295Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/176.2 MB 261.0 MB/s eta 0:00:01 2024-05-15T23:38:29.6046367Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.9/176.2 MB 279.8 MB/s eta 0:00:01 2024-05-15T23:38:29.6047432Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/176.2 MB 282.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6048691Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 71.6/176.2 MB 282.3 MB/s eta 0:00:01 2024-05-15T23:38:29.6049763Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 81.4/176.2 MB 284.0 MB/s eta 0:00:01 2024-05-15T23:38:29.6050837Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 91.3/176.2 MB 284.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6051892Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 101.2/176.2 MB 285.4 MB/s eta 0:00:01 2024-05-15T23:38:29.6052954Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 111.3/176.2 MB 290.9 MB/s eta 0:00:01 2024-05-15T23:38:29.6054016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 121.3/176.2 MB 288.5 MB/s eta 0:00:01 2024-05-15T23:38:29.6055151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 131.4/176.2 MB 290.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6056220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 141.5/176.2 MB 291.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6057281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 151.7/176.2 MB 292.6 MB/s eta 0:00:01 2024-05-15T23:38:29.6058339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 161.8/176.2 MB 291.2 MB/s eta 0:00:01 2024-05-15T23:38:29.6059465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 172.0/176.2 MB 290.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6060456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6061461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6062458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6063422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6064394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6065644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6066619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6067582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6068682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6069662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6070634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6071599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6072576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6073549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6074605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6075567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6076590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6077567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6078529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:29.6079511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1149320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1150869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1152273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1153267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1154243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1155219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1156213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1157420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1158393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1159377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1160361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1161332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1162303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1163314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1164406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1165398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1166376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1167359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1168335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1169307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1170373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1171361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1172343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1173317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1174294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1175271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.7 MB/s eta 0:00:01 2024-05-15T23:38:31.1176245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 6.2 MB/s eta 0:00:00 2024-05-15T23:38:31.1177281Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:31.1178670Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-05-15T23:38:31.1179808Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-05-15T23:38:31.1180711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 3.3 MB/s eta 0:00:00 2024-05-15T23:38:31.1181617Z [?25hCollecting triton==2.3.0 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:31.1182632Z Downloading triton-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.1 MB) 2024-05-15T23:38:31.1183627Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/168.1 MB ? eta -:--:-- 2024-05-15T23:38:31.1184896Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/168.1 MB 227.8 MB/s eta 0:00:01 2024-05-15T23:38:31.1185985Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.9/168.1 MB 213.1 MB/s eta 0:00:01 2024-05-15T23:38:31.1187052Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.0/168.1 MB 205.6 MB/s eta 0:00:01 2024-05-15T23:38:31.1188127Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.4/168.1 MB 256.9 MB/s eta 0:00:01 2024-05-15T23:38:31.1189188Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/168.1 MB 246.1 MB/s eta 0:00:01 2024-05-15T23:38:31.1190263Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.7/168.1 MB 115.6 MB/s eta 0:00:02 2024-05-15T23:38:31.1191457Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/168.1 MB 111.2 MB/s eta 0:00:02 2024-05-15T23:38:31.1192519Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/168.1 MB 199.8 MB/s eta 0:00:01 2024-05-15T23:38:32.5368572Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/168.1 MB 190.4 MB/s eta 0:00:01 2024-05-15T23:38:32.5370141Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 62.9/168.1 MB 184.3 MB/s eta 0:00:01 2024-05-15T23:38:32.5371357Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 71.3/168.1 MB 245.0 MB/s eta 0:00:01 2024-05-15T23:38:32.5372441Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 78.7/168.1 MB 208.1 MB/s eta 0:00:01 2024-05-15T23:38:32.5373755Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 84.9/168.1 MB 200.4 MB/s eta 0:00:01 2024-05-15T23:38:32.5374840Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 91.4/168.1 MB 178.0 MB/s eta 0:00:01 2024-05-15T23:38:32.5375918Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 95.4/168.1 MB 174.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5377036Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 101.1/168.1 MB 138.5 MB/s eta 0:00:01 2024-05-15T23:38:32.5378117Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 106.8/168.1 MB 167.1 MB/s eta 0:00:01 2024-05-15T23:38:32.5379294Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 111.0/168.1 MB 144.1 MB/s eta 0:00:01 2024-05-15T23:38:32.5380399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 117.8/168.1 MB 156.3 MB/s eta 0:00:01 2024-05-15T23:38:32.5381473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 124.8/168.1 MB 203.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5382540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 132.1/168.1 MB 215.9 MB/s eta 0:00:01 2024-05-15T23:38:32.5383608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 138.6/168.1 MB 193.8 MB/s eta 0:00:01 2024-05-15T23:38:32.5384854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 145.9/168.1 MB 209.4 MB/s eta 0:00:01 2024-05-15T23:38:32.5385925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 151.8/168.1 MB 185.3 MB/s eta 0:00:01 2024-05-15T23:38:32.5387144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 159.4/168.1 MB 191.9 MB/s eta 0:00:01 2024-05-15T23:38:32.5388186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 165.4/168.1 MB 194.8 MB/s eta 0:00:01 2024-05-15T23:38:32.5389189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5390174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5391176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5392171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5393177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5394222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5395223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5396208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5397236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5398204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5399255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5400340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5401352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5420750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5421828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5422827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5423819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5425130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5426137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5427115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5428098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:32.5429088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0661540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0663067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0664438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0665621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0666605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0667579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0668603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0669583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0670687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0671666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0672636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0673630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0674622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0675600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0676593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0677605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0678633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0679591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0680578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0681563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0682555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0683628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0684590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.1/168.1 MB 6.3 MB/s eta 0:00:00 2024-05-15T23:38:35.0685787Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:35.0686963Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2024-05-15T23:38:35.0687905Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/21.1 MB ? eta -:--:-- 2024-05-15T23:38:35.0688893Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/21.1 MB 225.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0689962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 15.2/21.1 MB 216.7 MB/s eta 0:00:01 2024-05-15T23:38:35.0691071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0692336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0693409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0694375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0695329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0696305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:38:35.0697274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 40.2 MB/s eta 0:00:00 2024-05-15T23:38:35.0698347Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:38:35.0699561Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-05-15T23:38:35.0700562Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-05-15T23:38:35.0701493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 286.9 MB/s eta 0:00:01 2024-05-15T23:38:35.0702426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 54.5 MB/s eta 0:00:00 2024-05-15T23:38:35.0703742Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4->-r requirements.txt (line 20)) (23.1.0) 2024-05-15T23:38:35.0705749Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (67.8.0) 2024-05-15T23:38:35.0707152Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4312533Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:39:40.4316045Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4317323Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:39:40.4318550Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4319825Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:39:40.4321018Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4322410Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:39:40.4323695Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4324867Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:39:40.4326103Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4327477Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:39:40.4328717Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4330482Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:39:40.4332383Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4334726Z 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-05-15T23:39:40.4336991Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-05-15T23:39:40.4338320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 66.1 MB/s eta 0:00:00 2024-05-15T23:39:40.4340231Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4342359Z 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-05-15T23:39:40.4344255Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-05-15T23:39:40.4346039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 37.8 MB/s eta 0:00:00 2024-05-15T23:39:40.4347679Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4350019Z 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-05-15T23:39:40.4351937Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-05-15T23:39:40.4353436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 74.3 MB/s eta 0:00:00 2024-05-15T23:39:40.4355878Z [?25hRequirement 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->-r requirements.txt (line 20)) (4.0.0) 2024-05-15T23:39:40.4359318Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (2.8.2) 2024-05-15T23:39:40.4362774Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (2023.3.post1) 2024-05-15T23:39:40.4365321Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4367081Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:39:40.4368789Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-05-15T23:39:40.4370312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 64.2 MB/s eta 0:00:00 2024-05-15T23:39:40.4371896Z [?25hCollecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:39:40.4373184Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:39:40.4374443Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-05-15T23:39:40.4376104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 82.8 MB/s eta 0:00:00 2024-05-15T23:39:40.4377522Z [?25hBuilding wheels for collected packages: lm-eval, rouge-score, sqlitedict 2024-05-15T23:39:40.4379042Z Building wheel for lm-eval (pyproject.toml) ... [?25l- \ | / - \ | done 2024-05-15T23:39:40.4381204Z [?25h Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=a1d6a5681edf153888cf52b3ef0263869972992e1efb06282700a65e154cf35f 2024-05-15T23:39:40.4383383Z Stored in directory: /root/.cache/pip/wheels/c0/0c/4a/43c6bc9f3ad182a3fcd95a3a1607f6138f98905e1c5e3dcaaf 2024-05-15T23:39:40.4385213Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-05-15T23:39:40.4387162Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=c5267ad465723650f0434c579de72ffca183c2914d4dc3dcaf176977cd0bac62 2024-05-15T23:39:40.4389516Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-05-15T23:39:40.4391014Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-05-15T23:39:40.4393030Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=4b6d7d9f87a1c203d6cd7aac5bfd73da27e5cc5e61dfe8e2ff7e225c9ddbed72 2024-05-15T23:39:40.4395309Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-05-15T23:39:40.4396765Z Successfully built lm-eval rouge-score sqlitedict 2024-05-15T23:39:40.4406051Z Installing collected packages: zstd, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, tzdata, typing-extensions, triton, tornado, threadpoolctl, tcolorpy, tabulate, sympy, safetensors, regex, pycryptodomex, pybind11, pyarrow-hotfix, portalocker, 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, multidict, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, blinker, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, huggingface_hub, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, nvidia-cusolver-cu12, aiohttp, transformers, torch, DataProperty, torchao, tabledata, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-05-15T23:39:40.4414386Z Attempting uninstall: cmake 2024-05-15T23:39:40.4415048Z Found existing installation: cmake 3.18.2 2024-05-15T23:39:40.4415848Z Uninstalling cmake-3.18.2: 2024-05-15T23:39:40.4416546Z Successfully uninstalled cmake-3.18.2 2024-05-15T23:39:40.4430569Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.3 absl-py-2.1.0 accelerate-0.30.1 aiohttp-3.9.5 aiosignal-1.3.1 blinker-1.8.2 blobfile-2.1.1 cmake-3.29.3 colorama-0.4.6 datasets-2.19.1 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.3.1 gguf-0.6.0 huggingface_hub-0.23.0 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.0 lxml-4.9.4 mbstrdecoder-1.1.3 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 networkx-3.3 ninja-1.11.1.1 nltk-3.8.1 numexpr-2.10.0 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-8.9.2.26 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.4.127 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.10.0 portalocker-2.8.2 pyarrow-16.1.0 pyarrow-hotfix-0.6 pybind11-2.12.0 pycryptodomex-3.20.0 pytablewriter-1.2.0 regex-2024.5.15 rouge-score-0.1.2 sacrebleu-2.4.2 safetensors-0.4.3 scikit-learn-1.4.2 scipy-1.13.0 sentencepiece-0.2.0 snakeviz-2.2.0 sqlitedict-2.1.0 sympy-1.12 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 torch-2.3.0 torchao-0.1 tornado-6.4 tqdm-multiprocess-0.0.11 transformers-4.40.2 triton-2.3.0 typepy-1.3.2 typing-extensions-4.11.0 tzdata-2024.1 xxhash-3.4.1 yarl-1.9.4 zstd-1.5.5.1 2024-05-15T23:39:43.5500406Z 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-05-15T23:39:43.5502101Z Found existing installation: triton 2.3.0 2024-05-15T23:39:43.5502587Z Uninstalling triton-2.3.0: 2024-05-15T23:39:43.5503029Z Successfully uninstalled triton-2.3.0 2024-05-15T23:39:43.5504532Z 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-05-15T23:39:43.5506549Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:39:43.5507251Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:39:43.5508240Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.4.0.dev20240507%2Bcu121-cp311-cp311-linux_x86_64.whl (796.1 MB) 2024-05-15T23:39:43.5509524Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/796.1 MB ? eta -:--:-- 2024-05-15T23:39:43.5510453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/796.1 MB 101.9 MB/s eta 0:00:08 2024-05-15T23:39:43.5511384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/796.1 MB 87.7 MB/s eta 0:00:10 2024-05-15T23:39:43.5512304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/796.1 MB 86.4 MB/s eta 0:00:10 2024-05-15T23:39:43.5513487Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/796.1 MB 84.4 MB/s eta 0:00:10 2024-05-15T23:39:43.5514498Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/796.1 MB 74.9 MB/s eta 0:00:11 2024-05-15T23:39:43.5515477Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.7/796.1 MB 84.2 MB/s eta 0:00:10 2024-05-15T23:39:43.5516522Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/796.1 MB 223.7 MB/s eta 0:00:04 2024-05-15T23:39:43.5517595Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/796.1 MB 256.9 MB/s eta 0:00:03 2024-05-15T23:39:43.5518720Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.5/796.1 MB 271.3 MB/s eta 0:00:03 2024-05-15T23:39:43.5519948Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/796.1 MB 267.7 MB/s eta 0:00:03 2024-05-15T23:39:43.5521037Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/796.1 MB 271.8 MB/s eta 0:00:03 2024-05-15T23:39:43.5522108Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.6/796.1 MB 271.7 MB/s eta 0:00:03 2024-05-15T23:39:43.5523182Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.0/796.1 MB 272.3 MB/s eta 0:00:03 2024-05-15T23:39:43.5524241Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/796.1 MB 273.9 MB/s eta 0:00:03 2024-05-15T23:39:43.5525306Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.1/796.1 MB 274.2 MB/s eta 0:00:03 2024-05-15T23:39:43.5526401Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.5/796.1 MB 270.8 MB/s eta 0:00:03 2024-05-15T23:39:43.5527550Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.9/796.1 MB 271.6 MB/s eta 0:00:03 2024-05-15T23:39:43.5528676Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.3/796.1 MB 274.4 MB/s eta 0:00:03 2024-05-15T23:39:43.5529747Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.9/796.1 MB 275.5 MB/s eta 0:00:03 2024-05-15T23:39:43.5530803Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.3/796.1 MB 273.8 MB/s eta 0:00:03 2024-05-15T23:39:43.5531871Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.9/796.1 MB 275.1 MB/s eta 0:00:03 2024-05-15T23:39:43.5532946Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.5/796.1 MB 276.6 MB/s eta 0:00:03 2024-05-15T23:39:43.5534029Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.0/796.1 MB 275.4 MB/s eta 0:00:03 2024-05-15T23:39:43.5535101Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.5/796.1 MB 275.6 MB/s eta 0:00:03 2024-05-15T23:39:43.5536166Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.2/796.1 MB 279.9 MB/s eta 0:00:03 2024-05-15T23:39:43.5537231Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.6/796.1 MB 272.4 MB/s eta 0:00:03 2024-05-15T23:39:43.5538296Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.1/796.1 MB 272.0 MB/s eta 0:00:03 2024-05-15T23:39:43.5539498Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/796.1 MB 272.5 MB/s eta 0:00:03 2024-05-15T23:39:43.5540650Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 234.0/796.1 MB 272.9 MB/s eta 0:00:03 2024-05-15T23:39:43.5541718Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 243.5/796.1 MB 275.8 MB/s eta 0:00:03 2024-05-15T23:39:43.5542778Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.1/796.1 MB 275.2 MB/s eta 0:00:02 2024-05-15T23:39:43.5543847Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.6/796.1 MB 275.0 MB/s eta 0:00:02 2024-05-15T23:39:43.5545020Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.1/796.1 MB 274.9 MB/s eta 0:00:02 2024-05-15T23:39:43.5546093Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.7/796.1 MB 276.1 MB/s eta 0:00:02 2024-05-15T23:39:44.9058445Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.8/796.1 MB 223.7 MB/s eta 0:00:03 2024-05-15T23:39:44.9060149Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.5/796.1 MB 212.1 MB/s eta 0:00:03 2024-05-15T23:39:44.9061254Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.6/796.1 MB 215.0 MB/s eta 0:00:03 2024-05-15T23:39:44.9062343Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 310.5/796.1 MB 216.2 MB/s eta 0:00:03 2024-05-15T23:39:44.9063442Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 314.2/796.1 MB 158.7 MB/s eta 0:00:04 2024-05-15T23:39:44.9064521Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 319.9/796.1 MB 126.8 MB/s eta 0:00:04 2024-05-15T23:39:44.9065814Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 326.6/796.1 MB 179.3 MB/s eta 0:00:03 2024-05-15T23:39:44.9066885Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 332.9/796.1 MB 181.5 MB/s eta 0:00:03 2024-05-15T23:39:44.9067963Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 341.1/796.1 MB 223.3 MB/s eta 0:00:03 2024-05-15T23:39:44.9069031Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 350.7/796.1 MB 275.8 MB/s eta 0:00:02 2024-05-15T23:39:44.9070095Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 357.8/796.1 MB 225.1 MB/s eta 0:00:02 2024-05-15T23:39:44.9071157Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.9/796.1 MB 221.7 MB/s eta 0:00:02 2024-05-15T23:39:44.9072389Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 375.1/796.1 MB 261.5 MB/s eta 0:00:02 2024-05-15T23:39:44.9073455Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 384.6/796.1 MB 275.2 MB/s eta 0:00:02 2024-05-15T23:39:44.9074517Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 394.1/796.1 MB 269.7 MB/s eta 0:00:02 2024-05-15T23:39:44.9075571Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 403.8/796.1 MB 276.2 MB/s eta 0:00:02 2024-05-15T23:39:44.9076636Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 413.3/796.1 MB 274.5 MB/s eta 0:00:02 2024-05-15T23:39:44.9077705Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 422.7/796.1 MB 273.3 MB/s eta 0:00:02 2024-05-15T23:39:44.9078890Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 432.3/796.1 MB 274.4 MB/s eta 0:00:02 2024-05-15T23:39:44.9079959Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 441.8/796.1 MB 275.7 MB/s eta 0:00:02 2024-05-15T23:39:44.9081017Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 451.4/796.1 MB 277.4 MB/s eta 0:00:02 2024-05-15T23:39:44.9082080Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 461.0/796.1 MB 274.2 MB/s eta 0:00:02 2024-05-15T23:39:44.9083148Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 470.5/796.1 MB 274.1 MB/s eta 0:00:02 2024-05-15T23:39:44.9084204Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 480.0/796.1 MB 276.1 MB/s eta 0:00:02 2024-05-15T23:39:44.9085370Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 489.5/796.1 MB 272.4 MB/s eta 0:00:02 2024-05-15T23:39:44.9086434Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 499.1/796.1 MB 277.4 MB/s eta 0:00:02 2024-05-15T23:39:44.9087504Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 508.7/796.1 MB 277.8 MB/s eta 0:00:02 2024-05-15T23:39:44.9088563Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 518.3/796.1 MB 277.8 MB/s eta 0:00:01 2024-05-15T23:39:44.9089620Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 528.0/796.1 MB 277.6 MB/s eta 0:00:01 2024-05-15T23:39:44.9090681Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 537.6/796.1 MB 277.8 MB/s eta 0:00:01 2024-05-15T23:39:44.9091777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 547.1/796.1 MB 275.8 MB/s eta 0:00:01 2024-05-15T23:39:44.9092830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 556.8/796.1 MB 278.7 MB/s eta 0:00:01 2024-05-15T23:39:44.9093892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 566.3/796.1 MB 275.7 MB/s eta 0:00:01 2024-05-15T23:39:44.9094959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 575.8/796.1 MB 272.6 MB/s eta 0:00:01 2024-05-15T23:39:44.9096027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 585.3/796.1 MB 276.4 MB/s eta 0:00:01 2024-05-15T23:39:44.9097079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 594.8/796.1 MB 274.0 MB/s eta 0:00:01 2024-05-15T23:39:44.9098166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 604.3/796.1 MB 274.9 MB/s eta 0:00:01 2024-05-15T23:39:44.9099427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 613.9/796.1 MB 275.3 MB/s eta 0:00:01 2024-05-15T23:39:44.9100488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 623.5/796.1 MB 275.9 MB/s eta 0:00:01 2024-05-15T23:39:46.5377176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 633.1/796.1 MB 276.1 MB/s eta 0:00:01 2024-05-15T23:39:46.5378885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 642.0/796.1 MB 259.0 MB/s eta 0:00:01 2024-05-15T23:39:46.5380534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 651.3/796.1 MB 269.5 MB/s eta 0:00:01 2024-05-15T23:39:46.5381852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 660.5/796.1 MB 267.7 MB/s eta 0:00:01 2024-05-15T23:39:46.5382947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 669.8/796.1 MB 265.1 MB/s eta 0:00:01 2024-05-15T23:39:46.5384005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 679.1/796.1 MB 269.1 MB/s eta 0:00:01 2024-05-15T23:39:46.5385247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 688.6/796.1 MB 270.9 MB/s eta 0:00:01 2024-05-15T23:39:46.5386311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 698.1/796.1 MB 275.6 MB/s eta 0:00:01 2024-05-15T23:39:46.5387382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 707.8/796.1 MB 279.9 MB/s eta 0:00:01 2024-05-15T23:39:46.5388468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 717.4/796.1 MB 276.6 MB/s eta 0:00:01 2024-05-15T23:39:46.5389706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 726.9/796.1 MB 275.7 MB/s eta 0:00:01 2024-05-15T23:39:46.5390774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 736.5/796.1 MB 275.0 MB/s eta 0:00:01 2024-05-15T23:39:46.5391837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 746.1/796.1 MB 277.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5392895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 755.7/796.1 MB 278.8 MB/s eta 0:00:01 2024-05-15T23:39:46.5393958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 765.3/796.1 MB 275.7 MB/s eta 0:00:01 2024-05-15T23:39:46.5394979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 774.8/796.1 MB 273.6 MB/s eta 0:00:01 2024-05-15T23:39:46.5396029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 784.2/796.1 MB 270.5 MB/s eta 0:00:01 2024-05-15T23:39:46.5397027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 793.7/796.1 MB 275.4 MB/s eta 0:00:01 2024-05-15T23:39:46.5398011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5399003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5400179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5401182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5402272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5403250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5404244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5405234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5406215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5407191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5408209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5409311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5410294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5411279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5412261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5413251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5414231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5415244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5416235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5417219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5418188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:46.5419239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9517097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9518840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9520113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9521110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9522083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9523070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9524048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9525021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9526116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9527112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9528089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9529053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9530075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9531066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9532113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9533096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9534062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9535042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9536019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9536987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9537978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9539094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9540078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9541049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9542037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9543024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9544009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9545399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9546394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9547369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9548344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9549330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9550320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9551382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9552388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9553379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9554369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9555353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9556325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9557309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:47.9558383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3668354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3670712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3671843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3672845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3673838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3674836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3675855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3676850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3677831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3678821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3679820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3680812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3681956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3682944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3683951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3684944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3685924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3686912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3687916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3688987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3689977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3690975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3691969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3692954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3693930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3694955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3695948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3696923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3697903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3698899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3699971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3701028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3702032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3703020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3704003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3705153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3706146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3707141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3708243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3709230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:49.3710222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7820962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7822482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7823865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7825409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7826390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7827387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7828376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7829365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7830337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7831400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7832401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7833385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7834359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7835347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7836328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7837306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7838419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7839415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7840401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7841386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7842373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7843361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7844431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7845426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7846413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7847405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7848396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7849372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7850361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7851485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7852478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7853456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7854449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7855446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7856431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7857418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7858427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7859516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7860552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7861528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:50.7862512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1973890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1975584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1976961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1977955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1979021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1979996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1980973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1982103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1983092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1984071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1985238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1986226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1987213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1988188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1989281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1990271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1991270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1992258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1993249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1994233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1995251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1996242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1997239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1998233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.1999210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2000198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2001250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2002305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2003284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2004272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2005259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2006244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2007212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2008293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2009275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2010254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2011231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2012225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2013213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2014206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:52.2015258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8985347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8986793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8987932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8988930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8989913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8990929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8991975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8992966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8993952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8994922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8995921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8997069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8998068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.8999047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.9000035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.9001023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.9001997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.9002986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 289.2 MB/s eta 0:00:01 2024-05-15T23:39:53.9004070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 796.1/796.1 MB 1.4 MB/s eta 0:00:00 2024-05-15T23:39:53.9005241Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.13.1) 2024-05-15T23:39:53.9006695Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (4.11.0) 2024-05-15T23:39:53.9008107Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:39:53.9009425Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:39:53.9010746Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.1.3) 2024-05-15T23:39:53.9012132Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:39:53.9013649Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:39:53.9015290Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:39:53.9016926Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:39:53.9018505Z Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (8.9.2.26) 2024-05-15T23:39:53.9020176Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.3.1) 2024-05-15T23:39:53.9021880Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.0.2.54) 2024-05-15T23:39:53.9023483Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (10.3.2.106) 2024-05-15T23:39:53.9025240Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.4.5.107) 2024-05-15T23:39:53.9026888Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.0.106) 2024-05-15T23:39:53.9028455Z Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2.20.5) 2024-05-15T23:39:53.9030007Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:39:53.9031195Z Collecting pytorch-triton==3.0.0+45fff310c8 (from torch==2.4.0.dev20240507) 2024-05-15T23:39:53.9032410Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2B45fff310c8-cp311-cp311-linux_x86_64.whl (241.9 MB) 2024-05-15T23:39:53.9033585Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.9 MB ? eta -:--:-- 2024-05-15T23:39:53.9034587Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/241.9 MB 237.9 MB/s eta 0:00:01 2024-05-15T23:39:53.9035678Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/241.9 MB 241.1 MB/s eta 0:00:01 2024-05-15T23:39:53.9036767Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.4/241.9 MB 260.7 MB/s eta 0:00:01 2024-05-15T23:39:53.9037861Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.7/241.9 MB 267.7 MB/s eta 0:00:01 2024-05-15T23:39:53.9039065Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.1/241.9 MB 271.9 MB/s eta 0:00:01 2024-05-15T23:39:53.9040159Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/241.9 MB 273.5 MB/s eta 0:00:01 2024-05-15T23:39:53.9041265Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/241.9 MB 272.4 MB/s eta 0:00:01 2024-05-15T23:39:53.9042371Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/241.9 MB 267.4 MB/s eta 0:00:01 2024-05-15T23:39:55.3443167Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 81.6/241.9 MB 267.0 MB/s eta 0:00:01 2024-05-15T23:39:55.3444619Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 90.4/241.9 MB 255.4 MB/s eta 0:00:01 2024-05-15T23:39:55.3445934Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.7/241.9 MB 268.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3447031Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 109.0/241.9 MB 268.3 MB/s eta 0:00:01 2024-05-15T23:39:55.3448119Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 118.2/241.9 MB 265.3 MB/s eta 0:00:01 2024-05-15T23:39:55.3449204Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 127.4/241.9 MB 267.5 MB/s eta 0:00:01 2024-05-15T23:39:55.3450280Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 136.7/241.9 MB 269.4 MB/s eta 0:00:01 2024-05-15T23:39:55.3451364Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 145.9/241.9 MB 266.6 MB/s eta 0:00:01 2024-05-15T23:39:55.3452524Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 155.2/241.9 MB 267.2 MB/s eta 0:00:01 2024-05-15T23:39:55.3453592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 164.5/241.9 MB 268.9 MB/s eta 0:00:01 2024-05-15T23:39:55.3454662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 173.6/241.9 MB 264.5 MB/s eta 0:00:01 2024-05-15T23:39:55.3455731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 182.6/241.9 MB 257.4 MB/s eta 0:00:01 2024-05-15T23:39:55.3456793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 192.0/241.9 MB 271.0 MB/s eta 0:00:01 2024-05-15T23:39:55.3457867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 201.5/241.9 MB 273.3 MB/s eta 0:00:01 2024-05-15T23:39:55.3459180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 211.0/241.9 MB 272.6 MB/s eta 0:00:01 2024-05-15T23:39:55.3460267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 220.5/241.9 MB 273.1 MB/s eta 0:00:01 2024-05-15T23:39:55.3461324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 230.0/241.9 MB 271.1 MB/s eta 0:00:01 2024-05-15T23:39:55.3462411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.3/241.9 MB 269.8 MB/s eta 0:00:01 2024-05-15T23:39:55.3463420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3464418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3465660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3466675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3467665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3468641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3469628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3470623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3471612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3472748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3473744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3474728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3475707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3476678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3477681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3478709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3479696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3480675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3481657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3482637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3483603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:55.3484658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7177442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7179001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7180221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7181219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7182209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7183185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7184357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7185535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7186522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7187494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7188489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7189472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7190475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7191480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7192471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7193453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7194428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7195398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7196382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7197493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7198473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7199458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7200444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7201426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7202400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7203394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7204481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7205476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7206449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7207427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7208409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7209386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7210441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7211427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7212453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7213454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7214433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7215413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7216436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7217417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 282.7 MB/s eta 0:00:01 2024-05-15T23:39:56.7218381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.9/241.9 MB 4.5 MB/s eta 0:00:00 2024-05-15T23:40:18.2390572Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.4.0.dev20240507) (12.4.127) 2024-05-15T23:40:18.2392320Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.4.0.dev20240507) (2.1.3) 2024-05-15T23:40:18.2393774Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.4.0.dev20240507) (1.3.0) 2024-05-15T23:40:18.2394800Z Installing collected packages: pytorch-triton, torch 2024-05-15T23:40:18.2395300Z Attempting uninstall: torch 2024-05-15T23:40:18.2395952Z Found existing installation: torch 2.3.0 2024-05-15T23:40:18.2396438Z Uninstalling torch-2.3.0: 2024-05-15T23:40:18.2396887Z Successfully uninstalled torch-2.3.0 2024-05-15T23:40:18.2397675Z Successfully installed pytorch-triton-3.0.0+45fff310c8 torch-2.4.0.dev20240507+cu121 2024-05-15T23:40:18.2399954Z 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-05-15T23:40:18.2401832Z + pip3 list 2024-05-15T23:40:18.2402239Z Package Version 2024-05-15T23:40:18.2402709Z ------------------------- ----------------------- 2024-05-15T23:40:18.2403261Z absl-py 2.1.0 2024-05-15T23:40:18.2403708Z accelerate 0.30.1 2024-05-15T23:40:18.2404240Z aiohttp 3.9.5 2024-05-15T23:40:18.2404603Z aiosignal 1.3.1 2024-05-15T23:40:18.2405017Z anaconda-anon-usage 0.4.4 2024-05-15T23:40:18.2405434Z anaconda-client 1.12.3 2024-05-15T23:40:18.2405797Z attrs 23.1.0 2024-05-15T23:40:18.2406156Z beautifulsoup4 4.12.2 2024-05-15T23:40:18.2406524Z blinker 1.8.2 2024-05-15T23:40:18.2406883Z blobfile 2.1.1 2024-05-15T23:40:18.2407234Z boltons 23.0.0 2024-05-15T23:40:18.2407594Z brotlipy 0.7.0 2024-05-15T23:40:18.2407955Z certifi 2024.2.2 2024-05-15T23:40:18.2408319Z cffi 1.15.1 2024-05-15T23:40:18.2408722Z chardet 4.0.0 2024-05-15T23:40:18.2409120Z charset-normalizer 2.0.4 2024-05-15T23:40:18.2409474Z click 8.1.7 2024-05-15T23:40:18.2409825Z cmake 3.29.3 2024-05-15T23:40:18.2410188Z colorama 0.4.6 2024-05-15T23:40:18.2410533Z conda 23.5.2 2024-05-15T23:40:18.2410927Z conda-build 24.3.0 2024-05-15T23:40:18.2411336Z conda-content-trust 0.1.3 2024-05-15T23:40:18.2411696Z conda_index 0.4.0 2024-05-15T23:40:18.2412102Z conda-libmamba-solver 23.5.0 2024-05-15T23:40:18.2412523Z conda-package-handling 2.1.0 2024-05-15T23:40:18.2412897Z conda_package_streaming 0.8.0 2024-05-15T23:40:18.2413271Z cryptography 39.0.1 2024-05-15T23:40:18.2413638Z DataProperty 1.0.1 2024-05-15T23:40:18.2413992Z datasets 2.19.1 2024-05-15T23:40:18.2414356Z defusedxml 0.7.1 2024-05-15T23:40:18.2414709Z dill 0.3.8 2024-05-15T23:40:18.2415056Z evaluate 0.4.2 2024-05-15T23:40:18.2415425Z fastjsonschema 2.16.2 2024-05-15T23:40:18.2415790Z filelock 3.13.1 2024-05-15T23:40:18.2416136Z Flask 3.0.3 2024-05-15T23:40:18.2416507Z frozenlist 1.4.1 2024-05-15T23:40:18.2416870Z fsspec 2024.3.1 2024-05-15T23:40:18.2417304Z gguf 0.6.0 2024-05-15T23:40:18.2417706Z huggingface-hub 0.23.0 2024-05-15T23:40:18.2418072Z idna 3.4 2024-05-15T23:40:18.2418413Z itsdangerous 2.2.0 2024-05-15T23:40:18.2418770Z Jinja2 3.1.3 2024-05-15T23:40:18.2419236Z joblib 1.4.2 2024-05-15T23:40:18.2419580Z jsonlines 4.0.0 2024-05-15T23:40:18.2419942Z jsonpatch 1.32 2024-05-15T23:40:18.2420307Z jsonpointer 2.1 2024-05-15T23:40:18.2420656Z jsonschema 4.19.2 2024-05-15T23:40:18.2421080Z jsonschema-specifications 2023.7.1 2024-05-15T23:40:18.2421477Z jupyter_core 5.5.0 2024-05-15T23:40:18.2421862Z libarchive-c 2.9 2024-05-15T23:40:18.2422217Z libmambapy 1.4.1 2024-05-15T23:40:18.2422576Z lm_eval 0.4.0 2024-05-15T23:40:18.2422924Z lxml 4.9.4 2024-05-15T23:40:18.2423277Z MarkupSafe 2.1.3 2024-05-15T23:40:18.2423652Z mbstrdecoder 1.1.3 2024-05-15T23:40:18.2424003Z menuinst 2.0.2 2024-05-15T23:40:18.2424400Z more-itertools 10.1.0 2024-05-15T23:40:18.2425027Z mpmath 1.3.0 2024-05-15T23:40:18.2425379Z multidict 6.0.5 2024-05-15T23:40:18.2425743Z multiprocess 0.70.16 2024-05-15T23:40:18.2426110Z nbformat 5.9.2 2024-05-15T23:40:18.2426456Z networkx 3.3 2024-05-15T23:40:18.2426809Z ninja 1.11.1.1 2024-05-15T23:40:18.2427174Z nltk 3.8.1 2024-05-15T23:40:18.2427519Z numexpr 2.10.0 2024-05-15T23:40:18.2427879Z numpy 1.26.4 2024-05-15T23:40:18.2428302Z nvidia-cublas-cu12 12.1.3.1 2024-05-15T23:40:18.2428757Z nvidia-cuda-cupti-cu12 12.1.105 2024-05-15T23:40:18.2429303Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-05-15T23:40:18.2429739Z nvidia-cuda-runtime-cu12 12.1.105 2024-05-15T23:40:18.2430162Z nvidia-cudnn-cu12 8.9.2.26 2024-05-15T23:40:18.2430586Z nvidia-cufft-cu12 11.0.2.54 2024-05-15T23:40:18.2431019Z nvidia-curand-cu12 10.3.2.106 2024-05-15T23:40:18.2431458Z nvidia-cusolver-cu12 11.4.5.107 2024-05-15T23:40:18.2431902Z nvidia-cusparse-cu12 12.1.0.106 2024-05-15T23:40:18.2432344Z nvidia-nccl-cu12 2.20.5 2024-05-15T23:40:18.2432757Z nvidia-nvjitlink-cu12 12.4.127 2024-05-15T23:40:18.2433182Z nvidia-nvtx-cu12 12.1.105 2024-05-15T23:40:18.2433557Z packaging 23.0 2024-05-15T23:40:18.2433906Z pandas 2.2.2 2024-05-15T23:40:18.2434269Z pathvalidate 3.2.0 2024-05-15T23:40:18.2434631Z peft 0.10.0 2024-05-15T23:40:18.2434978Z pip 23.1.2 2024-05-15T23:40:18.2435342Z pkginfo 1.9.6 2024-05-15T23:40:18.2435712Z platformdirs 3.10.0 2024-05-15T23:40:18.2436070Z pluggy 1.0.0 2024-05-15T23:40:18.2436429Z portalocker 2.8.2 2024-05-15T23:40:18.2436793Z psutil 5.9.0 2024-05-15T23:40:18.2437142Z pyarrow 16.1.0 2024-05-15T23:40:18.2437549Z pyarrow-hotfix 0.6 2024-05-15T23:40:18.2437913Z pybind11 2.12.0 2024-05-15T23:40:18.2438266Z pycosat 0.6.4 2024-05-15T23:40:18.2438625Z pycparser 2.21 2024-05-15T23:40:18.2438987Z pycryptodomex 3.20.0 2024-05-15T23:40:18.2439351Z pyOpenSSL 23.0.0 2024-05-15T23:40:18.2439715Z PySocks 1.7.1 2024-05-15T23:40:18.2440076Z pytablewriter 1.2.0 2024-05-15T23:40:18.2440472Z python-dateutil 2.8.2 2024-05-15T23:40:18.2440908Z pytorch-triton 3.0.0+45fff310c8 2024-05-15T23:40:18.2441334Z pytz 2023.3.post1 2024-05-15T23:40:18.2441712Z PyYAML 6.0.1 2024-05-15T23:40:18.2442080Z referencing 0.30.2 2024-05-15T23:40:18.2442445Z regex 2024.5.15 2024-05-15T23:40:18.2442899Z requests 2.29.0 2024-05-15T23:40:18.2443306Z requests-toolbelt 1.0.0 2024-05-15T23:40:18.2443705Z rouge-score 0.1.2 2024-05-15T23:40:18.2444092Z rpds-py 0.10.6 2024-05-15T23:40:18.2444454Z ruamel.yaml 0.17.21 2024-05-15T23:40:18.2444822Z sacrebleu 2.4.2 2024-05-15T23:40:18.2445175Z safetensors 0.4.3 2024-05-15T23:40:18.2445568Z scikit-learn 1.4.2 2024-05-15T23:40:18.2445931Z scipy 1.13.0 2024-05-15T23:40:18.2446288Z sentencepiece 0.2.0 2024-05-15T23:40:18.2446654Z setuptools 67.8.0 2024-05-15T23:40:18.2447013Z six 1.16.0 2024-05-15T23:40:18.2447357Z snakeviz 2.2.0 2024-05-15T23:40:18.2447717Z soupsieve 2.5 2024-05-15T23:40:18.2448075Z sqlitedict 2.1.0 2024-05-15T23:40:18.2448426Z sympy 1.12 2024-05-15T23:40:18.2448776Z tabledata 1.3.3 2024-05-15T23:40:18.2449139Z tabulate 0.9.0 2024-05-15T23:40:18.2449488Z tcolorpy 0.1.6 2024-05-15T23:40:18.2449852Z threadpoolctl 3.5.0 2024-05-15T23:40:18.2450208Z tiktoken 0.7.0 2024-05-15T23:40:18.2458994Z tokenizers 0.19.1 2024-05-15T23:40:18.2459396Z toolz 0.12.0 2024-05-15T23:40:18.2459807Z torch 2.4.0.dev20240507+cu121 2024-05-15T23:40:18.2460235Z torchao 0.1 2024-05-15T23:40:18.2460571Z tornado 6.4 2024-05-15T23:40:18.2460918Z tqdm 4.65.0 2024-05-15T23:40:18.2461341Z tqdm-multiprocess 0.0.11 2024-05-15T23:40:18.2461713Z traitlets 5.7.1 2024-05-15T23:40:18.2462077Z transformers 4.40.2 2024-05-15T23:40:18.2462438Z typepy 1.3.2 2024-05-15T23:40:18.2462890Z typing_extensions 4.11.0 2024-05-15T23:40:18.2463251Z tzdata 2024.1 2024-05-15T23:40:18.2463611Z urllib3 1.26.16 2024-05-15T23:40:18.2463975Z Werkzeug 3.0.3 2024-05-15T23:40:18.2464327Z wheel 0.38.4 2024-05-15T23:40:18.2464853Z xxhash 3.4.1 2024-05-15T23:40:18.2465225Z yarl 1.9.4 2024-05-15T23:40:18.2465580Z zstandard 0.19.0 2024-05-15T23:40:18.2465938Z zstd 1.5.5.1 2024-05-15T23:40:18.2466623Z + python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-05-15T23:40:18.2467520Z torch: ('2.4.0.dev20240507+cu121', 'e4f522910a192a919111277ce3e1c0fb0c8482bd') 2024-05-15T23:40:18.2468114Z + echo ::endgroup:: 2024-05-15T23:40:18.2468716Z ##[endgroup] 2024-05-15T23:40:18.2469103Z + echo '::group::Download checkpoint' 2024-05-15T23:40:18.2469734Z ##[group]Download checkpoint 2024-05-15T23:40:18.2470134Z + export REPO_NAME=tinyllamas/stories15M 2024-05-15T23:40:18.2470560Z + REPO_NAME=tinyllamas/stories15M 2024-05-15T23:40:18.2472126Z + bash .ci/scripts/wget_checkpoint.sh tinyllamas/stories15M https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:40:18.2473713Z + MODEL_REPO=tinyllamas/stories15M 2024-05-15T23:40:18.2475076Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:40:18.2476438Z + CHECKPOINT_NAME=stories15M 2024-05-15T23:40:18.2476877Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-05-15T23:40:18.2477344Z + pushd checkpoints/tinyllamas/stories15M 2024-05-15T23:40:18.2477950Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-05-15T23:40:18.2478516Z + IFS=, 2024-05-15T23:40:18.2478842Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:40:18.2479702Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-05-15T23:40:18.2480593Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:40:18.2481427Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:40:18.2482363Z --2024-05-15 23:40:18-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:40:18.2483270Z Resolving huggingface.co (huggingface.co)... 18.154.227.87, 18.154.227.69, 18.154.227.7, ... 2024-05-15T23:40:18.2484089Z Connecting to huggingface.co (huggingface.co)|18.154.227.87|:443... connected. 2024-05-15T23:40:18.2484736Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:40:18.2493323Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1716075618&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3NTYxOH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=Mv9OjoMv3DeLSmVBUENp0LqQhsnooyFE9sUyog2MpdwXUmYtHPjVak1qTFWng%7EiwmIbh-rPS8-cLYCnU-jyXS7wTshTPASIK0qGMGmNX9R944cfqQzV8YGDeoydgClTYW5N5zS44WCitro4WRk--NmH4aP9PWCoGWh2V62HnaU4pjEy0rKstWA%7EC0T7%7Em9aZRBfRuwbeAMqWpNRI3Cbrmw7dJe6DrnW1ny%7E9ADzxOZHVmpbLuXUPUgNbAnZ0BySj-hNop4AlD3M9JhzhZeihOhSpvzm4AHLjUmwU6LBhEccMwsTxyYeLgb%7EDFOubzz2XdzD1S4D0td7LuH8jkAbjZw__&Key-Pair-Id=KVTP0A1DKRTAX [following] 2024-05-15T23:41:56.9711959Z --2024-05-15 23:40:18-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1716075618&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3NTYxOH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=Mv9OjoMv3DeLSmVBUENp0LqQhsnooyFE9sUyog2MpdwXUmYtHPjVak1qTFWng%7EiwmIbh-rPS8-cLYCnU-jyXS7wTshTPASIK0qGMGmNX9R944cfqQzV8YGDeoydgClTYW5N5zS44WCitro4WRk--NmH4aP9PWCoGWh2V62HnaU4pjEy0rKstWA%7EC0T7%7Em9aZRBfRuwbeAMqWpNRI3Cbrmw7dJe6DrnW1ny%7E9ADzxOZHVmpbLuXUPUgNbAnZ0BySj-hNop4AlD3M9JhzhZeihOhSpvzm4AHLjUmwU6LBhEccMwsTxyYeLgb%7EDFOubzz2XdzD1S4D0td7LuH8jkAbjZw__&Key-Pair-Id=KVTP0A1DKRTAX 2024-05-15T23:41:56.9721503Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.36, 108.138.64.121, 108.138.64.49, ... 2024-05-15T23:41:56.9722651Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.36|:443... connected. 2024-05-15T23:41:56.9723392Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:41:56.9723915Z Length: 60789090 (58M) [binary/octet-stream] 2024-05-15T23:41:56.9724417Z Saving to: ‘stories15M.pt’ 2024-05-15T23:41:56.9724659Z 2024-05-15T23:41:56.9724664Z 2024-05-15T23:41:56.9724923Z 0% [ ] 0 --.-K/s 2024-05-15T23:41:56.9725539Z 100%[======================================>] 60,789,090 --.-K/s in 0.1s 2024-05-15T23:41:56.9725890Z 2024-05-15T23:41:56.9727810Z 2024-05-15 23:40:18 (425 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-05-15T23:41:56.9728281Z 2024-05-15T23:41:56.9728526Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:41:56.9729251Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-05-15T23:41:56.9730265Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:41:56.9731046Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:41:56.9731924Z --2024-05-15 23:40:18-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:41:56.9732622Z Resolving github.com (github.com)... 140.82.114.3 2024-05-15T23:41:56.9733213Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-05-15T23:41:56.9733825Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:41:56.9734606Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-05-15T23:41:56.9735690Z --2024-05-15 23:40:18-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-05-15T23:41:56.9736787Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ... 2024-05-15T23:41:56.9737961Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-05-15T23:41:56.9738851Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:41:56.9739400Z Length: 499723 (488K) [application/octet-stream] 2024-05-15T23:41:56.9739898Z Saving to: ‘tokenizer.model’ 2024-05-15T23:41:56.9740146Z 2024-05-15T23:41:56.9740152Z 2024-05-15T23:41:56.9740422Z 0% [ ] 0 --.-K/s 2024-05-15T23:41:56.9741034Z 100%[======================================>] 499,723 --.-K/s in 0.006s 2024-05-15T23:41:56.9741397Z 2024-05-15T23:41:56.9741756Z 2024-05-15 23:40:18 (84.6 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-05-15T23:41:56.9742206Z 2024-05-15T23:41:56.9742386Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:41:56.9743080Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-05-15T23:41:56.9743982Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:41:56.9745108Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:41:56.9745984Z --2024-05-15 23:40:18-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:41:56.9746660Z Resolving github.com (github.com)... 140.82.114.3 2024-05-15T23:41:56.9747262Z Connecting to github.com (github.com)|140.82.114.3|:443... connected. 2024-05-15T23:41:56.9747867Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:41:56.9748622Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-05-15T23:41:56.9749676Z --2024-05-15 23:40:18-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-05-15T23:41:56.9750754Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... 2024-05-15T23:41:56.9751871Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-05-15T23:41:56.9752657Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:41:56.9753204Z Length: 433869 (424K) [application/octet-stream] 2024-05-15T23:41:56.9753697Z Saving to: ‘tokenizer.bin’ 2024-05-15T23:41:56.9753933Z 2024-05-15T23:41:56.9753939Z 2024-05-15T23:41:56.9754198Z 0% [ ] 0 --.-K/s 2024-05-15T23:41:56.9754807Z 100%[======================================>] 433,869 --.-K/s in 0.005s 2024-05-15T23:41:56.9755169Z 2024-05-15T23:41:56.9755518Z 2024-05-15 23:40:18 (80.3 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-05-15T23:41:56.9755946Z 2024-05-15T23:41:56.9756057Z + popd 2024-05-15T23:41:56.9756317Z /pytorch/torchchat 2024-05-15T23:41:56.9756650Z + echo ::endgroup:: 2024-05-15T23:41:56.9757277Z ##[endgroup] 2024-05-15T23:41:56.9757673Z + echo '::group::Convert checkpoint' 2024-05-15T23:41:56.9758306Z ##[group]Convert checkpoint 2024-05-15T23:41:56.9758785Z + bash .ci/scripts/convert_checkpoint.sh tinyllamas/stories15M 2024-05-15T23:41:56.9759627Z /pytorch/torchchat/checkpoints/tinyllamas/stories15M /pytorch/torchchat 2024-05-15T23:41:56.9760215Z /pytorch/torchchat 2024-05-15T23:41:56.9760512Z + echo ::endgroup:: 2024-05-15T23:41:56.9761013Z ##[endgroup] 2024-05-15T23:41:56.9761373Z + echo '::group::Run inference' 2024-05-15T23:41:56.9761950Z ##[group]Run inference 2024-05-15T23:41:56.9762649Z + bash .ci/scripts/validate.sh ./checkpoints/tinyllamas/stories15M/model.pth cuda aoti-bfloat16 2024-05-15T23:41:56.9763362Z arg:aoti-bfloat16 2024-05-15T23:41:56.9763672Z Passing DTYPES=bfloat16 2024-05-15T23:41:56.9764006Z Local DTYPES=bfloat16 2024-05-15T23:41:56.9764346Z Local after default DTYPES=bfloat16 2024-05-15T23:41:56.9764905Z ############### Run inference with AOT Inductor for dtype bfloat16 ############### 2024-05-15T23:41:56.9765339Z 2024-05-15T23:41:56.9765484Z ****************************************** 2024-05-15T23:41:56.9765941Z ************** non-quantized ************* 2024-05-15T23:41:56.9766362Z ****************************************** 2024-05-15T23:41:56.9766762Z Using device=cuda 2024-05-15T23:41:56.9767050Z Loading model... 2024-05-15T23:41:56.9767368Z Time to load model: 1.77 seconds 2024-05-15T23:41:56.9768120Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:41:56.9769157Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:41:56.9769969Z Time for inference 1: 1.05 sec total, 190.19 tokens/sec 2024-05-15T23:41:56.9770462Z Bandwidth achieved: 9.28 GB/s 2024-05-15T23:41:56.9771104Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:41:56.9772000Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:41:56.9772907Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:41:56.9773522Z Using device=cuda NVIDIA A10G 2024-05-15T23:41:56.9773875Z Loading model... 2024-05-15T23:41:56.9774195Z Time to load model: 0.15 seconds 2024-05-15T23:41:56.9775720Z Hello, my name is Max. He loves to play with his toys. One day, he was playing with his toys when he noticed something strange. He saw that the sky was not clear anymore. He looked around for something to paint on, but he couldn't find anything. 2024-05-15T23:41:56.9777908Z Suddenly, he had an idea. He ran back to his room and grabbed his paintbrush. He started to paint a beautiful picture. He painted a big green tree. He used blue and green to make it look nice. 2024-05-15T23:41:56.9779994Z Then, he got an idea. He decided to paint the tree with his red and blue paint. Suddenly, he smelled something burning. He quickly ran to the kitchen, but the little girl was already there. She was loud and scared. 2024-05-15T23:41:56.9781832Z Max quickly ran away, but it was too late. The little girl was nowhere to be seen. Max was so scared he didn't know what to do. He tried to 2024-05-15T23:41:56.9782818Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:41:56.9783355Z --------------------------------------------------- 2024-05-15T23:41:56.9783657Z 2024-05-15T23:41:56.9783781Z ======================================== 2024-05-15T23:41:56.9784052Z 2024-05-15T23:41:56.9784179Z Average tokens/sec: 190.19 2024-05-15T23:41:56.9784527Z Memory used: 0.14 GB 2024-05-15T23:41:56.9785060Z ****************************************** 2024-05-15T23:41:56.9785540Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:41:56.9785962Z ****************************************** 2024-05-15T23:41:56.9786340Z Using device=cuda 2024-05-15T23:41:56.9786636Z Loading model... 2024-05-15T23:41:56.9786954Z Time to load model: 1.77 seconds 2024-05-15T23:41:56.9787568Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:41:56.9788171Z Time to quantize model: 0.04 seconds 2024-05-15T23:41:56.9788892Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:41:56.9790042Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:41:56.9790865Z Time for inference 1: 1.00 sec total, 199.54 tokens/sec 2024-05-15T23:41:56.9791351Z Bandwidth achieved: 9.74 GB/s 2024-05-15T23:41:56.9791994Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:41:56.9792877Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:41:56.9793687Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:41:56.9794301Z Using device=cuda NVIDIA A10G 2024-05-15T23:41:56.9794648Z Loading model... 2024-05-15T23:41:56.9794965Z Time to load model: 0.14 seconds 2024-05-15T23:41:56.9796072Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:41:56.9797879Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and shouts. She feels the wind in her hair. She is so happy. 2024-05-15T23:41:56.9799712Z Daisy sees a boy with a red ball. He is playing with a blue car. He is throwing the ball to his friend. Daisy wants to play too. She runs to the boy and says hello. 2024-05-15T23:45:53.6852168Z "Hi, I'm Daisy. Can I play with you?" Daisy asks. 2024-05-15T23:45:53.6853534Z "Hi, I'm Ben. Sure, you can play with me. Do you want to try my 2024-05-15T23:45:53.6854170Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:45:53.6854721Z --------------------------------------------------- 2024-05-15T23:45:53.6855035Z 2024-05-15T23:45:53.6855164Z ======================================== 2024-05-15T23:45:53.6857113Z 2024-05-15T23:45:53.6857685Z Average tokens/sec: 199.54 2024-05-15T23:45:53.6858178Z Memory used: 0.14 GB 2024-05-15T23:45:53.6858645Z ****************************************** 2024-05-15T23:45:53.6860301Z ******** Emb: group-wise quantized ******* 2024-05-15T23:45:53.6860879Z ****************************************** 2024-05-15T23:45:53.6861417Z Using device=cuda 2024-05-15T23:45:53.6861855Z Loading model... 2024-05-15T23:45:53.6862259Z Time to load model: 1.77 seconds 2024-05-15T23:45:53.6862888Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:45:53.6863633Z Time to quantize model: 0.05 seconds 2024-05-15T23:45:53.6864600Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6865993Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6867061Z Time for inference 1: 1.00 sec total, 199.55 tokens/sec 2024-05-15T23:45:53.6867556Z Bandwidth achieved: 9.74 GB/s 2024-05-15T23:45:53.6868396Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:45:53.6869427Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6870451Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6871214Z Using device=cuda NVIDIA A10G 2024-05-15T23:45:53.6871569Z Loading model... 2024-05-15T23:45:53.6871880Z Time to load model: 0.14 seconds 2024-05-15T23:45:53.6872998Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:45:53.6874594Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:45:53.6875977Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:45:53.6877702Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:45:53.6878968Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:45:53.6879496Z --------------------------------------------------- 2024-05-15T23:45:53.6879810Z 2024-05-15T23:45:53.6879934Z ======================================== 2024-05-15T23:45:53.6880207Z 2024-05-15T23:45:53.6880333Z Average tokens/sec: 199.55 2024-05-15T23:45:53.6880678Z Memory used: 0.14 GB 2024-05-15T23:45:53.6881000Z *********************************************** 2024-05-15T23:45:53.6881495Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:45:53.6905505Z *********************************************** 2024-05-15T23:45:53.6907427Z Using device=cuda 2024-05-15T23:45:53.6908125Z Loading model... 2024-05-15T23:45:53.6908547Z Time to load model: 1.77 seconds 2024-05-15T23:45:53.6909589Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:45:53.6910497Z Time to quantize model: 0.05 seconds 2024-05-15T23:45:53.6911537Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6913010Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6913880Z Time for inference 1: 1.00 sec total, 199.95 tokens/sec 2024-05-15T23:45:53.6914352Z Bandwidth achieved: 9.76 GB/s 2024-05-15T23:45:53.6914999Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:45:53.6915881Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6916671Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6917277Z Using device=cuda NVIDIA A10G 2024-05-15T23:45:53.6917796Z Loading model... 2024-05-15T23:45:53.6918101Z Time to load model: 0.14 seconds 2024-05-15T23:45:53.6919096Z Hello, my name is Lily. I am a very special girl. I have a special power. I can make things disappear. I can make things disappear and reappear. Do you want to see?" 2024-05-15T23:45:53.6920155Z Lily was very excited. She said, "Yes, please!" 2024-05-15T23:45:53.6920866Z Lily's mommy gave her a big box. She said, "Open it and see what's inside." 2024-05-15T23:45:53.6921662Z Lily opened the box. She saw a beautiful doll. She said, "Wow! This is so pretty!" 2024-05-15T23:45:53.6922493Z Lily's mommy said, "Yes, it is. But be careful, it's very expensive." 2024-05-15T23:45:53.6923167Z Lily said, "I will be careful. I want to make it disappear." 2024-05-15T23:45:53.6923965Z Lily took the doll and put it in her pocket. She said, "I will make it disappear. It will be fun!" 2024-05-15T23:45:53.6924739Z Lily's mommy said, "Okay, but be careful." 2024-05-15T23:45:53.6925165Z Lily played with the doll 2024-05-15T23:45:53.6925581Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:45:53.6926114Z --------------------------------------------------- 2024-05-15T23:45:53.6926416Z 2024-05-15T23:45:53.6926548Z ======================================== 2024-05-15T23:45:53.6926817Z 2024-05-15T23:45:53.6926941Z Average tokens/sec: 199.95 2024-05-15T23:45:53.6927282Z Memory used: 0.14 GB 2024-05-15T23:45:53.6927614Z *********************************************** 2024-05-15T23:45:53.6928098Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:45:53.6928534Z *********************************************** 2024-05-15T23:45:53.6928926Z Using device=cuda 2024-05-15T23:45:53.6929219Z Loading model... 2024-05-15T23:45:53.6929531Z Time to load model: 1.79 seconds 2024-05-15T23:45:53.6930218Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:45:53.6930865Z Time to quantize model: 0.05 seconds 2024-05-15T23:45:53.6931566Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6932694Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6933512Z Time for inference 1: 1.00 sec total, 199.93 tokens/sec 2024-05-15T23:45:53.6933981Z Bandwidth achieved: 9.76 GB/s 2024-05-15T23:45:53.6934623Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:45:53.6935501Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6936290Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6936898Z Using device=cuda NVIDIA A10G 2024-05-15T23:45:53.6937247Z Loading model... 2024-05-15T23:45:53.6937550Z Time to load model: 0.14 seconds 2024-05-15T23:45:53.6938145Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:45:53.6939183Z One day, Daisy's mommy said, "Daisy, it's time to go to the store." Daisy was excited and said, "Yes, mommy!" 2024-05-15T23:45:53.6940540Z Daisy and her mommy went to the store. Daisy saw a big, red ball. She wanted it so much. She asked her mommy, "Can I have the ball, please?" 2024-05-15T23:45:53.6941633Z Mommy said, "No, Daisy. We don't have enough money for that ball." 2024-05-15T23:45:53.6942317Z Daisy was sad. She wanted the ball so much. She started to cry. 2024-05-15T23:45:53.6943023Z Mommy said, "Daisy, don't cry. We can get the ball another day." 2024-05-15T23:45:53.6943771Z Daisy stopped crying and smiled. She was happy again. Once upon a time, there was a 2024-05-15T23:45:53.6944477Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:45:53.6945327Z --------------------------------------------------- 2024-05-15T23:45:53.6945626Z 2024-05-15T23:45:53.6945774Z ======================================== 2024-05-15T23:45:53.6946041Z 2024-05-15T23:45:53.6946165Z Average tokens/sec: 199.93 2024-05-15T23:45:53.6946612Z Memory used: 0.14 GB 2024-05-15T23:45:53.6946934Z ****************************************** 2024-05-15T23:45:53.6947397Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:45:53.6947816Z ****************************************** 2024-05-15T23:45:53.6948207Z Using device=cuda 2024-05-15T23:45:53.6948504Z Loading model... 2024-05-15T23:45:53.6948815Z Time to load model: 1.78 seconds 2024-05-15T23:45:53.6949432Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:45:53.6950011Z Time to quantize model: 0.06 seconds 2024-05-15T23:45:53.6950723Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6951766Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6952556Z Time for inference 1: 1.04 sec total, 192.76 tokens/sec 2024-05-15T23:45:53.6953036Z Bandwidth achieved: 9.41 GB/s 2024-05-15T23:45:53.6953692Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:45:53.6954565Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6955368Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:45:53.6955974Z Using device=cuda NVIDIA A10G 2024-05-15T23:45:53.6956326Z Loading model... 2024-05-15T23:45:53.6956631Z Time to load model: 0.14 seconds 2024-05-15T23:45:53.6957730Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:45:53.6959699Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the ladder. She sits on the slide and slides down. She laughs and says, "Whee!" 2024-05-15T23:45:53.6962010Z Daisy goes on the slide again and again. She has so much fun. She sees her mommy and daddy. They are waiting for her. They say, "Daisy, you are so brave!" Daisy smiles and says, "Thank you, mommy and daddy!" She is very happy. Once upon a time, there was a 2024-05-15T23:45:53.6963586Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:45:53.6964125Z --------------------------------------------------- 2024-05-15T23:45:53.6964426Z 2024-05-15T23:45:53.6964555Z ======================================== 2024-05-15T23:45:53.6964821Z 2024-05-15T23:45:53.6964951Z Average tokens/sec: 192.76 2024-05-15T23:45:53.6965284Z Memory used: 0.16 GB 2024-05-15T23:45:53.6965606Z ****************************************** 2024-05-15T23:45:53.6966074Z ******** INT8 group-wise quantized ******* 2024-05-15T23:45:53.6966487Z ****************************************** 2024-05-15T23:45:53.6966862Z Using device=cuda 2024-05-15T23:45:53.6967158Z Loading model... 2024-05-15T23:45:53.6967463Z Time to load model: 1.78 seconds 2024-05-15T23:45:53.6968127Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:45:53.6968717Z Time to quantize model: 0.06 seconds 2024-05-15T23:45:53.6969430Z Exporting model using AOT Inductor to /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6970493Z The generated DSO model can be found at: /pytorch/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:45:53.6971295Z Time for inference 1: 1.04 sec total, 191.87 tokens/sec 2024-05-15T23:45:53.6971768Z Bandwidth achieved: 9.37 GB/s 2024-05-15T23:45:53.6972412Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:45:53.6973292Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:47:41.1602382Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:47:41.1603029Z Using device=cuda NVIDIA A10G 2024-05-15T23:47:41.1603600Z Loading model... 2024-05-15T23:47:41.1603917Z Time to load model: 0.14 seconds 2024-05-15T23:47:41.1608670Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:47:41.1611215Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide and slides down. She laughs and says, "Whee!" 2024-05-15T23:47:41.1613737Z Daisy and her mommy have a lot of fun. They play on the slide all day. They go up and down, up and down. They laugh and smile. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there was a little girl named Lily. She loved to play outside in the sunsh 2024-05-15T23:47:41.1615851Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:47:41.1616584Z --------------------------------------------------- 2024-05-15T23:47:41.1617027Z 2024-05-15T23:47:41.1617229Z ======================================== 2024-05-15T23:47:41.1617637Z 2024-05-15T23:47:41.1617817Z Average tokens/sec: 191.87 2024-05-15T23:47:41.1618267Z Memory used: 0.16 GB 2024-05-15T23:47:41.1618715Z ****************************************** 2024-05-15T23:47:41.1619269Z ******** INT4 group-wise quantized ******* 2024-05-15T23:47:41.1619739Z ****************************************** 2024-05-15T23:47:41.1620141Z Using device=cuda 2024-05-15T23:47:41.1620452Z Loading model... 2024-05-15T23:47:41.1620773Z Time to load model: 1.79 seconds 2024-05-15T23:47:41.1621368Z Quantizing the model with: {'linear:int4-gptq': {'groupsize': 32}} 2024-05-15T23:47:41.1622451Z Note: NumExpr detected 16 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8. 2024-05-15T23:47:41.1623234Z NumExpr defaulting to 8 threads. 2024-05-15T23:47:41.1623797Z PyTorch version 2.4.0.dev20240507+cu121 available. 2024-05-15T23:47:41.1624272Z 2024-05-15T23:47:41.1624608Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-05-15T23:48:25.7695171Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:48:25.7695629Z  fi 2024-05-15T23:48:25.7696015Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-05-15T23:48:25.7696664Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:48:25.7697212Z  fi 2024-05-15T23:48:25.7697831Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-05-15T23:48:25.7698778Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-05-15T23:48:25.7699282Z fi 2024-05-15T23:48:25.7699555Z  2024-05-15T23:48:25.7699825Z upload_docs=0 2024-05-15T23:48:25.7700383Z # Check if there are files in the documentation folder to upload, note that 2024-05-15T23:48:25.7701022Z # empty folders do not count 2024-05-15T23:48:25.7701642Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-05-15T23:48:25.7702538Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-05-15T23:48:25.7703251Z  # upload will probably not work correctly 2024-05-15T23:48:25.7703717Z  upload_docs=1 2024-05-15T23:48:25.7704036Z fi 2024-05-15T23:48:25.7704456Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:48:25.7712563Z shell: /usr/bin/bash -e {0} 2024-05-15T23:48:25.7712913Z env: 2024-05-15T23:48:25.7713244Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:25.7713698Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:25.7714074Z PR_NUMBER: 804 2024-05-15T23:48:25.7719043Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:48:25.7724566Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:25.7725325Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:25.7726174Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:25.7726776Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:25.7727267Z UPLOAD_ARTIFACT_NAME: 2024-05-15T23:48:25.7727605Z ##[endgroup] 2024-05-15T23:48:25.7822749Z Prepare all required actions 2024-05-15T23:48:25.7858071Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-05-15T23:48:25.7858649Z with: 2024-05-15T23:48:25.7858895Z env: 2024-05-15T23:48:25.7859205Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:25.7859656Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:25.7860023Z PR_NUMBER: 804 2024-05-15T23:48:25.7865557Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:48:25.7871490Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:25.7872308Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:25.7873073Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:25.7873689Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:25.7874210Z ##[endgroup] 2024-05-15T23:48:25.7893110Z ##[group]Run set -eou pipefail 2024-05-15T23:48:25.7893507Z set -eou pipefail 2024-05-15T23:48:25.7893844Z  2024-05-15T23:48:25.7894346Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-05-15T23:48:25.7894964Z for _ in $(seq 1440); do 2024-05-15T23:48:25.7895418Z  # Break if no ssh session exists anymore 2024-05-15T23:48:25.7895908Z  if [ "$(who)" = "" ]; then 2024-05-15T23:48:25.7896308Z  break 2024-05-15T23:48:25.7896610Z  fi 2024-05-15T23:48:25.7896907Z  echo "." 2024-05-15T23:48:25.7897225Z  sleep 5 2024-05-15T23:48:25.7897527Z done 2024-05-15T23:48:25.7905345Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:48:25.7905836Z env: 2024-05-15T23:48:25.7906156Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:25.7906613Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:25.7906986Z PR_NUMBER: 804 2024-05-15T23:48:25.7912003Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:48:25.7917735Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:25.7918487Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:25.7919203Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:25.7919807Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:25.7920278Z ##[endgroup] 2024-05-15T23:48:25.7939861Z Holding runner for 2 hours until all ssh sessions have logged out 2024-05-15T23:48:25.7987909Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:48:25.7989039Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:48:25.7989941Z # shellcheck disable=SC2046 2024-05-15T23:48:25.7990664Z docker stop $(docker ps -q) || true 2024-05-15T23:48:25.7991352Z # Prune all of the docker images 2024-05-15T23:48:25.7992022Z docker system prune -af 2024-05-15T23:48:25.8001889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:48:25.8002595Z env: 2024-05-15T23:48:25.8003071Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:25.8003780Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:25.8004334Z PR_NUMBER: 804 2024-05-15T23:48:25.8012414Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:48:25.8021627Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:25.8022786Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:25.8023902Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:25.8025018Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:25.8025731Z ##[endgroup] 2024-05-15T23:48:36.1542198Z 7f0ae72fc481 2024-05-15T23:48:37.9385335Z Deleted Containers: 2024-05-15T23:48:37.9386105Z 7f0ae72fc481da4f5d1ea2d58c830f44570caee0b132357fd4c4f834f7959315 2024-05-15T23:48:37.9386630Z 2024-05-15T23:48:40.8025121Z Deleted Images: 2024-05-15T23:48:40.8026114Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-05-15T23:48:40.8027770Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-05-15T23:48:40.8029157Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-05-15T23:48:40.8030026Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-05-15T23:48:40.8030750Z untagged: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:40.8031611Z untagged: pytorch/conda-builder@sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:48:40.8032559Z deleted: sha256:9ef9c5604a4bf5495a928dfca5f431351fcf74e34e3d084c86e642f278a4ae38 2024-05-15T23:48:40.8033640Z deleted: sha256:bdebebae73c3910662f963c8a72c9c34455063a352546ad3f8518fd1e745b96d 2024-05-15T23:48:40.8034475Z deleted: sha256:a2ddd8c7d4662042b1de423aaf530486b4f2b9843da7db8ccfb62542335f0baa 2024-05-15T23:48:40.8035404Z deleted: sha256:61eaa73e8447f9f1ec812f07e74523f00ec48ab545cd237cfa0b29d2c4a109e3 2024-05-15T23:48:40.8036227Z deleted: sha256:bbe5bd63bfecd41845cfdc4420f988376a3309a27b7b76ee40ce56382822cd21 2024-05-15T23:48:40.8037038Z deleted: sha256:8d86cbc2891a4657b4769099b33833fb673cbbbd5994f0b8c160d00b4553b5fb 2024-05-15T23:48:40.8037839Z deleted: sha256:6d26cbd891f537b289be1b9c18428771c2662901489b4adf7b1348ded9c65e48 2024-05-15T23:48:40.8038638Z deleted: sha256:2a21f9e6b595844d5d0d1181cbf4817de9bd459e4a50105284e7fe95400a5d41 2024-05-15T23:48:40.8039452Z deleted: sha256:56eafac364fb5322f9a26ee491cba531f1dfa216955710559f83ad9b6e955e66 2024-05-15T23:48:40.8040261Z deleted: sha256:fc9e5223383627220966b33ffd97e55b2f353ba43858bb97b73f3c4820241f6f 2024-05-15T23:48:40.8041063Z deleted: sha256:ca06276fd95df785973eb18483fdb5ce09635a6042a7c9cdb708ae5111098865 2024-05-15T23:48:40.8041860Z deleted: sha256:103a68e1d1fdd2701923ea9e7a257428dc618760387f5a253fb156e7532455f2 2024-05-15T23:48:40.8042659Z deleted: sha256:a8748c54b71c4c82c0792b11f0768765fff866fb3903ca27f49a55d9987fbf2c 2024-05-15T23:48:40.8043434Z deleted: sha256:e69090a06dad967609f860706fc0af346a63d712196dd8e765b0097f0bca1667 2024-05-15T23:48:40.8044221Z deleted: sha256:069a0d00a4626d86959e7b8b60320f95e5ace51e15bdf78d044da4f2bc59c839 2024-05-15T23:48:40.8045033Z deleted: sha256:2edfc1b61961849d1ef3154ca90c572e2d704c17e6c7e900475aa2bf28d067bd 2024-05-15T23:48:40.8045983Z deleted: sha256:396604bc6ff3d9710eb25b655961f62d4d1dc875bf5be8b9a2c957da8a70904f 2024-05-15T23:48:40.8046999Z deleted: sha256:9dedd7f6257bd2592c3e5f7c2ffb1204c070218db4de9cd97af4702da434b557 2024-05-15T23:48:40.8048134Z deleted: sha256:39743c9fe5e8c5b0db7e6e4c646b6014bf69e9785c9f1194efa07f6e2ab0a000 2024-05-15T23:48:40.8049276Z deleted: sha256:831bac8002b2bd6d608a1388f3f742981f4305bdde132c184a293c1d9670bc4d 2024-05-15T23:48:40.8050457Z deleted: sha256:90ab16bb890025064d77c13d018ad882443fb145ffd42d5dec106cc3e6d6fa63 2024-05-15T23:48:40.8051607Z deleted: sha256:426aabc4c3cf203e6d9848ad0834795623d4201fe7a5030c5bebae9335aec7e0 2024-05-15T23:48:40.8052740Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-05-15T23:48:40.8053392Z 2024-05-15T23:48:40.8053581Z Total reclaimed space: 24.65GB 2024-05-15T23:48:40.8094207Z ##[group]Run set +e 2024-05-15T23:48:40.8094744Z set +e 2024-05-15T23:48:40.8095090Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:48:40.8095646Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:48:40.8096133Z else 2024-05-15T23:48:40.8096513Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:48:40.8097016Z fi 2024-05-15T23:48:40.8097292Z set -e 2024-05-15T23:48:40.8104793Z shell: /usr/bin/bash -e {0} 2024-05-15T23:48:40.8105188Z env: 2024-05-15T23:48:40.8105503Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:40.8105960Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:40.8106327Z PR_NUMBER: 804 2024-05-15T23:48:40.8112589Z SCRIPT: echo "::group::Print machine info" nvidia-smi echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" echo "::group::Install required packages" ./install_requirements.sh cuda pip3 list python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' echo "::endgroup::" echo "::group::Download checkpoint" export REPO_NAME=tinyllamas/stories15M bash .ci/scripts/wget_checkpoint.sh ${REPO_NAME} https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin echo "::endgroup::" echo "::group::Convert checkpoint" bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} echo "::endgroup::" echo "::group::Run inference" bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cuda" "aoti-bfloat16" echo "::endgroup::" 2024-05-15T23:48:40.8118403Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:40.8119166Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:40.8119880Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:40.8120479Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:40.8120941Z NO_SUDO: false 2024-05-15T23:48:40.8121231Z ##[endgroup] 2024-05-15T23:48:40.9716536Z Post job cleanup. 2024-05-15T23:48:41.0587761Z Post job cleanup. 2024-05-15T23:48:41.1395167Z [command]/usr/bin/git version 2024-05-15T23:48:41.1429731Z git version 2.40.1 2024-05-15T23:48:41.1466623Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a414bb76-a37b-408d-9cfd-cbb53b7da7dc' before making global git config changes 2024-05-15T23:48:41.1468172Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:48:41.1472148Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:48:41.1498780Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:48:41.1527724Z [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-05-15T23:48:41.1734544Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:48:41.1754900Z http.https://github.com/.extraheader 2024-05-15T23:48:41.1762952Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:48:41.1789636Z [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-05-15T23:48:41.2192196Z Cleaning up orphan processes