2024-08-22T20:25:40.7168390Z Current runner version: '2.319.1' 2024-08-22T20:25:40.7174460Z Runner name: '8-core-ubuntu_22ac8fa9a187' 2024-08-22T20:25:40.7175264Z Runner group name: 'Default' 2024-08-22T20:25:40.7176052Z Machine name: 'runner' 2024-08-22T20:25:40.7192232Z ##[group]Operating System 2024-08-22T20:25:40.7192939Z Ubuntu 2024-08-22T20:25:40.7193249Z 22.04.4 2024-08-22T20:25:40.7193587Z LTS 2024-08-22T20:25:40.7194004Z ##[endgroup] 2024-08-22T20:25:40.7194362Z ##[group]Runner Image 2024-08-22T20:25:40.7194787Z Image: ubuntu-22.04 2024-08-22T20:25:40.7195240Z Version: 20240818.1.0 2024-08-22T20:25:40.7196239Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md 2024-08-22T20:25:40.7197705Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1 2024-08-22T20:25:40.7198633Z ##[endgroup] 2024-08-22T20:25:40.7213544Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:25:40.7215156Z Contents: read 2024-08-22T20:25:40.7215844Z Metadata: read 2024-08-22T20:25:40.7216316Z Packages: read 2024-08-22T20:25:40.7216684Z ##[endgroup] 2024-08-22T20:25:40.7219988Z Secret source: Actions 2024-08-22T20:25:40.7220587Z Prepare workflow directory 2024-08-22T20:25:40.8129587Z Prepare all required actions 2024-08-22T20:25:40.8287155Z Getting action download info 2024-08-22T20:25:40.9684852Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:25:41.6028764Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-08-22T20:25:41.8920394Z Complete job name: test-cpu-eval-sanity-check-float16 (x86_64, stories15M) 2024-08-22T20:25:41.9856301Z ##[group]Run actions/checkout@v3 2024-08-22T20:25:41.9856835Z with: 2024-08-22T20:25:41.9857145Z repository: pytorch/torchchat 2024-08-22T20:25:41.9857856Z token: *** 2024-08-22T20:25:41.9858221Z ssh-strict: true 2024-08-22T20:25:41.9858542Z persist-credentials: true 2024-08-22T20:25:41.9859003Z clean: true 2024-08-22T20:25:41.9859371Z sparse-checkout-cone-mode: true 2024-08-22T20:25:41.9859747Z fetch-depth: 1 2024-08-22T20:25:41.9860144Z fetch-tags: false 2024-08-22T20:25:41.9860518Z lfs: false 2024-08-22T20:25:41.9860818Z submodules: false 2024-08-22T20:25:41.9861244Z set-safe-directory: true 2024-08-22T20:25:41.9861616Z env: 2024-08-22T20:25:41.9861953Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:41.9862538Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:41.9862940Z ##[endgroup] 2024-08-22T20:25:42.0805007Z Syncing repository: pytorch/torchchat 2024-08-22T20:25:42.0806757Z ##[group]Getting Git version info 2024-08-22T20:25:42.0808059Z Working directory is '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:42.0808955Z [command]/usr/bin/git version 2024-08-22T20:25:42.1767634Z git version 2.46.0 2024-08-22T20:25:42.1793761Z ##[endgroup] 2024-08-22T20:25:42.1808990Z Temporarily overriding HOME='/home/runner/work/_temp/87df8904-2f32-4f20-81ad-558351a5f7c6' before making global git config changes 2024-08-22T20:25:42.1810325Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:25:42.1811442Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/torchchat/torchchat 2024-08-22T20:25:42.1928166Z Deleting the contents of '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:42.1931710Z ##[group]Initializing the repository 2024-08-22T20:25:42.1934314Z [command]/usr/bin/git init /home/runner/work/torchchat/torchchat 2024-08-22T20:25:42.2613300Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:25:42.2614815Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:25:42.2615792Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:25:42.2616528Z hint: 2024-08-22T20:25:42.2617244Z hint: git config --global init.defaultBranch 2024-08-22T20:25:42.2617817Z hint: 2024-08-22T20:25:42.2618849Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:25:42.2620031Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:25:42.2620657Z hint: 2024-08-22T20:25:42.2621028Z hint: git branch -m 2024-08-22T20:25:42.2708766Z Initialized empty Git repository in /home/runner/work/torchchat/torchchat/.git/ 2024-08-22T20:25:42.2719972Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:25:42.2804153Z ##[endgroup] 2024-08-22T20:25:42.2804948Z ##[group]Disabling automatic garbage collection 2024-08-22T20:25:42.2807519Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:25:42.2834905Z ##[endgroup] 2024-08-22T20:25:42.2835502Z ##[group]Setting up auth 2024-08-22T20:25:42.2840458Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:25:42.2867248Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:25:42.4473337Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:25:42.4500460Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:25:42.4733261Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:25:42.4766647Z ##[endgroup] 2024-08-22T20:25:42.4768346Z ##[group]Fetching the repository 2024-08-22T20:25:42.4776359Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9:refs/remotes/pull/1044/merge 2024-08-22T20:25:42.7158091Z remote: Enumerating objects: 237, done. 2024-08-22T20:25:42.7159366Z remote: Counting objects: 0% (1/237) 2024-08-22T20:25:42.7160351Z remote: Counting objects: 1% (3/237) 2024-08-22T20:25:42.7161205Z remote: Counting objects: 2% (5/237) 2024-08-22T20:25:42.7161853Z remote: Counting objects: 3% (8/237) 2024-08-22T20:25:42.7162398Z remote: Counting objects: 4% (10/237) 2024-08-22T20:25:42.7163186Z remote: Counting objects: 5% (12/237) 2024-08-22T20:25:42.7163787Z remote: Counting objects: 6% (15/237) 2024-08-22T20:25:42.7164334Z remote: Counting objects: 7% (17/237) 2024-08-22T20:25:42.7165048Z remote: Counting objects: 8% (19/237) 2024-08-22T20:25:42.7165652Z remote: Counting objects: 9% (22/237) 2024-08-22T20:25:42.7166208Z remote: Counting objects: 10% (24/237) 2024-08-22T20:25:42.7166896Z remote: Counting objects: 11% (27/237) 2024-08-22T20:25:42.7167470Z remote: Counting objects: 12% (29/237) 2024-08-22T20:25:42.7168419Z remote: Counting objects: 13% (31/237) 2024-08-22T20:25:42.7169192Z remote: Counting objects: 14% (34/237) 2024-08-22T20:25:42.7169700Z remote: Counting objects: 15% (36/237) 2024-08-22T20:25:42.7170169Z remote: Counting objects: 16% (38/237) 2024-08-22T20:25:42.7170741Z remote: Counting objects: 17% (41/237) 2024-08-22T20:25:42.7171259Z remote: Counting objects: 18% (43/237) 2024-08-22T20:25:42.7171711Z remote: Counting objects: 19% (46/237) 2024-08-22T20:25:42.7172289Z remote: Counting objects: 20% (48/237) 2024-08-22T20:25:42.7172798Z remote: Counting objects: 21% (50/237) 2024-08-22T20:25:42.7173255Z remote: Counting objects: 22% (53/237) 2024-08-22T20:25:42.7173806Z remote: Counting objects: 23% (55/237) 2024-08-22T20:25:42.7174372Z remote: Counting objects: 24% (57/237) 2024-08-22T20:25:42.7174827Z remote: Counting objects: 25% (60/237) 2024-08-22T20:25:42.7175383Z remote: Counting objects: 26% (62/237) 2024-08-22T20:25:42.7176203Z remote: Counting objects: 27% (64/237) 2024-08-22T20:25:42.7176693Z remote: Counting objects: 28% (67/237) 2024-08-22T20:25:42.7177226Z remote: Counting objects: 29% (69/237) 2024-08-22T20:25:42.7177710Z remote: Counting objects: 30% (72/237) 2024-08-22T20:25:42.7178199Z remote: Counting objects: 31% (74/237) 2024-08-22T20:25:42.7178832Z remote: Counting objects: 32% (76/237) 2024-08-22T20:25:42.7179301Z remote: Counting objects: 33% (79/237) 2024-08-22T20:25:42.7179759Z remote: Counting objects: 34% (81/237) 2024-08-22T20:25:42.7180259Z remote: Counting objects: 35% (83/237) 2024-08-22T20:25:42.7180740Z remote: Counting objects: 36% (86/237) 2024-08-22T20:25:42.7181190Z remote: Counting objects: 37% (88/237) 2024-08-22T20:25:42.7181715Z remote: Counting objects: 38% (91/237) 2024-08-22T20:25:42.7182135Z remote: Counting objects: 39% (93/237) 2024-08-22T20:25:42.7182616Z remote: Counting objects: 40% (95/237) 2024-08-22T20:25:42.7183182Z remote: Counting objects: 41% (98/237) 2024-08-22T20:25:42.7183631Z remote: Counting objects: 42% (100/237) 2024-08-22T20:25:42.7184141Z remote: Counting objects: 43% (102/237) 2024-08-22T20:25:42.7184681Z remote: Counting objects: 44% (105/237) 2024-08-22T20:25:42.7185113Z remote: Counting objects: 45% (107/237) 2024-08-22T20:25:42.7185602Z remote: Counting objects: 46% (110/237) 2024-08-22T20:25:42.7186133Z remote: Counting objects: 47% (112/237) 2024-08-22T20:25:42.7186569Z remote: Counting objects: 48% (114/237) 2024-08-22T20:25:42.7187220Z remote: Counting objects: 49% (117/237) 2024-08-22T20:25:42.7187774Z remote: Counting objects: 50% (119/237) 2024-08-22T20:25:42.7188223Z remote: Counting objects: 51% (121/237) 2024-08-22T20:25:42.7188688Z remote: Counting objects: 52% (124/237) 2024-08-22T20:25:42.7189218Z remote: Counting objects: 53% (126/237) 2024-08-22T20:25:42.7189678Z remote: Counting objects: 54% (128/237) 2024-08-22T20:25:42.7190142Z remote: Counting objects: 55% (131/237) 2024-08-22T20:25:42.7190687Z remote: Counting objects: 56% (133/237) 2024-08-22T20:25:42.7191136Z remote: Counting objects: 57% (136/237) 2024-08-22T20:25:42.7191599Z remote: Counting objects: 58% (138/237) 2024-08-22T20:25:42.7192129Z remote: Counting objects: 59% (140/237) 2024-08-22T20:25:42.7192575Z remote: Counting objects: 60% (143/237) 2024-08-22T20:25:42.7193037Z remote: Counting objects: 61% (145/237) 2024-08-22T20:25:42.7193595Z remote: Counting objects: 62% (147/237) 2024-08-22T20:25:42.7194058Z remote: Counting objects: 63% (150/237) 2024-08-22T20:25:42.7194481Z remote: Counting objects: 64% (152/237) 2024-08-22T20:25:42.7195022Z remote: Counting objects: 65% (155/237) 2024-08-22T20:25:42.7195503Z remote: Counting objects: 66% (157/237) 2024-08-22T20:25:42.7195939Z remote: Counting objects: 67% (159/237) 2024-08-22T20:25:42.7196487Z remote: Counting objects: 68% (162/237) 2024-08-22T20:25:42.7196948Z remote: Counting objects: 69% (164/237) 2024-08-22T20:25:42.7197373Z remote: Counting objects: 70% (166/237) 2024-08-22T20:25:42.7197911Z remote: Counting objects: 71% (169/237) 2024-08-22T20:25:42.7198370Z remote: Counting objects: 72% (171/237) 2024-08-22T20:25:42.7198802Z remote: Counting objects: 73% (174/237) 2024-08-22T20:25:42.7199392Z remote: Counting objects: 74% (176/237) 2024-08-22T20:25:42.7199859Z remote: Counting objects: 75% (178/237) 2024-08-22T20:25:42.7200285Z remote: Counting objects: 76% (181/237) 2024-08-22T20:25:42.7200834Z remote: Counting objects: 77% (183/237) 2024-08-22T20:25:42.7201295Z remote: Counting objects: 78% (185/237) 2024-08-22T20:25:42.7201739Z remote: Counting objects: 79% (188/237) 2024-08-22T20:25:42.7202410Z remote: Counting objects: 80% (190/237) 2024-08-22T20:25:42.7202875Z remote: Counting objects: 81% (192/237) 2024-08-22T20:25:42.7203318Z remote: Counting objects: 82% (195/237) 2024-08-22T20:25:42.7203848Z remote: Counting objects: 83% (197/237) 2024-08-22T20:25:42.7204327Z remote: Counting objects: 84% (200/237) 2024-08-22T20:25:42.7204752Z remote: Counting objects: 85% (202/237) 2024-08-22T20:25:42.7205268Z remote: Counting objects: 86% (204/237) 2024-08-22T20:25:42.7205747Z remote: Counting objects: 87% (207/237) 2024-08-22T20:25:42.7206210Z remote: Counting objects: 88% (209/237) 2024-08-22T20:25:42.7206720Z remote: Counting objects: 89% (211/237) 2024-08-22T20:25:42.7207231Z remote: Counting objects: 90% (214/237) 2024-08-22T20:25:42.7207909Z remote: Counting objects: 91% (216/237) 2024-08-22T20:25:42.7208693Z remote: Counting objects: 92% (219/237) 2024-08-22T20:25:42.7209597Z remote: Counting objects: 93% (221/237) 2024-08-22T20:25:42.7210398Z remote: Counting objects: 94% (223/237) 2024-08-22T20:25:42.7211154Z remote: Counting objects: 95% (226/237) 2024-08-22T20:25:42.7211647Z remote: Counting objects: 96% (228/237) 2024-08-22T20:25:42.7212291Z remote: Counting objects: 97% (230/237) 2024-08-22T20:25:42.7212865Z remote: Counting objects: 98% (233/237) 2024-08-22T20:25:42.7213434Z remote: Counting objects: 99% (235/237) 2024-08-22T20:25:42.7213926Z remote: Counting objects: 100% (237/237) 2024-08-22T20:25:42.7214701Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:25:42.7215215Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:25:42.7215714Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:25:42.7216313Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:25:42.7216822Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:25:42.7217289Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:25:42.7217858Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:25:42.7218357Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:25:42.7218849Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:25:42.7219416Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:25:42.7219907Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:25:42.7220393Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:25:42.7221005Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:25:42.7221500Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:25:42.7221976Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:25:42.7222762Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:25:42.7223434Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:25:42.7224213Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:25:42.7240194Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:25:42.7253937Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:25:42.7258184Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:25:42.7259183Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:25:42.7265171Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:25:42.7268201Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:25:42.7269346Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:25:42.7270837Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:25:42.7272258Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:25:42.7273110Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:25:42.7274021Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:25:42.7274891Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:25:42.7278664Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:25:42.7281108Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:25:42.7281874Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:25:42.7283255Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:25:42.7284216Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:25:42.7284755Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:25:42.7285281Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:25:42.7285980Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:25:42.7286779Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:25:42.7287287Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:25:42.7288172Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:25:42.7288671Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:25:42.7289176Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:25:42.7289747Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:25:42.7290394Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:25:42.7290871Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:25:42.7293140Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:25:42.7302305Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:25:42.7310589Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:25:42.7311565Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:25:42.7312329Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:25:42.7313015Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:25:42.7313614Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:25:42.7314496Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:25:42.7315348Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:25:42.7315923Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:25:42.7316527Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:25:42.7317359Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:25:42.7318215Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:25:42.7319026Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:25:42.7319556Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:25:42.7320114Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:25:42.7320610Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:25:42.7321278Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:25:42.7322159Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:25:42.7322694Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:25:42.7323214Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:25:42.7323867Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:25:42.7324408Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:25:42.7325237Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:25:42.7325951Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:25:42.7326544Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:25:42.7327362Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:25:42.7328478Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:25:42.7329103Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:25:42.7334343Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:25:42.7335278Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:25:42.7335830Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:25:42.7336610Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:25:42.7342424Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:25:42.7344457Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:25:42.7345499Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:25:42.7346358Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:25:42.7346880Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:25:42.7349120Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:25:42.7349899Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:25:42.7350491Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:25:42.7351296Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:25:42.7351788Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:25:42.7352303Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:25:42.7352899Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:25:42.7353380Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:25:42.7353874Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:25:42.7354441Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:25:42.7354909Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:25:42.7355412Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:25:42.7355983Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:25:42.7356475Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:25:42.7356953Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:25:42.7357501Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:25:42.7357990Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:25:42.7358463Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:25:42.7359232Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:25:42.7504385Z Receiving objects: 0% (1/237) 2024-08-22T20:25:42.7505215Z Receiving objects: 1% (3/237) 2024-08-22T20:25:42.7505789Z Receiving objects: 2% (5/237) 2024-08-22T20:25:42.7506209Z Receiving objects: 3% (8/237) 2024-08-22T20:25:42.7507530Z Receiving objects: 4% (10/237) 2024-08-22T20:25:42.7508913Z Receiving objects: 5% (12/237) 2024-08-22T20:25:42.7509794Z Receiving objects: 6% (15/237) 2024-08-22T20:25:42.7510727Z Receiving objects: 7% (17/237) 2024-08-22T20:25:42.7511437Z Receiving objects: 8% (19/237) 2024-08-22T20:25:42.7513292Z Receiving objects: 9% (22/237) 2024-08-22T20:25:42.7514288Z Receiving objects: 10% (24/237) 2024-08-22T20:25:42.7514951Z Receiving objects: 11% (27/237) 2024-08-22T20:25:42.7515650Z Receiving objects: 12% (29/237) 2024-08-22T20:25:42.7516457Z Receiving objects: 13% (31/237) 2024-08-22T20:25:42.7517078Z Receiving objects: 14% (34/237) 2024-08-22T20:25:42.7517752Z Receiving objects: 15% (36/237) 2024-08-22T20:25:42.7520101Z Receiving objects: 16% (38/237) 2024-08-22T20:25:42.7520767Z Receiving objects: 17% (41/237) 2024-08-22T20:25:42.7521474Z Receiving objects: 18% (43/237) 2024-08-22T20:25:42.7522260Z Receiving objects: 19% (46/237) 2024-08-22T20:25:42.7523039Z Receiving objects: 20% (48/237) 2024-08-22T20:25:42.7523741Z Receiving objects: 21% (50/237) 2024-08-22T20:25:42.7524452Z Receiving objects: 22% (53/237) 2024-08-22T20:25:42.7525106Z Receiving objects: 23% (55/237) 2024-08-22T20:25:42.7525824Z Receiving objects: 24% (57/237) 2024-08-22T20:25:42.7526561Z Receiving objects: 25% (60/237) 2024-08-22T20:25:42.7527255Z Receiving objects: 26% (62/237) 2024-08-22T20:25:42.7528209Z Receiving objects: 27% (64/237) 2024-08-22T20:25:42.7528956Z Receiving objects: 28% (67/237) 2024-08-22T20:25:42.7529624Z Receiving objects: 29% (69/237) 2024-08-22T20:25:42.7530311Z Receiving objects: 30% (72/237) 2024-08-22T20:25:42.7531094Z Receiving objects: 31% (74/237) 2024-08-22T20:25:42.7531866Z Receiving objects: 32% (76/237) 2024-08-22T20:25:42.7532588Z Receiving objects: 33% (79/237) 2024-08-22T20:25:42.7533419Z Receiving objects: 34% (81/237) 2024-08-22T20:25:42.7534156Z Receiving objects: 35% (83/237) 2024-08-22T20:25:42.7534926Z Receiving objects: 36% (86/237) 2024-08-22T20:25:42.7535604Z Receiving objects: 37% (88/237) 2024-08-22T20:25:42.7536694Z Receiving objects: 38% (91/237) 2024-08-22T20:25:42.7537534Z Receiving objects: 39% (93/237) 2024-08-22T20:25:42.7538335Z Receiving objects: 40% (95/237) 2024-08-22T20:25:42.7539087Z Receiving objects: 41% (98/237) 2024-08-22T20:25:42.7539972Z Receiving objects: 42% (100/237) 2024-08-22T20:25:42.7540743Z Receiving objects: 43% (102/237) 2024-08-22T20:25:42.7541391Z Receiving objects: 44% (105/237) 2024-08-22T20:25:42.7542173Z Receiving objects: 45% (107/237) 2024-08-22T20:25:42.7542893Z Receiving objects: 46% (110/237) 2024-08-22T20:25:42.7543643Z Receiving objects: 47% (112/237) 2024-08-22T20:25:42.7544553Z Receiving objects: 48% (114/237) 2024-08-22T20:25:42.7545237Z Receiving objects: 49% (117/237) 2024-08-22T20:25:42.7606345Z Receiving objects: 50% (119/237) 2024-08-22T20:25:42.7651538Z Receiving objects: 51% (121/237) 2024-08-22T20:25:42.7652375Z Receiving objects: 52% (124/237) 2024-08-22T20:25:42.7921893Z Receiving objects: 53% (126/237) 2024-08-22T20:25:42.7922752Z Receiving objects: 54% (128/237) 2024-08-22T20:25:42.7923917Z Receiving objects: 55% (131/237) 2024-08-22T20:25:42.7926438Z Receiving objects: 56% (133/237) 2024-08-22T20:25:42.7929008Z Receiving objects: 57% (136/237) 2024-08-22T20:25:42.7929792Z Receiving objects: 58% (138/237) 2024-08-22T20:25:42.7930569Z Receiving objects: 59% (140/237) 2024-08-22T20:25:42.7931511Z Receiving objects: 60% (143/237) 2024-08-22T20:25:42.7932198Z Receiving objects: 61% (145/237) 2024-08-22T20:25:42.7932790Z Receiving objects: 62% (147/237) 2024-08-22T20:25:42.7943865Z Receiving objects: 63% (150/237) 2024-08-22T20:25:42.7945200Z Receiving objects: 64% (152/237) 2024-08-22T20:25:42.7946176Z Receiving objects: 65% (155/237) 2024-08-22T20:25:42.7947005Z Receiving objects: 66% (157/237) 2024-08-22T20:25:42.7947609Z Receiving objects: 67% (159/237) 2024-08-22T20:25:42.7963647Z Receiving objects: 68% (162/237) 2024-08-22T20:25:42.7964474Z Receiving objects: 69% (164/237) 2024-08-22T20:25:42.7965113Z Receiving objects: 70% (166/237) 2024-08-22T20:25:42.7965743Z Receiving objects: 71% (169/237) 2024-08-22T20:25:42.7966385Z Receiving objects: 72% (171/237) 2024-08-22T20:25:42.7976386Z Receiving objects: 73% (174/237) 2024-08-22T20:25:42.7977028Z Receiving objects: 74% (176/237) 2024-08-22T20:25:42.7978824Z Receiving objects: 75% (178/237) 2024-08-22T20:25:42.7979529Z Receiving objects: 76% (181/237) 2024-08-22T20:25:42.7980197Z Receiving objects: 77% (183/237) 2024-08-22T20:25:42.7980870Z Receiving objects: 78% (185/237) 2024-08-22T20:25:42.7996894Z Receiving objects: 79% (188/237) 2024-08-22T20:25:42.7998192Z Receiving objects: 80% (190/237) 2024-08-22T20:25:42.7999678Z Receiving objects: 81% (192/237) 2024-08-22T20:25:42.8000631Z Receiving objects: 82% (195/237) 2024-08-22T20:25:42.8018479Z Receiving objects: 83% (197/237) 2024-08-22T20:25:42.8019696Z Receiving objects: 84% (200/237) 2024-08-22T20:25:42.8030889Z Receiving objects: 85% (202/237) 2024-08-22T20:25:42.8031544Z Receiving objects: 86% (204/237) 2024-08-22T20:25:42.8032341Z Receiving objects: 87% (207/237) 2024-08-22T20:25:42.8032921Z Receiving objects: 88% (209/237) 2024-08-22T20:25:42.8035615Z Receiving objects: 89% (211/237) 2024-08-22T20:25:42.8036394Z Receiving objects: 90% (214/237) 2024-08-22T20:25:42.8037137Z Receiving objects: 91% (216/237) 2024-08-22T20:25:42.8037798Z Receiving objects: 92% (219/237) 2024-08-22T20:25:42.8054813Z Receiving objects: 93% (221/237) 2024-08-22T20:25:42.8055998Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:25:42.8057104Z Receiving objects: 94% (223/237) 2024-08-22T20:25:42.8057572Z Receiving objects: 95% (226/237) 2024-08-22T20:25:42.8058411Z Receiving objects: 96% (228/237) 2024-08-22T20:25:42.8059139Z Receiving objects: 97% (230/237) 2024-08-22T20:25:42.8059823Z Receiving objects: 98% (233/237) 2024-08-22T20:25:42.8060491Z Receiving objects: 99% (235/237) 2024-08-22T20:25:42.8061157Z Receiving objects: 100% (237/237) 2024-08-22T20:25:42.8062048Z Receiving objects: 100% (237/237), 488.09 KiB | 8.56 MiB/s, done. 2024-08-22T20:25:42.8067709Z Resolving deltas: 0% (0/16) 2024-08-22T20:25:42.8068580Z Resolving deltas: 6% (1/16) 2024-08-22T20:25:42.8069210Z Resolving deltas: 12% (2/16) 2024-08-22T20:25:42.8069633Z Resolving deltas: 18% (3/16) 2024-08-22T20:25:42.8070298Z Resolving deltas: 25% (4/16) 2024-08-22T20:25:42.8071124Z Resolving deltas: 31% (5/16) 2024-08-22T20:25:42.8071941Z Resolving deltas: 37% (6/16) 2024-08-22T20:25:42.8072764Z Resolving deltas: 43% (7/16) 2024-08-22T20:25:42.8073470Z Resolving deltas: 50% (8/16) 2024-08-22T20:25:42.8074102Z Resolving deltas: 56% (9/16) 2024-08-22T20:25:42.8074805Z Resolving deltas: 62% (10/16) 2024-08-22T20:25:42.8075394Z Resolving deltas: 68% (11/16) 2024-08-22T20:25:42.8076028Z Resolving deltas: 75% (12/16) 2024-08-22T20:25:42.8076771Z Resolving deltas: 81% (13/16) 2024-08-22T20:25:42.8077296Z Resolving deltas: 93% (15/16) 2024-08-22T20:25:42.8078168Z Resolving deltas: 100% (16/16) 2024-08-22T20:25:42.8078970Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:25:42.8281847Z From https://github.com/pytorch/torchchat 2024-08-22T20:25:42.8283120Z * [new ref] 0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9 -> pull/1044/merge 2024-08-22T20:25:42.8352094Z ##[endgroup] 2024-08-22T20:25:42.8352841Z ##[group]Determining the checkout info 2024-08-22T20:25:42.8354175Z ##[endgroup] 2024-08-22T20:25:42.8354868Z ##[group]Checking out the ref 2024-08-22T20:25:42.8358181Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:25:42.8505438Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:25:42.8506135Z 2024-08-22T20:25:42.8506666Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:25:42.8507620Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:25:42.8508386Z state without impacting any branches by switching back to a branch. 2024-08-22T20:25:42.8508898Z 2024-08-22T20:25:42.8509208Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:25:42.8510099Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:25:42.8510530Z 2024-08-22T20:25:42.8510730Z git switch -c 2024-08-22T20:25:42.8511104Z 2024-08-22T20:25:42.8511275Z Or undo this operation with: 2024-08-22T20:25:42.8511528Z 2024-08-22T20:25:42.8511758Z git switch - 2024-08-22T20:25:42.8511942Z 2024-08-22T20:25:42.8512504Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:25:42.8513114Z 2024-08-22T20:25:42.8513633Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:25:42.8515315Z ##[endgroup] 2024-08-22T20:25:42.8559067Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:25:42.8581890Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:25:42.8895366Z ##[group]Run actions/setup-python@v4 2024-08-22T20:25:42.8895978Z with: 2024-08-22T20:25:42.8896318Z python-version: 3.10.11 2024-08-22T20:25:42.8896704Z check-latest: false 2024-08-22T20:25:42.8897319Z token: *** 2024-08-22T20:25:42.8897682Z update-environment: true 2024-08-22T20:25:42.8898067Z allow-prereleases: false 2024-08-22T20:25:42.8898487Z env: 2024-08-22T20:25:42.8898865Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:42.8899381Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:42.8899805Z ##[endgroup] 2024-08-22T20:25:43.0128826Z ##[group]Installed versions 2024-08-22T20:25:43.0222313Z Version 3.10.11 was not found in the local cache 2024-08-22T20:25:43.3772029Z Version 3.10.11 is available for downloading 2024-08-22T20:25:43.3773829Z Download from "https://github.com/actions/python-versions/releases/download/3.10.11-4626646535/python-3.10.11-linux-22.04-x64.tar.gz" 2024-08-22T20:25:43.8933815Z Extract downloaded archive 2024-08-22T20:25:43.9045271Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/02d9a7c2-f262-42a0-aaf9-22225678e553 -f /home/runner/work/_temp/d6d8cdac-008e-413e-b6a5-e06b412c390b 2024-08-22T20:25:45.2913507Z Execute installation script 2024-08-22T20:25:45.3005903Z Check if Python hostedtoolcache folder exist... 2024-08-22T20:25:45.3006634Z Create Python 3.10.11 folder 2024-08-22T20:25:45.3022049Z Copy Python binaries to hostedtoolcache folder 2024-08-22T20:25:45.8715315Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-08-22T20:25:45.8763643Z Upgrading pip... 2024-08-22T20:25:47.9934621Z Looking in links: /tmp/tmpnddzj6ku 2024-08-22T20:25:47.9938940Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (65.5.0) 2024-08-22T20:25:47.9943515Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1) 2024-08-22T20:25:49.2146166Z Collecting pip 2024-08-22T20:25:49.2762823Z Downloading pip-24.2-py3-none-any.whl (1.8 MB) 2024-08-22T20:25:49.3638210Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.3 MB/s eta 0:00:00 2024-08-22T20:25:49.3638707Z 2024-08-22T20:25:49.4082597Z Installing collected packages: pip 2024-08-22T20:25:50.2481117Z Successfully installed pip-24.2 2024-08-22T20:25:50.2973444Z Create complete file 2024-08-22T20:25:50.3012557Z Successfully set up CPython (3.10.11) 2024-08-22T20:25:50.3013963Z ##[endgroup] 2024-08-22T20:25:50.3183356Z ##[group]Run echo "$(uname -a)" 2024-08-22T20:25:50.3183872Z echo "$(uname -a)" 2024-08-22T20:25:50.4152017Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:50.4152487Z env: 2024-08-22T20:25:50.4152990Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:50.4153485Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:50.4154014Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4154729Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:25:50.4155354Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4155939Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4156567Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4157159Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:50.4157617Z ##[endgroup] 2024-08-22T20:25:50.4336806Z Linux runner 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:25:50.4375738Z ##[group]Run ./install_requirements.sh 2024-08-22T20:25:50.4376387Z ./install_requirements.sh 2024-08-22T20:25:50.4376864Z pip3 list 2024-08-22T20:25:50.4377597Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:25:50.4440200Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:50.4440751Z env: 2024-08-22T20:25:50.4441134Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:50.4441614Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:50.4442207Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4442849Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:25:50.4443447Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4444111Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4444680Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.4445404Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:50.4445913Z ##[endgroup] 2024-08-22T20:25:50.4669829Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:50.8758092Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:51.0193232Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:25:51.0419130Z Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:51.1131171Z Collecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:25:51.1209320Z Downloading gguf-0.9.1-py3-none-any.whl.metadata (3.3 kB) 2024-08-22T20:25:51.1951416Z Collecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:25:51.2039048Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-22T20:25:51.2418359Z Collecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:25:51.2501639Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-08-22T20:25:51.3624472Z Collecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:25:51.3743897Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:25:51.4204564Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 40.6 MB/s eta 0:00:00 2024-08-22T20:25:51.6554025Z Collecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:25:51.6666098Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2024-08-22T20:25:51.7652743Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 188.7 MB/s eta 0:00:00 2024-08-22T20:25:51.8175010Z Collecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:25:51.8257165Z Downloading lm_eval-0.4.2-py3-none-any.whl.metadata (30 kB) 2024-08-22T20:25:51.9018673Z Collecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:25:51.9118061Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:25:51.9545615Z Collecting tomli>=1.1.0 (from -r requirements.txt (line 19)) 2024-08-22T20:25:51.9622634Z Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-08-22T20:25:52.0190541Z Collecting wheel (from -r requirements.txt (line 22)) 2024-08-22T20:25:52.0267273Z Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:52.2043408Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:25:52.2118711Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) 2024-08-22T20:25:52.2736136Z Collecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:25:52.2809016Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl.metadata (5.3 kB) 2024-08-22T20:25:52.3452028Z Collecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:25:52.3545649Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-08-22T20:25:52.4621632Z Collecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:25:52.4694582Z Downloading streamlit-1.37.1-py2.py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:52.5186713Z Collecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:25:52.5263189Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:52.5786116Z Collecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.5874148Z Downloading accelerate-0.33.0-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:52.6480497Z Collecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.6555895Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:25:52.7319961Z Collecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.7390873Z Downloading datasets-2.21.0-py3-none-any.whl.metadata (21 kB) 2024-08-22T20:25:52.8190877Z Collecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.8262505Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:52.9116253Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.9191321Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.2 kB) 2024-08-22T20:25:52.9786792Z Collecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.9876227Z Downloading peft-0.12.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:53.0439725Z Collecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.0512336Z Downloading pybind11-2.13.5-py3-none-any.whl.metadata (9.5 kB) 2024-08-22T20:25:53.1214949Z Collecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.1286294Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-08-22T20:25:53.1847031Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.1919596Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:25:53.2036330Z Installing build dependencies: started 2024-08-22T20:25:54.7966871Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:54.7974402Z Getting requirements to build wheel: started 2024-08-22T20:25:54.9766786Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:54.9775812Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:55.1589993Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:55.2098656Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.2172999Z Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB) 2024-08-22T20:25:55.3438096Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.3518421Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:55.3955693Z Collecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.4029267Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:25:55.4127577Z Installing build dependencies: started 2024-08-22T20:25:56.9368209Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:56.9373887Z Getting requirements to build wheel: started 2024-08-22T20:25:57.1163704Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:57.1173165Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:57.3077739Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:57.4545570Z Collecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.4618806Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) 2024-08-22T20:25:57.5007192Z Collecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.5078601Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-08-22T20:25:57.5921551Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.5998350Z Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB) 2024-08-22T20:25:57.9290689Z Collecting zstandard (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.9367169Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-08-22T20:25:57.9899588Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:58.0027662Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:25:58.0351822Z Collecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:58.0438728Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:25:58.0497699Z Installing build dependencies: started 2024-08-22T20:25:59.5545347Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:59.5550819Z Getting requirements to build wheel: started 2024-08-22T20:25:59.7117765Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:59.7126352Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:59.8787377Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:59.9219853Z Collecting more-itertools (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.9293413Z Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB) 2024-08-22T20:25:59.9903822Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.9979855Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:26:00.0686545Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.0786945Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:26:00.1898017Z Collecting packaging>=20.9 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.1973500Z Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:26:00.2798437Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.2871444Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-08-22T20:26:00.4039990Z Collecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.4118616Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-22T20:26:00.5059006Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.5137721Z Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) 2024-08-22T20:26:00.5732534Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.5848924Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:26:01.0582141Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:26:01.0659796Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-08-22T20:26:01.1550438Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:26:01.1626305Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2024-08-22T20:26:01.3512198Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:01.3646165Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:26:01.3871229Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 95.5 MB/s eta 0:00:00 2024-08-22T20:26:01.4675485Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:01.4750557Z Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:26:01.7278060Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:01.7365197Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.7 kB) 2024-08-22T20:26:01.8460537Z Collecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.8537598Z Downloading altair-5.4.0-py3-none-any.whl.metadata (9.4 kB) 2024-08-22T20:26:01.9155862Z Collecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.9233326Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:26:01.9823232Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.9896525Z Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-22T20:26:02.0398519Z Collecting click<9,>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.0477743Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:26:02.2925598Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.3023361Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:26:02.3723671Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 191.2 MB/s eta 0:00:00 2024-08-22T20:26:02.6479208Z Collecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.6556819Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-22T20:26:02.8840273Z Collecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.8919006Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) 2024-08-22T20:26:03.0118182Z Collecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.0191985Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2024-08-22T20:26:03.2047176Z Collecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.2121691Z Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:26:03.2579248Z Collecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.2652123Z Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:26:03.3005230Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.3079631Z Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) 2024-08-22T20:26:03.3774256Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.3852200Z Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:26:03.4351422Z Collecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.4427710Z Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB) 2024-08-22T20:26:03.5275662Z Collecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.5349284Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl.metadata (38 kB) 2024-08-22T20:26:03.5933928Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.6008511Z Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:26:03.6590651Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.6690605Z Downloading https://download.pytorch.org/whl/nightly/Jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-22T20:26:03.7174646Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.7302360Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-08-22T20:26:03.8501429Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:03.8578723Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-08-22T20:26:04.0386965Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:04.0462975Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-08-22T20:26:04.1145591Z Collecting jsonschema>=3.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.1218957Z Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 2024-08-22T20:26:04.1906975Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.1980544Z Downloading narwhals-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2024-08-22T20:26:04.3591877Z Collecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:04.3668633Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:26:04.4363133Z Collecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:04.4466852Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-08-22T20:26:04.8703986Z Collecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:04.8779527Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) 2024-08-22T20:26:04.9694822Z Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.9768562Z Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:26:05.0698130Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) 2024-08-22T20:26:05.0789760Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-22T20:26:05.1448575Z Collecting python-dateutil>=2.8.2 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.1522971Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-22T20:26:05.2408064Z Collecting pytz>=2020.1 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.2510056Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-08-22T20:26:05.3116701Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.3225285Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:26:05.5032739Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.5130234Z Downloading https://download.pytorch.org/whl/nightly/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) 2024-08-22T20:26:05.5658338Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.5759835Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-08-22T20:26:05.6427303Z Collecting certifi>=2017.4.17 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.6504250Z Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-22T20:26:05.6968506Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.7047986Z Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) 2024-08-22T20:26:05.7588092Z Collecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.7670212Z Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:26:05.8080828Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.8152941Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:26:05.8569281Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.8644025Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:26:05.9173524Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.9264342Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-22T20:26:05.9919929Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.9997329Z Downloading portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:26:06.0377946Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.0450289Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-08-22T20:26:06.1029629Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.1128937Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:26:06.2724565Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.2798976Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-08-22T20:26:06.3352575Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.3427853Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-22T20:26:06.3785055Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.3860234Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:26:06.4612967Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.4690523Z Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB) 2024-08-22T20:26:06.5333929Z Collecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.5483457Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:26:06.5617702Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 149.6 MB/s eta 0:00:00 2024-08-22T20:26:06.6153019Z Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.6257057Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:26:06.7508045Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 192.1 MB/s eta 0:00:00 2024-08-22T20:26:06.8227329Z Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.8328263Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:26:06.8412023Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 104.9 MB/s eta 0:00:00 2024-08-22T20:26:06.8912035Z Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.9011463Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:26:06.9686438Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 215.8 MB/s eta 0:00:00 2024-08-22T20:26:07.0262526Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:07.0356188Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:26:10.6053299Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 116.5 MB/s eta 0:00:00 2024-08-22T20:26:11.1212256Z Collecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:11.1352708Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:26:13.2894521Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 165.3 MB/s eta 0:00:00 2024-08-22T20:26:13.6270766Z Collecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.6362422Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:26:14.2161521Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 210.5 MB/s eta 0:00:00 2024-08-22T20:26:14.3525035Z Collecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.3626917Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:26:14.6340071Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 209.7 MB/s eta 0:00:00 2024-08-22T20:26:14.7181824Z Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.7282832Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:26:15.3254818Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 208.7 MB/s eta 0:00:00 2024-08-22T20:26:15.4619702Z Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:15.4712131Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:26:16.3880551Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 214.3 MB/s eta 0:00:00 2024-08-22T20:26:16.5660487Z Collecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:16.5750587Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:26:17.6264254Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 167.9 MB/s eta 0:00:00 2024-08-22T20:26:17.7952973Z Collecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:17.8053856Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:26:17.8544651Z Collecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:17.8628641Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB) 2024-08-22T20:26:17.9322196Z Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:17.9395146Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-22T20:26:18.1938751Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.2014605Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-08-22T20:26:18.2799791Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.2871812Z Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:18.3268805Z Requirement already satisfied: setuptools>=38.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (65.5.0) 2024-08-22T20:26:18.4042007Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.4115666Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:18.5789381Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.5863606Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-08-22T20:26:18.6482501Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.6557430Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:18.7101833Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.7177582Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:26:18.7848800Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.7921536Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:26:18.8956912Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:18.9108772Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:26:19.0384630Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.0457119Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-22T20:26:19.1201260Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.1299151Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:26:19.2241292Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.2336489Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239 kB) 2024-08-22T20:26:19.4469875Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.4565982Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2024-08-22T20:26:19.6123050Z Collecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.6217729Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB) 2024-08-22T20:26:19.6591468Z Collecting async-timeout<5.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:19.6662434Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-08-22T20:26:19.7055252Z Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:19.7127615Z Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:26:19.7648834Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:19.7723300Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:26:19.8329687Z Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:19.8405168Z Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-22T20:26:20.0984604Z Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:20.1062393Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-08-22T20:26:20.1422700Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:20.1495392Z Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:26:20.1913268Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.1990725Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-22T20:26:20.4026805Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.4128211Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:26:20.4198820Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 70.7 MB/s eta 0:00:00 2024-08-22T20:26:20.5238970Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:26:20.5522748Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 62.0 MB/s eta 0:00:00 2024-08-22T20:26:20.5599450Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:26:20.5724102Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:26:20.5826046Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:26:20.5939123Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 101.9 MB/s eta 0:00:00 2024-08-22T20:26:20.6045095Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:26:20.6150097Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:26:20.6250222Z Downloading wheel-0.44.0-py3-none-any.whl (67 kB) 2024-08-22T20:26:20.6355326Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:26:20.7798921Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 189.8 MB/s eta 0:00:00 2024-08-22T20:26:20.7878175Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:26:20.7990188Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:26:20.8178427Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 100.9 MB/s eta 0:00:00 2024-08-22T20:26:20.8251701Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:26:20.8813054Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 158.9 MB/s eta 0:00:00 2024-08-22T20:26:20.8888423Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:26:20.8992319Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:26:20.9115365Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:26:20.9200304Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 78.2 MB/s eta 0:00:00 2024-08-22T20:26:20.9271368Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:20.9381168Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:20.9479717Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-22T20:26:20.9584943Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:26:20.9667467Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 50.5 MB/s eta 0:00:00 2024-08-22T20:26:20.9745036Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:26:20.9853762Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB) 2024-08-22T20:26:20.9962443Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:26:21.0064489Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:26:21.0165534Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) 2024-08-22T20:26:21.0635490Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 177.8 MB/s eta 0:00:00 2024-08-22T20:26:21.0709354Z Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-22T20:26:21.0806914Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:26:21.0926557Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-22T20:26:21.1209778Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 171.5 MB/s eta 0:00:00 2024-08-22T20:26:21.1289389Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:26:21.1406840Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB) 2024-08-22T20:26:21.3444872Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 197.6 MB/s eta 0:00:00 2024-08-22T20:26:21.3522771Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:26:21.3627825Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:26:21.4099819Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 151.5 MB/s eta 0:00:00 2024-08-22T20:26:21.4177660Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) 2024-08-22T20:26:21.4260244Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 98.1 MB/s eta 0:00:00 2024-08-22T20:26:21.4335116Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 kB) 2024-08-22T20:26:21.4418078Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.5/776.5 kB 101.6 MB/s eta 0:00:00 2024-08-22T20:26:21.4490660Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:26:21.4592411Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:26:21.4701086Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:26:21.4804266Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB) 2024-08-22T20:26:21.5839787Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 134.2 MB/s eta 0:00:00 2024-08-22T20:26:21.5918691Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:26:21.6018279Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:26:21.6110246Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB) 2024-08-22T20:26:26.7716178Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 MB 71.2 MB/s eta 0:00:00 2024-08-22T20:26:26.7793186Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:26:28.1969320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 147.9 MB/s eta 0:00:00 2024-08-22T20:26:28.2047315Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:26:28.2167395Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:26:28.2265040Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:26:28.2733889Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 209.9 MB/s eta 0:00:00 2024-08-22T20:26:28.2807511Z Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 2024-08-22T20:26:28.2911829Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:26:28.3017063Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:26:28.3129040Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:26:28.3222331Z Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB) 2024-08-22T20:26:28.3326182Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405 kB) 2024-08-22T20:26:28.3442312Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:26:28.3539106Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:26:28.3631652Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2024-08-22T20:26:28.3936767Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 188.7 MB/s eta 0:00:00 2024-08-22T20:26:28.4010823Z Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-22T20:26:28.4110720Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-22T20:26:28.4211744Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:26:28.4306997Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-22T20:26:28.4412494Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 126.6 MB/s eta 0:00:00 2024-08-22T20:26:28.4484937Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:26:28.4600032Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:26:28.4716839Z Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 2024-08-22T20:26:28.4817489Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:26:28.4913794Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:26:28.5010423Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:26:28.5116386Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:26:28.5223854Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:26:28.5322860Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 136.2 MB/s eta 0:00:00 2024-08-22T20:26:28.5393247Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-22T20:26:28.5503184Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:26:28.5620992Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:26:28.7433514Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 229.7 MB/s eta 0:00:00 2024-08-22T20:26:28.7508379Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:26:28.7612948Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:26:28.7708453Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:26:28.7801857Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:26:28.7901448Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:26:28.8114189Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 183.3 MB/s eta 0:00:00 2024-08-22T20:26:28.8187391Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:26:28.8297592Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:26:28.8400476Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:26:28.8515972Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 143.1 MB/s eta 0:00:00 2024-08-22T20:26:28.8587315Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:28.8680783Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) 2024-08-22T20:26:28.8783915Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:26:28.9111338Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 200.5 MB/s eta 0:00:00 2024-08-22T20:26:28.9186375Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:26:28.9290781Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:26:28.9385173Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-08-22T20:26:28.9484147Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-08-22T20:26:28.9585974Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:28.9679050Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:26:28.9769837Z Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 2024-08-22T20:26:28.9861974Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354 kB) 2024-08-22T20:26:28.9976250Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:26:29.0080362Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:26:29.1022630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 213.6 MB/s eta 0:00:00 2024-08-22T20:26:30.1680138Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2024-08-22T20:26:30.1689456Z Building wheel for rouge-score (pyproject.toml): started 2024-08-22T20:26:30.3704381Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-08-22T20:26:30.3710178Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=ac2b89be8cc6a36036903ee586387ad5f9dff5470b6879877354536d40d8649c 2024-08-22T20:26:30.3711655Z Stored in directory: /home/runner/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-08-22T20:26:30.3735603Z Building wheel for sqlitedict (pyproject.toml): started 2024-08-22T20:26:30.5855672Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-08-22T20:26:30.5862227Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16863 sha256=1712520a8bfe29efc8fdb4bf26cf917ae8bf91b1e7788364106eefcf2a9264a1 2024-08-22T20:26:30.5863833Z Stored in directory: /home/runner/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-08-22T20:26:30.5888994Z Building wheel for word2number (pyproject.toml): started 2024-08-22T20:26:30.7830645Z Building wheel for word2number (pyproject.toml): finished with status 'done' 2024-08-22T20:26:30.7836130Z Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5567 sha256=b03d62e479e6a5c30e8f3b4eee6a7bdd0e04a02797c3f1156bfcf14ce118c522 2024-08-22T20:26:30.7838040Z Stored in directory: /home/runner/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2024-08-22T20:26:30.7852473Z Successfully built rouge-score sqlitedict word2number 2024-08-22T20:26:31.6852890Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, pytz, ninja, mpmath, zstandard, xxhash, wheel, watchdog, urllib3, tzdata, typing-extensions, tqdm, tornado, tomli, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, six, safetensors, rpds-py, regex, pyyaml, pygments, pycryptodomex, pybind11, psutil, protobuf, portalocker, pillow, pathvalidate, packaging, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, more-itertools, mdurl, MarkupSafe, lxml, joblib, itsdangerous, idna, fsspec, frozenlist, filelock, dill, colorama, cmake, click, charset-normalizer, chardet, certifi, cachetools, blinker, attrs, async-timeout, aiohappyeyeballs, absl-py, yarl, Werkzeug, triton, tqdm-multiprocess, snakeviz, scipy, sacrebleu, requests, referencing, python-dateutil, pyarrow, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, mbstrdecoder, markdown-it-py, jsonlines, Jinja2, gitdb, gguf, blobfile, aiosignal, typepy, tiktoken, scikit-learn, rouge-score, rich, pydeck, pandas, nvidia-cusolver-cu12, jsonschema-specifications, huggingface_hub, gitpython, flask, aiohttp, torch, tokenizers, jsonschema, transformers, datasets, DataProperty, altair, accelerate, tabledata, streamlit, peft, evaluate, pytablewriter, lm-eval 2024-08-22T20:27:42.3723141Z Successfully installed DataProperty-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.5 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 async-timeout-4.0.3 attrs-24.2.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 certifi-2024.7.4 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 filelock-3.15.4 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 idna-3.7 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 more-itertools-10.4.0 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 packaging-24.1 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 psutil-6.0.0 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.2 referencing-0.35.1 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 rpds-py-0.20.0 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 six-1.16.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 tomli-2.0.1 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 urllib3-2.2.2 watchdog-4.0.2 wheel-0.44.0 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstandard-0.23.0 zstd-1.5.5.1 2024-08-22T20:27:42.5449873Z 2024-08-22T20:27:42.5451225Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:42.5452073Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:44.2852755Z + pip3 uninstall -y triton 2024-08-22T20:27:44.6855768Z Found existing installation: triton 3.0.0 2024-08-22T20:27:44.6991114Z Uninstalling triton-3.0.0: 2024-08-22T20:27:44.7028117Z Successfully uninstalled triton-3.0.0 2024-08-22T20:27:44.8410830Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cpu torch==2.5.0.dev20240814 2024-08-22T20:27:45.2689576Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:27:45.5223543Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:27:45.5316655Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240814%2Bcpu-cp310-cp310-linux_x86_64.whl (173.5 MB) 2024-08-22T20:27:46.3057079Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/173.5 MB 226.3 MB/s eta 0:00:00 2024-08-22T20:27:46.5153295Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.15.4) 2024-08-22T20:27:46.5158132Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:27:46.5161568Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:27:46.5165808Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:27:46.5169652Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:27:46.5724702Z Collecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:27:46.5820618Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:27:46.6144533Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 202.2 MB/s eta 0:00:00 2024-08-22T20:27:46.6308946Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:27:46.6725374Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.5) 2024-08-22T20:27:47.2574479Z Installing collected packages: sympy, torch 2024-08-22T20:27:47.2575482Z Attempting uninstall: sympy 2024-08-22T20:27:47.2586684Z Found existing installation: sympy 1.13.2 2024-08-22T20:27:47.3941963Z Uninstalling sympy-1.13.2: 2024-08-22T20:27:47.6205346Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:27:52.6318586Z Attempting uninstall: torch 2024-08-22T20:27:52.6333965Z Found existing installation: torch 2.4.0 2024-08-22T20:27:52.9801232Z Uninstalling torch-2.4.0: 2024-08-22T20:27:53.0438020Z Successfully uninstalled torch-2.4.0 2024-08-22T20:28:02.6742594Z Successfully installed sympy-1.13.1 torch-2.5.0.dev20240814+cpu 2024-08-22T20:28:02.7060978Z 2024-08-22T20:28:02.7063943Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:02.7064834Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:02.8225714Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:03.2511368Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:03.2517144Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-pdjqjl12 2024-08-22T20:28:03.2545147Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-pdjqjl12 2024-08-22T20:28:03.8739712Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:28:03.8767231Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:03.9893271Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:04.2009102Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:04.2044819Z Preparing metadata (setup.py): started 2024-08-22T20:28:06.7377722Z Preparing metadata (setup.py): finished with status 'done' 2024-08-22T20:28:06.7415501Z Building wheels for collected packages: torchao 2024-08-22T20:28:06.7479723Z Building wheel for torchao (setup.py): started 2024-08-22T20:28:36.8219286Z Building wheel for torchao (setup.py): finished with status 'done' 2024-08-22T20:28:36.8266081Z Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp310-cp310-linux_x86_64.whl size=3666696 sha256=b38fabb4df1a6b076ec2a91efcdbc9ebf7703119419d923a19a271a9ce85386d 2024-08-22T20:28:36.8267875Z Stored in directory: /home/runner/.cache/pip/wheels/14/74/97/48f38f0ed345915878934030a4f26ab5c877ef47ce1b5c4c09 2024-08-22T20:28:36.8298439Z Successfully built torchao 2024-08-22T20:28:37.3605095Z Installing collected packages: torchao 2024-08-22T20:28:37.6265168Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:28:37.6561698Z 2024-08-22T20:28:37.6562744Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:37.6563568Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:38.0010960Z Package Version 2024-08-22T20:28:38.0012362Z ------------------------- --------------------- 2024-08-22T20:28:38.0018068Z absl-py 2.1.0 2024-08-22T20:28:38.0018816Z accelerate 0.33.0 2024-08-22T20:28:38.0019251Z aiohappyeyeballs 2.4.0 2024-08-22T20:28:38.0019665Z aiohttp 3.10.5 2024-08-22T20:28:38.0020642Z aiosignal 1.3.1 2024-08-22T20:28:38.0022441Z altair 5.4.0 2024-08-22T20:28:38.0024376Z async-timeout 4.0.3 2024-08-22T20:28:38.0026879Z attrs 24.2.0 2024-08-22T20:28:38.0029451Z blinker 1.8.2 2024-08-22T20:28:38.0031954Z blobfile 2.1.1 2024-08-22T20:28:38.0034372Z cachetools 5.5.0 2024-08-22T20:28:38.0036797Z certifi 2024.7.4 2024-08-22T20:28:38.0039181Z chardet 5.2.0 2024-08-22T20:28:38.0041663Z charset-normalizer 3.3.2 2024-08-22T20:28:38.0043933Z click 8.1.7 2024-08-22T20:28:38.0046423Z cmake 3.30.2 2024-08-22T20:28:38.0049267Z colorama 0.4.6 2024-08-22T20:28:38.0051705Z DataProperty 1.0.1 2024-08-22T20:28:38.0054240Z datasets 2.21.0 2024-08-22T20:28:38.0056399Z dill 0.3.8 2024-08-22T20:28:38.0058766Z evaluate 0.4.2 2024-08-22T20:28:38.0061287Z filelock 3.15.4 2024-08-22T20:28:38.0063516Z Flask 3.0.3 2024-08-22T20:28:38.0065869Z frozenlist 1.4.1 2024-08-22T20:28:38.0068272Z fsspec 2024.6.1 2024-08-22T20:28:38.0070710Z gguf 0.9.1 2024-08-22T20:28:38.0073004Z gitdb 4.0.11 2024-08-22T20:28:38.0075434Z GitPython 3.1.43 2024-08-22T20:28:38.0077985Z huggingface-hub 0.24.6 2024-08-22T20:28:38.0080107Z idna 3.7 2024-08-22T20:28:38.0082572Z itsdangerous 2.2.0 2024-08-22T20:28:38.0085019Z Jinja2 3.1.4 2024-08-22T20:28:38.0087427Z joblib 1.4.2 2024-08-22T20:28:38.0090078Z jsonlines 4.0.0 2024-08-22T20:28:38.0093433Z jsonschema 4.23.0 2024-08-22T20:28:38.0094939Z jsonschema-specifications 2023.12.1 2024-08-22T20:28:38.0097209Z lm_eval 0.4.2 2024-08-22T20:28:38.0099573Z lxml 4.9.4 2024-08-22T20:28:38.0102340Z markdown-it-py 3.0.0 2024-08-22T20:28:38.0104409Z MarkupSafe 2.1.5 2024-08-22T20:28:38.0106793Z mbstrdecoder 1.1.3 2024-08-22T20:28:38.0109283Z mdurl 0.1.2 2024-08-22T20:28:38.0111721Z more-itertools 10.4.0 2024-08-22T20:28:38.0113897Z mpmath 1.3.0 2024-08-22T20:28:38.0116384Z multidict 6.0.5 2024-08-22T20:28:38.0118737Z multiprocess 0.70.16 2024-08-22T20:28:38.0121009Z narwhals 1.5.2 2024-08-22T20:28:38.0123497Z networkx 3.3 2024-08-22T20:28:38.0125780Z ninja 1.11.1.1 2024-08-22T20:28:38.0128329Z nltk 3.9.1 2024-08-22T20:28:38.0130733Z numexpr 2.10.1 2024-08-22T20:28:38.0132865Z numpy 1.26.4 2024-08-22T20:28:38.0134638Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:28:38.0136334Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:28:38.0138061Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:28:38.0139768Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:28:38.0141435Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:28:38.0143116Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:28:38.0144848Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:28:38.0146412Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:28:38.0148181Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:28:38.0150013Z nvidia-nccl-cu12 2.20.5 2024-08-22T20:28:38.0151641Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:28:38.0153283Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:28:38.0155098Z packaging 24.1 2024-08-22T20:28:38.0156700Z pandas 2.2.2 2024-08-22T20:28:38.0158323Z pathvalidate 3.2.0 2024-08-22T20:28:38.0160122Z peft 0.12.0 2024-08-22T20:28:38.0161762Z pillow 10.4.0 2024-08-22T20:28:38.0163375Z pip 23.0.1 2024-08-22T20:28:38.0165128Z portalocker 2.10.1 2024-08-22T20:28:38.0166784Z protobuf 5.27.3 2024-08-22T20:28:38.0168818Z psutil 6.0.0 2024-08-22T20:28:38.0170522Z pyarrow 17.0.0 2024-08-22T20:28:38.0172110Z pybind11 2.13.5 2024-08-22T20:28:38.0173891Z pycryptodomex 3.20.0 2024-08-22T20:28:38.0175583Z pydeck 0.9.1 2024-08-22T20:28:38.0177192Z Pygments 2.18.0 2024-08-22T20:28:38.0178900Z pytablewriter 1.2.0 2024-08-22T20:28:38.0180749Z python-dateutil 2.9.0.post0 2024-08-22T20:28:38.0182262Z pytz 2024.1 2024-08-22T20:28:38.0183931Z PyYAML 6.0.2 2024-08-22T20:28:38.0185753Z referencing 0.35.1 2024-08-22T20:28:38.0187294Z regex 2024.7.24 2024-08-22T20:28:38.0188918Z requests 2.32.3 2024-08-22T20:28:38.0190704Z rich 13.7.1 2024-08-22T20:28:38.0192291Z rouge_score 0.1.2 2024-08-22T20:28:38.0194008Z rpds-py 0.20.0 2024-08-22T20:28:38.0195654Z sacrebleu 2.4.3 2024-08-22T20:28:38.0197374Z safetensors 0.4.4 2024-08-22T20:28:38.0199101Z scikit-learn 1.5.1 2024-08-22T20:28:38.0200741Z scipy 1.14.1 2024-08-22T20:28:38.0202441Z sentencepiece 0.2.0 2024-08-22T20:28:38.0204106Z setuptools 65.5.0 2024-08-22T20:28:38.0205791Z six 1.16.0 2024-08-22T20:28:38.0207537Z smmap 5.0.1 2024-08-22T20:28:38.0209545Z snakeviz 2.2.0 2024-08-22T20:28:38.0211215Z sqlitedict 2.1.0 2024-08-22T20:28:38.0213001Z streamlit 1.37.1 2024-08-22T20:28:38.0214745Z sympy 1.13.1 2024-08-22T20:28:38.0216717Z tabledata 1.3.3 2024-08-22T20:28:38.0218131Z tabulate 0.9.0 2024-08-22T20:28:38.0219820Z tcolorpy 0.1.6 2024-08-22T20:28:38.0221490Z tenacity 8.5.0 2024-08-22T20:28:38.0223196Z threadpoolctl 3.5.0 2024-08-22T20:28:38.0224865Z tiktoken 0.7.0 2024-08-22T20:28:38.0226637Z tokenizers 0.19.1 2024-08-22T20:28:38.0228281Z toml 0.10.2 2024-08-22T20:28:38.0229945Z tomli 2.0.1 2024-08-22T20:28:38.0231772Z torch 2.5.0.dev20240814+cpu 2024-08-22T20:28:38.0233495Z torchao 0.4.0+gite11201a 2024-08-22T20:28:38.0235149Z tornado 6.4.1 2024-08-22T20:28:38.0236919Z tqdm 4.66.5 2024-08-22T20:28:38.0238717Z tqdm-multiprocess 0.0.11 2024-08-22T20:28:38.0240295Z transformers 4.44.2 2024-08-22T20:28:38.0242083Z typepy 1.3.2 2024-08-22T20:28:38.0243761Z typing_extensions 4.12.2 2024-08-22T20:28:38.0245504Z tzdata 2024.1 2024-08-22T20:28:38.0247195Z urllib3 2.2.2 2024-08-22T20:28:38.0249271Z watchdog 4.0.2 2024-08-22T20:28:38.0251002Z Werkzeug 3.0.4 2024-08-22T20:28:38.0252599Z wheel 0.44.0 2024-08-22T20:28:38.0254295Z word2number 1.1 2024-08-22T20:28:38.0256125Z xxhash 3.5.0 2024-08-22T20:28:38.0257703Z yarl 1.9.4 2024-08-22T20:28:38.0259422Z zstandard 0.23.0 2024-08-22T20:28:38.0261203Z zstd 1.5.5.1 2024-08-22T20:28:39.2206831Z torch: ('2.5.0.dev20240814+cpu', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:28:39.4540965Z ##[group]Run bash ${TORCHCHAT_ROOT}/.ci/scripts/wget_checkpoint.sh tinyllamas/stories15M "https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin" 2024-08-22T20:28:39.4543956Z bash ${TORCHCHAT_ROOT}/.ci/scripts/wget_checkpoint.sh tinyllamas/stories15M "https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin" 2024-08-22T20:28:39.4610741Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:39.4611125Z env: 2024-08-22T20:28:39.4611509Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:28:39.4612097Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:28:39.4612656Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:39.4613457Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:28:39.4614136Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:39.4614673Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:39.4615283Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:39.4615880Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:39.4616338Z ##[endgroup] 2024-08-22T20:28:39.4716756Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:28:39.4718411Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:39.4719983Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:28:39.4720715Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:28:39.4734332Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:28:39.4737249Z + IFS=, 2024-08-22T20:28:39.4737746Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:39.4739024Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:28:39.4739969Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:39.4740870Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-08-22T20:28:39.4741879Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:39.5346818Z --2024-08-22 20:28:39-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:39.5676014Z Resolving huggingface.co (huggingface.co)... 18.154.227.7, 18.154.227.67, 18.154.227.87, ... 2024-08-22T20:28:39.5734384Z Connecting to huggingface.co (huggingface.co)|18.154.227.7|:443... connected. 2024-08-22T20:28:39.6051248Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:39.6061233Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617297&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5N319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=RapAIPpIVaDqktps7uug7PNEWs02Ih6vwLNZB2hNYSccxj6lVmfaUrlkbuHk5rFAHuF5ZZPpgxWLTl9Tps0ng8W%7Ex6PrKqAvGa8A02x31hK5oh0UffCM4PArZwBjbP8ndp3AouNI0%7EFWeUt8JWrLbzw6Gn6l3CS7Mux5y3oDlTGCM3Xhjia2I83RT3cxGpc38XVehHxqj8EkCFFUIRO0JoaDCYEXlDeFpgZrtMsk4JZs0pDUYvUQRmKK7g4kDMQTcKiuQTZ5XDhB4cVB3Lwd0PfeByjgKwfkcGuJw2gum8jmWwV6x8o72mDqY7DkRCokX-207L0476P7jKryeu7iMQ__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:28:39.6077446Z --2024-08-22 20:28:39-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724617297&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzI5N319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=RapAIPpIVaDqktps7uug7PNEWs02Ih6vwLNZB2hNYSccxj6lVmfaUrlkbuHk5rFAHuF5ZZPpgxWLTl9Tps0ng8W%7Ex6PrKqAvGa8A02x31hK5oh0UffCM4PArZwBjbP8ndp3AouNI0%7EFWeUt8JWrLbzw6Gn6l3CS7Mux5y3oDlTGCM3Xhjia2I83RT3cxGpc38XVehHxqj8EkCFFUIRO0JoaDCYEXlDeFpgZrtMsk4JZs0pDUYvUQRmKK7g4kDMQTcKiuQTZ5XDhB4cVB3Lwd0PfeByjgKwfkcGuJw2gum8jmWwV6x8o72mDqY7DkRCokX-207L0476P7jKryeu7iMQ__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:28:39.6335864Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.49, 108.138.64.111, 108.138.64.36, ... 2024-08-22T20:28:39.6389283Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.49|:443... connected. 2024-08-22T20:28:39.6589373Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:39.6590325Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:28:39.6591366Z Saving to: ‘stories15M.pt’ 2024-08-22T20:28:39.6591821Z 2024-08-22T20:28:39.6641566Z 0K .......... .......... .......... .......... .......... 0% 9.76M 6s 2024-08-22T20:28:39.6695307Z 50K .......... .......... .......... .......... .......... 0% 9.12M 6s 2024-08-22T20:28:39.6712734Z 100K .......... .......... .......... .......... .......... 0% 27.5M 5s 2024-08-22T20:28:39.6747419Z 150K .......... .......... .......... .......... .......... 0% 14.1M 5s 2024-08-22T20:28:39.6763821Z 200K .......... .......... .......... .......... .......... 0% 29.5M 4s 2024-08-22T20:28:39.6774047Z 250K .......... .......... .......... .......... .......... 0% 48.0M 4s 2024-08-22T20:28:39.6791930Z 300K .......... .......... .......... .......... .......... 0% 27.3M 3s 2024-08-22T20:28:39.6803535Z 350K .......... .......... .......... .......... .......... 0% 41.7M 3s 2024-08-22T20:28:39.6814256Z 400K .......... .......... .......... .......... .......... 0% 46.3M 3s 2024-08-22T20:28:39.6821238Z 450K .......... .......... .......... .......... .......... 0% 68.3M 3s 2024-08-22T20:28:39.6828836Z 500K .......... .......... .......... .......... .......... 0% 65.3M 3s 2024-08-22T20:28:39.6840617Z 550K .......... .......... .......... .......... .......... 1% 41.5M 2s 2024-08-22T20:28:39.6842908Z 600K .......... .......... .......... .......... .......... 1% 210M 2s 2024-08-22T20:28:39.6846077Z 650K .......... .......... .......... .......... .......... 1% 148M 2s 2024-08-22T20:28:39.6856133Z 700K .......... .......... .......... .......... .......... 1% 49.6M 2s 2024-08-22T20:28:39.6860869Z 750K .......... .......... .......... .......... .......... 1% 99.4M 2s 2024-08-22T20:28:39.6864456Z 800K .......... .......... .......... .......... .......... 1% 134M 2s 2024-08-22T20:28:39.6868624Z 850K .......... .......... .......... .......... .......... 1% 118M 2s 2024-08-22T20:28:39.6873366Z 900K .......... .......... .......... .......... .......... 1% 104M 2s 2024-08-22T20:28:39.6875964Z 950K .......... .......... .......... .......... .......... 1% 183M 2s 2024-08-22T20:28:39.6880328Z 1000K .......... .......... .......... .......... .......... 1% 114M 2s 2024-08-22T20:28:39.6885866Z 1050K .......... .......... .......... .......... .......... 1% 88.9M 2s 2024-08-22T20:28:39.6889033Z 1100K .......... .......... .......... .......... .......... 1% 156M 2s 2024-08-22T20:28:39.6894227Z 1150K .......... .......... .......... .......... .......... 2% 95.5M 1s 2024-08-22T20:28:39.6897232Z 1200K .......... .......... .......... .......... .......... 2% 153M 1s 2024-08-22T20:28:39.6900620Z 1250K .......... .......... .......... .......... .......... 2% 142M 1s 2024-08-22T20:28:39.6904412Z 1300K .......... .......... .......... .......... .......... 2% 132M 1s 2024-08-22T20:28:39.6906841Z 1350K .......... .......... .......... .......... .......... 2% 196M 1s 2024-08-22T20:28:39.6910779Z 1400K .......... .......... .......... .......... .......... 2% 138M 1s 2024-08-22T20:28:39.6912773Z 1450K .......... .......... .......... .......... .......... 2% 210M 1s 2024-08-22T20:28:39.6915682Z 1500K .......... .......... .......... .......... .......... 2% 170M 1s 2024-08-22T20:28:39.6920378Z 1550K .......... .......... .......... .......... .......... 2% 104M 1s 2024-08-22T20:28:39.6922702Z 1600K .......... .......... .......... .......... .......... 2% 203M 1s 2024-08-22T20:28:39.6925179Z 1650K .......... .......... .......... .......... .......... 2% 201M 1s 2024-08-22T20:28:39.6927813Z 1700K .......... .......... .......... .......... .......... 2% 202M 1s 2024-08-22T20:28:39.6930429Z 1750K .......... .......... .......... .......... .......... 3% 169M 1s 2024-08-22T20:28:39.6933476Z 1800K .......... .......... .......... .......... .......... 3% 160M 1s 2024-08-22T20:28:39.6935996Z 1850K .......... .......... .......... .......... .......... 3% 205M 1s 2024-08-22T20:28:39.6938267Z 1900K .......... .......... .......... .......... .......... 3% 211M 1s 2024-08-22T20:28:39.6940884Z 1950K .......... .......... .......... .......... .......... 3% 178M 1s 2024-08-22T20:28:39.6943168Z 2000K .......... .......... .......... .......... .......... 3% 218M 1s 2024-08-22T20:28:39.6946114Z 2050K .......... .......... .......... .......... .......... 3% 204M 1s 2024-08-22T20:28:39.6947734Z 2100K .......... .......... .......... .......... .......... 3% 217M 1s 2024-08-22T20:28:39.6950996Z 2150K .......... .......... .......... .......... .......... 3% 197M 1s 2024-08-22T20:28:39.6953175Z 2200K .......... .......... .......... .......... .......... 3% 189M 1s 2024-08-22T20:28:39.6955932Z 2250K .......... .......... .......... .......... .......... 3% 188M 1s 2024-08-22T20:28:39.6957806Z 2300K .......... .......... .......... .......... .......... 3% 223M 1s 2024-08-22T20:28:39.6960122Z 2350K .......... .......... .......... .......... .......... 4% 198M 1s 2024-08-22T20:28:39.6962019Z 2400K .......... .......... .......... .......... .......... 4% 284M 1s 2024-08-22T20:28:39.6963625Z 2450K .......... .......... .......... .......... .......... 4% 305M 1s 2024-08-22T20:28:39.6965158Z 2500K .......... .......... .......... .......... .......... 4% 285M 1s 2024-08-22T20:28:39.6967199Z 2550K .......... .......... .......... .......... .......... 4% 246M 1s 2024-08-22T20:28:39.6969463Z 2600K .......... .......... .......... .......... .......... 4% 238M 1s 2024-08-22T20:28:39.6972233Z 2650K .......... .......... .......... .......... .......... 4% 194M 1s 2024-08-22T20:28:39.6974396Z 2700K .......... .......... .......... .......... .......... 4% 194M 1s 2024-08-22T20:28:39.6978001Z 2750K .......... .......... .......... .......... .......... 4% 169M 1s 2024-08-22T20:28:39.6979583Z 2800K .......... .......... .......... .......... .......... 4% 193M 1s 2024-08-22T20:28:39.6982780Z 2850K .......... .......... .......... .......... .......... 4% 195M 1s 2024-08-22T20:28:39.6984934Z 2900K .......... .......... .......... .......... .......... 4% 178M 1s 2024-08-22T20:28:39.6988695Z 2950K .......... .......... .......... .......... .......... 5% 180M 1s 2024-08-22T20:28:39.6989896Z 3000K .......... .......... .......... .......... .......... 5% 210M 1s 2024-08-22T20:28:39.6992410Z 3050K .......... .......... .......... .......... .......... 5% 206M 1s 2024-08-22T20:28:39.6994933Z 3100K .......... .......... .......... .......... .......... 5% 208M 1s 2024-08-22T20:28:39.6999144Z 3150K .......... .......... .......... .......... .......... 5% 172M 1s 2024-08-22T20:28:39.7000091Z 3200K .......... .......... .......... .......... .......... 5% 210M 1s 2024-08-22T20:28:39.7002514Z 3250K .......... .......... .......... .......... .......... 5% 210M 1s 2024-08-22T20:28:39.7004797Z 3300K .......... .......... .......... .......... .......... 5% 208M 1s 2024-08-22T20:28:39.7007278Z 3350K .......... .......... .......... .......... .......... 5% 188M 1s 2024-08-22T20:28:39.7010072Z 3400K .......... .......... .......... .......... .......... 5% 184M 1s 2024-08-22T20:28:39.7013650Z 3450K .......... .......... .......... .......... .......... 5% 196M 1s 2024-08-22T20:28:39.7014741Z 3500K .......... .......... .......... .......... .......... 5% 214M 1s 2024-08-22T20:28:39.7018266Z 3550K .......... .......... .......... .......... .......... 6% 169M 1s 2024-08-22T20:28:39.7019808Z 3600K .......... .......... .......... .......... .......... 6% 208M 1s 2024-08-22T20:28:39.7022399Z 3650K .......... .......... .......... .......... .......... 6% 214M 1s 2024-08-22T20:28:39.7024763Z 3700K .......... .......... .......... .......... .......... 6% 205M 1s 2024-08-22T20:28:39.7027238Z 3750K .......... .......... .......... .......... .......... 6% 188M 1s 2024-08-22T20:28:39.7031100Z 3800K .......... .......... .......... .......... .......... 6% 199M 1s 2024-08-22T20:28:39.7032035Z 3850K .......... .......... .......... .......... .......... 6% 199M 1s 2024-08-22T20:28:39.7035834Z 3900K .......... .......... .......... .......... .......... 6% 207M 1s 2024-08-22T20:28:39.7037593Z 3950K .......... .......... .......... .......... .......... 6% 164M 1s 2024-08-22T20:28:39.7041062Z 4000K .......... .......... .......... .......... .......... 6% 217M 1s 2024-08-22T20:28:39.7042014Z 4050K .......... .......... .......... .......... .......... 6% 208M 1s 2024-08-22T20:28:39.7045241Z 4100K .......... .......... .......... .......... .......... 6% 207M 1s 2024-08-22T20:28:39.7047054Z 4150K .......... .......... .......... .......... .......... 7% 191M 1s 2024-08-22T20:28:39.7049810Z 4200K .......... .......... .......... .......... .......... 7% 173M 1s 2024-08-22T20:28:39.7052219Z 4250K .......... .......... .......... .......... .......... 7% 203M 1s 2024-08-22T20:28:39.7054582Z 4300K .......... .......... .......... .......... .......... 7% 210M 1s 2024-08-22T20:28:39.7057494Z 4350K .......... .......... .......... .......... .......... 7% 168M 1s 2024-08-22T20:28:39.7059710Z 4400K .......... .......... .......... .......... .......... 7% 204M 1s 2024-08-22T20:28:39.7061941Z 4450K .......... .......... .......... .......... .......... 7% 215M 1s 2024-08-22T20:28:39.7064498Z 4500K .......... .......... .......... .......... .......... 7% 200M 1s 2024-08-22T20:28:39.7068126Z 4550K .......... .......... .......... .......... .......... 7% 191M 1s 2024-08-22T20:28:39.7069191Z 4600K .......... .......... .......... .......... .......... 7% 208M 1s 2024-08-22T20:28:39.7072042Z 4650K .......... .......... .......... .......... .......... 7% 207M 1s 2024-08-22T20:28:39.7074244Z 4700K .......... .......... .......... .......... .......... 8% 194M 1s 2024-08-22T20:28:39.7077008Z 4750K .......... .......... .......... .......... .......... 8% 171M 1s 2024-08-22T20:28:39.7079490Z 4800K .......... .......... .......... .......... .......... 8% 204M 1s 2024-08-22T20:28:39.7082094Z 4850K .......... .......... .......... .......... .......... 8% 188M 1s 2024-08-22T20:28:39.7084161Z 4900K .......... .......... .......... .......... .......... 8% 215M 1s 2024-08-22T20:28:39.7087035Z 4950K .......... .......... .......... .......... .......... 8% 184M 1s 2024-08-22T20:28:39.7090152Z 5000K .......... .......... .......... .......... .......... 8% 181M 1s 2024-08-22T20:28:39.7092910Z 5050K .......... .......... .......... .......... .......... 8% 201M 1s 2024-08-22T20:28:39.7095179Z 5100K .......... .......... .......... .......... .......... 8% 191M 1s 2024-08-22T20:28:39.7097728Z 5150K .......... .......... .......... .......... .......... 8% 172M 1s 2024-08-22T20:28:39.7100199Z 5200K .......... .......... .......... .......... .......... 8% 193M 1s 2024-08-22T20:28:39.7102616Z 5250K .......... .......... .......... .......... .......... 8% 203M 1s 2024-08-22T20:28:39.7104812Z 5300K .......... .......... .......... .......... .......... 9% 208M 1s 2024-08-22T20:28:39.7107571Z 5350K .......... .......... .......... .......... .......... 9% 184M 1s 2024-08-22T20:28:39.7109964Z 5400K .......... .......... .......... .......... .......... 9% 202M 1s 2024-08-22T20:28:39.7112755Z 5450K .......... .......... .......... .......... .......... 9% 206M 1s 2024-08-22T20:28:39.7114877Z 5500K .......... .......... .......... .......... .......... 9% 195M 1s 2024-08-22T20:28:39.7118666Z 5550K .......... .......... .......... .......... .......... 9% 168M 1s 2024-08-22T20:28:39.7120182Z 5600K .......... .......... .......... .......... .......... 9% 190M 1s 2024-08-22T20:28:39.7122549Z 5650K .......... .......... .......... .......... .......... 9% 203M 1s 2024-08-22T20:28:39.7125051Z 5700K .......... .......... .......... .......... .......... 9% 206M 0s 2024-08-22T20:28:39.7127639Z 5750K .......... .......... .......... .......... .......... 9% 188M 0s 2024-08-22T20:28:39.7130345Z 5800K .......... .......... .......... .......... .......... 9% 187M 0s 2024-08-22T20:28:39.7132668Z 5850K .......... .......... .......... .......... .......... 9% 193M 0s 2024-08-22T20:28:39.7136344Z 5900K .......... .......... .......... .......... .......... 10% 201M 0s 2024-08-22T20:28:39.7138069Z 5950K .......... .......... .......... .......... .......... 10% 190M 0s 2024-08-22T20:28:39.7140145Z 6000K .......... .......... .......... .......... .......... 10% 201M 0s 2024-08-22T20:28:39.7143074Z 6050K .......... .......... .......... .......... .......... 10% 203M 0s 2024-08-22T20:28:39.7145499Z 6100K .......... .......... .......... .......... .......... 10% 183M 0s 2024-08-22T20:28:39.7147909Z 6150K .......... .......... .......... .......... .......... 10% 184M 0s 2024-08-22T20:28:39.7150325Z 6200K .......... .......... .......... .......... .......... 10% 202M 0s 2024-08-22T20:28:39.7153030Z 6250K .......... .......... .......... .......... .......... 10% 203M 0s 2024-08-22T20:28:39.7155232Z 6300K .......... .......... .......... .......... .......... 10% 198M 0s 2024-08-22T20:28:39.7158000Z 6350K .......... .......... .......... .......... .......... 10% 169M 0s 2024-08-22T20:28:39.7160331Z 6400K .......... .......... .......... .......... .......... 10% 213M 0s 2024-08-22T20:28:39.7162654Z 6450K .......... .......... .......... .......... .......... 10% 217M 0s 2024-08-22T20:28:39.7164880Z 6500K .......... .......... .......... .......... .......... 11% 216M 0s 2024-08-22T20:28:39.7168028Z 6550K .......... .......... .......... .......... .......... 11% 188M 0s 2024-08-22T20:28:39.7170418Z 6600K .......... .......... .......... .......... .......... 11% 178M 0s 2024-08-22T20:28:39.7172672Z 6650K .......... .......... .......... .......... .......... 11% 198M 0s 2024-08-22T20:28:39.7175066Z 6700K .......... .......... .......... .......... .......... 11% 204M 0s 2024-08-22T20:28:39.7177946Z 6750K .......... .......... .......... .......... .......... 11% 174M 0s 2024-08-22T20:28:39.7180556Z 6800K .......... .......... .......... .......... .......... 11% 186M 0s 2024-08-22T20:28:39.7183018Z 6850K .......... .......... .......... .......... .......... 11% 198M 0s 2024-08-22T20:28:39.7185222Z 6900K .......... .......... .......... .......... .......... 11% 216M 0s 2024-08-22T20:28:39.7187958Z 6950K .......... .......... .......... .......... .......... 11% 187M 0s 2024-08-22T20:28:39.7190640Z 7000K .......... .......... .......... .......... .......... 11% 200M 0s 2024-08-22T20:28:39.7192715Z 7050K .......... .......... .......... .......... .......... 11% 202M 0s 2024-08-22T20:28:39.7195087Z 7100K .......... .......... .......... .......... .......... 12% 203M 0s 2024-08-22T20:28:39.7197966Z 7150K .......... .......... .......... .......... .......... 12% 175M 0s 2024-08-22T20:28:39.7200534Z 7200K .......... .......... .......... .......... .......... 12% 207M 0s 2024-08-22T20:28:39.7202593Z 7250K .......... .......... .......... .......... .......... 12% 207M 0s 2024-08-22T20:28:39.7205072Z 7300K .......... .......... .......... .......... .......... 12% 203M 0s 2024-08-22T20:28:39.7207602Z 7350K .......... .......... .......... .......... .......... 12% 188M 0s 2024-08-22T20:28:39.7210433Z 7400K .......... .......... .......... .......... .......... 12% 180M 0s 2024-08-22T20:28:39.7212627Z 7450K .......... .......... .......... .......... .......... 12% 210M 0s 2024-08-22T20:28:39.7215052Z 7500K .......... .......... .......... .......... .......... 12% 202M 0s 2024-08-22T20:28:39.7218141Z 7550K .......... .......... .......... .......... .......... 12% 161M 0s 2024-08-22T20:28:39.7220589Z 7600K .......... .......... .......... .......... .......... 12% 192M 0s 2024-08-22T20:28:39.7223153Z 7650K .......... .......... .......... .......... .......... 12% 202M 0s 2024-08-22T20:28:39.7225378Z 7700K .......... .......... .......... .......... .......... 13% 207M 0s 2024-08-22T20:28:39.7227867Z 7750K .......... .......... .......... .......... .......... 13% 197M 0s 2024-08-22T20:28:39.7230344Z 7800K .......... .......... .......... .......... .......... 13% 196M 0s 2024-08-22T20:28:39.7232842Z 7850K .......... .......... .......... .......... .......... 13% 198M 0s 2024-08-22T20:28:39.7235498Z 7900K .......... .......... .......... .......... .......... 13% 195M 0s 2024-08-22T20:28:39.7238221Z 7950K .......... .......... .......... .......... .......... 13% 167M 0s 2024-08-22T20:28:39.7240521Z 8000K .......... .......... .......... .......... .......... 13% 211M 0s 2024-08-22T20:28:39.7242997Z 8050K .......... .......... .......... .......... .......... 13% 202M 0s 2024-08-22T20:28:39.7245305Z 8100K .......... .......... .......... .......... .......... 13% 206M 0s 2024-08-22T20:28:39.7248096Z 8150K .......... .......... .......... .......... .......... 13% 193M 0s 2024-08-22T20:28:39.7250584Z 8200K .......... .......... .......... .......... .......... 13% 185M 0s 2024-08-22T20:28:39.7253107Z 8250K .......... .......... .......... .......... .......... 13% 199M 0s 2024-08-22T20:28:39.7255663Z 8300K .......... .......... .......... .......... .......... 14% 183M 0s 2024-08-22T20:28:39.7258616Z 8350K .......... .......... .......... .......... .......... 14% 161M 0s 2024-08-22T20:28:39.7261127Z 8400K .......... .......... .......... .......... .......... 14% 213M 0s 2024-08-22T20:28:39.7263434Z 8450K .......... .......... .......... .......... .......... 14% 205M 0s 2024-08-22T20:28:39.7265720Z 8500K .......... .......... .......... .......... .......... 14% 211M 0s 2024-08-22T20:28:39.7268354Z 8550K .......... .......... .......... .......... .......... 14% 181M 0s 2024-08-22T20:28:39.7270847Z 8600K .......... .......... .......... .......... .......... 14% 197M 0s 2024-08-22T20:28:39.7273273Z 8650K .......... .......... .......... .......... .......... 14% 204M 0s 2024-08-22T20:28:39.7275654Z 8700K .......... .......... .......... .......... .......... 14% 204M 0s 2024-08-22T20:28:39.7278467Z 8750K .......... .......... .......... .......... .......... 14% 168M 0s 2024-08-22T20:28:39.7280969Z 8800K .......... .......... .......... .......... .......... 14% 198M 0s 2024-08-22T20:28:39.7283514Z 8850K .......... .......... .......... .......... .......... 14% 195M 0s 2024-08-22T20:28:39.7285843Z 8900K .......... .......... .......... .......... .......... 15% 208M 0s 2024-08-22T20:28:39.7288942Z 8950K .......... .......... .......... .......... .......... 15% 176M 0s 2024-08-22T20:28:39.7291390Z 9000K .......... .......... .......... .......... .......... 15% 191M 0s 2024-08-22T20:28:39.7293519Z 9050K .......... .......... .......... .......... .......... 15% 207M 0s 2024-08-22T20:28:39.7296148Z 9100K .......... .......... .......... .......... .......... 15% 198M 0s 2024-08-22T20:28:39.7298940Z 9150K .......... .......... .......... .......... .......... 15% 169M 0s 2024-08-22T20:28:39.7301380Z 9200K .......... .......... .......... .......... .......... 15% 202M 0s 2024-08-22T20:28:39.7303865Z 9250K .......... .......... .......... .......... .......... 15% 197M 0s 2024-08-22T20:28:39.7306254Z 9300K .......... .......... .......... .......... .......... 15% 206M 0s 2024-08-22T20:28:39.7308866Z 9350K .......... .......... .......... .......... .......... 15% 179M 0s 2024-08-22T20:28:39.7311499Z 9400K .......... .......... .......... .......... .......... 15% 197M 0s 2024-08-22T20:28:39.7313783Z 9450K .......... .......... .......... .......... .......... 16% 202M 0s 2024-08-22T20:28:39.7316109Z 9500K .......... .......... .......... .......... .......... 16% 209M 0s 2024-08-22T20:28:39.7319020Z 9550K .......... .......... .......... .......... .......... 16% 174M 0s 2024-08-22T20:28:39.7321356Z 9600K .......... .......... .......... .......... .......... 16% 204M 0s 2024-08-22T20:28:39.7323548Z 9650K .......... .......... .......... .......... .......... 16% 214M 0s 2024-08-22T20:28:39.7325878Z 9700K .......... .......... .......... .......... .......... 16% 213M 0s 2024-08-22T20:28:39.7328898Z 9750K .......... .......... .......... .......... .......... 16% 167M 0s 2024-08-22T20:28:39.7331289Z 9800K .......... .......... .......... .......... .......... 16% 198M 0s 2024-08-22T20:28:39.7333762Z 9850K .......... .......... .......... .......... .......... 16% 197M 0s 2024-08-22T20:28:39.7336272Z 9900K .......... .......... .......... .......... .......... 16% 195M 0s 2024-08-22T20:28:39.7339106Z 9950K .......... .......... .......... .......... .......... 16% 171M 0s 2024-08-22T20:28:39.7341711Z 10000K .......... .......... .......... .......... .......... 16% 193M 0s 2024-08-22T20:28:39.7344069Z 10050K .......... .......... .......... .......... .......... 17% 199M 0s 2024-08-22T20:28:39.7346660Z 10100K .......... .......... .......... .......... .......... 17% 208M 0s 2024-08-22T20:28:39.7349152Z 10150K .......... .......... .......... .......... .......... 17% 184M 0s 2024-08-22T20:28:39.7351527Z 10200K .......... .......... .......... .......... .......... 17% 200M 0s 2024-08-22T20:28:39.7354083Z 10250K .......... .......... .......... .......... .......... 17% 196M 0s 2024-08-22T20:28:39.7356394Z 10300K .......... .......... .......... .......... .......... 17% 207M 0s 2024-08-22T20:28:39.7359290Z 10350K .......... .......... .......... .......... .......... 17% 167M 0s 2024-08-22T20:28:39.7361709Z 10400K .......... .......... .......... .......... .......... 17% 206M 0s 2024-08-22T20:28:39.7364167Z 10450K .......... .......... .......... .......... .......... 17% 199M 0s 2024-08-22T20:28:39.7366431Z 10500K .......... .......... .......... .......... .......... 17% 214M 0s 2024-08-22T20:28:39.7369453Z 10550K .......... .......... .......... .......... .......... 17% 172M 0s 2024-08-22T20:28:39.7371934Z 10600K .......... .......... .......... .......... .......... 17% 186M 0s 2024-08-22T20:28:39.7374433Z 10650K .......... .......... .......... .......... .......... 18% 193M 0s 2024-08-22T20:28:39.7376983Z 10700K .......... .......... .......... .......... .......... 18% 202M 0s 2024-08-22T20:28:39.7379735Z 10750K .......... .......... .......... .......... .......... 18% 169M 0s 2024-08-22T20:28:39.7382241Z 10800K .......... .......... .......... .......... .......... 18% 193M 0s 2024-08-22T20:28:39.7384645Z 10850K .......... .......... .......... .......... .......... 18% 209M 0s 2024-08-22T20:28:39.7387405Z 10900K .......... .......... .......... .......... .......... 18% 193M 0s 2024-08-22T20:28:39.7389897Z 10950K .......... .......... .......... .......... .......... 18% 186M 0s 2024-08-22T20:28:39.7392158Z 11000K .......... .......... .......... .......... .......... 18% 209M 0s 2024-08-22T20:28:39.7394759Z 11050K .......... .......... .......... .......... .......... 18% 202M 0s 2024-08-22T20:28:39.7397274Z 11100K .......... .......... .......... .......... .......... 18% 196M 0s 2024-08-22T20:28:39.7399951Z 11150K .......... .......... .......... .......... .......... 18% 166M 0s 2024-08-22T20:28:39.7402438Z 11200K .......... .......... .......... .......... .......... 18% 195M 0s 2024-08-22T20:28:39.7404999Z 11250K .......... .......... .......... .......... .......... 19% 197M 0s 2024-08-22T20:28:39.7407328Z 11300K .......... .......... .......... .......... .......... 19% 208M 0s 2024-08-22T20:28:39.7410153Z 11350K .......... .......... .......... .......... .......... 19% 175M 0s 2024-08-22T20:28:39.7412587Z 11400K .......... .......... .......... .......... .......... 19% 204M 0s 2024-08-22T20:28:39.7415042Z 11450K .......... .......... .......... .......... .......... 19% 195M 0s 2024-08-22T20:28:39.7417704Z 11500K .......... .......... .......... .......... .......... 19% 193M 0s 2024-08-22T20:28:39.7420698Z 11550K .......... .......... .......... .......... .......... 19% 163M 0s 2024-08-22T20:28:39.7422902Z 11600K .......... .......... .......... .......... .......... 19% 203M 0s 2024-08-22T20:28:39.7425461Z 11650K .......... .......... .......... .......... .......... 19% 197M 0s 2024-08-22T20:28:39.7427780Z 11700K .......... .......... .......... .......... .......... 19% 209M 0s 2024-08-22T20:28:39.7430293Z 11750K .......... .......... .......... .......... .......... 19% 192M 0s 2024-08-22T20:28:39.7432581Z 11800K .......... .......... .......... .......... .......... 19% 211M 0s 2024-08-22T20:28:39.7435108Z 11850K .......... .......... .......... .......... .......... 20% 197M 0s 2024-08-22T20:28:39.7437569Z 11900K .......... .......... .......... .......... .......... 20% 198M 0s 2024-08-22T20:28:39.7440504Z 11950K .......... .......... .......... .......... .......... 20% 166M 0s 2024-08-22T20:28:39.7442849Z 12000K .......... .......... .......... .......... .......... 20% 204M 0s 2024-08-22T20:28:39.7445168Z 12050K .......... .......... .......... .......... .......... 20% 209M 0s 2024-08-22T20:28:39.7447585Z 12100K .......... .......... .......... .......... .......... 20% 209M 0s 2024-08-22T20:28:39.7450550Z 12150K .......... .......... .......... .......... .......... 20% 167M 0s 2024-08-22T20:28:39.7452882Z 12200K .......... .......... .......... .......... .......... 20% 200M 0s 2024-08-22T20:28:39.7455362Z 12250K .......... .......... .......... .......... .......... 20% 202M 0s 2024-08-22T20:28:39.7457791Z 12300K .......... .......... .......... .......... .......... 20% 202M 0s 2024-08-22T20:28:39.7460658Z 12350K .......... .......... .......... .......... .......... 20% 166M 0s 2024-08-22T20:28:39.7463383Z 12400K .......... .......... .......... .......... .......... 20% 180M 0s 2024-08-22T20:28:39.7465733Z 12450K .......... .......... .......... .......... .......... 21% 207M 0s 2024-08-22T20:28:39.7468405Z 12500K .......... .......... .......... .......... .......... 21% 202M 0s 2024-08-22T20:28:39.7470980Z 12550K .......... .......... .......... .......... .......... 21% 175M 0s 2024-08-22T20:28:39.7473518Z 12600K .......... .......... .......... .......... .......... 21% 192M 0s 2024-08-22T20:28:39.7475929Z 12650K .......... .......... .......... .......... .......... 21% 204M 0s 2024-08-22T20:28:39.7478452Z 12700K .......... .......... .......... .......... .......... 21% 202M 0s 2024-08-22T20:28:39.7481367Z 12750K .......... .......... .......... .......... .......... 21% 161M 0s 2024-08-22T20:28:39.7483835Z 12800K .......... .......... .......... .......... .......... 21% 196M 0s 2024-08-22T20:28:39.7486439Z 12850K .......... .......... .......... .......... .......... 21% 200M 0s 2024-08-22T20:28:39.7489132Z 12900K .......... .......... .......... .......... .......... 21% 185M 0s 2024-08-22T20:28:39.7491706Z 12950K .......... .......... .......... .......... .......... 21% 179M 0s 2024-08-22T20:28:39.7494355Z 13000K .......... .......... .......... .......... .......... 21% 191M 0s 2024-08-22T20:28:39.7496725Z 13050K .......... .......... .......... .......... .......... 22% 206M 0s 2024-08-22T20:28:39.7499110Z 13100K .......... .......... .......... .......... .......... 22% 201M 0s 2024-08-22T20:28:39.7502122Z 13150K .......... .......... .......... .......... .......... 22% 162M 0s 2024-08-22T20:28:39.7504540Z 13200K .......... .......... .......... .......... .......... 22% 200M 0s 2024-08-22T20:28:39.7507080Z 13250K .......... .......... .......... .......... .......... 22% 196M 0s 2024-08-22T20:28:39.7509446Z 13300K .......... .......... .......... .......... .......... 22% 200M 0s 2024-08-22T20:28:39.7512178Z 13350K .......... .......... .......... .......... .......... 22% 178M 0s 2024-08-22T20:28:39.7514634Z 13400K .......... .......... .......... .......... .......... 22% 195M 0s 2024-08-22T20:28:39.7517017Z 13450K .......... .......... .......... .......... .......... 22% 212M 0s 2024-08-22T20:28:39.7519412Z 13500K .......... .......... .......... .......... .......... 22% 203M 0s 2024-08-22T20:28:39.7522373Z 13550K .......... .......... .......... .......... .......... 22% 160M 0s 2024-08-22T20:28:39.7524802Z 13600K .......... .......... .......... .......... .......... 22% 203M 0s 2024-08-22T20:28:39.7527506Z 13650K .......... .......... .......... .......... .......... 23% 193M 0s 2024-08-22T20:28:39.7529877Z 13700K .......... .......... .......... .......... .......... 23% 195M 0s 2024-08-22T20:28:39.7532349Z 13750K .......... .......... .......... .......... .......... 23% 194M 0s 2024-08-22T20:28:39.7534874Z 13800K .......... .......... .......... .......... .......... 23% 204M 0s 2024-08-22T20:28:39.7537180Z 13850K .......... .......... .......... .......... .......... 23% 205M 0s 2024-08-22T20:28:39.7539588Z 13900K .......... .......... .......... .......... .......... 23% 200M 0s 2024-08-22T20:28:39.7542734Z 13950K .......... .......... .......... .......... .......... 23% 156M 0s 2024-08-22T20:28:39.7545425Z 14000K .......... .......... .......... .......... .......... 23% 187M 0s 2024-08-22T20:28:39.7548623Z 14050K .......... .......... .......... .......... .......... 23% 198M 0s 2024-08-22T20:28:39.7551229Z 14100K .......... .......... .......... .......... .......... 23% 214M 0s 2024-08-22T20:28:39.7553090Z 14150K .......... .......... .......... .......... .......... 23% 167M 0s 2024-08-22T20:28:39.7555597Z 14200K .......... .......... .......... .......... .......... 24% 193M 0s 2024-08-22T20:28:39.7557998Z 14250K .......... .......... .......... .......... .......... 24% 202M 0s 2024-08-22T20:28:39.7560426Z 14300K .......... .......... .......... .......... .......... 24% 199M 0s 2024-08-22T20:28:39.7563326Z 14350K .......... .......... .......... .......... .......... 24% 166M 0s 2024-08-22T20:28:39.7565783Z 14400K .......... .......... .......... .......... .......... 24% 200M 0s 2024-08-22T20:28:39.7568295Z 14450K .......... .......... .......... .......... .......... 24% 211M 0s 2024-08-22T20:28:39.7570693Z 14500K .......... .......... .......... .......... .......... 24% 189M 0s 2024-08-22T20:28:39.7573314Z 14550K .......... .......... .......... .......... .......... 24% 189M 0s 2024-08-22T20:28:39.7575661Z 14600K .......... .......... .......... .......... .......... 24% 205M 0s 2024-08-22T20:28:39.7578206Z 14650K .......... .......... .......... .......... .......... 24% 195M 0s 2024-08-22T20:28:39.7580585Z 14700K .......... .......... .......... .......... .......... 24% 204M 0s 2024-08-22T20:28:39.7583267Z 14750K .......... .......... .......... .......... .......... 24% 175M 0s 2024-08-22T20:28:39.7586263Z 14800K .......... .......... .......... .......... .......... 25% 210M 0s 2024-08-22T20:28:39.7588193Z 14850K .......... .......... .......... .......... .......... 25% 207M 0s 2024-08-22T20:28:39.7590601Z 14900K .......... .......... .......... .......... .......... 25% 203M 0s 2024-08-22T20:28:39.7592924Z 14950K .......... .......... .......... .......... .......... 25% 194M 0s 2024-08-22T20:28:39.7595362Z 15000K .......... .......... .......... .......... .......... 25% 205M 0s 2024-08-22T20:28:39.7597819Z 15050K .......... .......... .......... .......... .......... 25% 201M 0s 2024-08-22T20:28:39.7600139Z 15100K .......... .......... .......... .......... .......... 25% 205M 0s 2024-08-22T20:28:39.7602897Z 15150K .......... .......... .......... .......... .......... 25% 172M 0s 2024-08-22T20:28:39.7605367Z 15200K .......... .......... .......... .......... .......... 25% 208M 0s 2024-08-22T20:28:39.7607507Z 15250K .......... .......... .......... .......... .......... 25% 219M 0s 2024-08-22T20:28:39.7609989Z 15300K .......... .......... .......... .......... .......... 25% 199M 0s 2024-08-22T20:28:39.7612382Z 15350K .......... .......... .......... .......... .......... 25% 198M 0s 2024-08-22T20:28:39.7614880Z 15400K .......... .......... .......... .......... .......... 26% 200M 0s 2024-08-22T20:28:39.7617142Z 15450K .......... .......... .......... .......... .......... 26% 211M 0s 2024-08-22T20:28:39.7619443Z 15500K .......... .......... .......... .......... .......... 26% 221M 0s 2024-08-22T20:28:39.7621995Z 15550K .......... .......... .......... .......... .......... 26% 187M 0s 2024-08-22T20:28:39.7624203Z 15600K .......... .......... .......... .......... .......... 26% 223M 0s 2024-08-22T20:28:39.7626400Z 15650K .......... .......... .......... .......... .......... 26% 219M 0s 2024-08-22T20:28:39.7628642Z 15700K .......... .......... .......... .......... .......... 26% 218M 0s 2024-08-22T20:28:39.7631100Z 15750K .......... .......... .......... .......... .......... 26% 206M 0s 2024-08-22T20:28:39.7633338Z 15800K .......... .......... .......... .......... .......... 26% 214M 0s 2024-08-22T20:28:39.7635501Z 15850K .......... .......... .......... .......... .......... 26% 221M 0s 2024-08-22T20:28:39.7637893Z 15900K .......... .......... .......... .......... .......... 26% 215M 0s 2024-08-22T20:28:39.7640452Z 15950K .......... .......... .......... .......... .......... 26% 184M 0s 2024-08-22T20:28:39.7642658Z 16000K .......... .......... .......... .......... .......... 27% 217M 0s 2024-08-22T20:28:39.7645005Z 16050K .......... .......... .......... .......... .......... 27% 216M 0s 2024-08-22T20:28:39.7647106Z 16100K .......... .......... .......... .......... .......... 27% 225M 0s 2024-08-22T20:28:39.7649960Z 16150K .......... .......... .......... .......... .......... 27% 174M 0s 2024-08-22T20:28:39.7652336Z 16200K .......... .......... .......... .......... .......... 27% 209M 0s 2024-08-22T20:28:39.7654613Z 16250K .......... .......... .......... .......... .......... 27% 210M 0s 2024-08-22T20:28:39.7657030Z 16300K .......... .......... .......... .......... .......... 27% 201M 0s 2024-08-22T20:28:39.7659923Z 16350K .......... .......... .......... .......... .......... 27% 173M 0s 2024-08-22T20:28:39.7662118Z 16400K .......... .......... .......... .......... .......... 27% 212M 0s 2024-08-22T20:28:39.7664514Z 16450K .......... .......... .......... .......... .......... 27% 207M 0s 2024-08-22T20:28:39.7667058Z 16500K .......... .......... .......... .......... .......... 27% 194M 0s 2024-08-22T20:28:39.7669764Z 16550K .......... .......... .......... .......... .......... 27% 190M 0s 2024-08-22T20:28:39.7671885Z 16600K .......... .......... .......... .......... .......... 28% 211M 0s 2024-08-22T20:28:39.7674278Z 16650K .......... .......... .......... .......... .......... 28% 217M 0s 2024-08-22T20:28:39.7676767Z 16700K .......... .......... .......... .......... .......... 28% 194M 0s 2024-08-22T20:28:39.7680011Z 16750K .......... .......... .......... .......... .......... 28% 166M 0s 2024-08-22T20:28:39.7681907Z 16800K .......... .......... .......... .......... .......... 28% 217M 0s 2024-08-22T20:28:39.7684156Z 16850K .......... .......... .......... .......... .......... 28% 213M 0s 2024-08-22T20:28:39.7686681Z 16900K .......... .......... .......... .......... .......... 28% 209M 0s 2024-08-22T20:28:39.7689425Z 16950K .......... .......... .......... .......... .......... 28% 171M 0s 2024-08-22T20:28:39.7691682Z 17000K .......... .......... .......... .......... .......... 28% 208M 0s 2024-08-22T20:28:39.7694160Z 17050K .......... .......... .......... .......... .......... 28% 206M 0s 2024-08-22T20:28:39.7696546Z 17100K .......... .......... .......... .......... .......... 28% 203M 0s 2024-08-22T20:28:39.7699299Z 17150K .......... .......... .......... .......... .......... 28% 175M 0s 2024-08-22T20:28:39.7701720Z 17200K .......... .......... .......... .......... .......... 29% 204M 0s 2024-08-22T20:28:39.7703953Z 17250K .......... .......... .......... .......... .......... 29% 211M 0s 2024-08-22T20:28:39.7706449Z 17300K .......... .......... .......... .......... .......... 29% 202M 0s 2024-08-22T20:28:39.7709278Z 17350K .......... .......... .......... .......... .......... 29% 189M 0s 2024-08-22T20:28:39.7711231Z 17400K .......... .......... .......... .......... .......... 29% 220M 0s 2024-08-22T20:28:39.7713449Z 17450K .......... .......... .......... .......... .......... 29% 215M 0s 2024-08-22T20:28:39.7715683Z 17500K .......... .......... .......... .......... .......... 29% 227M 0s 2024-08-22T20:28:39.7718351Z 17550K .......... .......... .......... .......... .......... 29% 175M 0s 2024-08-22T20:28:39.7720620Z 17600K .......... .......... .......... .......... .......... 29% 215M 0s 2024-08-22T20:28:39.7723016Z 17650K .......... .......... .......... .......... .......... 29% 205M 0s 2024-08-22T20:28:39.7725315Z 17700K .......... .......... .......... .......... .......... 29% 220M 0s 2024-08-22T20:28:39.7727843Z 17750K .......... .......... .......... .......... .......... 29% 195M 0s 2024-08-22T20:28:39.7730289Z 17800K .......... .......... .......... .......... .......... 30% 194M 0s 2024-08-22T20:28:39.7732566Z 17850K .......... .......... .......... .......... .......... 30% 219M 0s 2024-08-22T20:28:39.7734806Z 17900K .......... .......... .......... .......... .......... 30% 227M 0s 2024-08-22T20:28:39.7737355Z 17950K .......... .......... .......... .......... .......... 30% 179M 0s 2024-08-22T20:28:39.7739476Z 18000K .......... .......... .......... .......... .......... 30% 231M 0s 2024-08-22T20:28:39.7741724Z 18050K .......... .......... .......... .......... .......... 30% 230M 0s 2024-08-22T20:28:39.7743906Z 18100K .......... .......... .......... .......... .......... 30% 223M 0s 2024-08-22T20:28:39.7746173Z 18150K .......... .......... .......... .......... .......... 30% 206M 0s 2024-08-22T20:28:39.7748525Z 18200K .......... .......... .......... .......... .......... 30% 209M 0s 2024-08-22T20:28:39.7750811Z 18250K .......... .......... .......... .......... .......... 30% 219M 0s 2024-08-22T20:28:39.7752939Z 18300K .......... .......... .......... .......... .......... 30% 230M 0s 2024-08-22T20:28:39.7755479Z 18350K .......... .......... .......... .......... .......... 30% 184M 0s 2024-08-22T20:28:39.7757611Z 18400K .......... .......... .......... .......... .......... 31% 230M 0s 2024-08-22T20:28:39.7759851Z 18450K .......... .......... .......... .......... .......... 31% 223M 0s 2024-08-22T20:28:39.7762028Z 18500K .......... .......... .......... .......... .......... 31% 231M 0s 2024-08-22T20:28:39.7764359Z 18550K .......... .......... .......... .......... .......... 31% 200M 0s 2024-08-22T20:28:39.7766523Z 18600K .......... .......... .......... .......... .......... 31% 230M 0s 2024-08-22T20:28:39.7768987Z 18650K .......... .......... .......... .......... .......... 31% 208M 0s 2024-08-22T20:28:39.7771290Z 18700K .......... .......... .......... .......... .......... 31% 219M 0s 2024-08-22T20:28:39.7773708Z 18750K .......... .......... .......... .......... .......... 31% 187M 0s 2024-08-22T20:28:39.7776079Z 18800K .......... .......... .......... .......... .......... 31% 220M 0s 2024-08-22T20:28:39.7778194Z 18850K .......... .......... .......... .......... .......... 31% 230M 0s 2024-08-22T20:28:39.7780151Z 18900K .......... .......... .......... .......... .......... 31% 237M 0s 2024-08-22T20:28:39.7782787Z 18950K .......... .......... .......... .......... .......... 32% 198M 0s 2024-08-22T20:28:39.7785172Z 19000K .......... .......... .......... .......... .......... 32% 203M 0s 2024-08-22T20:28:39.7787453Z 19050K .......... .......... .......... .......... .......... 32% 214M 0s 2024-08-22T20:28:39.7789479Z 19100K .......... .......... .......... .......... .......... 32% 229M 0s 2024-08-22T20:28:39.7792107Z 19150K .......... .......... .......... .......... .......... 32% 177M 0s 2024-08-22T20:28:39.7794479Z 19200K .......... .......... .......... .......... .......... 32% 218M 0s 2024-08-22T20:28:39.7796509Z 19250K .......... .......... .......... .......... .......... 32% 231M 0s 2024-08-22T20:28:39.7798590Z 19300K .......... .......... .......... .......... .......... 32% 233M 0s 2024-08-22T20:28:39.7800880Z 19350K .......... .......... .......... .......... .......... 32% 210M 0s 2024-08-22T20:28:39.7803023Z 19400K .......... .......... .......... .......... .......... 32% 232M 0s 2024-08-22T20:28:39.7805160Z 19450K .......... .......... .......... .......... .......... 32% 227M 0s 2024-08-22T20:28:39.7807326Z 19500K .......... .......... .......... .......... .......... 32% 231M 0s 2024-08-22T20:28:39.7810082Z 19550K .......... .......... .......... .......... .......... 33% 173M 0s 2024-08-22T20:28:39.7812264Z 19600K .......... .......... .......... .......... .......... 33% 230M 0s 2024-08-22T20:28:39.7814464Z 19650K .......... .......... .......... .......... .......... 33% 220M 0s 2024-08-22T20:28:39.7816648Z 19700K .......... .......... .......... .......... .......... 33% 228M 0s 2024-08-22T20:28:39.7818900Z 19750K .......... .......... .......... .......... .......... 33% 209M 0s 2024-08-22T20:28:39.7821226Z 19800K .......... .......... .......... .......... .......... 33% 232M 0s 2024-08-22T20:28:39.7823466Z 19850K .......... .......... .......... .......... .......... 33% 213M 0s 2024-08-22T20:28:39.7825620Z 19900K .......... .......... .......... .......... .......... 33% 229M 0s 2024-08-22T20:28:39.7828031Z 19950K .......... .......... .......... .......... .......... 33% 191M 0s 2024-08-22T20:28:39.7830305Z 20000K .......... .......... .......... .......... .......... 33% 218M 0s 2024-08-22T20:28:39.7832451Z 20050K .......... .......... .......... .......... .......... 33% 230M 0s 2024-08-22T20:28:39.7834540Z 20100K .......... .......... .......... .......... .......... 33% 230M 0s 2024-08-22T20:28:39.7836940Z 20150K .......... .......... .......... .......... .......... 34% 203M 0s 2024-08-22T20:28:39.7839189Z 20200K .......... .......... .......... .......... .......... 34% 227M 0s 2024-08-22T20:28:39.7841190Z 20250K .......... .......... .......... .......... .......... 34% 230M 0s 2024-08-22T20:28:39.7843323Z 20300K .......... .......... .......... .......... .......... 34% 232M 0s 2024-08-22T20:28:39.7845910Z 20350K .......... .......... .......... .......... .......... 34% 192M 0s 2024-08-22T20:28:39.7848218Z 20400K .......... .......... .......... .......... .......... 34% 236M 0s 2024-08-22T20:28:39.7850317Z 20450K .......... .......... .......... .......... .......... 34% 206M 0s 2024-08-22T20:28:39.7852379Z 20500K .......... .......... .......... .......... .......... 34% 234M 0s 2024-08-22T20:28:39.7854914Z 20550K .......... .......... .......... .......... .......... 34% 211M 0s 2024-08-22T20:28:39.7856984Z 20600K .......... .......... .......... .......... .......... 34% 211M 0s 2024-08-22T20:28:39.7859323Z 20650K .......... .......... .......... .......... .......... 34% 230M 0s 2024-08-22T20:28:39.7861340Z 20700K .......... .......... .......... .......... .......... 34% 228M 0s 2024-08-22T20:28:39.7863917Z 20750K .......... .......... .......... .......... .......... 35% 189M 0s 2024-08-22T20:28:39.7865949Z 20800K .......... .......... .......... .......... .......... 35% 228M 0s 2024-08-22T20:28:39.7868111Z 20850K .......... .......... .......... .......... .......... 35% 232M 0s 2024-08-22T20:28:39.7870582Z 20900K .......... .......... .......... .......... .......... 35% 229M 0s 2024-08-22T20:28:39.7872600Z 20950K .......... .......... .......... .......... .......... 35% 208M 0s 2024-08-22T20:28:39.7874646Z 21000K .......... .......... .......... .......... .......... 35% 233M 0s 2024-08-22T20:28:39.7876897Z 21050K .......... .......... .......... .......... .......... 35% 231M 0s 2024-08-22T20:28:39.7878989Z 21100K .......... .......... .......... .......... .......... 35% 229M 0s 2024-08-22T20:28:39.7881459Z 21150K .......... .......... .......... .......... .......... 35% 191M 0s 2024-08-22T20:28:39.7883652Z 21200K .......... .......... .......... .......... .......... 35% 229M 0s 2024-08-22T20:28:39.7885769Z 21250K .......... .......... .......... .......... .......... 35% 233M 0s 2024-08-22T20:28:39.7888080Z 21300K .......... .......... .......... .......... .......... 35% 227M 0s 2024-08-22T20:28:39.7890562Z 21350K .......... .......... .......... .......... .......... 36% 187M 0s 2024-08-22T20:28:39.7892560Z 21400K .......... .......... .......... .......... .......... 36% 231M 0s 2024-08-22T20:28:39.7895026Z 21450K .......... .......... .......... .......... .......... 36% 215M 0s 2024-08-22T20:28:39.7897350Z 21500K .......... .......... .......... .......... .......... 36% 208M 0s 2024-08-22T20:28:39.7900453Z 21550K .......... .......... .......... .......... .......... 36% 187M 0s 2024-08-22T20:28:39.7902322Z 21600K .......... .......... .......... .......... .......... 36% 218M 0s 2024-08-22T20:28:39.7904239Z 21650K .......... .......... .......... .......... .......... 36% 228M 0s 2024-08-22T20:28:39.7906600Z 21700K .......... .......... .......... .......... .......... 36% 228M 0s 2024-08-22T20:28:39.7909029Z 21750K .......... .......... .......... .......... .......... 36% 206M 0s 2024-08-22T20:28:39.7911042Z 21800K .......... .......... .......... .......... .......... 36% 227M 0s 2024-08-22T20:28:39.7913045Z 21850K .......... .......... .......... .......... .......... 36% 229M 0s 2024-08-22T20:28:39.7915340Z 21900K .......... .......... .......... .......... .......... 36% 238M 0s 2024-08-22T20:28:39.7917776Z 21950K .......... .......... .......... .......... .......... 37% 188M 0s 2024-08-22T20:28:39.7919936Z 22000K .......... .......... .......... .......... .......... 37% 220M 0s 2024-08-22T20:28:39.7922512Z 22050K .......... .......... .......... .......... .......... 37% 230M 0s 2024-08-22T20:28:39.7924374Z 22100K .......... .......... .......... .......... .......... 37% 222M 0s 2024-08-22T20:28:39.7926679Z 22150K .......... .......... .......... .......... .......... 37% 209M 0s 2024-08-22T20:28:39.7929022Z 22200K .......... .......... .......... .......... .......... 37% 209M 0s 2024-08-22T20:28:39.7931201Z 22250K .......... .......... .......... .......... .......... 37% 219M 0s 2024-08-22T20:28:39.7933357Z 22300K .......... .......... .......... .......... .......... 37% 229M 0s 2024-08-22T20:28:39.7935909Z 22350K .......... .......... .......... .......... .......... 37% 190M 0s 2024-08-22T20:28:39.7938006Z 22400K .......... .......... .......... .......... .......... 37% 228M 0s 2024-08-22T20:28:39.7940153Z 22450K .......... .......... .......... .......... .......... 37% 228M 0s 2024-08-22T20:28:39.8081734Z 22500K .......... .......... .......... .......... .......... 37% 3.47M 0s 2024-08-22T20:28:39.8084299Z 22550K .......... .......... .......... .......... .......... 38% 163M 0s 2024-08-22T20:28:39.8089408Z 22600K .......... .......... .......... .......... .......... 38% 108M 0s 2024-08-22T20:28:39.8091586Z 22650K .......... .......... .......... .......... .......... 38% 165M 0s 2024-08-22T20:28:39.8095070Z 22700K .......... .......... .......... .......... .......... 38% 226M 0s 2024-08-22T20:28:39.8096464Z 22750K .......... .......... .......... .......... .......... 38% 180M 0s 2024-08-22T20:28:39.8098459Z 22800K .......... .......... .......... .......... .......... 38% 233M 0s 2024-08-22T20:28:39.8100473Z 22850K .......... .......... .......... .......... .......... 38% 235M 0s 2024-08-22T20:28:39.8102807Z 22900K .......... .......... .......... .......... .......... 38% 230M 0s 2024-08-22T20:28:39.8105288Z 22950K .......... .......... .......... .......... .......... 38% 185M 0s 2024-08-22T20:28:39.8107407Z 23000K .......... .......... .......... .......... .......... 38% 228M 0s 2024-08-22T20:28:39.8109563Z 23050K .......... .......... .......... .......... .......... 38% 228M 0s 2024-08-22T20:28:39.8113033Z 23100K .......... .......... .......... .......... .......... 38% 233M 0s 2024-08-22T20:28:39.8115141Z 23150K .......... .......... .......... .......... .......... 39% 141M 0s 2024-08-22T20:28:39.8117185Z 23200K .......... .......... .......... .......... .......... 39% 238M 0s 2024-08-22T20:28:39.8119219Z 23250K .......... .......... .......... .......... .......... 39% 234M 0s 2024-08-22T20:28:39.8121468Z 23300K .......... .......... .......... .......... .......... 39% 236M 0s 2024-08-22T20:28:39.8123813Z 23350K .......... .......... .......... .......... .......... 39% 198M 0s 2024-08-22T20:28:39.8125834Z 23400K .......... .......... .......... .......... .......... 39% 236M 0s 2024-08-22T20:28:39.8128115Z 23450K .......... .......... .......... .......... .......... 39% 235M 0s 2024-08-22T20:28:39.8131094Z 23500K .......... .......... .......... .......... .......... 39% 158M 0s 2024-08-22T20:28:39.8133475Z 23550K .......... .......... .......... .......... .......... 39% 196M 0s 2024-08-22T20:28:39.8135604Z 23600K .......... .......... .......... .......... .......... 39% 227M 0s 2024-08-22T20:28:39.8139026Z 23650K .......... .......... .......... .......... .......... 39% 169M 0s 2024-08-22T20:28:39.8140923Z 23700K .......... .......... .......... .......... .......... 40% 218M 0s 2024-08-22T20:28:39.8143166Z 23750K .......... .......... .......... .......... .......... 40% 204M 0s 2024-08-22T20:28:39.8145260Z 23800K .......... .......... .......... .......... .......... 40% 232M 0s 2024-08-22T20:28:39.8298666Z 23850K .......... .......... .......... .......... .......... 40% 3.19M 0s 2024-08-22T20:28:39.8300805Z 23900K .......... .......... .......... .......... .......... 40% 221M 0s 2024-08-22T20:28:39.8305635Z 23950K .......... .......... .......... .......... .......... 40% 96.7M 0s 2024-08-22T20:28:39.8307667Z 24000K .......... .......... .......... .......... .......... 40% 234M 0s 2024-08-22T20:28:39.8309921Z 24050K .......... .......... .......... .......... .......... 40% 232M 0s 2024-08-22T20:28:39.8312611Z 24100K .......... .......... .......... .......... .......... 40% 183M 0s 2024-08-22T20:28:39.8314825Z 24150K .......... .......... .......... .......... .......... 40% 202M 0s 2024-08-22T20:28:39.8316952Z 24200K .......... .......... .......... .......... .......... 40% 231M 0s 2024-08-22T20:28:39.8320539Z 24250K .......... .......... .......... .......... .......... 40% 226M 0s 2024-08-22T20:28:39.8321856Z 24300K .......... .......... .......... .......... .......... 41% 179M 0s 2024-08-22T20:28:39.8324356Z 24350K .......... .......... .......... .......... .......... 41% 193M 0s 2024-08-22T20:28:39.8326456Z 24400K .......... .......... .......... .......... .......... 41% 229M 0s 2024-08-22T20:28:39.8329725Z 24450K .......... .......... .......... .......... .......... 41% 192M 0s 2024-08-22T20:28:39.8331440Z 24500K .......... .......... .......... .......... .......... 41% 197M 0s 2024-08-22T20:28:39.8334296Z 24550K .......... .......... .......... .......... .......... 41% 194M 0s 2024-08-22T20:28:39.8337890Z 24600K .......... .......... .......... .......... .......... 41% 217M 0s 2024-08-22T20:28:39.8339236Z 24650K .......... .......... .......... .......... .......... 41% 180M 0s 2024-08-22T20:28:39.8341614Z 24700K .......... .......... .......... .......... .......... 41% 190M 0s 2024-08-22T20:28:39.8344461Z 24750K .......... .......... .......... .......... .......... 41% 178M 0s 2024-08-22T20:28:39.8347102Z 24800K .......... .......... .......... .......... .......... 41% 207M 0s 2024-08-22T20:28:39.8349207Z 24850K .......... .......... .......... .......... .......... 41% 199M 0s 2024-08-22T20:28:39.8351432Z 24900K .......... .......... .......... .......... .......... 42% 223M 0s 2024-08-22T20:28:39.8355138Z 24950K .......... .......... .......... .......... .......... 42% 194M 0s 2024-08-22T20:28:39.8356361Z 25000K .......... .......... .......... .......... .......... 42% 190M 0s 2024-08-22T20:28:39.8359152Z 25050K .......... .......... .......... .......... .......... 42% 218M 0s 2024-08-22T20:28:39.8361007Z 25100K .......... .......... .......... .......... .......... 42% 211M 0s 2024-08-22T20:28:39.8364139Z 25150K .......... .......... .......... .......... .......... 42% 176M 0s 2024-08-22T20:28:39.8366335Z 25200K .......... .......... .......... .......... .......... 42% 203M 0s 2024-08-22T20:28:39.8368710Z 25250K .......... .......... .......... .......... .......... 42% 218M 0s 2024-08-22T20:28:39.8373178Z 25300K .......... .......... .......... .......... .......... 42% 199M 0s 2024-08-22T20:28:39.8374323Z 25350K .......... .......... .......... .......... .......... 42% 202M 0s 2024-08-22T20:28:39.8375376Z 25400K .......... .......... .......... .......... .......... 42% 227M 0s 2024-08-22T20:28:39.8377649Z 25450K .......... .......... .......... .......... .......... 42% 220M 0s 2024-08-22T20:28:39.8379979Z 25500K .......... .......... .......... .......... .......... 43% 212M 0s 2024-08-22T20:28:39.8384196Z 25550K .......... .......... .......... .......... .......... 43% 117M 0s 2024-08-22T20:28:39.8386478Z 25600K .......... .......... .......... .......... .......... 43% 218M 0s 2024-08-22T20:28:39.8389725Z 25650K .......... .......... .......... .......... .......... 43% 222M 0s 2024-08-22T20:28:39.8390772Z 25700K .......... .......... .......... .......... .......... 43% 257M 0s 2024-08-22T20:28:39.8394626Z 25750K .......... .......... .......... .......... .......... 43% 180M 0s 2024-08-22T20:28:39.8395650Z 25800K .......... .......... .......... .......... .......... 43% 211M 0s 2024-08-22T20:28:39.8397938Z 25850K .......... .......... .......... .......... .......... 43% 203M 0s 2024-08-22T20:28:39.8400455Z 25900K .......... .......... .......... .......... .......... 43% 214M 0s 2024-08-22T20:28:39.8403178Z 25950K .......... .......... .......... .......... .......... 43% 162M 0s 2024-08-22T20:28:39.8405387Z 26000K .......... .......... .......... .......... .......... 43% 219M 0s 2024-08-22T20:28:39.8408016Z 26050K .......... .......... .......... .......... .......... 43% 215M 0s 2024-08-22T20:28:39.8410429Z 26100K .......... .......... .......... .......... .......... 44% 193M 0s 2024-08-22T20:28:39.8412867Z 26150K .......... .......... .......... .......... .......... 44% 187M 0s 2024-08-22T20:28:39.8415094Z 26200K .......... .......... .......... .......... .......... 44% 214M 0s 2024-08-22T20:28:39.8417387Z 26250K .......... .......... .......... .......... .......... 44% 212M 0s 2024-08-22T20:28:39.8419742Z 26300K .......... .......... .......... .......... .......... 44% 213M 0s 2024-08-22T20:28:39.8422368Z 26350K .......... .......... .......... .......... .......... 44% 181M 0s 2024-08-22T20:28:39.8424551Z 26400K .......... .......... .......... .......... .......... 44% 229M 0s 2024-08-22T20:28:39.8426774Z 26450K .......... .......... .......... .......... .......... 44% 220M 0s 2024-08-22T20:28:39.8429318Z 26500K .......... .......... .......... .......... .......... 44% 214M 0s 2024-08-22T20:28:39.8438381Z 26550K .......... .......... .......... .......... .......... 44% 52.5M 0s 2024-08-22T20:28:39.8442074Z 26600K .......... .......... .......... .......... .......... 44% 133M 0s 2024-08-22T20:28:39.8444548Z 26650K .......... .......... .......... .......... .......... 44% 201M 0s 2024-08-22T20:28:39.8448010Z 26700K .......... .......... .......... .......... .......... 45% 149M 0s 2024-08-22T20:28:39.8450972Z 26750K .......... .......... .......... .......... .......... 45% 151M 0s 2024-08-22T20:28:39.8453221Z 26800K .......... .......... .......... .......... .......... 45% 215M 0s 2024-08-22T20:28:39.8492879Z 26850K .......... .......... .......... .......... .......... 45% 12.4M 0s 2024-08-22T20:28:39.8498064Z 26900K .......... .......... .......... .......... .......... 45% 92.4M 0s 2024-08-22T20:28:39.8500449Z 26950K .......... .......... .......... .......... .......... 45% 192M 0s 2024-08-22T20:28:39.8508138Z 27000K .......... .......... .......... .......... .......... 45% 64.1M 0s 2024-08-22T20:28:39.8510564Z 27050K .......... .......... .......... .......... .......... 45% 208M 0s 2024-08-22T20:28:39.8512857Z 27100K .......... .......... .......... .......... .......... 45% 212M 0s 2024-08-22T20:28:39.8515776Z 27150K .......... .......... .......... .......... .......... 45% 160M 0s 2024-08-22T20:28:39.8518042Z 27200K .......... .......... .......... .......... .......... 45% 215M 0s 2024-08-22T20:28:39.8520376Z 27250K .......... .......... .......... .......... .......... 45% 213M 0s 2024-08-22T20:28:39.8522611Z 27300K .......... .......... .......... .......... .......... 46% 218M 0s 2024-08-22T20:28:39.8525459Z 27350K .......... .......... .......... .......... .......... 46% 178M 0s 2024-08-22T20:28:39.8527886Z 27400K .......... .......... .......... .......... .......... 46% 205M 0s 2024-08-22T20:28:39.8530366Z 27450K .......... .......... .......... .......... .......... 46% 190M 0s 2024-08-22T20:28:39.8532699Z 27500K .......... .......... .......... .......... .......... 46% 203M 0s 2024-08-22T20:28:39.8535469Z 27550K .......... .......... .......... .......... .......... 46% 172M 0s 2024-08-22T20:28:39.8537713Z 27600K .......... .......... .......... .......... .......... 46% 221M 0s 2024-08-22T20:28:39.8796471Z 27650K .......... .......... .......... .......... .......... 46% 240M 0s 2024-08-22T20:28:39.8797257Z 27700K .......... .......... .......... .......... .......... 46% 314M 0s 2024-08-22T20:28:39.8797916Z 27750K .......... .......... .......... .......... .......... 46% 293M 0s 2024-08-22T20:28:39.8798420Z 27800K .......... .......... .......... .......... .......... 46% 340M 0s 2024-08-22T20:28:39.8799152Z 27850K .......... .......... .......... .......... .......... 46% 341M 0s 2024-08-22T20:28:39.8799739Z 27900K .......... .......... .......... .......... .......... 47% 319M 0s 2024-08-22T20:28:39.8800365Z 27950K .......... .......... .......... .......... .......... 47% 284M 0s 2024-08-22T20:28:39.8800840Z 28000K .......... .......... .......... .......... .......... 47% 331M 0s 2024-08-22T20:28:39.8801558Z 28050K .......... .......... .......... .......... .......... 47% 330M 0s 2024-08-22T20:28:39.8802163Z 28100K .......... .......... .......... .......... .......... 47% 327M 0s 2024-08-22T20:28:39.8802855Z 28150K .......... .......... .......... .......... .......... 47% 304M 0s 2024-08-22T20:28:39.8803332Z 28200K .......... .......... .......... .......... .......... 47% 331M 0s 2024-08-22T20:28:39.8803999Z 28250K .......... .......... .......... .......... .......... 47% 323M 0s 2024-08-22T20:28:39.8804507Z 28300K .......... .......... .......... .......... .......... 47% 338M 0s 2024-08-22T20:28:39.8805409Z 28350K .......... .......... .......... .......... .......... 47% 287M 0s 2024-08-22T20:28:39.8805937Z 28400K .......... .......... .......... .......... .......... 47% 329M 0s 2024-08-22T20:28:39.8806853Z 28450K .......... .......... .......... .......... .......... 48% 328M 0s 2024-08-22T20:28:39.8807379Z 28500K .......... .......... .......... .......... .......... 48% 333M 0s 2024-08-22T20:28:39.8808261Z 28550K .......... .......... .......... .......... .......... 48% 302M 0s 2024-08-22T20:28:39.8808962Z 28600K .......... .......... .......... .......... .......... 48% 273M 0s 2024-08-22T20:28:39.8809472Z 28650K .......... .......... .......... .......... .......... 48% 335M 0s 2024-08-22T20:28:39.8809953Z 28700K .......... .......... .......... .......... .......... 48% 338M 0s 2024-08-22T20:28:39.8810541Z 28750K .......... .......... .......... .......... .......... 48% 241M 0s 2024-08-22T20:28:39.8811013Z 28800K .......... .......... .......... .......... .......... 48% 342M 0s 2024-08-22T20:28:39.8811781Z 28850K .......... .......... .......... .......... .......... 48% 329M 0s 2024-08-22T20:28:39.8812417Z 28900K .......... .......... .......... .......... .......... 48% 321M 0s 2024-08-22T20:28:39.8812891Z 28950K .......... .......... .......... .......... .......... 48% 300M 0s 2024-08-22T20:28:39.8813349Z 29000K .......... .......... .......... .......... .......... 48% 332M 0s 2024-08-22T20:28:39.8813872Z 29050K .......... .......... .......... .......... .......... 49% 318M 0s 2024-08-22T20:28:39.8814499Z 29100K .......... .......... .......... .......... .......... 49% 345M 0s 2024-08-22T20:28:39.8815074Z 29150K .......... .......... .......... .......... .......... 49% 285M 0s 2024-08-22T20:28:39.8815627Z 29200K .......... .......... .......... .......... .......... 49% 334M 0s 2024-08-22T20:28:39.8816090Z 29250K .......... .......... .......... .......... .......... 49% 330M 0s 2024-08-22T20:28:39.8816821Z 29300K .......... .......... .......... .......... .......... 49% 331M 0s 2024-08-22T20:28:39.8817356Z 29350K .......... .......... .......... .......... .......... 49% 305M 0s 2024-08-22T20:28:39.8817878Z 29400K .......... .......... .......... .......... .......... 49% 321M 0s 2024-08-22T20:28:39.8818405Z 29450K .......... .......... .......... .......... .......... 49% 341M 0s 2024-08-22T20:28:39.8819062Z 29500K .......... .......... .......... .......... .......... 49% 340M 0s 2024-08-22T20:28:39.8819598Z 29550K .......... .......... .......... .......... .......... 49% 272M 0s 2024-08-22T20:28:39.8820070Z 29600K .......... .......... .......... .......... .......... 49% 338M 0s 2024-08-22T20:28:39.8820523Z 29650K .......... .......... .......... .......... .......... 50% 341M 0s 2024-08-22T20:28:39.8821288Z 29700K .......... .......... .......... .......... .......... 50% 331M 0s 2024-08-22T20:28:39.8821805Z 29750K .......... .......... .......... .......... .......... 50% 296M 0s 2024-08-22T20:28:39.8822441Z 29800K .......... .......... .......... .......... .......... 50% 330M 0s 2024-08-22T20:28:39.8822920Z 29850K .......... .......... .......... .......... .......... 50% 317M 0s 2024-08-22T20:28:39.8823425Z 29900K .......... .......... .......... .......... .......... 50% 279M 0s 2024-08-22T20:28:39.8824151Z 29950K .......... .......... .......... .......... .......... 50% 282M 0s 2024-08-22T20:28:39.8824680Z 30000K .......... .......... .......... .......... .......... 50% 344M 0s 2024-08-22T20:28:39.8825238Z 30050K .......... .......... .......... .......... .......... 50% 329M 0s 2024-08-22T20:28:39.8825887Z 30100K .......... .......... .......... .......... .......... 50% 318M 0s 2024-08-22T20:28:39.8826443Z 30150K .......... .......... .......... .......... .......... 50% 298M 0s 2024-08-22T20:28:39.8826929Z 30200K .......... .......... .......... .......... .......... 50% 339M 0s 2024-08-22T20:28:39.8827512Z 30250K .......... .......... .......... .......... .......... 51% 321M 0s 2024-08-22T20:28:39.8828390Z 30300K .......... .......... .......... .......... .......... 51% 335M 0s 2024-08-22T20:28:39.8828947Z 30350K .......... .......... .......... .......... .......... 51% 270M 0s 2024-08-22T20:28:39.8829634Z 30400K .......... .......... .......... .......... .......... 51% 322M 0s 2024-08-22T20:28:39.8830119Z 30450K .......... .......... .......... .......... .......... 51% 338M 0s 2024-08-22T20:28:39.8830678Z 30500K .......... .......... .......... .......... .......... 51% 338M 0s 2024-08-22T20:28:39.8831411Z 30550K .......... .......... .......... .......... .......... 51% 286M 0s 2024-08-22T20:28:39.8832082Z 30600K .......... .......... .......... .......... .......... 51% 347M 0s 2024-08-22T20:28:39.8832558Z 30650K .......... .......... .......... .......... .......... 51% 338M 0s 2024-08-22T20:28:39.8833149Z 30700K .......... .......... .......... .......... .......... 51% 319M 0s 2024-08-22T20:28:39.8833870Z 30750K .......... .......... .......... .......... .......... 51% 286M 0s 2024-08-22T20:28:39.8834349Z 30800K .......... .......... .......... .......... .......... 51% 332M 0s 2024-08-22T20:28:39.8834908Z 30850K .......... .......... .......... .......... .......... 52% 343M 0s 2024-08-22T20:28:39.8835377Z 30900K .......... .......... .......... .......... .......... 52% 321M 0s 2024-08-22T20:28:39.8835900Z 30950K .......... .......... .......... .......... .......... 52% 301M 0s 2024-08-22T20:28:39.8836592Z 31000K .......... .......... .......... .......... .......... 52% 326M 0s 2024-08-22T20:28:39.8837060Z 31050K .......... .......... .......... .......... .......... 52% 320M 0s 2024-08-22T20:28:39.8837631Z 31100K .......... .......... .......... .......... .......... 52% 342M 0s 2024-08-22T20:28:39.8838151Z 31150K .......... .......... .......... .......... .......... 52% 279M 0s 2024-08-22T20:28:39.8838867Z 31200K .......... .......... .......... .......... .......... 52% 275M 0s 2024-08-22T20:28:39.8839440Z 31250K .......... .......... .......... .......... .......... 52% 326M 0s 2024-08-22T20:28:39.8840057Z 31300K .......... .......... .......... .......... .......... 52% 331M 0s 2024-08-22T20:28:39.8840581Z 31350K .......... .......... .......... .......... .......... 52% 303M 0s 2024-08-22T20:28:39.8841044Z 31400K .......... .......... .......... .......... .......... 52% 329M 0s 2024-08-22T20:28:39.8841771Z 31450K .......... .......... .......... .......... .......... 53% 337M 0s 2024-08-22T20:28:39.8842318Z 31500K .......... .......... .......... .......... .......... 53% 329M 0s 2024-08-22T20:28:39.8842779Z 31550K .......... .......... .......... .......... .......... 53% 264M 0s 2024-08-22T20:28:39.8843389Z 31600K .......... .......... .......... .......... .......... 53% 334M 0s 2024-08-22T20:28:39.8843983Z 31650K .......... .......... .......... .......... .......... 53% 329M 0s 2024-08-22T20:28:39.8844495Z 31700K .......... .......... .......... .......... .......... 53% 322M 0s 2024-08-22T20:28:39.8844978Z 31750K .......... .......... .......... .......... .......... 53% 303M 0s 2024-08-22T20:28:39.8845440Z 31800K .......... .......... .......... .......... .......... 53% 329M 0s 2024-08-22T20:28:39.8846139Z 31850K .......... .......... .......... .......... .......... 53% 321M 0s 2024-08-22T20:28:39.8846675Z 31900K .......... .......... .......... .......... .......... 53% 340M 0s 2024-08-22T20:28:39.8847297Z 31950K .......... .......... .......... .......... .......... 53% 282M 0s 2024-08-22T20:28:39.8848009Z 32000K .......... .......... .......... .......... .......... 53% 326M 0s 2024-08-22T20:28:39.8848712Z 32050K .......... .......... .......... .......... .......... 54% 324M 0s 2024-08-22T20:28:39.8849198Z 32100K .......... .......... .......... .......... .......... 54% 331M 0s 2024-08-22T20:28:39.8849724Z 32150K .......... .......... .......... .......... .......... 54% 286M 0s 2024-08-22T20:28:39.8850254Z 32200K .......... .......... .......... .......... .......... 54% 329M 0s 2024-08-22T20:28:39.8851199Z 32250K .......... .......... .......... .......... .......... 54% 329M 0s 2024-08-22T20:28:39.8851785Z 32300K .......... .......... .......... .......... .......... 54% 330M 0s 2024-08-22T20:28:39.8852419Z 32350K .......... .......... .......... .......... .......... 54% 275M 0s 2024-08-22T20:28:39.8853143Z 32400K .......... .......... .......... .......... .......... 54% 328M 0s 2024-08-22T20:28:39.8853694Z 32450K .......... .......... .......... .......... .......... 54% 331M 0s 2024-08-22T20:28:39.8854388Z 32500K .......... .......... .......... .......... .......... 54% 259M 0s 2024-08-22T20:28:39.8854913Z 32550K .......... .......... .......... .......... .......... 54% 281M 0s 2024-08-22T20:28:39.8855546Z 32600K .......... .......... .......... .......... .......... 54% 329M 0s 2024-08-22T20:28:39.8856023Z 32650K .......... .......... .......... .......... .......... 55% 332M 0s 2024-08-22T20:28:39.8856548Z 32700K .......... .......... .......... .......... .......... 55% 315M 0s 2024-08-22T20:28:39.8857018Z 32750K .......... .......... .......... .......... .......... 55% 248M 0s 2024-08-22T20:28:39.8857487Z 32800K .......... .......... .......... .......... .......... 55% 198M 0s 2024-08-22T20:28:39.8857958Z 32850K .......... .......... .......... .......... .......... 55% 263M 0s 2024-08-22T20:28:39.8858537Z 32900K .......... .......... .......... .......... .......... 55% 317M 0s 2024-08-22T20:28:39.8859005Z 32950K .......... .......... .......... .......... .......... 55% 208M 0s 2024-08-22T20:28:39.8859457Z 33000K .......... .......... .......... .......... .......... 55% 329M 0s 2024-08-22T20:28:39.8859925Z 33050K .......... .......... .......... .......... .......... 55% 329M 0s 2024-08-22T20:28:39.8860461Z 33100K .......... .......... .......... .......... .......... 55% 231M 0s 2024-08-22T20:28:39.8860929Z 33150K .......... .......... .......... .......... .......... 55% 210M 0s 2024-08-22T20:28:39.8861451Z 33200K .......... .......... .......... .......... .......... 56% 79.4M 0s 2024-08-22T20:28:39.8862163Z 33250K .......... .......... .......... .......... .......... 56% 193M 0s 2024-08-22T20:28:39.8862624Z 33300K .......... .......... .......... .......... .......... 56% 246M 0s 2024-08-22T20:28:39.8863135Z 33350K .......... .......... .......... .......... .......... 56% 156M 0s 2024-08-22T20:28:39.8863590Z 33400K .......... .......... .......... .......... .......... 56% 278M 0s 2024-08-22T20:28:39.8864050Z 33450K .......... .......... .......... .......... .......... 56% 248M 0s 2024-08-22T20:28:39.8864498Z 33500K .......... .......... .......... .......... .......... 56% 228M 0s 2024-08-22T20:28:39.8865241Z 33550K .......... .......... .......... .......... .......... 56% 167M 0s 2024-08-22T20:28:39.8865699Z 33600K .......... .......... .......... .......... .......... 56% 228M 0s 2024-08-22T20:28:39.8866158Z 33650K .......... .......... .......... .......... .......... 56% 188M 0s 2024-08-22T20:28:39.8866604Z 33700K .......... .......... .......... .......... .......... 56% 206M 0s 2024-08-22T20:28:39.8867120Z 33750K .......... .......... .......... .......... .......... 56% 103M 0s 2024-08-22T20:28:39.8867584Z 33800K .......... .......... .......... .......... .......... 57% 176M 0s 2024-08-22T20:28:39.8868036Z 33850K .......... .......... .......... .......... .......... 57% 135M 0s 2024-08-22T20:28:39.8868493Z 33900K .......... .......... .......... .......... .......... 57% 340M 0s 2024-08-22T20:28:39.8868957Z 33950K .......... .......... .......... .......... .......... 57% 278M 0s 2024-08-22T20:28:39.8869408Z 34000K .......... .......... .......... .......... .......... 57% 328M 0s 2024-08-22T20:28:39.8869868Z 34050K .......... .......... .......... .......... .......... 57% 318M 0s 2024-08-22T20:28:39.8870412Z 34100K .......... .......... .......... .......... .......... 57% 339M 0s 2024-08-22T20:28:39.8871204Z 34150K .......... .......... .......... .......... .......... 57% 293M 0s 2024-08-22T20:28:39.8871950Z 34200K .......... .......... .......... .......... .......... 57% 342M 0s 2024-08-22T20:28:39.8872464Z 34250K .......... .......... .......... .......... .......... 57% 181M 0s 2024-08-22T20:28:39.8873103Z 34300K .......... .......... .......... .......... .......... 57% 258M 0s 2024-08-22T20:28:39.8873572Z 34350K .......... .......... .......... .......... .......... 57% 275M 0s 2024-08-22T20:28:39.8874025Z 34400K .......... .......... .......... .......... .......... 58% 214M 0s 2024-08-22T20:28:39.8874488Z 34450K .......... .......... .......... .......... .......... 58% 263M 0s 2024-08-22T20:28:39.8874955Z 34500K .......... .......... .......... .......... .......... 58% 323M 0s 2024-08-22T20:28:39.8875418Z 34550K .......... .......... .......... .......... .......... 58% 163M 0s 2024-08-22T20:28:39.8875875Z 34600K .......... .......... .......... .......... .......... 58% 336M 0s 2024-08-22T20:28:39.8876336Z 34650K .......... .......... .......... .......... .......... 58% 326M 0s 2024-08-22T20:28:39.8876790Z 34700K .......... .......... .......... .......... .......... 58% 108M 0s 2024-08-22T20:28:39.8877246Z 34750K .......... .......... .......... .......... .......... 58% 261M 0s 2024-08-22T20:28:39.8877698Z 34800K .......... .......... .......... .......... .......... 58% 314M 0s 2024-08-22T20:28:39.8878152Z 34850K .......... .......... .......... .......... .......... 58% 337M 0s 2024-08-22T20:28:39.8878867Z 34900K .......... .......... .......... .......... .......... 58% 328M 0s 2024-08-22T20:28:39.8879726Z 34950K .......... .......... .......... .......... .......... 58% 193M 0s 2024-08-22T20:28:39.8880217Z 35000K .......... .......... .......... .......... .......... 59% 192M 0s 2024-08-22T20:28:39.8880664Z 35050K .......... .......... .......... .......... .......... 59% 179M 0s 2024-08-22T20:28:39.8881192Z 35100K .......... .......... .......... .......... .......... 59% 200M 0s 2024-08-22T20:28:39.8881654Z 35150K .......... .......... .......... .......... .......... 59% 172M 0s 2024-08-22T20:28:39.8882109Z 35200K .......... .......... .......... .......... .......... 59% 189M 0s 2024-08-22T20:28:39.8882572Z 35250K .......... .......... .......... .......... .......... 59% 206M 0s 2024-08-22T20:28:39.8883029Z 35300K .......... .......... .......... .......... .......... 59% 188M 0s 2024-08-22T20:28:39.8883478Z 35350K .......... .......... .......... .......... .......... 59% 181M 0s 2024-08-22T20:28:39.8883927Z 35400K .......... .......... .......... .......... .......... 59% 202M 0s 2024-08-22T20:28:39.8884382Z 35450K .......... .......... .......... .......... .......... 59% 205M 0s 2024-08-22T20:28:39.8884830Z 35500K .......... .......... .......... .......... .......... 59% 206M 0s 2024-08-22T20:28:39.8885276Z 35550K .......... .......... .......... .......... .......... 59% 164M 0s 2024-08-22T20:28:39.8885731Z 35600K .......... .......... .......... .......... .......... 60% 197M 0s 2024-08-22T20:28:39.8886189Z 35650K .......... .......... .......... .......... .......... 60% 207M 0s 2024-08-22T20:28:39.8886664Z 35700K .......... .......... .......... .......... .......... 60% 200M 0s 2024-08-22T20:28:39.8887229Z 35750K .......... .......... .......... .......... .......... 60% 184M 0s 2024-08-22T20:28:39.8888206Z 35800K .......... .......... .......... .......... .......... 60% 200M 0s 2024-08-22T20:28:39.8888902Z 35850K .......... .......... .......... .......... .......... 60% 207M 0s 2024-08-22T20:28:39.8889428Z 35900K .......... .......... .......... .......... .......... 60% 202M 0s 2024-08-22T20:28:39.8889895Z 35950K .......... .......... .......... .......... .......... 60% 169M 0s 2024-08-22T20:28:39.8890368Z 36000K .......... .......... .......... .......... .......... 60% 174M 0s 2024-08-22T20:28:39.8890830Z 36050K .......... .......... .......... .......... .......... 60% 205M 0s 2024-08-22T20:28:39.8891327Z 36100K .......... .......... .......... .......... .......... 60% 202M 0s 2024-08-22T20:28:39.8891988Z 36150K .......... .......... .......... .......... .......... 60% 180M 0s 2024-08-22T20:28:39.8892453Z 36200K .......... .......... .......... .......... .......... 61% 206M 0s 2024-08-22T20:28:39.8893045Z 36250K .......... .......... .......... .......... .......... 61% 213M 0s 2024-08-22T20:28:39.8893511Z 36300K .......... .......... .......... .......... .......... 61% 208M 0s 2024-08-22T20:28:39.8893964Z 36350K .......... .......... .......... .......... .......... 61% 173M 0s 2024-08-22T20:28:39.8894429Z 36400K .......... .......... .......... .......... .......... 61% 211M 0s 2024-08-22T20:28:39.8894890Z 36450K .......... .......... .......... .......... .......... 61% 207M 0s 2024-08-22T20:28:39.8895354Z 36500K .......... .......... .......... .......... .......... 61% 206M 0s 2024-08-22T20:28:39.8895920Z 36550K .......... .......... .......... .......... .......... 61% 193M 0s 2024-08-22T20:28:39.8896714Z 36600K .......... .......... .......... .......... .......... 61% 210M 0s 2024-08-22T20:28:39.8897450Z 36650K .......... .......... .......... .......... .......... 61% 206M 0s 2024-08-22T20:28:39.8897911Z 36700K .......... .......... .......... .......... .......... 61% 209M 0s 2024-08-22T20:28:39.8898373Z 36750K .......... .......... .......... .......... .......... 61% 179M 0s 2024-08-22T20:28:39.8898906Z 36800K .......... .......... .......... .......... .......... 62% 186M 0s 2024-08-22T20:28:39.8899367Z 36850K .......... .......... .......... .......... .......... 62% 207M 0s 2024-08-22T20:28:39.8899825Z 36900K .......... .......... .......... .......... .......... 62% 216M 0s 2024-08-22T20:28:39.8900285Z 36950K .......... .......... .......... .......... .......... 62% 171M 0s 2024-08-22T20:28:39.8900751Z 37000K .......... .......... .......... .......... .......... 62% 203M 0s 2024-08-22T20:28:39.8901613Z 37050K .......... .......... .......... .......... .......... 62% 211M 0s 2024-08-22T20:28:39.8904090Z 37100K .......... .......... .......... .......... .......... 62% 209M 0s 2024-08-22T20:28:39.8906951Z 37150K .......... .......... .......... .......... .......... 62% 171M 0s 2024-08-22T20:28:39.8909201Z 37200K .......... .......... .......... .......... .......... 62% 213M 0s 2024-08-22T20:28:39.8911400Z 37250K .......... .......... .......... .......... .......... 62% 219M 0s 2024-08-22T20:28:39.8913640Z 37300K .......... .......... .......... .......... .......... 62% 217M 0s 2024-08-22T20:28:39.8916335Z 37350K .......... .......... .......... .......... .......... 63% 186M 0s 2024-08-22T20:28:39.8918681Z 37400K .......... .......... .......... .......... .......... 63% 202M 0s 2024-08-22T20:28:39.8920990Z 37450K .......... .......... .......... .......... .......... 63% 211M 0s 2024-08-22T20:28:39.8923591Z 37500K .......... .......... .......... .......... .......... 63% 210M 0s 2024-08-22T20:28:39.8926245Z 37550K .......... .......... .......... .......... .......... 63% 167M 0s 2024-08-22T20:28:39.8928760Z 37600K .......... .......... .......... .......... .......... 63% 196M 0s 2024-08-22T20:28:39.8931028Z 37650K .......... .......... .......... .......... .......... 63% 214M 0s 2024-08-22T20:28:39.8933469Z 37700K .......... .......... .......... .......... .......... 63% 207M 0s 2024-08-22T20:28:39.8936012Z 37750K .......... .......... .......... .......... .......... 63% 186M 0s 2024-08-22T20:28:39.8938386Z 37800K .......... .......... .......... .......... .......... 63% 205M 0s 2024-08-22T20:28:39.8940961Z 37850K .......... .......... .......... .......... .......... 63% 208M 0s 2024-08-22T20:28:39.8943270Z 37900K .......... .......... .......... .......... .......... 63% 197M 0s 2024-08-22T20:28:39.8945992Z 37950K .......... .......... .......... .......... .......... 64% 175M 0s 2024-08-22T20:28:39.8948553Z 38000K .......... .......... .......... .......... .......... 64% 216M 0s 2024-08-22T20:28:39.8951507Z 38050K .......... .......... .......... .......... .......... 64% 185M 0s 2024-08-22T20:28:39.8953533Z 38100K .......... .......... .......... .......... .......... 64% 197M 0s 2024-08-22T20:28:39.8955980Z 38150K .......... .......... .......... .......... .......... 64% 189M 0s 2024-08-22T20:28:39.8958456Z 38200K .......... .......... .......... .......... .......... 64% 211M 0s 2024-08-22T20:28:39.8960758Z 38250K .......... .......... .......... .......... .......... 64% 202M 0s 2024-08-22T20:28:39.8963152Z 38300K .......... .......... .......... .......... .......... 64% 202M 0s 2024-08-22T20:28:39.8965885Z 38350K .......... .......... .......... .......... .......... 64% 174M 0s 2024-08-22T20:28:39.8968401Z 38400K .......... .......... .......... .......... .......... 64% 218M 0s 2024-08-22T20:28:39.8970759Z 38450K .......... .......... .......... .......... .......... 64% 185M 0s 2024-08-22T20:28:39.8973061Z 38500K .......... .......... .......... .......... .......... 64% 213M 0s 2024-08-22T20:28:39.8975547Z 38550K .......... .......... .......... .......... .......... 65% 196M 0s 2024-08-22T20:28:39.8978045Z 38600K .......... .......... .......... .......... .......... 65% 197M 0s 2024-08-22T20:28:39.8980377Z 38650K .......... .......... .......... .......... .......... 65% 210M 0s 2024-08-22T20:28:39.8982683Z 38700K .......... .......... .......... .......... .......... 65% 213M 0s 2024-08-22T20:28:39.8985497Z 38750K .......... .......... .......... .......... .......... 65% 172M 0s 2024-08-22T20:28:39.8987863Z 38800K .......... .......... .......... .......... .......... 65% 204M 0s 2024-08-22T20:28:39.8990195Z 38850K .......... .......... .......... .......... .......... 65% 210M 0s 2024-08-22T20:28:39.8992413Z 38900K .......... .......... .......... .......... .......... 65% 219M 0s 2024-08-22T20:28:39.8994950Z 38950K .......... .......... .......... .......... .......... 65% 198M 0s 2024-08-22T20:28:39.8997915Z 39000K .......... .......... .......... .......... .......... 65% 183M 0s 2024-08-22T20:28:39.9000113Z 39050K .......... .......... .......... .......... .......... 65% 207M 0s 2024-08-22T20:28:39.9002452Z 39100K .......... .......... .......... .......... .......... 65% 207M 0s 2024-08-22T20:28:39.9005520Z 39150K .......... .......... .......... .......... .......... 66% 164M 0s 2024-08-22T20:28:39.9007648Z 39200K .......... .......... .......... .......... .......... 66% 218M 0s 2024-08-22T20:28:39.9010105Z 39250K .......... .......... .......... .......... .......... 66% 200M 0s 2024-08-22T20:28:39.9012277Z 39300K .......... .......... .......... .......... .......... 66% 221M 0s 2024-08-22T20:28:39.9014881Z 39350K .......... .......... .......... .......... .......... 66% 182M 0s 2024-08-22T20:28:39.9017377Z 39400K .......... .......... .......... .......... .......... 66% 206M 0s 2024-08-22T20:28:39.9019681Z 39450K .......... .......... .......... .......... .......... 66% 211M 0s 2024-08-22T20:28:39.9022065Z 39500K .......... .......... .......... .......... .......... 66% 198M 0s 2024-08-22T20:28:39.9024921Z 39550K .......... .......... .......... .......... .......... 66% 174M 0s 2024-08-22T20:28:39.9027237Z 39600K .......... .......... .......... .......... .......... 66% 204M 0s 2024-08-22T20:28:39.9029703Z 39650K .......... .......... .......... .......... .......... 66% 206M 0s 2024-08-22T20:28:39.9032443Z 39700K .......... .......... .......... .......... .......... 66% 212M 0s 2024-08-22T20:28:39.9034735Z 39750K .......... .......... .......... .......... .......... 67% 180M 0s 2024-08-22T20:28:39.9036965Z 39800K .......... .......... .......... .......... .......... 67% 209M 0s 2024-08-22T20:28:39.9039442Z 39850K .......... .......... .......... .......... .......... 67% 208M 0s 2024-08-22T20:28:39.9041914Z 39900K .......... .......... .......... .......... .......... 67% 210M 0s 2024-08-22T20:28:39.9046513Z 39950K .......... .......... .......... .......... .......... 67% 163M 0s 2024-08-22T20:28:39.9047381Z 40000K .......... .......... .......... .......... .......... 67% 201M 0s 2024-08-22T20:28:39.9049773Z 40050K .......... .......... .......... .......... .......... 67% 190M 0s 2024-08-22T20:28:39.9051968Z 40100K .......... .......... .......... .......... .......... 67% 217M 0s 2024-08-22T20:28:39.9054756Z 40150K .......... .......... .......... .......... .......... 67% 190M 0s 2024-08-22T20:28:39.9058274Z 40200K .......... .......... .......... .......... .......... 67% 208M 0s 2024-08-22T20:28:39.9059299Z 40250K .......... .......... .......... .......... .......... 67% 201M 0s 2024-08-22T20:28:39.9063101Z 40300K .......... .......... .......... .......... .......... 67% 207M 0s 2024-08-22T20:28:39.9064430Z 40350K .......... .......... .......... .......... .......... 68% 170M 0s 2024-08-22T20:28:39.9067481Z 40400K .......... .......... .......... .......... .......... 68% 212M 0s 2024-08-22T20:28:39.9069249Z 40450K .......... .......... .......... .......... .......... 68% 204M 0s 2024-08-22T20:28:39.9072374Z 40500K .......... .......... .......... .......... .......... 68% 222M 0s 2024-08-22T20:28:39.9073706Z 40550K .......... .......... .......... .......... .......... 68% 205M 0s 2024-08-22T20:28:39.9077149Z 40600K .......... .......... .......... .......... .......... 68% 213M 0s 2024-08-22T20:28:39.9078182Z 40650K .......... .......... .......... .......... .......... 68% 225M 0s 2024-08-22T20:28:39.9081514Z 40700K .......... .......... .......... .......... .......... 68% 211M 0s 2024-08-22T20:28:39.9083219Z 40750K .......... .......... .......... .......... .......... 68% 183M 0s 2024-08-22T20:28:39.9086113Z 40800K .......... .......... .......... .......... .......... 68% 219M 0s 2024-08-22T20:28:39.9088027Z 40850K .......... .......... .......... .......... .......... 68% 207M 0s 2024-08-22T20:28:39.9091296Z 40900K .......... .......... .......... .......... .......... 68% 196M 0s 2024-08-22T20:28:39.9092761Z 40950K .......... .......... .......... .......... .......... 69% 194M 0s 2024-08-22T20:28:39.9095360Z 41000K .......... .......... .......... .......... .......... 69% 215M 0s 2024-08-22T20:28:39.9097979Z 41050K .......... .......... .......... .......... .......... 69% 175M 0s 2024-08-22T20:28:39.9100408Z 41100K .......... .......... .......... .......... .......... 69% 192M 0s 2024-08-22T20:28:39.9103322Z 41150K .......... .......... .......... .......... .......... 69% 172M 0s 2024-08-22T20:28:39.9105516Z 41200K .......... .......... .......... .......... .......... 69% 212M 0s 2024-08-22T20:28:39.9107979Z 41250K .......... .......... .......... .......... .......... 69% 207M 0s 2024-08-22T20:28:39.9110184Z 41300K .......... .......... .......... .......... .......... 69% 212M 0s 2024-08-22T20:28:39.9113804Z 41350K .......... .......... .......... .......... .......... 69% 178M 0s 2024-08-22T20:28:39.9115368Z 41400K .......... .......... .......... .......... .......... 69% 204M 0s 2024-08-22T20:28:39.9118276Z 41450K .......... .......... .......... .......... .......... 69% 211M 0s 2024-08-22T20:28:39.9120774Z 41500K .......... .......... .......... .......... .......... 69% 196M 0s 2024-08-22T20:28:39.9123186Z 41550K .......... .......... .......... .......... .......... 70% 165M 0s 2024-08-22T20:28:39.9125321Z 41600K .......... .......... .......... .......... .......... 70% 215M 0s 2024-08-22T20:28:39.9127945Z 41650K .......... .......... .......... .......... .......... 70% 208M 0s 2024-08-22T20:28:39.9130322Z 41700K .......... .......... .......... .......... .......... 70% 199M 0s 2024-08-22T20:28:39.9132849Z 41750K .......... .......... .......... .......... .......... 70% 192M 0s 2024-08-22T20:28:39.9135702Z 41800K .......... .......... .......... .......... .......... 70% 208M 0s 2024-08-22T20:28:39.9138216Z 41850K .......... .......... .......... .......... .......... 70% 202M 0s 2024-08-22T20:28:39.9140022Z 41900K .......... .......... .......... .......... .......... 70% 203M 0s 2024-08-22T20:28:39.9143121Z 41950K .......... .......... .......... .......... .......... 70% 173M 0s 2024-08-22T20:28:39.9145472Z 42000K .......... .......... .......... .......... .......... 70% 207M 0s 2024-08-22T20:28:39.9147675Z 42050K .......... .......... .......... .......... .......... 70% 199M 0s 2024-08-22T20:28:39.9150167Z 42100K .......... .......... .......... .......... .......... 71% 215M 0s 2024-08-22T20:28:39.9152765Z 42150K .......... .......... .......... .......... .......... 71% 188M 0s 2024-08-22T20:28:39.9154876Z 42200K .......... .......... .......... .......... .......... 71% 196M 0s 2024-08-22T20:28:39.9158410Z 42250K .......... .......... .......... .......... .......... 71% 208M 0s 2024-08-22T20:28:39.9159515Z 42300K .......... .......... .......... .......... .......... 71% 232M 0s 2024-08-22T20:28:39.9162353Z 42350K .......... .......... .......... .......... .......... 71% 176M 0s 2024-08-22T20:28:39.9165228Z 42400K .......... .......... .......... .......... .......... 71% 195M 0s 2024-08-22T20:28:39.9167028Z 42450K .......... .......... .......... .......... .......... 71% 201M 0s 2024-08-22T20:28:39.9169615Z 42500K .......... .......... .......... .......... .......... 71% 191M 0s 2024-08-22T20:28:39.9172367Z 42550K .......... .......... .......... .......... .......... 71% 187M 0s 2024-08-22T20:28:39.9174830Z 42600K .......... .......... .......... .......... .......... 71% 203M 0s 2024-08-22T20:28:39.9177296Z 42650K .......... .......... .......... .......... .......... 71% 195M 0s 2024-08-22T20:28:39.9179783Z 42700K .......... .......... .......... .......... .......... 72% 198M 0s 2024-08-22T20:28:39.9183021Z 42750K .......... .......... .......... .......... .......... 72% 171M 0s 2024-08-22T20:28:39.9185009Z 42800K .......... .......... .......... .......... .......... 72% 216M 0s 2024-08-22T20:28:39.9187417Z 42850K .......... .......... .......... .......... .......... 72% 200M 0s 2024-08-22T20:28:39.9189746Z 42900K .......... .......... .......... .......... .......... 72% 204M 0s 2024-08-22T20:28:39.9192949Z 42950K .......... .......... .......... .......... .......... 72% 193M 0s 2024-08-22T20:28:39.9194614Z 43000K .......... .......... .......... .......... .......... 72% 207M 0s 2024-08-22T20:28:39.9196961Z 43050K .......... .......... .......... .......... .......... 72% 206M 0s 2024-08-22T20:28:39.9199373Z 43100K .......... .......... .......... .......... .......... 72% 203M 0s 2024-08-22T20:28:39.9202591Z 43150K .......... .......... .......... .......... .......... 72% 164M 0s 2024-08-22T20:28:39.9204836Z 43200K .......... .......... .......... .......... .......... 72% 198M 0s 2024-08-22T20:28:39.9207633Z 43250K .......... .......... .......... .......... .......... 72% 213M 0s 2024-08-22T20:28:39.9210276Z 43300K .......... .......... .......... .......... .......... 73% 187M 0s 2024-08-22T20:28:39.9212120Z 43350K .......... .......... .......... .......... .......... 73% 193M 0s 2024-08-22T20:28:39.9214850Z 43400K .......... .......... .......... .......... .......... 73% 191M 0s 2024-08-22T20:28:39.9217360Z 43450K .......... .......... .......... .......... .......... 73% 191M 0s 2024-08-22T20:28:39.9219694Z 43500K .......... .......... .......... .......... .......... 73% 202M 0s 2024-08-22T20:28:39.9222793Z 43550K .......... .......... .......... .......... .......... 73% 162M 0s 2024-08-22T20:28:39.9225307Z 43600K .......... .......... .......... .......... .......... 73% 200M 0s 2024-08-22T20:28:39.9227914Z 43650K .......... .......... .......... .......... .......... 73% 186M 0s 2024-08-22T20:28:39.9230057Z 43700K .......... .......... .......... .......... .......... 73% 209M 0s 2024-08-22T20:28:39.9233152Z 43750K .......... .......... .......... .......... .......... 73% 180M 0s 2024-08-22T20:28:39.9235735Z 43800K .......... .......... .......... .......... .......... 73% 200M 0s 2024-08-22T20:28:39.9238365Z 43850K .......... .......... .......... .......... .......... 73% 198M 0s 2024-08-22T20:28:39.9240293Z 43900K .......... .......... .......... .......... .......... 74% 195M 0s 2024-08-22T20:28:39.9243359Z 43950K .......... .......... .......... .......... .......... 74% 163M 0s 2024-08-22T20:28:39.9245426Z 44000K .......... .......... .......... .......... .......... 74% 214M 0s 2024-08-22T20:28:39.9248397Z 44050K .......... .......... .......... .......... .......... 74% 204M 0s 2024-08-22T20:28:39.9250378Z 44100K .......... .......... .......... .......... .......... 74% 193M 0s 2024-08-22T20:28:39.9253321Z 44150K .......... .......... .......... .......... .......... 74% 175M 0s 2024-08-22T20:28:39.9255981Z 44200K .......... .......... .......... .......... .......... 74% 209M 0s 2024-08-22T20:28:39.9258045Z 44250K .......... .......... .......... .......... .......... 74% 205M 0s 2024-08-22T20:28:39.9260595Z 44300K .......... .......... .......... .......... .......... 74% 192M 0s 2024-08-22T20:28:39.9263371Z 44350K .......... .......... .......... .......... .......... 74% 169M 0s 2024-08-22T20:28:39.9265772Z 44400K .......... .......... .......... .......... .......... 74% 216M 0s 2024-08-22T20:28:39.9267973Z 44450K .......... .......... .......... .......... .......... 74% 210M 0s 2024-08-22T20:28:39.9270291Z 44500K .......... .......... .......... .......... .......... 75% 215M 0s 2024-08-22T20:28:39.9272928Z 44550K .......... .......... .......... .......... .......... 75% 188M 0s 2024-08-22T20:28:39.9275125Z 44600K .......... .......... .......... .......... .......... 75% 208M 0s 2024-08-22T20:28:39.9279115Z 44650K .......... .......... .......... .......... .......... 75% 204M 0s 2024-08-22T20:28:39.9279970Z 44700K .......... .......... .......... .......... .......... 75% 200M 0s 2024-08-22T20:28:39.9283116Z 44750K .......... .......... .......... .......... .......... 75% 160M 0s 2024-08-22T20:28:39.9285835Z 44800K .......... .......... .......... .......... .......... 75% 201M 0s 2024-08-22T20:28:39.9288848Z 44850K .......... .......... .......... .......... .......... 75% 193M 0s 2024-08-22T20:28:39.9290683Z 44900K .......... .......... .......... .......... .......... 75% 189M 0s 2024-08-22T20:28:39.9293906Z 44950K .......... .......... .......... .......... .......... 75% 185M 0s 2024-08-22T20:28:39.9295954Z 45000K .......... .......... .......... .......... .......... 75% 203M 0s 2024-08-22T20:28:39.9298636Z 45050K .......... .......... .......... .......... .......... 75% 200M 0s 2024-08-22T20:28:39.9300770Z 45100K .......... .......... .......... .......... .......... 76% 194M 0s 2024-08-22T20:28:39.9304251Z 45150K .......... .......... .......... .......... .......... 76% 155M 0s 2024-08-22T20:28:39.9306534Z 45200K .......... .......... .......... .......... .......... 76% 198M 0s 2024-08-22T20:28:39.9308642Z 45250K .......... .......... .......... .......... .......... 76% 209M 0s 2024-08-22T20:28:39.9310908Z 45300K .......... .......... .......... .......... .......... 76% 215M 0s 2024-08-22T20:28:39.9313497Z 45350K .......... .......... .......... .......... .......... 76% 190M 0s 2024-08-22T20:28:39.9315930Z 45400K .......... .......... .......... .......... .......... 76% 197M 0s 2024-08-22T20:28:39.9318398Z 45450K .......... .......... .......... .......... .......... 76% 202M 0s 2024-08-22T20:28:39.9321018Z 45500K .......... .......... .......... .......... .......... 76% 202M 0s 2024-08-22T20:28:39.9323828Z 45550K .......... .......... .......... .......... .......... 76% 161M 0s 2024-08-22T20:28:39.9326276Z 45600K .......... .......... .......... .......... .......... 76% 207M 0s 2024-08-22T20:28:39.9328896Z 45650K .......... .......... .......... .......... .......... 76% 181M 0s 2024-08-22T20:28:39.9332028Z 45700K .......... .......... .......... .......... .......... 77% 208M 0s 2024-08-22T20:28:39.9334356Z 45750K .......... .......... .......... .......... .......... 77% 192M 0s 2024-08-22T20:28:39.9336134Z 45800K .......... .......... .......... .......... .......... 77% 205M 0s 2024-08-22T20:28:39.9338747Z 45850K .......... .......... .......... .......... .......... 77% 201M 0s 2024-08-22T20:28:39.9341333Z 45900K .......... .......... .......... .......... .......... 77% 196M 0s 2024-08-22T20:28:39.9344340Z 45950K .......... .......... .......... .......... .......... 77% 163M 0s 2024-08-22T20:28:39.9346717Z 46000K .......... .......... .......... .......... .......... 77% 215M 0s 2024-08-22T20:28:39.9348540Z 46050K .......... .......... .......... .......... .......... 77% 211M 0s 2024-08-22T20:28:39.9351464Z 46100K .......... .......... .......... .......... .......... 77% 209M 0s 2024-08-22T20:28:39.9353705Z 46150K .......... .......... .......... .......... .......... 77% 180M 0s 2024-08-22T20:28:39.9356656Z 46200K .......... .......... .......... .......... .......... 77% 210M 0s 2024-08-22T20:28:39.9358693Z 46250K .......... .......... .......... .......... .......... 77% 204M 0s 2024-08-22T20:28:39.9361428Z 46300K .......... .......... .......... .......... .......... 78% 191M 0s 2024-08-22T20:28:39.9364056Z 46350K .......... .......... .......... .......... .......... 78% 161M 0s 2024-08-22T20:28:39.9366877Z 46400K .......... .......... .......... .......... .......... 78% 207M 0s 2024-08-22T20:28:39.9368765Z 46450K .......... .......... .......... .......... .......... 78% 194M 0s 2024-08-22T20:28:39.9371152Z 46500K .......... .......... .......... .......... .......... 78% 209M 0s 2024-08-22T20:28:39.9373785Z 46550K .......... .......... .......... .......... .......... 78% 189M 0s 2024-08-22T20:28:39.9376224Z 46600K .......... .......... .......... .......... .......... 78% 205M 0s 2024-08-22T20:28:39.9379197Z 46650K .......... .......... .......... .......... .......... 78% 202M 0s 2024-08-22T20:28:39.9381124Z 46700K .......... .......... .......... .......... .......... 78% 206M 0s 2024-08-22T20:28:39.9384087Z 46750K .......... .......... .......... .......... .......... 78% 157M 0s 2024-08-22T20:28:39.9386395Z 46800K .......... .......... .......... .......... .......... 78% 212M 0s 2024-08-22T20:28:39.9388762Z 46850K .......... .......... .......... .......... .......... 79% 202M 0s 2024-08-22T20:28:39.9391150Z 46900K .......... .......... .......... .......... .......... 79% 207M 0s 2024-08-22T20:28:39.9393954Z 46950K .......... .......... .......... .......... .......... 79% 189M 0s 2024-08-22T20:28:39.9396222Z 47000K .......... .......... .......... .......... .......... 79% 202M 0s 2024-08-22T20:28:39.9398959Z 47050K .......... .......... .......... .......... .......... 79% 193M 0s 2024-08-22T20:28:39.9401441Z 47100K .......... .......... .......... .......... .......... 79% 191M 0s 2024-08-22T20:28:39.9404371Z 47150K .......... .......... .......... .......... .......... 79% 156M 0s 2024-08-22T20:28:39.9406793Z 47200K .......... .......... .......... .......... .......... 79% 204M 0s 2024-08-22T20:28:39.9409605Z 47250K .......... .......... .......... .......... .......... 79% 187M 0s 2024-08-22T20:28:39.9411799Z 47300K .......... .......... .......... .......... .......... 79% 197M 0s 2024-08-22T20:28:39.9414486Z 47350K .......... .......... .......... .......... .......... 79% 188M 0s 2024-08-22T20:28:39.9417056Z 47400K .......... .......... .......... .......... .......... 79% 194M 0s 2024-08-22T20:28:39.9419363Z 47450K .......... .......... .......... .......... .......... 80% 207M 0s 2024-08-22T20:28:39.9422157Z 47500K .......... .......... .......... .......... .......... 80% 208M 0s 2024-08-22T20:28:39.9424608Z 47550K .......... .......... .......... .......... .......... 80% 165M 0s 2024-08-22T20:28:39.9426877Z 47600K .......... .......... .......... .......... .......... 80% 215M 0s 2024-08-22T20:28:39.9429371Z 47650K .......... .......... .......... .......... .......... 80% 205M 0s 2024-08-22T20:28:39.9432020Z 47700K .......... .......... .......... .......... .......... 80% 216M 0s 2024-08-22T20:28:39.9434380Z 47750K .......... .......... .......... .......... .......... 80% 187M 0s 2024-08-22T20:28:39.9436881Z 47800K .......... .......... .......... .......... .......... 80% 208M 0s 2024-08-22T20:28:39.9438823Z 47850K .......... .......... .......... .......... .......... 80% 204M 0s 2024-08-22T20:28:39.9441532Z 47900K .......... .......... .......... .......... .......... 80% 204M 0s 2024-08-22T20:28:39.9445031Z 47950K .......... .......... .......... .......... .......... 80% 167M 0s 2024-08-22T20:28:39.9446608Z 48000K .......... .......... .......... .......... .......... 80% 197M 0s 2024-08-22T20:28:39.9449530Z 48050K .......... .......... .......... .......... .......... 81% 190M 0s 2024-08-22T20:28:39.9451724Z 48100K .......... .......... .......... .......... .......... 81% 203M 0s 2024-08-22T20:28:39.9454266Z 48150K .......... .......... .......... .......... .......... 81% 190M 0s 2024-08-22T20:28:39.9456960Z 48200K .......... .......... .......... .......... .......... 81% 213M 0s 2024-08-22T20:28:39.9459513Z 48250K .......... .......... .......... .......... .......... 81% 201M 0s 2024-08-22T20:28:39.9461129Z 48300K .......... .......... .......... .......... .......... 81% 216M 0s 2024-08-22T20:28:39.9464396Z 48350K .......... .......... .......... .......... .......... 81% 174M 0s 2024-08-22T20:28:39.9466608Z 48400K .......... .......... .......... .......... .......... 81% 207M 0s 2024-08-22T20:28:39.9469286Z 48450K .......... .......... .......... .......... .......... 81% 210M 0s 2024-08-22T20:28:39.9471003Z 48500K .......... .......... .......... .......... .......... 81% 214M 0s 2024-08-22T20:28:39.9473510Z 48550K .......... .......... .......... .......... .......... 81% 197M 0s 2024-08-22T20:28:39.9475795Z 48600K .......... .......... .......... .......... .......... 81% 205M 0s 2024-08-22T20:28:39.9478284Z 48650K .......... .......... .......... .......... .......... 82% 208M 0s 2024-08-22T20:28:39.9480694Z 48700K .......... .......... .......... .......... .......... 82% 201M 0s 2024-08-22T20:28:39.9483442Z 48750K .......... .......... .......... .......... .......... 82% 172M 0s 2024-08-22T20:28:39.9486096Z 48800K .......... .......... .......... .......... .......... 82% 210M 0s 2024-08-22T20:28:39.9488462Z 48850K .......... .......... .......... .......... .......... 82% 196M 0s 2024-08-22T20:28:39.9490592Z 48900K .......... .......... .......... .......... .......... 82% 201M 0s 2024-08-22T20:28:39.9493430Z 48950K .......... .......... .......... .......... .......... 82% 181M 0s 2024-08-22T20:28:39.9496364Z 49000K .......... .......... .......... .......... .......... 82% 197M 0s 2024-08-22T20:28:39.9498335Z 49050K .......... .......... .......... .......... .......... 82% 202M 0s 2024-08-22T20:28:39.9501074Z 49100K .......... .......... .......... .......... .......... 82% 201M 0s 2024-08-22T20:28:39.9504066Z 49150K .......... .......... .......... .......... .......... 82% 161M 0s 2024-08-22T20:28:39.9506236Z 49200K .......... .......... .......... .......... .......... 82% 195M 0s 2024-08-22T20:28:39.9508779Z 49250K .......... .......... .......... .......... .......... 83% 204M 0s 2024-08-22T20:28:39.9511078Z 49300K .......... .......... .......... .......... .......... 83% 199M 0s 2024-08-22T20:28:39.9513604Z 49350K .......... .......... .......... .......... .......... 83% 189M 0s 2024-08-22T20:28:39.9516487Z 49400K .......... .......... .......... .......... .......... 83% 207M 0s 2024-08-22T20:28:39.9518698Z 49450K .......... .......... .......... .......... .......... 83% 186M 0s 2024-08-22T20:28:39.9521371Z 49500K .......... .......... .......... .......... .......... 83% 206M 0s 2024-08-22T20:28:39.9524091Z 49550K .......... .......... .......... .......... .......... 83% 174M 0s 2024-08-22T20:28:39.9526244Z 49600K .......... .......... .......... .......... .......... 83% 203M 0s 2024-08-22T20:28:39.9528920Z 49650K .......... .......... .......... .......... .......... 83% 194M 0s 2024-08-22T20:28:39.9531235Z 49700K .......... .......... .......... .......... .......... 83% 198M 0s 2024-08-22T20:28:39.9533816Z 49750K .......... .......... .......... .......... .......... 83% 191M 0s 2024-08-22T20:28:39.9536098Z 49800K .......... .......... .......... .......... .......... 83% 206M 0s 2024-08-22T20:28:39.9538559Z 49850K .......... .......... .......... .......... .......... 84% 206M 0s 2024-08-22T20:28:39.9541800Z 49900K .......... .......... .......... .......... .......... 84% 199M 0s 2024-08-22T20:28:39.9543940Z 49950K .......... .......... .......... .......... .......... 84% 166M 0s 2024-08-22T20:28:39.9546445Z 50000K .......... .......... .......... .......... .......... 84% 217M 0s 2024-08-22T20:28:39.9549311Z 50050K .......... .......... .......... .......... .......... 84% 193M 0s 2024-08-22T20:28:39.9551024Z 50100K .......... .......... .......... .......... .......... 84% 211M 0s 2024-08-22T20:28:39.9553932Z 50150K .......... .......... .......... .......... .......... 84% 196M 0s 2024-08-22T20:28:39.9555874Z 50200K .......... .......... .......... .......... .......... 84% 197M 0s 2024-08-22T20:28:39.9558319Z 50250K .......... .......... .......... .......... .......... 84% 210M 0s 2024-08-22T20:28:39.9561268Z 50300K .......... .......... .......... .......... .......... 84% 204M 0s 2024-08-22T20:28:39.9564173Z 50350K .......... .......... .......... .......... .......... 84% 168M 0s 2024-08-22T20:28:39.9565776Z 50400K .......... .......... .......... .......... .......... 84% 213M 0s 2024-08-22T20:28:39.9568479Z 50450K .......... .......... .......... .......... .......... 85% 201M 0s 2024-08-22T20:28:39.9570723Z 50500K .......... .......... .......... .......... .......... 85% 196M 0s 2024-08-22T20:28:39.9574042Z 50550K .......... .......... .......... .......... .......... 85% 187M 0s 2024-08-22T20:28:39.9576127Z 50600K .......... .......... .......... .......... .......... 85% 204M 0s 2024-08-22T20:28:39.9578875Z 50650K .......... .......... .......... .......... .......... 85% 196M 0s 2024-08-22T20:28:39.9580890Z 50700K .......... .......... .......... .......... .......... 85% 207M 0s 2024-08-22T20:28:39.9584477Z 50750K .......... .......... .......... .......... .......... 85% 173M 0s 2024-08-22T20:28:39.9585453Z 50800K .......... .......... .......... .......... .......... 85% 232M 0s 2024-08-22T20:28:39.9588598Z 50850K .......... .......... .......... .......... .......... 85% 211M 0s 2024-08-22T20:28:39.9590936Z 50900K .......... .......... .......... .......... .......... 85% 199M 0s 2024-08-22T20:28:39.9593576Z 50950K .......... .......... .......... .......... .......... 85% 178M 0s 2024-08-22T20:28:39.9595538Z 51000K .......... .......... .......... .......... .......... 85% 204M 0s 2024-08-22T20:28:39.9597799Z 51050K .......... .......... .......... .......... .......... 86% 212M 0s 2024-08-22T20:28:39.9600711Z 51100K .......... .......... .......... .......... .......... 86% 200M 0s 2024-08-22T20:28:39.9603311Z 51150K .......... .......... .......... .......... .......... 86% 168M 0s 2024-08-22T20:28:39.9606075Z 51200K .......... .......... .......... .......... .......... 86% 197M 0s 2024-08-22T20:28:39.9608249Z 51250K .......... .......... .......... .......... .......... 86% 202M 0s 2024-08-22T20:28:39.9610582Z 51300K .......... .......... .......... .......... .......... 86% 198M 0s 2024-08-22T20:28:39.9613359Z 51350K .......... .......... .......... .......... .......... 86% 193M 0s 2024-08-22T20:28:39.9615572Z 51400K .......... .......... .......... .......... .......... 86% 198M 0s 2024-08-22T20:28:39.9618087Z 51450K .......... .......... .......... .......... .......... 86% 192M 0s 2024-08-22T20:28:39.9620577Z 51500K .......... .......... .......... .......... .......... 86% 198M 0s 2024-08-22T20:28:39.9623434Z 51550K .......... .......... .......... .......... .......... 86% 169M 0s 2024-08-22T20:28:39.9625769Z 51600K .......... .......... .......... .......... .......... 87% 212M 0s 2024-08-22T20:28:39.9628053Z 51650K .......... .......... .......... .......... .......... 87% 212M 0s 2024-08-22T20:28:39.9630678Z 51700K .......... .......... .......... .......... .......... 87% 204M 0s 2024-08-22T20:28:39.9633166Z 51750K .......... .......... .......... .......... .......... 87% 181M 0s 2024-08-22T20:28:39.9635410Z 51800K .......... .......... .......... .......... .......... 87% 211M 0s 2024-08-22T20:28:39.9638127Z 51850K .......... .......... .......... .......... .......... 87% 206M 0s 2024-08-22T20:28:39.9640873Z 51900K .......... .......... .......... .......... .......... 87% 198M 0s 2024-08-22T20:28:39.9643158Z 51950K .......... .......... .......... .......... .......... 87% 169M 0s 2024-08-22T20:28:39.9645914Z 52000K .......... .......... .......... .......... .......... 87% 212M 0s 2024-08-22T20:28:39.9648130Z 52050K .......... .......... .......... .......... .......... 87% 185M 0s 2024-08-22T20:28:39.9650555Z 52100K .......... .......... .......... .......... .......... 87% 196M 0s 2024-08-22T20:28:39.9653168Z 52150K .......... .......... .......... .......... .......... 87% 191M 0s 2024-08-22T20:28:39.9655575Z 52200K .......... .......... .......... .......... .......... 88% 202M 0s 2024-08-22T20:28:39.9658166Z 52250K .......... .......... .......... .......... .......... 88% 206M 0s 2024-08-22T20:28:39.9660860Z 52300K .......... .......... .......... .......... .......... 88% 186M 0s 2024-08-22T20:28:39.9663357Z 52350K .......... .......... .......... .......... .......... 88% 175M 0s 2024-08-22T20:28:39.9665633Z 52400K .......... .......... .......... .......... .......... 88% 214M 0s 2024-08-22T20:28:39.9668349Z 52450K .......... .......... .......... .......... .......... 88% 206M 0s 2024-08-22T20:28:39.9670426Z 52500K .......... .......... .......... .......... .......... 88% 202M 0s 2024-08-22T20:28:39.9673263Z 52550K .......... .......... .......... .......... .......... 88% 188M 0s 2024-08-22T20:28:39.9675544Z 52600K .......... .......... .......... .......... .......... 88% 197M 0s 2024-08-22T20:28:39.9678025Z 52650K .......... .......... .......... .......... .......... 88% 195M 0s 2024-08-22T20:28:39.9680597Z 52700K .......... .......... .......... .......... .......... 88% 195M 0s 2024-08-22T20:28:39.9683285Z 52750K .......... .......... .......... .......... .......... 88% 171M 0s 2024-08-22T20:28:39.9685551Z 52800K .......... .......... .......... .......... .......... 89% 221M 0s 2024-08-22T20:28:39.9688435Z 52850K .......... .......... .......... .......... .......... 89% 212M 0s 2024-08-22T20:28:39.9690488Z 52900K .......... .......... .......... .......... .......... 89% 186M 0s 2024-08-22T20:28:39.9692980Z 52950K .......... .......... .......... .......... .......... 89% 192M 0s 2024-08-22T20:28:39.9695543Z 53000K .......... .......... .......... .......... .......... 89% 221M 0s 2024-08-22T20:28:39.9697448Z 53050K .......... .......... .......... .......... .......... 89% 216M 0s 2024-08-22T20:28:39.9700205Z 53100K .......... .......... .......... .......... .......... 89% 220M 0s 2024-08-22T20:28:39.9702186Z 53150K .......... .......... .......... .......... .......... 89% 188M 0s 2024-08-22T20:28:39.9704710Z 53200K .......... .......... .......... .......... .......... 89% 208M 0s 2024-08-22T20:28:39.9706899Z 53250K .......... .......... .......... .......... .......... 89% 206M 0s 2024-08-22T20:28:39.9709752Z 53300K .......... .......... .......... .......... .......... 89% 210M 0s 2024-08-22T20:28:39.9712061Z 53350K .......... .......... .......... .......... .......... 89% 181M 0s 2024-08-22T20:28:39.9714291Z 53400K .......... .......... .......... .......... .......... 90% 215M 0s 2024-08-22T20:28:39.9716606Z 53450K .......... .......... .......... .......... .......... 90% 201M 0s 2024-08-22T20:28:39.9718955Z 53500K .......... .......... .......... .......... .......... 90% 218M 0s 2024-08-22T20:28:39.9721610Z 53550K .......... .......... .......... .......... .......... 90% 174M 0s 2024-08-22T20:28:39.9723641Z 53600K .......... .......... .......... .......... .......... 90% 237M 0s 2024-08-22T20:28:39.9725774Z 53650K .......... .......... .......... .......... .......... 90% 234M 0s 2024-08-22T20:28:39.9728121Z 53700K .......... .......... .......... .......... .......... 90% 223M 0s 2024-08-22T20:28:39.9730968Z 53750K .......... .......... .......... .......... .......... 90% 174M 0s 2024-08-22T20:28:39.9733860Z 53800K .......... .......... .......... .......... .......... 90% 197M 0s 2024-08-22T20:28:39.9735615Z 53850K .......... .......... .......... .......... .......... 90% 213M 0s 2024-08-22T20:28:39.9738136Z 53900K .......... .......... .......... .......... .......... 90% 207M 0s 2024-08-22T20:28:39.9741086Z 53950K .......... .......... .......... .......... .......... 90% 167M 0s 2024-08-22T20:28:39.9743346Z 54000K .......... .......... .......... .......... .......... 91% 211M 0s 2024-08-22T20:28:39.9745494Z 54050K .......... .......... .......... .......... .......... 91% 212M 0s 2024-08-22T20:28:39.9747838Z 54100K .......... .......... .......... .......... .......... 91% 209M 0s 2024-08-22T20:28:39.9750808Z 54150K .......... .......... .......... .......... .......... 91% 197M 0s 2024-08-22T20:28:39.9752857Z 54200K .......... .......... .......... .......... .......... 91% 192M 0s 2024-08-22T20:28:39.9755470Z 54250K .......... .......... .......... .......... .......... 91% 203M 0s 2024-08-22T20:28:39.9757866Z 54300K .......... .......... .......... .......... .......... 91% 206M 0s 2024-08-22T20:28:39.9760987Z 54350K .......... .......... .......... .......... .......... 91% 163M 0s 2024-08-22T20:28:39.9762909Z 54400K .......... .......... .......... .......... .......... 91% 210M 0s 2024-08-22T20:28:39.9765634Z 54450K .......... .......... .......... .......... .......... 91% 212M 0s 2024-08-22T20:28:39.9767801Z 54500K .......... .......... .......... .......... .......... 91% 201M 0s 2024-08-22T20:28:39.9770558Z 54550K .......... .......... .......... .......... .......... 91% 179M 0s 2024-08-22T20:28:39.9773035Z 54600K .......... .......... .......... .......... .......... 92% 213M 0s 2024-08-22T20:28:39.9775181Z 54650K .......... .......... .......... .......... .......... 92% 199M 0s 2024-08-22T20:28:39.9777534Z 54700K .......... .......... .......... .......... .......... 92% 211M 0s 2024-08-22T20:28:39.9780362Z 54750K .......... .......... .......... .......... .......... 92% 166M 0s 2024-08-22T20:28:39.9782871Z 54800K .......... .......... .......... .......... .......... 92% 214M 0s 2024-08-22T20:28:39.9785057Z 54850K .......... .......... .......... .......... .......... 92% 206M 0s 2024-08-22T20:28:39.9787373Z 54900K .......... .......... .......... .......... .......... 92% 210M 0s 2024-08-22T20:28:39.9790115Z 54950K .......... .......... .......... .......... .......... 92% 192M 0s 2024-08-22T20:28:39.9792655Z 55000K .......... .......... .......... .......... .......... 92% 194M 0s 2024-08-22T20:28:39.9795145Z 55050K .......... .......... .......... .......... .......... 92% 194M 0s 2024-08-22T20:28:39.9797630Z 55100K .......... .......... .......... .......... .......... 92% 200M 0s 2024-08-22T20:28:39.9800312Z 55150K .......... .......... .......... .......... .......... 92% 166M 0s 2024-08-22T20:28:39.9802691Z 55200K .......... .......... .......... .......... .......... 93% 214M 0s 2024-08-22T20:28:39.9805488Z 55250K .......... .......... .......... .......... .......... 93% 216M 0s 2024-08-22T20:28:39.9807797Z 55300K .......... .......... .......... .......... .......... 93% 206M 0s 2024-08-22T20:28:39.9810026Z 55350K .......... .......... .......... .......... .......... 93% 178M 0s 2024-08-22T20:28:39.9812766Z 55400K .......... .......... .......... .......... .......... 93% 203M 0s 2024-08-22T20:28:39.9815312Z 55450K .......... .......... .......... .......... .......... 93% 188M 0s 2024-08-22T20:28:39.9817748Z 55500K .......... .......... .......... .......... .......... 93% 196M 0s 2024-08-22T20:28:39.9820407Z 55550K .......... .......... .......... .......... .......... 93% 168M 0s 2024-08-22T20:28:39.9822946Z 55600K .......... .......... .......... .......... .......... 93% 213M 0s 2024-08-22T20:28:39.9825233Z 55650K .......... .......... .......... .......... .......... 93% 196M 0s 2024-08-22T20:28:39.9827452Z 55700K .......... .......... .......... .......... .......... 93% 215M 0s 2024-08-22T20:28:39.9830118Z 55750K .......... .......... .......... .......... .......... 93% 196M 0s 2024-08-22T20:28:39.9832325Z 55800K .......... .......... .......... .......... .......... 94% 209M 0s 2024-08-22T20:28:39.9834877Z 55850K .......... .......... .......... .......... .......... 94% 205M 0s 2024-08-22T20:28:39.9837133Z 55900K .......... .......... .......... .......... .......... 94% 210M 0s 2024-08-22T20:28:39.9839894Z 55950K .......... .......... .......... .......... .......... 94% 167M 0s 2024-08-22T20:28:39.9842326Z 56000K .......... .......... .......... .......... .......... 94% 202M 0s 2024-08-22T20:28:39.9844716Z 56050K .......... .......... .......... .......... .......... 94% 210M 0s 2024-08-22T20:28:39.9847076Z 56100K .......... .......... .......... .......... .......... 94% 206M 0s 2024-08-22T20:28:39.9850333Z 56150K .......... .......... .......... .......... .......... 94% 172M 0s 2024-08-22T20:28:39.9852428Z 56200K .......... .......... .......... .......... .......... 94% 207M 0s 2024-08-22T20:28:39.9854829Z 56250K .......... .......... .......... .......... .......... 94% 202M 0s 2024-08-22T20:28:39.9857272Z 56300K .......... .......... .......... .......... .......... 94% 189M 0s 2024-08-22T20:28:39.9860103Z 56350K .......... .......... .......... .......... .......... 95% 172M 0s 2024-08-22T20:28:39.9862860Z 56400K .......... .......... .......... .......... .......... 95% 208M 0s 2024-08-22T20:28:39.9864770Z 56450K .......... .......... .......... .......... .......... 95% 214M 0s 2024-08-22T20:28:39.9866910Z 56500K .......... .......... .......... .......... .......... 95% 219M 0s 2024-08-22T20:28:39.9869351Z 56550K .......... .......... .......... .......... .......... 95% 198M 0s 2024-08-22T20:28:39.9871648Z 56600K .......... .......... .......... .......... .......... 95% 213M 0s 2024-08-22T20:28:39.9874026Z 56650K .......... .......... .......... .......... .......... 95% 208M 0s 2024-08-22T20:28:39.9876364Z 56700K .......... .......... .......... .......... .......... 95% 209M 0s 2024-08-22T20:28:39.9879067Z 56750K .......... .......... .......... .......... .......... 95% 178M 0s 2024-08-22T20:28:39.9881320Z 56800K .......... .......... .......... .......... .......... 95% 215M 0s 2024-08-22T20:28:39.9883543Z 56850K .......... .......... .......... .......... .......... 95% 220M 0s 2024-08-22T20:28:39.9885790Z 56900K .......... .......... .......... .......... .......... 95% 219M 0s 2024-08-22T20:28:39.9888451Z 56950K .......... .......... .......... .......... .......... 96% 197M 0s 2024-08-22T20:28:39.9890783Z 57000K .......... .......... .......... .......... .......... 96% 196M 0s 2024-08-22T20:28:39.9893129Z 57050K .......... .......... .......... .......... .......... 96% 207M 0s 2024-08-22T20:28:39.9895441Z 57100K .......... .......... .......... .......... .......... 96% 211M 0s 2024-08-22T20:28:39.9898109Z 57150K .......... .......... .......... .......... .......... 96% 180M 0s 2024-08-22T20:28:39.9900433Z 57200K .......... .......... .......... .......... .......... 96% 215M 0s 2024-08-22T20:28:39.9902820Z 57250K .......... .......... .......... .......... .......... 96% 213M 0s 2024-08-22T20:28:39.9904925Z 57300K .......... .......... .......... .......... .......... 96% 219M 0s 2024-08-22T20:28:39.9907540Z 57350K .......... .......... .......... .......... .......... 96% 188M 0s 2024-08-22T20:28:39.9909805Z 57400K .......... .......... .......... .......... .......... 96% 213M 0s 2024-08-22T20:28:39.9912293Z 57450K .......... .......... .......... .......... .......... 96% 199M 0s 2024-08-22T20:28:39.9914706Z 57500K .......... .......... .......... .......... .......... 96% 205M 0s 2024-08-22T20:28:39.9917386Z 57550K .......... .......... .......... .......... .......... 97% 177M 0s 2024-08-22T20:28:39.9919608Z 57600K .......... .......... .......... .......... .......... 97% 224M 0s 2024-08-22T20:28:39.9921766Z 57650K .......... .......... .......... .......... .......... 97% 223M 0s 2024-08-22T20:28:39.9924163Z 57700K .......... .......... .......... .......... .......... 97% 220M 0s 2024-08-22T20:28:39.9926531Z 57750K .......... .......... .......... .......... .......... 97% 195M 0s 2024-08-22T20:28:39.9929012Z 57800K .......... .......... .......... .......... .......... 97% 196M 0s 2024-08-22T20:28:39.9931292Z 57850K .......... .......... .......... .......... .......... 97% 213M 0s 2024-08-22T20:28:39.9933560Z 57900K .......... .......... .......... .......... .......... 97% 216M 0s 2024-08-22T20:28:39.9936239Z 57950K .......... .......... .......... .......... .......... 97% 179M 0s 2024-08-22T20:28:39.9938585Z 58000K .......... .......... .......... .......... .......... 97% 212M 0s 2024-08-22T20:28:39.9940926Z 58050K .......... .......... .......... .......... .......... 97% 215M 0s 2024-08-22T20:28:39.9943149Z 58100K .......... .......... .......... .......... .......... 97% 215M 0s 2024-08-22T20:28:39.9945613Z 58150K .......... .......... .......... .......... .......... 98% 197M 0s 2024-08-22T20:28:39.9947920Z 58200K .......... .......... .......... .......... .......... 98% 215M 0s 2024-08-22T20:28:39.9950204Z 58250K .......... .......... .......... .......... .......... 98% 212M 0s 2024-08-22T20:28:39.9952487Z 58300K .......... .......... .......... .......... .......... 98% 214M 0s 2024-08-22T20:28:39.9955169Z 58350K .......... .......... .......... .......... .......... 98% 179M 0s 2024-08-22T20:28:39.9957431Z 58400K .......... .......... .......... .......... .......... 98% 216M 0s 2024-08-22T20:28:39.9959647Z 58450K .......... .......... .......... .......... .......... 98% 223M 0s 2024-08-22T20:28:39.9961853Z 58500K .......... .......... .......... .......... .......... 98% 220M 0s 2024-08-22T20:28:39.9964370Z 58550K .......... .......... .......... .......... .......... 98% 195M 0s 2024-08-22T20:28:39.9966690Z 58600K .......... .......... .......... .......... .......... 98% 211M 0s 2024-08-22T20:28:39.9969151Z 58650K .......... .......... .......... .......... .......... 98% 200M 0s 2024-08-22T20:28:39.9971470Z 58700K .......... .......... .......... .......... .......... 98% 213M 0s 2024-08-22T20:28:39.9974159Z 58750K .......... .......... .......... .......... .......... 99% 177M 0s 2024-08-22T20:28:39.9976396Z 58800K .......... .......... .......... .......... .......... 99% 219M 0s 2024-08-22T20:28:39.9978642Z 58850K .......... .......... .......... .......... .......... 99% 219M 0s 2024-08-22T20:28:39.9980855Z 58900K .......... .......... .......... .......... .......... 99% 219M 0s 2024-08-22T20:28:39.9983300Z 58950K .......... .......... .......... .......... .......... 99% 201M 0s 2024-08-22T20:28:39.9985596Z 59000K .......... .......... .......... .......... .......... 99% 212M 0s 2024-08-22T20:28:39.9987943Z 59050K .......... .......... .......... .......... .......... 99% 212M 0s 2024-08-22T20:28:39.9990222Z 59100K .......... .......... .......... .......... .......... 99% 213M 0s 2024-08-22T20:28:39.9992916Z 59150K .......... .......... .......... .......... .......... 99% 178M 0s 2024-08-22T20:28:39.9995153Z 59200K .......... .......... .......... .......... .......... 99% 219M 0s 2024-08-22T20:28:39.9997425Z 59250K .......... .......... .......... .......... .......... 99% 216M 0s 2024-08-22T20:28:39.9999665Z 59300K .......... .......... .......... .......... .......... 99% 218M 0s 2024-08-22T20:28:40.0000916Z 59350K .......... .... 100% 190M=0.3s 2024-08-22T20:28:40.0000935Z 2024-08-22T20:28:40.0002293Z 2024-08-22 20:28:39 (170 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:28:40.0002311Z 2024-08-22T20:28:40.0012150Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:40.0012512Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:40.0013266Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:28:40.0013530Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:40.0038724Z --2024-08-22 20:28:39-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:40.0078666Z Resolving github.com (github.com)... 140.82.114.4 2024-08-22T20:28:40.0135877Z Connecting to github.com (github.com)|140.82.114.4|:443... connected. 2024-08-22T20:28:40.0344125Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:40.0344799Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:28:40.0345441Z --2024-08-22 20:28:40-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:28:40.0364797Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ... 2024-08-22T20:28:40.0420187Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-08-22T20:28:40.0626114Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:40.0626706Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:28:40.0627357Z Saving to: ‘tokenizer.model’ 2024-08-22T20:28:40.0636635Z 2024-08-22T20:28:40.0684986Z 0K .......... .......... .......... .......... .......... 10% 8.55M 0s 2024-08-22T20:28:40.0733807Z 50K .......... .......... .......... .......... .......... 20% 10.0M 0s 2024-08-22T20:28:40.0745091Z 100K .......... .......... .......... .......... .......... 30% 42.8M 0s 2024-08-22T20:28:40.0755511Z 150K .......... .......... .......... .......... .......... 40% 47.4M 0s 2024-08-22T20:28:40.0787789Z 200K .......... .......... .......... .......... .......... 51% 15.1M 0s 2024-08-22T20:28:40.0797455Z 250K .......... .......... .......... .......... .......... 61% 50.2M 0s 2024-08-22T20:28:40.0806350Z 300K .......... .......... .......... .......... .......... 71% 54.9M 0s 2024-08-22T20:28:40.0808839Z 350K .......... .......... .......... .......... .......... 81% 205M 0s 2024-08-22T20:28:40.0812810Z 400K .......... .......... .......... .......... .......... 92% 123M 0s 2024-08-22T20:28:40.0815099Z 450K .......... .......... .......... ........ 100% 170M=0.02s 2024-08-22T20:28:40.0815118Z 2024-08-22T20:28:40.0815818Z 2024-08-22 20:28:40 (25.5 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:28:40.0815832Z 2024-08-22T20:28:40.0825745Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:40.0826163Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:40.0826604Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:28:40.0826867Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:40.0852307Z --2024-08-22 20:28:40-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:40.0889376Z Resolving github.com (github.com)... 140.82.114.4 2024-08-22T20:28:40.0942566Z Connecting to github.com (github.com)|140.82.114.4|:443... connected. 2024-08-22T20:28:40.1137589Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:40.1138082Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:28:40.1138807Z --2024-08-22 20:28:40-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:28:40.1143108Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ... 2024-08-22T20:28:40.1197333Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:28:40.1412629Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:40.1413163Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:28:40.1413941Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:28:40.1414585Z 2024-08-22T20:28:40.1470832Z 0K .......... .......... .......... .......... .......... 11% 8.67M 0s 2024-08-22T20:28:40.1523227Z 50K .......... .......... .......... .......... .......... 23% 9.36M 0s 2024-08-22T20:28:40.1527879Z 100K .......... .......... .......... .......... .......... 35% 103M 0s 2024-08-22T20:28:40.1540598Z 150K .......... .......... .......... .......... .......... 47% 38.0M 0s 2024-08-22T20:28:40.1575583Z 200K .......... .......... .......... .......... .......... 59% 13.9M 0s 2024-08-22T20:28:40.1580973Z 250K .......... .......... .......... .......... .......... 70% 92.0M 0s 2024-08-22T20:28:40.1587572Z 300K .......... .......... .......... .......... .......... 82% 73.8M 0s 2024-08-22T20:28:40.1593795Z 350K .......... .......... .......... .......... .......... 94% 81.3M 0s 2024-08-22T20:28:40.1594603Z 400K .......... .......... ... 100% 270M=0.02s 2024-08-22T20:28:40.1594931Z 2024-08-22T20:28:40.1595432Z 2024-08-22 20:28:40 (23.0 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:28:40.1595826Z 2024-08-22T20:28:40.1605336Z + popd 2024-08-22T20:28:40.1605833Z ~/work/torchchat/torchchat 2024-08-22T20:28:40.1638344Z ##[group]Run python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:28:40.1639225Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:28:40.1639922Z pushd ${TORCHCHAT_ROOT} 2024-08-22T20:28:40.1640353Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:28:40.1641090Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cpu" "eval_sanity_check-float16" 2024-08-22T20:28:40.1705720Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:40.1706006Z env: 2024-08-22T20:28:40.1706288Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:28:40.1706696Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:28:40.1707107Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:40.1707660Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:28:40.1708232Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:40.1708712Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:40.1709178Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:40.1709677Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:40.1710072Z ##[endgroup] 2024-08-22T20:28:41.3607659Z torch: ('2.5.0.dev20240814+cpu', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:28:41.5838336Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:41.5857521Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-08-22T20:28:41.5873990Z ~/work/torchchat/torchchat 2024-08-22T20:28:41.5900980Z arg:eval_sanity_check-float16 2024-08-22T20:28:41.5901332Z Passing DTYPES=float16 2024-08-22T20:28:41.5925377Z ############### Run eval with torch.compile for dtype float16 ############### 2024-08-22T20:28:41.5925989Z 2024-08-22T20:28:41.5926194Z ****************************************** 2024-08-22T20:28:41.5926646Z ************** non-quantized ************* 2024-08-22T20:28:41.5926999Z ****************************************** 2024-08-22T20:28:45.1324158Z 2024-08-22T20:28:45.1328053Z Downloading builder script: 0%| | 0.00/5.67k [00:00