2024-08-22T20:25:40.3251637Z Current runner version: '2.319.1' 2024-08-22T20:25:40.3257705Z Runner name: '8-core-ubuntu_2a6154c0d75e' 2024-08-22T20:25:40.3258540Z Runner group name: 'Default' 2024-08-22T20:25:40.3259239Z Machine name: 'runner' 2024-08-22T20:25:40.3275559Z ##[group]Operating System 2024-08-22T20:25:40.3276141Z Ubuntu 2024-08-22T20:25:40.3276437Z 22.04.4 2024-08-22T20:25:40.3276862Z LTS 2024-08-22T20:25:40.3277193Z ##[endgroup] 2024-08-22T20:25:40.3277550Z ##[group]Runner Image 2024-08-22T20:25:40.3278065Z Image: ubuntu-22.04 2024-08-22T20:25:40.3278470Z Version: 20240818.1.0 2024-08-22T20:25:40.3279441Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md 2024-08-22T20:25:40.3280941Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1 2024-08-22T20:25:40.3281812Z ##[endgroup] 2024-08-22T20:25:40.3296469Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:25:40.3298091Z Contents: read 2024-08-22T20:25:40.3298742Z Metadata: read 2024-08-22T20:25:40.3299225Z Packages: read 2024-08-22T20:25:40.3299671Z ##[endgroup] 2024-08-22T20:25:40.3302655Z Secret source: Actions 2024-08-22T20:25:40.3303238Z Prepare workflow directory 2024-08-22T20:25:40.4195529Z Prepare all required actions 2024-08-22T20:25:40.4351107Z Getting action download info 2024-08-22T20:25:40.5964032Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:25:40.8304351Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-08-22T20:25:41.1176020Z Complete job name: test-cpu-eval-sanity-check-float32 (x86_64, stories15M) 2024-08-22T20:25:41.2087542Z ##[group]Run actions/checkout@v3 2024-08-22T20:25:41.2088194Z with: 2024-08-22T20:25:41.2088612Z repository: pytorch/torchchat 2024-08-22T20:25:41.2089306Z token: *** 2024-08-22T20:25:41.2089734Z ssh-strict: true 2024-08-22T20:25:41.2090175Z persist-credentials: true 2024-08-22T20:25:41.2090652Z clean: true 2024-08-22T20:25:41.2091119Z sparse-checkout-cone-mode: true 2024-08-22T20:25:41.2091634Z fetch-depth: 1 2024-08-22T20:25:41.2092017Z fetch-tags: false 2024-08-22T20:25:41.2092433Z lfs: false 2024-08-22T20:25:41.2092814Z submodules: false 2024-08-22T20:25:41.2093219Z set-safe-directory: true 2024-08-22T20:25:41.2093675Z env: 2024-08-22T20:25:41.2094152Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:41.2094798Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:41.2095339Z ##[endgroup] 2024-08-22T20:25:41.3081207Z Syncing repository: pytorch/torchchat 2024-08-22T20:25:41.3083137Z ##[group]Getting Git version info 2024-08-22T20:25:41.3084163Z Working directory is '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:41.3085324Z [command]/usr/bin/git version 2024-08-22T20:25:41.4545955Z git version 2.46.0 2024-08-22T20:25:41.4571755Z ##[endgroup] 2024-08-22T20:25:41.4587494Z Temporarily overriding HOME='/home/runner/work/_temp/90932137-6054-4ca0-a98c-7d93023876e2' before making global git config changes 2024-08-22T20:25:41.4589240Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:25:41.4590731Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/torchchat/torchchat 2024-08-22T20:25:41.4754588Z Deleting the contents of '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:41.4758099Z ##[group]Initializing the repository 2024-08-22T20:25:41.4760962Z [command]/usr/bin/git init /home/runner/work/torchchat/torchchat 2024-08-22T20:25:41.5742408Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:25:41.5743930Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:25:41.5745342Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:25:41.5746389Z hint: 2024-08-22T20:25:41.5746923Z hint: git config --global init.defaultBranch 2024-08-22T20:25:41.5747543Z hint: 2024-08-22T20:25:41.5748551Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:25:41.5749648Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:25:41.5750411Z hint: 2024-08-22T20:25:41.5750874Z hint: git branch -m 2024-08-22T20:25:41.5872768Z Initialized empty Git repository in /home/runner/work/torchchat/torchchat/.git/ 2024-08-22T20:25:41.5882626Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:25:41.6007470Z ##[endgroup] 2024-08-22T20:25:41.6008194Z ##[group]Disabling automatic garbage collection 2024-08-22T20:25:41.6010101Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:25:41.6037332Z ##[endgroup] 2024-08-22T20:25:41.6038017Z ##[group]Setting up auth 2024-08-22T20:25:41.6042303Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:25:41.6068738Z [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:41.8188152Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:25:41.8217375Z [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:41.8450930Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:25:41.8483718Z ##[endgroup] 2024-08-22T20:25:41.8484780Z ##[group]Fetching the repository 2024-08-22T20:25:41.8491127Z [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.1524701Z remote: Enumerating objects: 237, done. 2024-08-22T20:25:42.1525907Z remote: Counting objects: 0% (1/237) 2024-08-22T20:25:42.1527043Z remote: Counting objects: 1% (3/237) 2024-08-22T20:25:42.1527762Z remote: Counting objects: 2% (5/237) 2024-08-22T20:25:42.1528291Z remote: Counting objects: 3% (8/237) 2024-08-22T20:25:42.1528905Z remote: Counting objects: 4% (10/237) 2024-08-22T20:25:42.1529399Z remote: Counting objects: 5% (12/237) 2024-08-22T20:25:42.1529901Z remote: Counting objects: 6% (15/237) 2024-08-22T20:25:42.1530475Z remote: Counting objects: 7% (17/237) 2024-08-22T20:25:42.1531015Z remote: Counting objects: 8% (19/237) 2024-08-22T20:25:42.1531529Z remote: Counting objects: 9% (22/237) 2024-08-22T20:25:42.1532102Z remote: Counting objects: 10% (24/237) 2024-08-22T20:25:42.1532584Z remote: Counting objects: 11% (27/237) 2024-08-22T20:25:42.1533191Z remote: Counting objects: 12% (29/237) 2024-08-22T20:25:42.1533799Z remote: Counting objects: 13% (31/237) 2024-08-22T20:25:42.1534270Z remote: Counting objects: 14% (34/237) 2024-08-22T20:25:42.1534784Z remote: Counting objects: 15% (36/237) 2024-08-22T20:25:42.1535337Z remote: Counting objects: 16% (38/237) 2024-08-22T20:25:42.1536006Z remote: Counting objects: 17% (41/237) 2024-08-22T20:25:42.1536521Z remote: Counting objects: 18% (43/237) 2024-08-22T20:25:42.1537162Z remote: Counting objects: 19% (46/237) 2024-08-22T20:25:42.1537641Z remote: Counting objects: 20% (48/237) 2024-08-22T20:25:42.1538118Z remote: Counting objects: 21% (50/237) 2024-08-22T20:25:42.1538697Z remote: Counting objects: 22% (53/237) 2024-08-22T20:25:42.1539224Z remote: Counting objects: 23% (55/237) 2024-08-22T20:25:42.1539698Z remote: Counting objects: 24% (57/237) 2024-08-22T20:25:42.1540222Z remote: Counting objects: 25% (60/237) 2024-08-22T20:25:42.1540710Z remote: Counting objects: 26% (62/237) 2024-08-22T20:25:42.1541468Z remote: Counting objects: 27% (64/237) 2024-08-22T20:25:42.1542004Z remote: Counting objects: 28% (67/237) 2024-08-22T20:25:42.1542480Z remote: Counting objects: 29% (69/237) 2024-08-22T20:25:42.1542905Z remote: Counting objects: 30% (72/237) 2024-08-22T20:25:42.1543433Z remote: Counting objects: 31% (74/237) 2024-08-22T20:25:42.1544080Z remote: Counting objects: 32% (76/237) 2024-08-22T20:25:42.1544504Z remote: Counting objects: 33% (79/237) 2024-08-22T20:25:42.1545050Z remote: Counting objects: 34% (81/237) 2024-08-22T20:25:42.1545527Z remote: Counting objects: 35% (83/237) 2024-08-22T20:25:42.1546046Z remote: Counting objects: 36% (86/237) 2024-08-22T20:25:42.1546489Z remote: Counting objects: 37% (88/237) 2024-08-22T20:25:42.1546942Z remote: Counting objects: 38% (91/237) 2024-08-22T20:25:42.1547458Z remote: Counting objects: 39% (93/237) 2024-08-22T20:25:42.1547906Z remote: Counting objects: 40% (95/237) 2024-08-22T20:25:42.1548360Z remote: Counting objects: 41% (98/237) 2024-08-22T20:25:42.1548880Z remote: Counting objects: 42% (100/237) 2024-08-22T20:25:42.1549348Z remote: Counting objects: 43% (102/237) 2024-08-22T20:25:42.1549832Z remote: Counting objects: 44% (105/237) 2024-08-22T20:25:42.1550366Z remote: Counting objects: 45% (107/237) 2024-08-22T20:25:42.1550831Z remote: Counting objects: 46% (110/237) 2024-08-22T20:25:42.1551306Z remote: Counting objects: 47% (112/237) 2024-08-22T20:25:42.1551863Z remote: Counting objects: 48% (114/237) 2024-08-22T20:25:42.1552474Z remote: Counting objects: 49% (117/237) 2024-08-22T20:25:42.1552957Z remote: Counting objects: 50% (119/237) 2024-08-22T20:25:42.1553514Z remote: Counting objects: 51% (121/237) 2024-08-22T20:25:42.1553946Z remote: Counting objects: 52% (124/237) 2024-08-22T20:25:42.1554419Z remote: Counting objects: 53% (126/237) 2024-08-22T20:25:42.1554970Z remote: Counting objects: 54% (128/237) 2024-08-22T20:25:42.1555402Z remote: Counting objects: 55% (131/237) 2024-08-22T20:25:42.1555864Z remote: Counting objects: 56% (133/237) 2024-08-22T20:25:42.1556414Z remote: Counting objects: 57% (136/237) 2024-08-22T20:25:42.1556877Z remote: Counting objects: 58% (138/237) 2024-08-22T20:25:42.1557317Z remote: Counting objects: 59% (140/237) 2024-08-22T20:25:42.1557844Z remote: Counting objects: 60% (143/237) 2024-08-22T20:25:42.1558305Z remote: Counting objects: 61% (145/237) 2024-08-22T20:25:42.1558754Z remote: Counting objects: 62% (147/237) 2024-08-22T20:25:42.1559291Z remote: Counting objects: 63% (150/237) 2024-08-22T20:25:42.1559754Z remote: Counting objects: 64% (152/237) 2024-08-22T20:25:42.1560193Z remote: Counting objects: 65% (155/237) 2024-08-22T20:25:42.1560710Z remote: Counting objects: 66% (157/237) 2024-08-22T20:25:42.1561190Z remote: Counting objects: 67% (159/237) 2024-08-22T20:25:42.1561634Z remote: Counting objects: 68% (162/237) 2024-08-22T20:25:42.1562159Z remote: Counting objects: 69% (164/237) 2024-08-22T20:25:42.1562640Z remote: Counting objects: 70% (166/237) 2024-08-22T20:25:42.1563064Z remote: Counting objects: 71% (169/237) 2024-08-22T20:25:42.1563589Z remote: Counting objects: 72% (171/237) 2024-08-22T20:25:42.1564069Z remote: Counting objects: 73% (174/237) 2024-08-22T20:25:42.1564493Z remote: Counting objects: 74% (176/237) 2024-08-22T20:25:42.1565034Z remote: Counting objects: 75% (178/237) 2024-08-22T20:25:42.1565515Z remote: Counting objects: 76% (181/237) 2024-08-22T20:25:42.1565940Z remote: Counting objects: 77% (183/237) 2024-08-22T20:25:42.1566457Z remote: Counting objects: 78% (185/237) 2024-08-22T20:25:42.1566935Z remote: Counting objects: 79% (188/237) 2024-08-22T20:25:42.1567518Z remote: Counting objects: 80% (190/237) 2024-08-22T20:25:42.1568072Z remote: Counting objects: 81% (192/237) 2024-08-22T20:25:42.1568533Z remote: Counting objects: 82% (195/237) 2024-08-22T20:25:42.1568988Z remote: Counting objects: 83% (197/237) 2024-08-22T20:25:42.1569494Z remote: Counting objects: 84% (200/237) 2024-08-22T20:25:42.1569965Z remote: Counting objects: 85% (202/237) 2024-08-22T20:25:42.1572792Z remote: Counting objects: 86% (204/237) 2024-08-22T20:25:42.1573381Z remote: Counting objects: 87% (207/237) 2024-08-22T20:25:42.1573879Z remote: Counting objects: 88% (209/237) 2024-08-22T20:25:42.1574506Z remote: Counting objects: 89% (211/237) 2024-08-22T20:25:42.1575163Z remote: Counting objects: 90% (214/237) 2024-08-22T20:25:42.1575826Z remote: Counting objects: 91% (216/237) 2024-08-22T20:25:42.1576528Z remote: Counting objects: 92% (219/237) 2024-08-22T20:25:42.1577441Z remote: Counting objects: 93% (221/237) 2024-08-22T20:25:42.1578233Z remote: Counting objects: 94% (223/237) 2024-08-22T20:25:42.1578762Z remote: Counting objects: 95% (226/237) 2024-08-22T20:25:42.1579324Z remote: Counting objects: 96% (228/237) 2024-08-22T20:25:42.1579755Z remote: Counting objects: 97% (230/237) 2024-08-22T20:25:42.1580233Z remote: Counting objects: 98% (233/237) 2024-08-22T20:25:42.1580760Z remote: Counting objects: 99% (235/237) 2024-08-22T20:25:42.1581221Z remote: Counting objects: 100% (237/237) 2024-08-22T20:25:42.1581870Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:25:42.1582487Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:25:42.1583019Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:25:42.1583476Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:25:42.1584033Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:25:42.1584540Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:25:42.1584991Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:25:42.1585560Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:25:42.1586075Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:25:42.1586534Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:25:42.1587090Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:25:42.1587832Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:25:42.1588571Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:25:42.1589199Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:25:42.1589704Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:25:42.1590168Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:25:42.1590745Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:25:42.1591227Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:25:42.1602947Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:25:42.1618063Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:25:42.1622609Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:25:42.1623576Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:25:42.1628931Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:25:42.1631542Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:25:42.1632709Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:25:42.1634107Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:25:42.1634919Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:25:42.1636019Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:25:42.1637196Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:25:42.1637948Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:25:42.1641973Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:25:42.1643610Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:25:42.1644460Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:25:42.1645421Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:25:42.1646088Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:25:42.1646857Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:25:42.1647574Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:25:42.1648081Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:25:42.1648901Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:25:42.1649633Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:25:42.1650161Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:25:42.1650673Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:25:42.1651196Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:25:42.1651708Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:25:42.1652212Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:25:42.1653141Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:25:42.1657098Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:25:42.1660116Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:25:42.1661434Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:25:42.1662196Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:25:42.1662724Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:25:42.1663841Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:25:42.1664640Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:25:42.1665335Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:25:42.1665967Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:25:42.1666470Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:25:42.1666947Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:25:42.1670591Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:25:42.1671405Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:25:42.1671891Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:25:42.1672527Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:25:42.1673034Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:25:42.1674192Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:25:42.1674924Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:25:42.1675438Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:25:42.1681260Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:25:42.1681977Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:25:42.1684524Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:25:42.1685432Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:25:42.1686254Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:25:42.1686947Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:25:42.1688599Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:25:42.1691058Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:25:42.1691861Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:25:42.1693869Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:25:42.1696662Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:25:42.1697729Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:25:42.1698965Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:25:42.1700230Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:25:42.1705989Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:25:42.1707983Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:25:42.1709552Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:25:42.1710396Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:25:42.1710992Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:25:42.1711515Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:25:42.1712218Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:25:42.1713158Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:25:42.1713819Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:25:42.1714342Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:25:42.1714931Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:25:42.1715413Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:25:42.1715907Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:25:42.1716461Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:25:42.1716933Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:25:42.1717451Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:25:42.1718029Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:25:42.1718492Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:25:42.1718989Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:25:42.1719546Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:25:42.1720034Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:25:42.1720485Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:25:42.1721046Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:25:42.1721737Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:25:42.1883728Z Receiving objects: 0% (1/237) 2024-08-22T20:25:42.1884769Z Receiving objects: 1% (3/237) 2024-08-22T20:25:42.1885550Z Receiving objects: 2% (5/237) 2024-08-22T20:25:42.1886305Z Receiving objects: 3% (8/237) 2024-08-22T20:25:42.1887569Z Receiving objects: 4% (10/237) 2024-08-22T20:25:42.1888743Z Receiving objects: 5% (12/237) 2024-08-22T20:25:42.1889417Z Receiving objects: 6% (15/237) 2024-08-22T20:25:42.1890181Z Receiving objects: 7% (17/237) 2024-08-22T20:25:42.1890771Z Receiving objects: 8% (19/237) 2024-08-22T20:25:42.1892688Z Receiving objects: 9% (22/237) 2024-08-22T20:25:42.1893483Z Receiving objects: 10% (24/237) 2024-08-22T20:25:42.1894111Z Receiving objects: 11% (27/237) 2024-08-22T20:25:42.1894694Z Receiving objects: 12% (29/237) 2024-08-22T20:25:42.1895427Z Receiving objects: 13% (31/237) 2024-08-22T20:25:42.1896229Z Receiving objects: 14% (34/237) 2024-08-22T20:25:42.1896700Z Receiving objects: 15% (36/237) 2024-08-22T20:25:42.1899016Z Receiving objects: 16% (38/237) 2024-08-22T20:25:42.1899688Z Receiving objects: 17% (41/237) 2024-08-22T20:25:42.1900271Z Receiving objects: 18% (43/237) 2024-08-22T20:25:42.1901025Z Receiving objects: 19% (46/237) 2024-08-22T20:25:42.1901660Z Receiving objects: 20% (48/237) 2024-08-22T20:25:42.1902320Z Receiving objects: 21% (50/237) 2024-08-22T20:25:42.1902952Z Receiving objects: 22% (53/237) 2024-08-22T20:25:42.1903558Z Receiving objects: 23% (55/237) 2024-08-22T20:25:42.1904330Z Receiving objects: 24% (57/237) 2024-08-22T20:25:42.1904957Z Receiving objects: 25% (60/237) 2024-08-22T20:25:42.1905543Z Receiving objects: 26% (62/237) 2024-08-22T20:25:42.1906290Z Receiving objects: 27% (64/237) 2024-08-22T20:25:42.1906907Z Receiving objects: 28% (67/237) 2024-08-22T20:25:42.1907498Z Receiving objects: 29% (69/237) 2024-08-22T20:25:42.1908271Z Receiving objects: 30% (72/237) 2024-08-22T20:25:42.1908887Z Receiving objects: 31% (74/237) 2024-08-22T20:25:42.1909376Z Receiving objects: 32% (76/237) 2024-08-22T20:25:42.1910151Z Receiving objects: 33% (79/237) 2024-08-22T20:25:42.1910761Z Receiving objects: 34% (81/237) 2024-08-22T20:25:42.1911341Z Receiving objects: 35% (83/237) 2024-08-22T20:25:42.1912040Z Receiving objects: 36% (86/237) 2024-08-22T20:25:42.1912656Z Receiving objects: 37% (88/237) 2024-08-22T20:25:42.1913331Z Receiving objects: 38% (91/237) 2024-08-22T20:25:42.1913768Z Receiving objects: 39% (93/237) 2024-08-22T20:25:42.1914174Z Receiving objects: 40% (95/237) 2024-08-22T20:25:42.1914574Z Receiving objects: 41% (98/237) 2024-08-22T20:25:42.1914994Z Receiving objects: 42% (100/237) 2024-08-22T20:25:42.1915409Z Receiving objects: 43% (102/237) 2024-08-22T20:25:42.1915795Z Receiving objects: 44% (105/237) 2024-08-22T20:25:42.1916212Z Receiving objects: 45% (107/237) 2024-08-22T20:25:42.1916616Z Receiving objects: 46% (110/237) 2024-08-22T20:25:42.1916996Z Receiving objects: 47% (112/237) 2024-08-22T20:25:42.1917411Z Receiving objects: 48% (114/237) 2024-08-22T20:25:42.1917826Z Receiving objects: 49% (117/237) 2024-08-22T20:25:42.1944021Z Receiving objects: 50% (119/237) 2024-08-22T20:25:42.1953839Z Receiving objects: 51% (121/237) 2024-08-22T20:25:42.1955497Z Receiving objects: 52% (124/237) 2024-08-22T20:25:42.2174973Z Receiving objects: 53% (126/237) 2024-08-22T20:25:42.2175895Z Receiving objects: 54% (128/237) 2024-08-22T20:25:42.2217389Z Receiving objects: 55% (131/237) 2024-08-22T20:25:42.2220238Z Receiving objects: 56% (133/237) 2024-08-22T20:25:42.2221150Z Receiving objects: 57% (136/237) 2024-08-22T20:25:42.2221878Z Receiving objects: 58% (138/237) 2024-08-22T20:25:42.2222542Z Receiving objects: 59% (140/237) 2024-08-22T20:25:42.2223134Z Receiving objects: 60% (143/237) 2024-08-22T20:25:42.2223868Z Receiving objects: 61% (145/237) 2024-08-22T20:25:42.2224642Z Receiving objects: 62% (147/237) 2024-08-22T20:25:42.2225257Z Receiving objects: 63% (150/237) 2024-08-22T20:25:42.2226292Z Receiving objects: 64% (152/237) 2024-08-22T20:25:42.2227590Z Receiving objects: 65% (155/237) 2024-08-22T20:25:42.2228502Z Receiving objects: 66% (157/237) 2024-08-22T20:25:42.2229095Z Receiving objects: 67% (159/237) 2024-08-22T20:25:42.2229748Z Receiving objects: 68% (162/237) 2024-08-22T20:25:42.2230503Z Receiving objects: 69% (164/237) 2024-08-22T20:25:42.2231029Z Receiving objects: 70% (166/237) 2024-08-22T20:25:42.2231657Z Receiving objects: 71% (169/237) 2024-08-22T20:25:42.2232394Z Receiving objects: 72% (171/237) 2024-08-22T20:25:42.2233044Z Receiving objects: 73% (174/237) 2024-08-22T20:25:42.2233600Z Receiving objects: 74% (176/237) 2024-08-22T20:25:42.2235507Z Receiving objects: 75% (178/237) 2024-08-22T20:25:42.2236207Z Receiving objects: 76% (181/237) 2024-08-22T20:25:42.2236798Z Receiving objects: 77% (183/237) 2024-08-22T20:25:42.2237559Z Receiving objects: 78% (185/237) 2024-08-22T20:25:42.2238622Z Receiving objects: 79% (188/237) 2024-08-22T20:25:42.2240195Z Receiving objects: 80% (190/237) 2024-08-22T20:25:42.2241410Z Receiving objects: 81% (192/237) 2024-08-22T20:25:42.2242224Z Receiving objects: 82% (195/237) 2024-08-22T20:25:42.2276357Z Receiving objects: 83% (197/237) 2024-08-22T20:25:42.2277400Z Receiving objects: 84% (200/237) 2024-08-22T20:25:42.2279217Z Receiving objects: 85% (202/237) 2024-08-22T20:25:42.2280185Z Receiving objects: 86% (204/237) 2024-08-22T20:25:42.2280993Z Receiving objects: 87% (207/237) 2024-08-22T20:25:42.2281664Z Receiving objects: 88% (209/237) 2024-08-22T20:25:42.2283922Z Receiving objects: 89% (211/237) 2024-08-22T20:25:42.2284749Z Receiving objects: 90% (214/237) 2024-08-22T20:25:42.2286266Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:25:42.2287318Z Receiving objects: 91% (216/237) 2024-08-22T20:25:42.2288149Z Receiving objects: 92% (219/237) 2024-08-22T20:25:42.2288814Z Receiving objects: 93% (221/237) 2024-08-22T20:25:42.2289285Z Receiving objects: 94% (223/237) 2024-08-22T20:25:42.2289864Z Receiving objects: 95% (226/237) 2024-08-22T20:25:42.2290530Z Receiving objects: 96% (228/237) 2024-08-22T20:25:42.2291269Z Receiving objects: 97% (230/237) 2024-08-22T20:25:42.2291931Z Receiving objects: 98% (233/237) 2024-08-22T20:25:42.2292362Z Receiving objects: 99% (235/237) 2024-08-22T20:25:42.2292838Z Receiving objects: 100% (237/237) 2024-08-22T20:25:42.2293588Z Receiving objects: 100% (237/237), 488.09 KiB | 11.62 MiB/s, done. 2024-08-22T20:25:42.2299216Z Resolving deltas: 0% (0/16) 2024-08-22T20:25:42.2300139Z Resolving deltas: 6% (1/16) 2024-08-22T20:25:42.2301045Z Resolving deltas: 12% (2/16) 2024-08-22T20:25:42.2301818Z Resolving deltas: 18% (3/16) 2024-08-22T20:25:42.2302717Z Resolving deltas: 25% (4/16) 2024-08-22T20:25:42.2303326Z Resolving deltas: 31% (5/16) 2024-08-22T20:25:42.2304030Z Resolving deltas: 37% (6/16) 2024-08-22T20:25:42.2304771Z Resolving deltas: 43% (7/16) 2024-08-22T20:25:42.2305377Z Resolving deltas: 50% (8/16) 2024-08-22T20:25:42.2305939Z Resolving deltas: 56% (9/16) 2024-08-22T20:25:42.2306417Z Resolving deltas: 62% (10/16) 2024-08-22T20:25:42.2306792Z Resolving deltas: 68% (11/16) 2024-08-22T20:25:42.2307408Z Resolving deltas: 75% (12/16) 2024-08-22T20:25:42.2308127Z Resolving deltas: 81% (13/16) 2024-08-22T20:25:42.2308503Z Resolving deltas: 87% (14/16) 2024-08-22T20:25:42.2308880Z Resolving deltas: 93% (15/16) 2024-08-22T20:25:42.2309371Z Resolving deltas: 100% (16/16) 2024-08-22T20:25:42.2309745Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:25:42.2569178Z From https://github.com/pytorch/torchchat 2024-08-22T20:25:42.2570709Z * [new ref] 0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9 -> pull/1044/merge 2024-08-22T20:25:42.2652351Z ##[endgroup] 2024-08-22T20:25:42.2653334Z ##[group]Determining the checkout info 2024-08-22T20:25:42.2654749Z ##[endgroup] 2024-08-22T20:25:42.2655742Z ##[group]Checking out the ref 2024-08-22T20:25:42.2658425Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:25:42.2806823Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:25:42.2807437Z 2024-08-22T20:25:42.2807951Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:25:42.2809036Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:25:42.2809758Z state without impacting any branches by switching back to a branch. 2024-08-22T20:25:42.2810255Z 2024-08-22T20:25:42.2810549Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:25:42.2811408Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:25:42.2811809Z 2024-08-22T20:25:42.2812015Z git switch -c 2024-08-22T20:25:42.2812313Z 2024-08-22T20:25:42.2812458Z Or undo this operation with: 2024-08-22T20:25:42.2812803Z 2024-08-22T20:25:42.2812965Z git switch - 2024-08-22T20:25:42.2813289Z 2024-08-22T20:25:42.2813860Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:25:42.2814567Z 2024-08-22T20:25:42.2815060Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:25:42.2817014Z ##[endgroup] 2024-08-22T20:25:42.2863507Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:25:42.2884919Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:25:42.3191145Z ##[group]Run actions/setup-python@v4 2024-08-22T20:25:42.3191648Z with: 2024-08-22T20:25:42.3191958Z python-version: 3.10.11 2024-08-22T20:25:42.3192436Z check-latest: false 2024-08-22T20:25:42.3192990Z token: *** 2024-08-22T20:25:42.3193359Z update-environment: true 2024-08-22T20:25:42.3193789Z allow-prereleases: false 2024-08-22T20:25:42.3194166Z env: 2024-08-22T20:25:42.3194540Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:42.3195065Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:42.3195482Z ##[endgroup] 2024-08-22T20:25:42.4409073Z ##[group]Installed versions 2024-08-22T20:25:42.4813426Z Version 3.10.11 was not found in the local cache 2024-08-22T20:25:42.7695371Z Version 3.10.11 is available for downloading 2024-08-22T20:25:42.7697131Z 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.4150019Z Extract downloaded archive 2024-08-22T20:25:43.4253721Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/75e12859-c1df-494b-bb94-5968beb98fa0 -f /home/runner/work/_temp/6ad2272e-d841-49b7-8364-36cc99158f16 2024-08-22T20:25:44.7865524Z Execute installation script 2024-08-22T20:25:44.7958050Z Check if Python hostedtoolcache folder exist... 2024-08-22T20:25:44.7972017Z Create Python 3.10.11 folder 2024-08-22T20:25:44.7972469Z Copy Python binaries to hostedtoolcache folder 2024-08-22T20:25:45.3584842Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-08-22T20:25:45.3632541Z Upgrading pip... 2024-08-22T20:25:47.5857157Z Looking in links: /tmp/tmpu_gn1at0 2024-08-22T20:25:47.5861316Z 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.5864459Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1) 2024-08-22T20:25:48.8112012Z Collecting pip 2024-08-22T20:25:48.8615843Z Downloading pip-24.2-py3-none-any.whl (1.8 MB) 2024-08-22T20:25:48.9813888Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.4 MB/s eta 0:00:00 2024-08-22T20:25:48.9814507Z 2024-08-22T20:25:49.0252241Z Installing collected packages: pip 2024-08-22T20:25:49.8635525Z Successfully installed pip-24.2 2024-08-22T20:25:49.9111609Z Create complete file 2024-08-22T20:25:49.9147252Z Successfully set up CPython (3.10.11) 2024-08-22T20:25:49.9148322Z ##[endgroup] 2024-08-22T20:25:49.9317757Z ##[group]Run echo "$(uname -a)" 2024-08-22T20:25:49.9318259Z echo "$(uname -a)" 2024-08-22T20:25:50.0445789Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:50.0446188Z env: 2024-08-22T20:25:50.0446701Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:50.0447212Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:50.0447728Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0448396Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:25:50.0449048Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0449634Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0450216Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0450784Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:50.0451289Z ##[endgroup] 2024-08-22T20:25:50.0633817Z 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.0671985Z ##[group]Run ./install_requirements.sh 2024-08-22T20:25:50.0672596Z ./install_requirements.sh 2024-08-22T20:25:50.0673000Z pip3 list 2024-08-22T20:25:50.0673644Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:25:50.0736886Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:50.0737241Z env: 2024-08-22T20:25:50.0737755Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:25:50.0738252Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:25:50.0738710Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0739442Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:25:50.0740094Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0740626Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0741289Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:50.0742029Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:50.0742578Z ##[endgroup] 2024-08-22T20:25:50.0962167Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:50.5059384Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:50.6545327Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:25:50.6769148Z Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:50.7667059Z Collecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:25:50.7770667Z Downloading gguf-0.9.1-py3-none-any.whl.metadata (3.3 kB) 2024-08-22T20:25:50.8492287Z Collecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:25:50.8564970Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-22T20:25:50.8934244Z Collecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:25:50.9008897Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-08-22T20:25:50.9963449Z Collecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:25:51.0065269Z 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.0500448Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 47.8 MB/s eta 0:00:00 2024-08-22T20:25:51.2872792Z Collecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:25:51.2988219Z 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.4619771Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 113.1 MB/s eta 0:00:00 2024-08-22T20:25:51.5189028Z Collecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:25:51.5267965Z Downloading lm_eval-0.4.2-py3-none-any.whl.metadata (30 kB) 2024-08-22T20:25:51.5980589Z Collecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:25:51.6070964Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:25:51.6471058Z Collecting tomli>=1.1.0 (from -r requirements.txt (line 19)) 2024-08-22T20:25:51.6543914Z Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-08-22T20:25:51.7112539Z Collecting wheel (from -r requirements.txt (line 22)) 2024-08-22T20:25:51.7188379Z Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:51.8811450Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:25:51.8884886Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) 2024-08-22T20:25:51.9453430Z Collecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:25:51.9530794Z 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.0181875Z Collecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:25:52.0255317Z 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.1389088Z Collecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:25:52.1465178Z Downloading streamlit-1.37.1-py2.py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:52.1956099Z Collecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:25:52.2028911Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:52.2572741Z Collecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.2645606Z Downloading accelerate-0.33.0-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:52.3121516Z Collecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.3218056Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:25:52.4009028Z Collecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.4092203Z Downloading datasets-2.21.0-py3-none-any.whl.metadata (21 kB) 2024-08-22T20:25:52.4897155Z Collecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.4970821Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:52.5831435Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.5913977Z 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.6298546Z Collecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.6376164Z Downloading peft-0.12.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:52.6916759Z Collecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.6999515Z Downloading pybind11-2.13.5-py3-none-any.whl.metadata (9.5 kB) 2024-08-22T20:25:52.7690158Z Collecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.7762294Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-08-22T20:25:52.8313694Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.8388695Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:25:52.8506523Z Installing build dependencies: started 2024-08-22T20:25:54.4330897Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:54.4338325Z Getting requirements to build wheel: started 2024-08-22T20:25:54.6081046Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:54.6089928Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:54.7783536Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:54.8222331Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:54.8303855Z Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB) 2024-08-22T20:25:54.9465245Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:54.9539560Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:54.9990879Z Collecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.0063339Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:25:55.0160039Z Installing build dependencies: started 2024-08-22T20:25:56.5087459Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:56.5093031Z Getting requirements to build wheel: started 2024-08-22T20:25:56.6862417Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:56.6871719Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:56.8840667Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:57.0268715Z Collecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.0342716Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) 2024-08-22T20:25:57.0936173Z Collecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.1019797Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-08-22T20:25:57.1856528Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.1932083Z Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB) 2024-08-22T20:25:57.5091651Z Collecting zstandard (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.5167147Z 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.5712218Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.5800426Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:25:57.6127444Z Collecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.6201268Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:25:57.6260175Z Installing build dependencies: started 2024-08-22T20:25:59.1233594Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:59.1238995Z Getting requirements to build wheel: started 2024-08-22T20:25:59.2784581Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:59.2792202Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:59.4441448Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:59.4876015Z Collecting more-itertools (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.4953835Z Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB) 2024-08-22T20:25:59.5593253Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.5667411Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:25:59.6452333Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.6547861Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:25:59.7506394Z Collecting packaging>=20.9 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.7581875Z Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:59.8381441Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.8454986Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-08-22T20:25:59.9199834Z Collecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.9274841Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-22T20:26:00.0234596Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.0312582Z Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) 2024-08-22T20:26:00.1001502Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:00.1094333Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:26:00.5929865Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:26:00.6007913Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-08-22T20:26:00.6703596Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:26:00.6781221Z 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:00.8210165Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:00.8307541Z 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:00.8490617Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 121.8 MB/s eta 0:00:00 2024-08-22T20:26:00.9355065Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:00.9426970Z Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:26:01.1826450Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:26:01.1905609Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.7 kB) 2024-08-22T20:26:01.2666335Z Collecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.2742199Z Downloading altair-5.4.0-py3-none-any.whl.metadata (9.4 kB) 2024-08-22T20:26:01.3205966Z Collecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.3280044Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:26:01.4191553Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.4269733Z Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-22T20:26:01.4736131Z Collecting click<9,>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.4810508Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:26:01.7250106Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:01.7345059Z 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:01.8337112Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 133.1 MB/s eta 0:00:00 2024-08-22T20:26:02.1100044Z Collecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.1174987Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-22T20:26:02.3454394Z Collecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.3532151Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) 2024-08-22T20:26:02.4798878Z Collecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.4873163Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2024-08-22T20:26:02.6652736Z Collecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.6728442Z Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:26:02.7258009Z Collecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.7331703Z Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:26:02.7695696Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.7772959Z Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) 2024-08-22T20:26:02.8511932Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.8585957Z Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:26:02.9036388Z Collecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:02.9133124Z Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB) 2024-08-22T20:26:02.9954555Z Collecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.0028531Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl.metadata (38 kB) 2024-08-22T20:26:03.0627676Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.0703387Z Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:26:03.1257267Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.1351609Z Downloading https://download.pytorch.org/whl/nightly/Jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-22T20:26:03.1722809Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:26:03.1796351Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-08-22T20:26:03.3419474Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:03.3499732Z 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:03.5364820Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:03.5442585Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-08-22T20:26:03.6116183Z Collecting jsonschema>=3.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.6190481Z Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 2024-08-22T20:26:03.6876599Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:03.6950014Z Downloading narwhals-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2024-08-22T20:26:03.8534605Z Collecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:03.8607928Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:26:03.9194763Z Collecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:03.9288320Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-08-22T20:26:04.3632021Z Collecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:04.3708826Z 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.4667339Z 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.4744266Z Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:26:04.5627981Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) 2024-08-22T20:26:04.5717152Z 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:04.6398592Z Collecting python-dateutil>=2.8.2 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.6471146Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-22T20:26:04.7438903Z Collecting pytz>=2020.1 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.7531173Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-08-22T20:26:04.8118693Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:04.8220402Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:26:04.9943515Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.0037034Z 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.0525229Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.0615103Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-08-22T20:26:05.1297803Z Collecting certifi>=2017.4.17 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:26:05.1373461Z Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-22T20:26:05.2003121Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:05.2074187Z Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) 2024-08-22T20:26:05.2785317Z 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.2861381Z Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:26:05.3242031Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.3314777Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:26:05.3935144Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.4017617Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:26:05.4531671Z 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.4623359Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-22T20:26:05.5197540Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.5272531Z Downloading portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:26:05.5705452Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.5794868Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-08-22T20:26:05.6391667Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.6488604Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:26:05.8164220Z 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:05.8241093Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-08-22T20:26:05.8832818Z 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:05.8907750Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-22T20:26:05.9299739Z 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:05.9375411Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:26:06.0111554Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.0187655Z Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB) 2024-08-22T20:26:06.0814612Z Collecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:06.0908814Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:26:06.1061758Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 117.5 MB/s eta 0:00:00 2024-08-22T20:26:06.1614014Z 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.1710200Z 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.3486367Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 134.3 MB/s eta 0:00:00 2024-08-22T20:26:06.4145298Z 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.4246062Z 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.4339802Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 90.3 MB/s eta 0:00:00 2024-08-22T20:26:06.4782057Z 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.4872932Z 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.5917327Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 137.2 MB/s eta 0:00:00 2024-08-22T20:26:06.6474123Z 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:06.6579405Z 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:11.3399651Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 99.7 MB/s eta 0:00:00 2024-08-22T20:26:11.8516157Z 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.8609714Z 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:14.6864269Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 130.1 MB/s eta 0:00:00 2024-08-22T20:26:15.0214753Z 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:15.0314537Z 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:15.8799146Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 143.9 MB/s eta 0:00:00 2024-08-22T20:26:16.0112788Z 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:16.0207915Z 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:16.3976616Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 150.5 MB/s eta 0:00:00 2024-08-22T20:26:16.4863556Z 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:16.4993969Z 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:17.2776959Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 159.9 MB/s eta 0:00:00 2024-08-22T20:26:17.4215815Z 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:17.4307389Z 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:18.6864934Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 156.3 MB/s eta 0:00:00 2024-08-22T20:26:18.8690885Z 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:18.8786480Z 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:20.0028770Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 157.0 MB/s eta 0:00:00 2024-08-22T20:26:20.2189670Z 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:20.2281506Z 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:20.2853000Z Collecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.2935346Z 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:20.3641611Z 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:20.3712392Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-22T20:26:20.6254038Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.6329287Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-08-22T20:26:20.7094180Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.7166824Z Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:20.7568225Z 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:20.8305461Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.8381660Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:20.8843292Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:20.8915382Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-08-22T20:26:21.0595213Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:21.0669970Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:21.1148829Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:21.1221720Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:26:21.1613156Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:21.1691237Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:26:21.2235037Z 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:21.2309580Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:26:21.3222255Z 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:21.3296503Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-22T20:26:21.3764696Z 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:21.3857003Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:26:21.4819280Z 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:21.4911977Z 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:21.7074239Z 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:21.7167462Z 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:21.8730572Z 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:21.8826844Z 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:21.9237919Z 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:21.9312277Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-08-22T20:26:21.9873756Z 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:21.9946764Z Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:26:22.0470932Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:22.0553774Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:26:22.1175843Z Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:22.1251582Z Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-22T20:26:22.3899105Z Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:22.3977388Z 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:22.4683387Z 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:22.4756584Z Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:26:22.5329534Z 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:22.5404239Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-22T20:26:22.7478552Z 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:22.7570101Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:26:22.7650658Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 57.2 MB/s eta 0:00:00 2024-08-22T20:26:22.8673243Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:26:22.8934840Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 65.5 MB/s eta 0:00:00 2024-08-22T20:26:22.9007393Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:26:22.9150124Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:26:22.9247665Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:26:22.9432529Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 57.8 MB/s eta 0:00:00 2024-08-22T20:26:22.9533941Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:26:22.9646522Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:26:22.9742519Z Downloading wheel-0.44.0-py3-none-any.whl (67 kB) 2024-08-22T20:26:22.9849980Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:26:23.1707566Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 146.3 MB/s eta 0:00:00 2024-08-22T20:26:23.1785052Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:26:23.1941458Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:26:23.2093140Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 127.3 MB/s eta 0:00:00 2024-08-22T20:26:23.2165994Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:26:23.2862926Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 127.7 MB/s eta 0:00:00 2024-08-22T20:26:23.2935981Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:26:23.3039811Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:26:23.3165170Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:26:23.3238956Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 100.8 MB/s eta 0:00:00 2024-08-22T20:26:23.3313881Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:23.3419350Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:23.3528959Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-22T20:26:23.3630261Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:26:23.3703682Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 64.3 MB/s eta 0:00:00 2024-08-22T20:26:23.3790116Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:26:23.3898993Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB) 2024-08-22T20:26:23.4003944Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:26:23.4114489Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:26:23.4208611Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) 2024-08-22T20:26:23.4764096Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 147.6 MB/s eta 0:00:00 2024-08-22T20:26:23.4838444Z Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-22T20:26:23.4935363Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:26:23.5103577Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-22T20:26:23.5427238Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 143.9 MB/s eta 0:00:00 2024-08-22T20:26:23.5498745Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:26:23.5617734Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB) 2024-08-22T20:26:23.8210333Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 154.6 MB/s eta 0:00:00 2024-08-22T20:26:23.8284042Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:26:23.8395521Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:26:23.8903041Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 143.9 MB/s eta 0:00:00 2024-08-22T20:26:23.8979267Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) 2024-08-22T20:26:23.9069099Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 95.3 MB/s eta 0:00:00 2024-08-22T20:26:23.9145224Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 kB) 2024-08-22T20:26:23.9232694Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.5/776.5 kB 85.0 MB/s eta 0:00:00 2024-08-22T20:26:23.9306014Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:26:23.9399229Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:26:23.9505999Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:26:23.9622678Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB) 2024-08-22T20:26:24.0551252Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 146.9 MB/s eta 0:00:00 2024-08-22T20:26:24.0626313Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:26:24.0753624Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:26:24.0853513Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB) 2024-08-22T20:26:29.6245981Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 MB 83.5 MB/s eta 0:00:00 2024-08-22T20:26:29.6319175Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:26:30.9406351Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 160.3 MB/s eta 0:00:00 2024-08-22T20:26:30.9485026Z 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:30.9609841Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:26:30.9713144Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:26:31.0383618Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 145.5 MB/s eta 0:00:00 2024-08-22T20:26:31.0457085Z Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 2024-08-22T20:26:31.0566599Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:26:31.0669094Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:26:31.0770452Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:26:31.0889004Z Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB) 2024-08-22T20:26:31.0988002Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405 kB) 2024-08-22T20:26:31.1114590Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:26:31.1221229Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:26:31.1315978Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2024-08-22T20:26:31.1733482Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 136.3 MB/s eta 0:00:00 2024-08-22T20:26:31.1806479Z Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-22T20:26:31.1904773Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-22T20:26:31.2010065Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:26:31.2109012Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-22T20:26:31.2229800Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 115.6 MB/s eta 0:00:00 2024-08-22T20:26:31.2301609Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:26:31.2394284Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:26:31.2508385Z Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 2024-08-22T20:26:31.2604026Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:26:31.2697875Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:26:31.2787506Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:26:31.2883510Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:26:31.2972688Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:26:31.3102762Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 95.4 MB/s eta 0:00:00 2024-08-22T20:26:31.3173849Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-22T20:26:31.3281016Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:26:31.3414134Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:26:31.6109242Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 155.0 MB/s eta 0:00:00 2024-08-22T20:26:31.6185980Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:26:31.6290459Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:26:31.6408195Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:26:31.6507509Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:26:31.6598035Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:26:31.6892249Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 130.5 MB/s eta 0:00:00 2024-08-22T20:26:31.6981767Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:26:31.7076382Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:26:31.7174438Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:26:31.7312074Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 120.0 MB/s eta 0:00:00 2024-08-22T20:26:31.7384141Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:31.7482406Z 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:31.7610930Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:26:31.8042692Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 149.1 MB/s eta 0:00:00 2024-08-22T20:26:31.8118380Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:26:31.8228375Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:26:31.8323023Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-08-22T20:26:31.8416191Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-08-22T20:26:31.8519049Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:31.8614093Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:26:31.8744676Z Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 2024-08-22T20:26:31.8841715Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354 kB) 2024-08-22T20:26:31.8950345Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:26:31.9045048Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:26:32.0413571Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 146.2 MB/s eta 0:00:00 2024-08-22T20:26:33.1042938Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2024-08-22T20:26:33.1052148Z Building wheel for rouge-score (pyproject.toml): started 2024-08-22T20:26:33.3060127Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-08-22T20:26:33.3065669Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=9bdea9595bea6b88555de987f6948fa31cb3aa06e8819b92d2be89a01f68f0ce 2024-08-22T20:26:33.3067690Z Stored in directory: /home/runner/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-08-22T20:26:33.3090475Z Building wheel for sqlitedict (pyproject.toml): started 2024-08-22T20:26:33.5716463Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-08-22T20:26:33.5721633Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16863 sha256=6966fe8bf6c6a85c40d4ba667be8735dfcb1ff43cf4c077ac5e19abf05477ec4 2024-08-22T20:26:33.5723357Z Stored in directory: /home/runner/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-08-22T20:26:33.5747236Z Building wheel for word2number (pyproject.toml): started 2024-08-22T20:26:33.7791479Z Building wheel for word2number (pyproject.toml): finished with status 'done' 2024-08-22T20:26:33.7795931Z Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5567 sha256=ce662f2707a831262cd9285f8756913f2ebba80e7991e3f6f7e6a294ba14260c 2024-08-22T20:26:33.7797836Z Stored in directory: /home/runner/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2024-08-22T20:26:33.7812181Z Successfully built rouge-score sqlitedict word2number 2024-08-22T20:26:34.6933446Z 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:45.2788486Z 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:45.4705056Z 2024-08-22T20:27:45.4706150Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:45.4709579Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:47.1679129Z + pip3 uninstall -y triton 2024-08-22T20:27:47.5653878Z Found existing installation: triton 3.0.0 2024-08-22T20:27:47.5790741Z Uninstalling triton-3.0.0: 2024-08-22T20:27:47.5828423Z Successfully uninstalled triton-3.0.0 2024-08-22T20:27:47.7211682Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cpu torch==2.5.0.dev20240814 2024-08-22T20:27:48.1463224Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:27:48.3896589Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:27:48.3991658Z 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:49.4900808Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/173.5 MB 160.0 MB/s eta 0:00:00 2024-08-22T20:27:49.6984553Z 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:49.6988155Z 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:49.6990832Z 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:49.6995019Z 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:49.6998203Z 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:49.7715711Z Collecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:27:49.7812724Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:27:49.8249463Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 145.8 MB/s eta 0:00:00 2024-08-22T20:27:49.8413838Z 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:49.8833907Z 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:50.4715174Z Installing collected packages: sympy, torch 2024-08-22T20:27:50.4716589Z Attempting uninstall: sympy 2024-08-22T20:27:50.4727670Z Found existing installation: sympy 1.13.2 2024-08-22T20:27:50.6097895Z Uninstalling sympy-1.13.2: 2024-08-22T20:27:50.8332098Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:27:55.8739552Z Attempting uninstall: torch 2024-08-22T20:27:55.8752099Z Found existing installation: torch 2.4.0 2024-08-22T20:27:56.2244696Z Uninstalling torch-2.4.0: 2024-08-22T20:27:56.2863230Z Successfully uninstalled torch-2.4.0 2024-08-22T20:28:05.9579792Z Successfully installed sympy-1.13.1 torch-2.5.0.dev20240814+cpu 2024-08-22T20:28:05.9872048Z 2024-08-22T20:28:05.9873179Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:05.9876447Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:06.1036018Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:06.5307717Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:06.5313948Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-qf13avxk 2024-08-22T20:28:06.5343641Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-qf13avxk 2024-08-22T20:28:07.1497555Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:28:07.1527991Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:07.2565390Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:07.4634560Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:28:07.4671173Z Preparing metadata (setup.py): started 2024-08-22T20:28:09.9458204Z Preparing metadata (setup.py): finished with status 'done' 2024-08-22T20:28:09.9497089Z Building wheels for collected packages: torchao 2024-08-22T20:28:09.9559933Z Building wheel for torchao (setup.py): started 2024-08-22T20:28:41.2173103Z Building wheel for torchao (setup.py): finished with status 'done' 2024-08-22T20:28:41.2221716Z Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp310-cp310-linux_x86_64.whl size=3666691 sha256=08c1e6caa7a3db5e1998620cf841dbae08a43bc59e59e7ce82aeb1c8327168bc 2024-08-22T20:28:41.2223503Z Stored in directory: /home/runner/.cache/pip/wheels/14/74/97/48f38f0ed345915878934030a4f26ab5c877ef47ce1b5c4c09 2024-08-22T20:28:41.2253251Z Successfully built torchao 2024-08-22T20:28:41.7562526Z Installing collected packages: torchao 2024-08-22T20:28:42.0226605Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:28:42.0506910Z 2024-08-22T20:28:42.0509514Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:42.0510420Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:42.3974318Z Package Version 2024-08-22T20:28:42.3975357Z ------------------------- --------------------- 2024-08-22T20:28:42.3977198Z absl-py 2.1.0 2024-08-22T20:28:42.3978543Z accelerate 0.33.0 2024-08-22T20:28:42.3980371Z aiohappyeyeballs 2.4.0 2024-08-22T20:28:42.3981862Z aiohttp 3.10.5 2024-08-22T20:28:42.3983294Z aiosignal 1.3.1 2024-08-22T20:28:42.3984758Z altair 5.4.0 2024-08-22T20:28:42.3986519Z async-timeout 4.0.3 2024-08-22T20:28:42.3987861Z attrs 24.2.0 2024-08-22T20:28:42.3989299Z blinker 1.8.2 2024-08-22T20:28:42.3990900Z blobfile 2.1.1 2024-08-22T20:28:42.3992369Z cachetools 5.5.0 2024-08-22T20:28:42.3993759Z certifi 2024.7.4 2024-08-22T20:28:42.3995248Z chardet 5.2.0 2024-08-22T20:28:42.3996803Z charset-normalizer 3.3.2 2024-08-22T20:28:42.3998259Z click 8.1.7 2024-08-22T20:28:42.3999690Z cmake 3.30.2 2024-08-22T20:28:42.4001373Z colorama 0.4.6 2024-08-22T20:28:42.4002939Z DataProperty 1.0.1 2024-08-22T20:28:42.4004462Z datasets 2.21.0 2024-08-22T20:28:42.4005911Z dill 0.3.8 2024-08-22T20:28:42.4007388Z evaluate 0.4.2 2024-08-22T20:28:42.4008906Z filelock 3.15.4 2024-08-22T20:28:42.4010589Z Flask 3.0.3 2024-08-22T20:28:42.4011985Z frozenlist 1.4.1 2024-08-22T20:28:42.4013415Z fsspec 2024.6.1 2024-08-22T20:28:42.4014872Z gguf 0.9.1 2024-08-22T20:28:42.4016661Z gitdb 4.0.11 2024-08-22T20:28:42.4018075Z GitPython 3.1.43 2024-08-22T20:28:42.4019654Z huggingface-hub 0.24.6 2024-08-22T20:28:42.4021153Z idna 3.7 2024-08-22T20:28:42.4022599Z itsdangerous 2.2.0 2024-08-22T20:28:42.4023989Z Jinja2 3.1.4 2024-08-22T20:28:42.4025527Z joblib 1.4.2 2024-08-22T20:28:42.4026978Z jsonlines 4.0.0 2024-08-22T20:28:42.4028693Z jsonschema 4.23.0 2024-08-22T20:28:42.4029967Z jsonschema-specifications 2023.12.1 2024-08-22T20:28:42.4031419Z lm_eval 0.4.2 2024-08-22T20:28:42.4032805Z lxml 4.9.4 2024-08-22T20:28:42.4034395Z markdown-it-py 3.0.0 2024-08-22T20:28:42.4035737Z MarkupSafe 2.1.5 2024-08-22T20:28:42.4037231Z mbstrdecoder 1.1.3 2024-08-22T20:28:42.4038749Z mdurl 0.1.2 2024-08-22T20:28:42.4040255Z more-itertools 10.4.0 2024-08-22T20:28:42.4041658Z mpmath 1.3.0 2024-08-22T20:28:42.4043157Z multidict 6.0.5 2024-08-22T20:28:42.4044586Z multiprocess 0.70.16 2024-08-22T20:28:42.4046012Z narwhals 1.5.2 2024-08-22T20:28:42.4047589Z networkx 3.3 2024-08-22T20:28:42.4048958Z ninja 1.11.1.1 2024-08-22T20:28:42.4050372Z nltk 3.9.1 2024-08-22T20:28:42.4051967Z numexpr 2.10.1 2024-08-22T20:28:42.4053320Z numpy 1.26.4 2024-08-22T20:28:42.4054804Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:28:42.4056629Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:28:42.4057896Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:28:42.4059401Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:28:42.4060792Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:28:42.4062346Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:28:42.4063716Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:28:42.4065295Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:28:42.4066765Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:28:42.4068195Z nvidia-nccl-cu12 2.20.5 2024-08-22T20:28:42.4069647Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:28:42.4071109Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:28:42.4072530Z packaging 24.1 2024-08-22T20:28:42.4073946Z pandas 2.2.2 2024-08-22T20:28:42.4075383Z pathvalidate 3.2.0 2024-08-22T20:28:42.4076859Z peft 0.12.0 2024-08-22T20:28:42.4078311Z pillow 10.4.0 2024-08-22T20:28:42.4079710Z pip 23.0.1 2024-08-22T20:28:42.4081227Z portalocker 2.10.1 2024-08-22T20:28:42.4082695Z protobuf 5.27.3 2024-08-22T20:28:42.4084102Z psutil 6.0.0 2024-08-22T20:28:42.4085589Z pyarrow 17.0.0 2024-08-22T20:28:42.4087067Z pybind11 2.13.5 2024-08-22T20:28:42.4088461Z pycryptodomex 3.20.0 2024-08-22T20:28:42.4089904Z pydeck 0.9.1 2024-08-22T20:28:42.4091428Z Pygments 2.18.0 2024-08-22T20:28:42.4092871Z pytablewriter 1.2.0 2024-08-22T20:28:42.4094437Z python-dateutil 2.9.0.post0 2024-08-22T20:28:42.4095781Z pytz 2024.1 2024-08-22T20:28:42.4097534Z PyYAML 6.0.2 2024-08-22T20:28:42.4099087Z referencing 0.35.1 2024-08-22T20:28:42.4100469Z regex 2024.7.24 2024-08-22T20:28:42.4101994Z requests 2.32.3 2024-08-22T20:28:42.4103464Z rich 13.7.1 2024-08-22T20:28:42.4104780Z rouge_score 0.1.2 2024-08-22T20:28:42.4106306Z rpds-py 0.20.0 2024-08-22T20:28:42.4107858Z sacrebleu 2.4.3 2024-08-22T20:28:42.4109225Z safetensors 0.4.4 2024-08-22T20:28:42.4110684Z scikit-learn 1.5.1 2024-08-22T20:28:42.4112222Z scipy 1.14.1 2024-08-22T20:28:42.4113424Z sentencepiece 0.2.0 2024-08-22T20:28:42.4114937Z setuptools 65.5.0 2024-08-22T20:28:42.4116509Z six 1.16.0 2024-08-22T20:28:42.4117884Z smmap 5.0.1 2024-08-22T20:28:42.4119276Z snakeviz 2.2.0 2024-08-22T20:28:42.4120771Z sqlitedict 2.1.0 2024-08-22T20:28:42.4122277Z streamlit 1.37.1 2024-08-22T20:28:42.4123653Z sympy 1.13.1 2024-08-22T20:28:42.4125305Z tabledata 1.3.3 2024-08-22T20:28:42.4126522Z tabulate 0.9.0 2024-08-22T20:28:42.4127972Z tcolorpy 0.1.6 2024-08-22T20:28:42.4129458Z tenacity 8.5.0 2024-08-22T20:28:42.4130887Z threadpoolctl 3.5.0 2024-08-22T20:28:42.4132331Z tiktoken 0.7.0 2024-08-22T20:28:42.4133816Z tokenizers 0.19.1 2024-08-22T20:28:42.4135242Z toml 0.10.2 2024-08-22T20:28:42.4136903Z tomli 2.0.1 2024-08-22T20:28:42.4138428Z torch 2.5.0.dev20240814+cpu 2024-08-22T20:28:42.4139886Z torchao 0.4.0+gite11201a 2024-08-22T20:28:42.4141296Z tornado 6.4.1 2024-08-22T20:28:42.4142805Z tqdm 4.66.5 2024-08-22T20:28:42.4144289Z tqdm-multiprocess 0.0.11 2024-08-22T20:28:42.4145677Z transformers 4.44.2 2024-08-22T20:28:42.4147170Z typepy 1.3.2 2024-08-22T20:28:42.4148567Z typing_extensions 4.12.2 2024-08-22T20:28:42.4150071Z tzdata 2024.1 2024-08-22T20:28:42.4151488Z urllib3 2.2.2 2024-08-22T20:28:42.4152946Z watchdog 4.0.2 2024-08-22T20:28:42.4154358Z Werkzeug 3.0.4 2024-08-22T20:28:42.4155848Z wheel 0.44.0 2024-08-22T20:28:42.4157403Z word2number 1.1 2024-08-22T20:28:42.4158824Z xxhash 3.5.0 2024-08-22T20:28:42.4160149Z yarl 1.9.4 2024-08-22T20:28:42.4161655Z zstandard 0.23.0 2024-08-22T20:28:42.4163251Z zstd 1.5.5.1 2024-08-22T20:28:43.5997995Z torch: ('2.5.0.dev20240814+cpu', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:28:43.8146969Z ##[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:43.8149730Z 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:43.8217339Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:43.8217847Z env: 2024-08-22T20:28:43.8218201Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:28:43.8218723Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:28:43.8219289Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:43.8220037Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:28:43.8220659Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:43.8221290Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:43.8221845Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:43.8222417Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:43.8222979Z ##[endgroup] 2024-08-22T20:28:43.8324008Z + MODEL_REPO=tinyllamas/stories15M 2024-08-22T20:28:43.8325633Z + 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:43.8327320Z + CHECKPOINT_NAME=stories15M 2024-08-22T20:28:43.8328194Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-08-22T20:28:43.8341573Z + pushd checkpoints/tinyllamas/stories15M 2024-08-22T20:28:43.8342355Z + IFS=, 2024-08-22T20:28:43.8342719Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:43.8343494Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-08-22T20:28:43.8344511Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-08-22T20:28:43.8345329Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:43.8346125Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:43.9091941Z --2024-08-22 20:28:43-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:28:43.9209795Z Resolving huggingface.co (huggingface.co)... 18.238.49.10, 18.238.49.70, 18.238.49.112, ... 2024-08-22T20:28:43.9315530Z Connecting to huggingface.co (huggingface.co)|18.238.49.10|:443... connected. 2024-08-22T20:28:43.9936166Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:43.9945797Z 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=1724617338&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzMzOH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=f1ZHqXa6KImnUwA63gTrv9x13BSVC%7EqMQmfdoui8ED8v8gRi2oYs5U0B%7EWDyByLVArLhlV37HyJURKfPMSVfWGJw7KqB0oFqgDw-ijNp4EtF0M1LvS5AhHLLaNEGo9qALmHmCwLGYDw28M151zvvaN5R6KEvHmgZcYB1gt49foS21yU3xn8tB0-vRLRHhsUQThQPqOQG3OHRci8CkP4o25g38t-VaKbNypL1JR%7ERPJ9B%7ECxMYBuZZq9TZCwvdYeuVPD8BBNYFiSBpYQdCC%7Evh6ZNEqpS5uzWAjT9V76hFPWwKa9OnTWohJ63DQlWPLfgKJu7n565GhtP6M6qnaVeMA__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:28:43.9960342Z --2024-08-22 20:28:43-- 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=1724617338&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxNzMzOH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=f1ZHqXa6KImnUwA63gTrv9x13BSVC%7EqMQmfdoui8ED8v8gRi2oYs5U0B%7EWDyByLVArLhlV37HyJURKfPMSVfWGJw7KqB0oFqgDw-ijNp4EtF0M1LvS5AhHLLaNEGo9qALmHmCwLGYDw28M151zvvaN5R6KEvHmgZcYB1gt49foS21yU3xn8tB0-vRLRHhsUQThQPqOQG3OHRci8CkP4o25g38t-VaKbNypL1JR%7ERPJ9B%7ECxMYBuZZq9TZCwvdYeuVPD8BBNYFiSBpYQdCC%7Evh6ZNEqpS5uzWAjT9V76hFPWwKa9OnTWohJ63DQlWPLfgKJu7n565GhtP6M6qnaVeMA__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:28:44.0305379Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.121, 108.138.64.36, 108.138.64.111, ... 2024-08-22T20:28:44.0361919Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.121|:443... connected. 2024-08-22T20:28:44.0581744Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:44.0582503Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:28:44.0583214Z Saving to: ‘stories15M.pt’ 2024-08-22T20:28:44.0583691Z 2024-08-22T20:28:44.0638347Z 0K .......... .......... .......... .......... .......... 0% 8.92M 6s 2024-08-22T20:28:44.0694454Z 50K .......... .......... .......... .......... .......... 0% 8.70M 7s 2024-08-22T20:28:44.0714980Z 100K .......... .......... .......... .......... .......... 0% 23.6M 5s 2024-08-22T20:28:44.0751707Z 150K .......... .......... .......... .......... .......... 0% 13.3M 5s 2024-08-22T20:28:44.0771512Z 200K .......... .......... .......... .......... .......... 0% 24.6M 4s 2024-08-22T20:28:44.0782478Z 250K .......... .......... .......... .......... .......... 0% 45.5M 4s 2024-08-22T20:28:44.0800450Z 300K .......... .......... .......... .......... .......... 0% 26.9M 4s 2024-08-22T20:28:44.0816513Z 350K .......... .......... .......... .......... .......... 0% 30.4M 3s 2024-08-22T20:28:44.0823920Z 400K .......... .......... .......... .......... .......... 0% 65.8M 3s 2024-08-22T20:28:44.0834854Z 450K .......... .......... .......... .......... .......... 0% 44.6M 3s 2024-08-22T20:28:44.0843943Z 500K .......... .......... .......... .......... .......... 0% 53.4M 3s 2024-08-22T20:28:44.0850451Z 550K .......... .......... .......... .......... .......... 1% 75.0M 3s 2024-08-22T20:28:44.0858825Z 600K .......... .......... .......... .......... .......... 1% 58.8M 2s 2024-08-22T20:28:44.0864990Z 650K .......... .......... .......... .......... .......... 1% 78.9M 2s 2024-08-22T20:28:44.0871999Z 700K .......... .......... .......... .......... .......... 1% 70.3M 2s 2024-08-22T20:28:44.0879514Z 750K .......... .......... .......... .......... .......... 1% 63.9M 2s 2024-08-22T20:28:44.0883226Z 800K .......... .......... .......... .......... .......... 1% 132M 2s 2024-08-22T20:28:44.0888176Z 850K .......... .......... .......... .......... .......... 1% 99.2M 2s 2024-08-22T20:28:44.0893409Z 900K .......... .......... .......... .......... .......... 1% 92.9M 2s 2024-08-22T20:28:44.0898679Z 950K .......... .......... .......... .......... .......... 1% 92.4M 2s 2024-08-22T20:28:44.0904235Z 1000K .......... .......... .......... .......... .......... 1% 91.6M 2s 2024-08-22T20:28:44.0907802Z 1050K .......... .......... .......... .......... .......... 1% 132M 2s 2024-08-22T20:28:44.0913282Z 1100K .......... .......... .......... .......... .......... 1% 88.4M 2s 2024-08-22T20:28:44.0917034Z 1150K .......... .......... .......... .......... .......... 2% 137M 2s 2024-08-22T20:28:44.0920355Z 1200K .......... .......... .......... .......... .......... 2% 140M 2s 2024-08-22T20:28:44.0925201Z 1250K .......... .......... .......... .......... .......... 2% 99.5M 2s 2024-08-22T20:28:44.0929322Z 1300K .......... .......... .......... .......... .......... 2% 120M 1s 2024-08-22T20:28:44.0931859Z 1350K .......... .......... .......... .......... .......... 2% 189M 1s 2024-08-22T20:28:44.0934940Z 1400K .......... .......... .......... .......... .......... 2% 167M 1s 2024-08-22T20:28:44.0938197Z 1450K .......... .......... .......... .......... .......... 2% 146M 1s 2024-08-22T20:28:44.0942817Z 1500K .......... .......... .......... .......... .......... 2% 106M 1s 2024-08-22T20:28:44.0945718Z 1550K .......... .......... .......... .......... .......... 2% 165M 1s 2024-08-22T20:28:44.0948146Z 1600K .......... .......... .......... .......... .......... 2% 203M 1s 2024-08-22T20:28:44.0950699Z 1650K .......... .......... .......... .......... .......... 2% 198M 1s 2024-08-22T20:28:44.0953003Z 1700K .......... .......... .......... .......... .......... 2% 203M 1s 2024-08-22T20:28:44.0957955Z 1750K .......... .......... .......... .......... .......... 3% 99.4M 1s 2024-08-22T20:28:44.0960404Z 1800K .......... .......... .......... .......... .......... 3% 207M 1s 2024-08-22T20:28:44.0963227Z 1850K .......... .......... .......... .......... .......... 3% 166M 1s 2024-08-22T20:28:44.0965551Z 1900K .......... .......... .......... .......... .......... 3% 209M 1s 2024-08-22T20:28:44.0968515Z 1950K .......... .......... .......... .......... .......... 3% 165M 1s 2024-08-22T20:28:44.0970941Z 2000K .......... .......... .......... .......... .......... 3% 203M 1s 2024-08-22T20:28:44.0973186Z 2050K .......... .......... .......... .......... .......... 3% 211M 1s 2024-08-22T20:28:44.0975940Z 2100K .......... .......... .......... .......... .......... 3% 193M 1s 2024-08-22T20:28:44.0978722Z 2150K .......... .......... .......... .......... .......... 3% 174M 1s 2024-08-22T20:28:44.0981043Z 2200K .......... .......... .......... .......... .......... 3% 198M 1s 2024-08-22T20:28:44.0987400Z 2250K .......... .......... .......... .......... .......... 3% 77.9M 1s 2024-08-22T20:28:44.0989697Z 2300K .......... .......... .......... .......... .......... 3% 206M 1s 2024-08-22T20:28:44.0997829Z 2350K .......... .......... .......... .......... .......... 4% 60.2M 1s 2024-08-22T20:28:44.1000135Z 2400K .......... .......... .......... .......... .......... 4% 214M 1s 2024-08-22T20:28:44.1002366Z 2450K .......... .......... .......... .......... .......... 4% 211M 1s 2024-08-22T20:28:44.1004807Z 2500K .......... .......... .......... .......... .......... 4% 202M 1s 2024-08-22T20:28:44.1007594Z 2550K .......... .......... .......... .......... .......... 4% 181M 1s 2024-08-22T20:28:44.1009845Z 2600K .......... .......... .......... .......... .......... 4% 209M 1s 2024-08-22T20:28:44.1012211Z 2650K .......... .......... .......... .......... .......... 4% 207M 1s 2024-08-22T20:28:44.1014708Z 2700K .......... .......... .......... .......... .......... 4% 197M 1s 2024-08-22T20:28:44.1017672Z 2750K .......... .......... .......... .......... .......... 4% 164M 1s 2024-08-22T20:28:44.1020032Z 2800K .......... .......... .......... .......... .......... 4% 202M 1s 2024-08-22T20:28:44.1022597Z 2850K .......... .......... .......... .......... .......... 4% 196M 1s 2024-08-22T20:28:44.1025129Z 2900K .......... .......... .......... .......... .......... 4% 196M 1s 2024-08-22T20:28:44.1028002Z 2950K .......... .......... .......... .......... .......... 5% 187M 1s 2024-08-22T20:28:44.1030290Z 3000K .......... .......... .......... .......... .......... 5% 191M 1s 2024-08-22T20:28:44.1032719Z 3050K .......... .......... .......... .......... .......... 5% 196M 1s 2024-08-22T20:28:44.1035351Z 3100K .......... .......... .......... .......... .......... 5% 209M 1s 2024-08-22T20:28:44.1037908Z 3150K .......... .......... .......... .......... .......... 5% 174M 1s 2024-08-22T20:28:44.1040203Z 3200K .......... .......... .......... .......... .......... 5% 206M 1s 2024-08-22T20:28:44.1042567Z 3250K .......... .......... .......... .......... .......... 5% 215M 1s 2024-08-22T20:28:44.1044849Z 3300K .......... .......... .......... .......... .......... 5% 212M 1s 2024-08-22T20:28:44.1047327Z 3350K .......... .......... .......... .......... .......... 5% 192M 1s 2024-08-22T20:28:44.1049839Z 3400K .......... .......... .......... .......... .......... 5% 203M 1s 2024-08-22T20:28:44.1052102Z 3450K .......... .......... .......... .......... .......... 5% 209M 1s 2024-08-22T20:28:44.1054569Z 3500K .......... .......... .......... .......... .......... 5% 207M 1s 2024-08-22T20:28:44.1057479Z 3550K .......... .......... .......... .......... .......... 6% 165M 1s 2024-08-22T20:28:44.1059790Z 3600K .......... .......... .......... .......... .......... 6% 204M 1s 2024-08-22T20:28:44.1061956Z 3650K .......... .......... .......... .......... .......... 6% 219M 1s 2024-08-22T20:28:44.1064326Z 3700K .......... .......... .......... .......... .......... 6% 222M 1s 2024-08-22T20:28:44.1066755Z 3750K .......... .......... .......... .......... .......... 6% 190M 1s 2024-08-22T20:28:44.1069131Z 3800K .......... .......... .......... .......... .......... 6% 204M 1s 2024-08-22T20:28:44.1071624Z 3850K .......... .......... .......... .......... .......... 6% 202M 1s 2024-08-22T20:28:44.1073869Z 3900K .......... .......... .......... .......... .......... 6% 217M 1s 2024-08-22T20:28:44.1077042Z 3950K .......... .......... .......... .......... .......... 6% 159M 1s 2024-08-22T20:28:44.1079818Z 4000K .......... .......... .......... .......... .......... 6% 172M 1s 2024-08-22T20:28:44.1082690Z 4050K .......... .......... .......... .......... .......... 6% 174M 1s 2024-08-22T20:28:44.1085906Z 4100K .......... .......... .......... .......... .......... 6% 162M 1s 2024-08-22T20:28:44.1088742Z 4150K .......... .......... .......... .......... .......... 7% 160M 1s 2024-08-22T20:28:44.1092444Z 4200K .......... .......... .......... .......... .......... 7% 170M 1s 2024-08-22T20:28:44.1094412Z 4250K .......... .......... .......... .......... .......... 7% 182M 1s 2024-08-22T20:28:44.1097680Z 4300K .......... .......... .......... .......... .......... 7% 147M 1s 2024-08-22T20:28:44.1101127Z 4350K .......... .......... .......... .......... .......... 7% 143M 1s 2024-08-22T20:28:44.1103432Z 4400K .......... .......... .......... .......... .......... 7% 195M 1s 2024-08-22T20:28:44.1106034Z 4450K .......... .......... .......... .......... .......... 7% 197M 1s 2024-08-22T20:28:44.1108657Z 4500K .......... .......... .......... .......... .......... 7% 184M 1s 2024-08-22T20:28:44.1112170Z 4550K .......... .......... .......... .......... .......... 7% 147M 1s 2024-08-22T20:28:44.1114874Z 4600K .......... .......... .......... .......... .......... 7% 167M 1s 2024-08-22T20:28:44.1117946Z 4650K .......... .......... .......... .......... .......... 7% 170M 1s 2024-08-22T20:28:44.1120564Z 4700K .......... .......... .......... .......... .......... 8% 178M 1s 2024-08-22T20:28:44.1124202Z 4750K .......... .......... .......... .......... .......... 8% 133M 1s 2024-08-22T20:28:44.1127230Z 4800K .......... .......... .......... .......... .......... 8% 161M 1s 2024-08-22T20:28:44.1129853Z 4850K .......... .......... .......... .......... .......... 8% 183M 1s 2024-08-22T20:28:44.1132525Z 4900K .......... .......... .......... .......... .......... 8% 188M 1s 2024-08-22T20:28:44.1135263Z 4950K .......... .......... .......... .......... .......... 8% 172M 1s 2024-08-22T20:28:44.1138061Z 5000K .......... .......... .......... .......... .......... 8% 176M 1s 2024-08-22T20:28:44.1141296Z 5050K .......... .......... .......... .......... .......... 8% 162M 1s 2024-08-22T20:28:44.1144113Z 5100K .......... .......... .......... .......... .......... 8% 168M 1s 2024-08-22T20:28:44.1147521Z 5150K .......... .......... .......... .......... .......... 8% 138M 1s 2024-08-22T20:28:44.1150808Z 5200K .......... .......... .......... .......... .......... 8% 158M 1s 2024-08-22T20:28:44.1153552Z 5250K .......... .......... .......... .......... .......... 8% 173M 1s 2024-08-22T20:28:44.1156127Z 5300K .......... .......... .......... .......... .......... 9% 185M 1s 2024-08-22T20:28:44.1158767Z 5350K .......... .......... .......... .......... .......... 9% 174M 1s 2024-08-22T20:28:44.1161355Z 5400K .......... .......... .......... .......... .......... 9% 196M 1s 2024-08-22T20:28:44.1164342Z 5450K .......... .......... .......... .......... .......... 9% 172M 1s 2024-08-22T20:28:44.1167195Z 5500K .......... .......... .......... .......... .......... 9% 165M 1s 2024-08-22T20:28:44.1179614Z 5550K .......... .......... .......... .......... .......... 9% 39.6M 1s 2024-08-22T20:28:44.1182575Z 5600K .......... .......... .......... .......... .......... 9% 162M 1s 2024-08-22T20:28:44.1185269Z 5650K .......... .......... .......... .......... .......... 9% 177M 1s 2024-08-22T20:28:44.1188020Z 5700K .......... .......... .......... .......... .......... 9% 185M 1s 2024-08-22T20:28:44.1191439Z 5750K .......... .......... .......... .......... .......... 9% 143M 1s 2024-08-22T20:28:44.1194282Z 5800K .......... .......... .......... .......... .......... 9% 170M 1s 2024-08-22T20:28:44.1197592Z 5850K .......... .......... .......... .......... .......... 9% 192M 1s 2024-08-22T20:28:44.1199432Z 5900K .......... .......... .......... .......... .......... 10% 183M 1s 2024-08-22T20:28:44.1202973Z 5950K .......... .......... .......... .......... .......... 10% 137M 1s 2024-08-22T20:28:44.1206408Z 6000K .......... .......... .......... .......... .......... 10% 192M 1s 2024-08-22T20:28:44.1208392Z 6050K .......... .......... .......... .......... .......... 10% 168M 1s 2024-08-22T20:28:44.1211456Z 6100K .......... .......... .......... .......... .......... 10% 168M 1s 2024-08-22T20:28:44.1215109Z 6150K .......... .......... .......... .......... .......... 10% 143M 1s 2024-08-22T20:28:44.1218179Z 6200K .......... .......... .......... .......... .......... 10% 144M 1s 2024-08-22T20:28:44.1220877Z 6250K .......... .......... .......... .......... .......... 10% 177M 1s 2024-08-22T20:28:44.1223807Z 6300K .......... .......... .......... .......... .......... 10% 179M 1s 2024-08-22T20:28:44.1227439Z 6350K .......... .......... .......... .......... .......... 10% 129M 1s 2024-08-22T20:28:44.1229855Z 6400K .......... .......... .......... .......... .......... 10% 197M 1s 2024-08-22T20:28:44.1232309Z 6450K .......... .......... .......... .......... .......... 10% 197M 1s 2024-08-22T20:28:44.1234904Z 6500K .......... .......... .......... .......... .......... 11% 194M 1s 2024-08-22T20:28:44.1237683Z 6550K .......... .......... .......... .......... .......... 11% 170M 1s 2024-08-22T20:28:44.1240353Z 6600K .......... .......... .......... .......... .......... 11% 194M 1s 2024-08-22T20:28:44.1243298Z 6650K .......... .......... .......... .......... .......... 11% 164M 1s 2024-08-22T20:28:44.1246216Z 6700K .......... .......... .......... .......... .......... 11% 166M 1s 2024-08-22T20:28:44.1249742Z 6750K .......... .......... .......... .......... .......... 11% 138M 1s 2024-08-22T20:28:44.1252466Z 6800K .......... .......... .......... .......... .......... 11% 178M 1s 2024-08-22T20:28:44.1255021Z 6850K .......... .......... .......... .......... .......... 11% 188M 1s 2024-08-22T20:28:44.1258250Z 6900K .......... .......... .......... .......... .......... 11% 161M 1s 2024-08-22T20:28:44.1261730Z 6950K .......... .......... .......... .......... .......... 11% 140M 1s 2024-08-22T20:28:44.1264792Z 7000K .......... .......... .......... .......... .......... 11% 163M 1s 2024-08-22T20:28:44.1267880Z 7050K .......... .......... .......... .......... .......... 11% 155M 1s 2024-08-22T20:28:44.1270366Z 7100K .......... .......... .......... .......... .......... 12% 186M 1s 2024-08-22T20:28:44.1273414Z 7150K .......... .......... .......... .......... .......... 12% 162M 0s 2024-08-22T20:28:44.1276340Z 7200K .......... .......... .......... .......... .......... 12% 167M 0s 2024-08-22T20:28:44.1279181Z 7250K .......... .......... .......... .......... .......... 12% 171M 0s 2024-08-22T20:28:44.1282307Z 7300K .......... .......... .......... .......... .......... 12% 163M 0s 2024-08-22T20:28:44.1285696Z 7350K .......... .......... .......... .......... .......... 12% 139M 0s 2024-08-22T20:28:44.1288113Z 7400K .......... .......... .......... .......... .......... 12% 192M 0s 2024-08-22T20:28:44.1290944Z 7450K .......... .......... .......... .......... .......... 12% 181M 0s 2024-08-22T20:28:44.1294166Z 7500K .......... .......... .......... .......... .......... 12% 160M 0s 2024-08-22T20:28:44.1297570Z 7550K .......... .......... .......... .......... .......... 12% 140M 0s 2024-08-22T20:28:44.1300562Z 7600K .......... .......... .......... .......... .......... 12% 159M 0s 2024-08-22T20:28:44.1303491Z 7650K .......... .......... .......... .......... .......... 12% 168M 0s 2024-08-22T20:28:44.1306286Z 7700K .......... .......... .......... .......... .......... 13% 175M 0s 2024-08-22T20:28:44.1309455Z 7750K .......... .......... .......... .......... .......... 13% 152M 0s 2024-08-22T20:28:44.1312187Z 7800K .......... .......... .......... .......... .......... 13% 178M 0s 2024-08-22T20:28:44.1314928Z 7850K .......... .......... .......... .......... .......... 13% 175M 0s 2024-08-22T20:28:44.1317754Z 7900K .......... .......... .......... .......... .......... 13% 178M 0s 2024-08-22T20:28:44.1320989Z 7950K .......... .......... .......... .......... .......... 13% 147M 0s 2024-08-22T20:28:44.1323690Z 8000K .......... .......... .......... .......... .......... 13% 179M 0s 2024-08-22T20:28:44.1326292Z 8050K .......... .......... .......... .......... .......... 13% 194M 0s 2024-08-22T20:28:44.1329164Z 8100K .......... .......... .......... .......... .......... 13% 176M 0s 2024-08-22T20:28:44.1332534Z 8150K .......... .......... .......... .......... .......... 13% 139M 0s 2024-08-22T20:28:44.1335184Z 8200K .......... .......... .......... .......... .......... 13% 183M 0s 2024-08-22T20:28:44.1338352Z 8250K .......... .......... .......... .......... .......... 13% 159M 0s 2024-08-22T20:28:44.1341440Z 8300K .......... .......... .......... .......... .......... 14% 160M 0s 2024-08-22T20:28:44.1344941Z 8350K .......... .......... .......... .......... .......... 14% 133M 0s 2024-08-22T20:28:44.1347822Z 8400K .......... .......... .......... .......... .......... 14% 183M 0s 2024-08-22T20:28:44.1350779Z 8450K .......... .......... .......... .......... .......... 14% 161M 0s 2024-08-22T20:28:44.1353540Z 8500K .......... .......... .......... .......... .......... 14% 185M 0s 2024-08-22T20:28:44.1356803Z 8550K .......... .......... .......... .......... .......... 14% 144M 0s 2024-08-22T20:28:44.1359754Z 8600K .......... .......... .......... .......... .......... 14% 157M 0s 2024-08-22T20:28:44.1362588Z 8650K .......... .......... .......... .......... .......... 14% 189M 0s 2024-08-22T20:28:44.1365451Z 8700K .......... .......... .......... .......... .......... 14% 165M 0s 2024-08-22T20:28:44.1368531Z 8750K .......... .......... .......... .......... .......... 14% 159M 0s 2024-08-22T20:28:44.1371507Z 8800K .......... .......... .......... .......... .......... 14% 162M 0s 2024-08-22T20:28:44.1374405Z 8850K .......... .......... .......... .......... .......... 14% 170M 0s 2024-08-22T20:28:44.1377298Z 8900K .......... .......... .......... .......... .......... 15% 163M 0s 2024-08-22T20:28:44.1380396Z 8950K .......... .......... .......... .......... .......... 15% 166M 0s 2024-08-22T20:28:44.1382868Z 9000K .......... .......... .......... .......... .......... 15% 185M 0s 2024-08-22T20:28:44.1385721Z 9050K .......... .......... .......... .......... .......... 15% 179M 0s 2024-08-22T20:28:44.1388605Z 9100K .......... .......... .......... .......... .......... 15% 166M 0s 2024-08-22T20:28:44.1392156Z 9150K .......... .......... .......... .......... .......... 15% 138M 0s 2024-08-22T20:28:44.1395101Z 9200K .......... .......... .......... .......... .......... 15% 164M 0s 2024-08-22T20:28:44.1397759Z 9250K .......... .......... .......... .......... .......... 15% 186M 0s 2024-08-22T20:28:44.1400180Z 9300K .......... .......... .......... .......... .......... 15% 201M 0s 2024-08-22T20:28:44.1403016Z 9350K .......... .......... .......... .......... .......... 15% 169M 0s 2024-08-22T20:28:44.1405466Z 9400K .......... .......... .......... .......... .......... 15% 196M 0s 2024-08-22T20:28:44.1408185Z 9450K .......... .......... .......... .......... .......... 16% 188M 0s 2024-08-22T20:28:44.1410994Z 9500K .......... .......... .......... .......... .......... 16% 178M 0s 2024-08-22T20:28:44.1414164Z 9550K .......... .......... .......... .......... .......... 16% 146M 0s 2024-08-22T20:28:44.1417258Z 9600K .......... .......... .......... .......... .......... 16% 167M 0s 2024-08-22T20:28:44.1420206Z 9650K .......... .......... .......... .......... .......... 16% 165M 0s 2024-08-22T20:28:44.1422867Z 9700K .......... .......... .......... .......... .......... 16% 183M 0s 2024-08-22T20:28:44.1425487Z 9750K .......... .......... .......... .......... .......... 16% 172M 0s 2024-08-22T20:28:44.1428458Z 9800K .......... .......... .......... .......... .......... 16% 176M 0s 2024-08-22T20:28:44.1431520Z 9850K .......... .......... .......... .......... .......... 16% 158M 0s 2024-08-22T20:28:44.1434488Z 9900K .......... .......... .......... .......... .......... 16% 168M 0s 2024-08-22T20:28:44.1437569Z 9950K .......... .......... .......... .......... .......... 16% 156M 0s 2024-08-22T20:28:44.1440056Z 10000K .......... .......... .......... .......... .......... 16% 188M 0s 2024-08-22T20:28:44.1442733Z 10050K .......... .......... .......... .......... .......... 17% 185M 0s 2024-08-22T20:28:44.1445563Z 10100K .......... .......... .......... .......... .......... 17% 176M 0s 2024-08-22T20:28:44.1448908Z 10150K .......... .......... .......... .......... .......... 17% 141M 0s 2024-08-22T20:28:44.1451837Z 10200K .......... .......... .......... .......... .......... 17% 174M 0s 2024-08-22T20:28:44.1454250Z 10250K .......... .......... .......... .......... .......... 17% 195M 0s 2024-08-22T20:28:44.1457316Z 10300K .......... .......... .......... .......... .......... 17% 165M 0s 2024-08-22T20:28:44.1460478Z 10350K .......... .......... .......... .......... .......... 17% 148M 0s 2024-08-22T20:28:44.1463556Z 10400K .......... .......... .......... .......... .......... 17% 163M 0s 2024-08-22T20:28:44.1466438Z 10450K .......... .......... .......... .......... .......... 17% 167M 0s 2024-08-22T20:28:44.1469099Z 10500K .......... .......... .......... .......... .......... 17% 188M 0s 2024-08-22T20:28:44.1472581Z 10550K .......... .......... .......... .......... .......... 17% 138M 0s 2024-08-22T20:28:44.1475866Z 10600K .......... .......... .......... .......... .......... 17% 153M 0s 2024-08-22T20:28:44.1478798Z 10650K .......... .......... .......... .......... .......... 18% 163M 0s 2024-08-22T20:28:44.1481490Z 10700K .......... .......... .......... .......... .......... 18% 179M 0s 2024-08-22T20:28:44.1484544Z 10750K .......... .......... .......... .......... .......... 18% 161M 0s 2024-08-22T20:28:44.1487063Z 10800K .......... .......... .......... .......... .......... 18% 197M 0s 2024-08-22T20:28:44.1489665Z 10850K .......... .......... .......... .......... .......... 18% 184M 0s 2024-08-22T20:28:44.1492351Z 10900K .......... .......... .......... .......... .......... 18% 193M 0s 2024-08-22T20:28:44.1495039Z 10950K .......... .......... .......... .......... .......... 18% 173M 0s 2024-08-22T20:28:44.1497884Z 11000K .......... .......... .......... .......... .......... 18% 175M 0s 2024-08-22T20:28:44.1501159Z 11050K .......... .......... .......... .......... .......... 18% 153M 0s 2024-08-22T20:28:44.1503980Z 11100K .......... .......... .......... .......... .......... 18% 164M 0s 2024-08-22T20:28:44.1507044Z 11150K .......... .......... .......... .......... .......... 18% 158M 0s 2024-08-22T20:28:44.1509549Z 11200K .......... .......... .......... .......... .......... 18% 196M 0s 2024-08-22T20:28:44.1512086Z 11250K .......... .......... .......... .......... .......... 19% 193M 0s 2024-08-22T20:28:44.1515281Z 11300K .......... .......... .......... .......... .......... 19% 159M 0s 2024-08-22T20:28:44.1518244Z 11350K .......... .......... .......... .......... .......... 19% 163M 0s 2024-08-22T20:28:44.1520632Z 11400K .......... .......... .......... .......... .......... 19% 196M 0s 2024-08-22T20:28:44.1523662Z 11450K .......... .......... .......... .......... .......... 19% 166M 0s 2024-08-22T20:28:44.1526420Z 11500K .......... .......... .......... .......... .......... 19% 175M 0s 2024-08-22T20:28:44.1529423Z 11550K .......... .......... .......... .......... .......... 19% 162M 0s 2024-08-22T20:28:44.1532300Z 11600K .......... .......... .......... .......... .......... 19% 174M 0s 2024-08-22T20:28:44.1535022Z 11650K .......... .......... .......... .......... .......... 19% 177M 0s 2024-08-22T20:28:44.1538134Z 11700K .......... .......... .......... .......... .......... 19% 160M 0s 2024-08-22T20:28:44.1541566Z 11750K .......... .......... .......... .......... .......... 19% 144M 0s 2024-08-22T20:28:44.1544338Z 11800K .......... .......... .......... .......... .......... 19% 171M 0s 2024-08-22T20:28:44.1547432Z 11850K .......... .......... .......... .......... .......... 20% 158M 0s 2024-08-22T20:28:44.1550124Z 11900K .......... .......... .......... .......... .......... 20% 187M 0s 2024-08-22T20:28:44.1553523Z 11950K .......... .......... .......... .......... .......... 20% 144M 0s 2024-08-22T20:28:44.1556407Z 12000K .......... .......... .......... .......... .......... 20% 166M 0s 2024-08-22T20:28:44.1559174Z 12050K .......... .......... .......... .......... .......... 20% 175M 0s 2024-08-22T20:28:44.1562090Z 12100K .......... .......... .......... .......... .......... 20% 167M 0s 2024-08-22T20:28:44.1565553Z 12150K .......... .......... .......... .......... .......... 20% 144M 0s 2024-08-22T20:28:44.1568495Z 12200K .......... .......... .......... .......... .......... 20% 162M 0s 2024-08-22T20:28:44.1572052Z 12250K .......... .......... .......... .......... .......... 20% 158M 0s 2024-08-22T20:28:44.1574797Z 12300K .......... .......... .......... .......... .......... 20% 164M 0s 2024-08-22T20:28:44.1578637Z 12350K .......... .......... .......... .......... .......... 20% 126M 0s 2024-08-22T20:28:44.1581616Z 12400K .......... .......... .......... .......... .......... 20% 164M 0s 2024-08-22T20:28:44.1584149Z 12450K .......... .......... .......... .......... .......... 21% 186M 0s 2024-08-22T20:28:44.1586798Z 12500K .......... .......... .......... .......... .......... 21% 196M 0s 2024-08-22T20:28:44.1589576Z 12550K .......... .......... .......... .......... .......... 21% 169M 0s 2024-08-22T20:28:44.1592169Z 12600K .......... .......... .......... .......... .......... 21% 193M 0s 2024-08-22T20:28:44.1594747Z 12650K .......... .......... .......... .......... .......... 21% 185M 0s 2024-08-22T20:28:44.1597244Z 12700K .......... .......... .......... .......... .......... 21% 198M 0s 2024-08-22T20:28:44.1600279Z 12750K .......... .......... .......... .......... .......... 21% 159M 0s 2024-08-22T20:28:44.1603014Z 12800K .......... .......... .......... .......... .......... 21% 182M 0s 2024-08-22T20:28:44.1605936Z 12850K .......... .......... .......... .......... .......... 21% 186M 0s 2024-08-22T20:28:44.1608733Z 12900K .......... .......... .......... .......... .......... 21% 166M 0s 2024-08-22T20:28:44.1611655Z 12950K .......... .......... .......... .......... .......... 21% 151M 0s 2024-08-22T20:28:44.1614314Z 13000K .......... .......... .......... .......... .......... 21% 185M 0s 2024-08-22T20:28:44.1617577Z 13050K .......... .......... .......... .......... .......... 22% 170M 0s 2024-08-22T20:28:44.1620439Z 13100K .......... .......... .......... .......... .......... 22% 160M 0s 2024-08-22T20:28:44.1623852Z 13150K .......... .......... .......... .......... .......... 22% 138M 0s 2024-08-22T20:28:44.1627118Z 13200K .......... .......... .......... .......... .......... 22% 156M 0s 2024-08-22T20:28:44.1630022Z 13250K .......... .......... .......... .......... .......... 22% 167M 0s 2024-08-22T20:28:44.1632774Z 13300K .......... .......... .......... .......... .......... 22% 175M 0s 2024-08-22T20:28:44.1635752Z 13350K .......... .......... .......... .......... .......... 22% 164M 0s 2024-08-22T20:28:44.1638709Z 13400K .......... .......... .......... .......... .......... 22% 162M 0s 2024-08-22T20:28:44.1641802Z 13450K .......... .......... .......... .......... .......... 22% 168M 0s 2024-08-22T20:28:44.1644410Z 13500K .......... .......... .......... .......... .......... 22% 176M 0s 2024-08-22T20:28:44.1647930Z 13550K .......... .......... .......... .......... .......... 22% 137M 0s 2024-08-22T20:28:44.1650776Z 13600K .......... .......... .......... .......... .......... 22% 183M 0s 2024-08-22T20:28:44.1653338Z 13650K .......... .......... .......... .......... .......... 23% 185M 0s 2024-08-22T20:28:44.1656517Z 13700K .......... .......... .......... .......... .......... 23% 164M 0s 2024-08-22T20:28:44.1659719Z 13750K .......... .......... .......... .......... .......... 23% 141M 0s 2024-08-22T20:28:44.1662886Z 13800K .......... .......... .......... .......... .......... 23% 157M 0s 2024-08-22T20:28:44.1665523Z 13850K .......... .......... .......... .......... .......... 23% 178M 0s 2024-08-22T20:28:44.1668291Z 13900K .......... .......... .......... .......... .......... 23% 178M 0s 2024-08-22T20:28:44.1671709Z 13950K .......... .......... .......... .......... .......... 23% 144M 0s 2024-08-22T20:28:44.1674787Z 14000K .......... .......... .......... .......... .......... 23% 162M 0s 2024-08-22T20:28:44.1678003Z 14050K .......... .......... .......... .......... .......... 23% 155M 0s 2024-08-22T20:28:44.1680984Z 14100K .......... .......... .......... .......... .......... 23% 159M 0s 2024-08-22T20:28:44.1684109Z 14150K .......... .......... .......... .......... .......... 23% 153M 0s 2024-08-22T20:28:44.1686686Z 14200K .......... .......... .......... .......... .......... 24% 195M 0s 2024-08-22T20:28:44.1689248Z 14250K .......... .......... .......... .......... .......... 24% 186M 0s 2024-08-22T20:28:44.1691897Z 14300K .......... .......... .......... .......... .......... 24% 189M 0s 2024-08-22T20:28:44.1695232Z 14350K .......... .......... .......... .......... .......... 24% 142M 0s 2024-08-22T20:28:44.1698746Z 14400K .......... .......... .......... .......... .......... 24% 148M 0s 2024-08-22T20:28:44.1701457Z 14450K .......... .......... .......... .......... .......... 24% 174M 0s 2024-08-22T20:28:44.1704136Z 14500K .......... .......... .......... .......... .......... 24% 182M 0s 2024-08-22T20:28:44.1707632Z 14550K .......... .......... .......... .......... .......... 24% 134M 0s 2024-08-22T20:28:44.1710792Z 14600K .......... .......... .......... .......... .......... 24% 170M 0s 2024-08-22T20:28:44.1713502Z 14650K .......... .......... .......... .......... .......... 24% 166M 0s 2024-08-22T20:28:44.1716393Z 14700K .......... .......... .......... .......... .......... 24% 173M 0s 2024-08-22T20:28:44.1719954Z 14750K .......... .......... .......... .......... .......... 24% 136M 0s 2024-08-22T20:28:44.1723039Z 14800K .......... .......... .......... .......... .......... 25% 169M 0s 2024-08-22T20:28:44.1725389Z 14850K .......... .......... .......... .......... .......... 25% 184M 0s 2024-08-22T20:28:44.1728021Z 14900K .......... .......... .......... .......... .......... 25% 189M 0s 2024-08-22T20:28:44.1730873Z 14950K .......... .......... .......... .......... .......... 25% 168M 0s 2024-08-22T20:28:44.1734193Z 15000K .......... .......... .......... .......... .......... 25% 162M 0s 2024-08-22T20:28:44.1736988Z 15050K .......... .......... .......... .......... .......... 25% 156M 0s 2024-08-22T20:28:44.1739733Z 15100K .......... .......... .......... .......... .......... 25% 183M 0s 2024-08-22T20:28:44.1743140Z 15150K .......... .......... .......... .......... .......... 25% 151M 0s 2024-08-22T20:28:44.1746136Z 15200K .......... .......... .......... .......... .......... 25% 156M 0s 2024-08-22T20:28:44.1748704Z 15250K .......... .......... .......... .......... .......... 25% 189M 0s 2024-08-22T20:28:44.1751734Z 15300K .......... .......... .......... .......... .......... 25% 166M 0s 2024-08-22T20:28:44.1755117Z 15350K .......... .......... .......... .......... .......... 25% 141M 0s 2024-08-22T20:28:44.1757707Z 15400K .......... .......... .......... .......... .......... 26% 182M 0s 2024-08-22T20:28:44.1760764Z 15450K .......... .......... .......... .......... .......... 26% 165M 0s 2024-08-22T20:28:44.1762384Z 15500K .......... .......... .......... .......... .......... 26% 251M 0s 2024-08-22T20:28:44.1764570Z 15550K .......... .......... .......... .......... .......... 26% 239M 0s 2024-08-22T20:28:44.1766476Z 15600K .......... .......... .......... .......... .......... 26% 289M 0s 2024-08-22T20:28:44.1767927Z 15650K .......... .......... .......... .......... .......... 26% 271M 0s 2024-08-22T20:28:44.1769732Z 15700K .......... .......... .......... .......... .......... 26% 285M 0s 2024-08-22T20:28:44.1771838Z 15750K .......... .......... .......... .......... .......... 26% 258M 0s 2024-08-22T20:28:44.1773220Z 15800K .......... .......... .......... .......... .......... 26% 283M 0s 2024-08-22T20:28:44.1775077Z 15850K .......... .......... .......... .......... .......... 26% 282M 0s 2024-08-22T20:28:44.1777078Z 15900K .......... .......... .......... .......... .......... 26% 236M 0s 2024-08-22T20:28:44.1779220Z 15950K .......... .......... .......... .......... .......... 26% 237M 0s 2024-08-22T20:28:44.1780975Z 16000K .......... .......... .......... .......... .......... 27% 277M 0s 2024-08-22T20:28:44.1782565Z 16050K .......... .......... .......... .......... .......... 27% 288M 0s 2024-08-22T20:28:44.1784388Z 16100K .......... .......... .......... .......... .......... 27% 284M 0s 2024-08-22T20:28:44.1786509Z 16150K .......... .......... .......... .......... .......... 27% 245M 0s 2024-08-22T20:28:44.1788265Z 16200K .......... .......... .......... .......... .......... 27% 264M 0s 2024-08-22T20:28:44.1789922Z 16250K .......... .......... .......... .......... .......... 27% 284M 0s 2024-08-22T20:28:44.1791927Z 16300K .......... .......... .......... .......... .......... 27% 254M 0s 2024-08-22T20:28:44.1793904Z 16350K .......... .......... .......... .......... .......... 27% 230M 0s 2024-08-22T20:28:44.1795583Z 16400K .......... .......... .......... .......... .......... 27% 276M 0s 2024-08-22T20:28:44.1797473Z 16450K .......... .......... .......... .......... .......... 27% 284M 0s 2024-08-22T20:28:44.1799154Z 16500K .......... .......... .......... .......... .......... 27% 278M 0s 2024-08-22T20:28:44.1801002Z 16550K .......... .......... .......... .......... .......... 27% 256M 0s 2024-08-22T20:28:44.1802878Z 16600K .......... .......... .......... .......... .......... 28% 287M 0s 2024-08-22T20:28:44.1804494Z 16650K .......... .......... .......... .......... .......... 28% 279M 0s 2024-08-22T20:28:44.1806266Z 16700K .......... .......... .......... .......... .......... 28% 279M 0s 2024-08-22T20:28:44.1808426Z 16750K .......... .......... .......... .......... .......... 28% 241M 0s 2024-08-22T20:28:44.1809942Z 16800K .......... .......... .......... .......... .......... 28% 289M 0s 2024-08-22T20:28:44.1811609Z 16850K .......... .......... .......... .......... .......... 28% 286M 0s 2024-08-22T20:28:44.1813499Z 16900K .......... .......... .......... .......... .......... 28% 274M 0s 2024-08-22T20:28:44.1815370Z 16950K .......... .......... .......... .......... .......... 28% 247M 0s 2024-08-22T20:28:44.1817412Z 17000K .......... .......... .......... .......... .......... 28% 251M 0s 2024-08-22T20:28:44.1819056Z 17050K .......... .......... .......... .......... .......... 28% 283M 0s 2024-08-22T20:28:44.1820834Z 17100K .......... .......... .......... .......... .......... 28% 287M 0s 2024-08-22T20:28:44.1822952Z 17150K .......... .......... .......... .......... .......... 28% 220M 0s 2024-08-22T20:28:44.1824687Z 17200K .......... .......... .......... .......... .......... 29% 284M 0s 2024-08-22T20:28:44.1826370Z 17250K .......... .......... .......... .......... .......... 29% 288M 0s 2024-08-22T20:28:44.1828231Z 17300K .......... .......... .......... .......... .......... 29% 283M 0s 2024-08-22T20:28:44.1830116Z 17350K .......... .......... .......... .......... .......... 29% 247M 0s 2024-08-22T20:28:44.1831996Z 17400K .......... .......... .......... .......... .......... 29% 265M 0s 2024-08-22T20:28:44.1833768Z 17450K .......... .......... .......... .......... .......... 29% 284M 0s 2024-08-22T20:28:44.1835411Z 17500K .......... .......... .......... .......... .......... 29% 287M 0s 2024-08-22T20:28:44.1837365Z 17550K .......... .......... .......... .......... .......... 29% 240M 0s 2024-08-22T20:28:44.1839173Z 17600K .......... .......... .......... .......... .......... 29% 278M 0s 2024-08-22T20:28:44.1841008Z 17650K .......... .......... .......... .......... .......... 29% 265M 0s 2024-08-22T20:28:44.1842703Z 17700K .......... .......... .......... .......... .......... 29% 289M 0s 2024-08-22T20:28:44.1844583Z 17750K .......... .......... .......... .......... .......... 29% 253M 0s 2024-08-22T20:28:44.1846322Z 17800K .......... .......... .......... .......... .......... 30% 287M 0s 2024-08-22T20:28:44.1848117Z 17850K .......... .......... .......... .......... .......... 30% 273M 0s 2024-08-22T20:28:44.1849931Z 17900K .......... .......... .......... .......... .......... 30% 275M 0s 2024-08-22T20:28:44.1851851Z 17950K .......... .......... .......... .......... .......... 30% 241M 0s 2024-08-22T20:28:44.1853548Z 18000K .......... .......... .......... .......... .......... 30% 291M 0s 2024-08-22T20:28:44.1855382Z 18050K .......... .......... .......... .......... .......... 30% 287M 0s 2024-08-22T20:28:44.1857324Z 18100K .......... .......... .......... .......... .......... 30% 243M 0s 2024-08-22T20:28:44.1859287Z 18150K .......... .......... .......... .......... .......... 30% 245M 0s 2024-08-22T20:28:44.1860960Z 18200K .......... .......... .......... .......... .......... 30% 287M 0s 2024-08-22T20:28:44.1862666Z 18250K .......... .......... .......... .......... .......... 30% 289M 0s 2024-08-22T20:28:44.1864459Z 18300K .......... .......... .......... .......... .......... 30% 290M 0s 2024-08-22T20:28:44.1866404Z 18350K .......... .......... .......... .......... .......... 30% 235M 0s 2024-08-22T20:28:44.1868163Z 18400K .......... .......... .......... .......... .......... 31% 275M 0s 2024-08-22T20:28:44.1870029Z 18450K .......... .......... .......... .......... .......... 31% 289M 0s 2024-08-22T20:28:44.1871637Z 18500K .......... .......... .......... .......... .......... 31% 290M 0s 2024-08-22T20:28:44.1873483Z 18550K .......... .......... .......... .......... .......... 31% 253M 0s 2024-08-22T20:28:44.1875344Z 18600K .......... .......... .......... .......... .......... 31% 288M 0s 2024-08-22T20:28:44.1877191Z 18650K .......... .......... .......... .......... .......... 31% 249M 0s 2024-08-22T20:28:44.1879103Z 18700K .......... .......... .......... .......... .......... 31% 288M 0s 2024-08-22T20:28:44.1881061Z 18750K .......... .......... .......... .......... .......... 31% 229M 0s 2024-08-22T20:28:44.1882866Z 18800K .......... .......... .......... .......... .......... 31% 269M 0s 2024-08-22T20:28:44.1884513Z 18850K .......... .......... .......... .......... .......... 31% 289M 0s 2024-08-22T20:28:44.1886257Z 18900K .......... .......... .......... .......... .......... 31% 289M 0s 2024-08-22T20:28:44.1888124Z 18950K .......... .......... .......... .......... .......... 32% 248M 0s 2024-08-22T20:28:44.1889847Z 19000K .......... .......... .......... .......... .......... 32% 289M 0s 2024-08-22T20:28:44.1891851Z 19050K .......... .......... .......... .......... .......... 32% 280M 0s 2024-08-22T20:28:44.1894367Z 19100K .......... .......... .......... .......... .......... 32% 186M 0s 2024-08-22T20:28:44.1896874Z 19150K .......... .......... .......... .......... .......... 32% 193M 0s 2024-08-22T20:28:44.1898604Z 19200K .......... .......... .......... .......... .......... 32% 274M 0s 2024-08-22T20:28:44.1900195Z 19250K .......... .......... .......... .......... .......... 32% 289M 0s 2024-08-22T20:28:44.1902015Z 19300K .......... .......... .......... .......... .......... 32% 286M 0s 2024-08-22T20:28:44.1903898Z 19350K .......... .......... .......... .......... .......... 32% 254M 0s 2024-08-22T20:28:44.1905683Z 19400K .......... .......... .......... .......... .......... 32% 278M 0s 2024-08-22T20:28:44.1907433Z 19450K .......... .......... .......... .......... .......... 32% 277M 0s 2024-08-22T20:28:44.1909062Z 19500K .......... .......... .......... .......... .......... 32% 289M 0s 2024-08-22T20:28:44.1911077Z 19550K .......... .......... .......... .......... .......... 33% 238M 0s 2024-08-22T20:28:44.1912918Z 19600K .......... .......... .......... .......... .......... 33% 284M 0s 2024-08-22T20:28:44.1914678Z 19650K .......... .......... .......... .......... .......... 33% 274M 0s 2024-08-22T20:28:44.1916388Z 19700K .......... .......... .......... .......... .......... 33% 275M 0s 2024-08-22T20:28:44.1918319Z 19750K .......... .......... .......... .......... .......... 33% 261M 0s 2024-08-22T20:28:44.1919942Z 19800K .......... .......... .......... .......... .......... 33% 292M 0s 2024-08-22T20:28:44.1921699Z 19850K .......... .......... .......... .......... .......... 33% 289M 0s 2024-08-22T20:28:44.1923361Z 19900K .......... .......... .......... .......... .......... 33% 280M 0s 2024-08-22T20:28:44.1925430Z 19950K .......... .......... .......... .......... .......... 33% 234M 0s 2024-08-22T20:28:44.1927206Z 20000K .......... .......... .......... .......... .......... 33% 288M 0s 2024-08-22T20:28:44.1928937Z 20050K .......... .......... .......... .......... .......... 33% 276M 0s 2024-08-22T20:28:44.1930559Z 20100K .......... .......... .......... .......... .......... 33% 290M 0s 2024-08-22T20:28:44.1932624Z 20150K .......... .......... .......... .......... .......... 34% 255M 0s 2024-08-22T20:28:44.1934347Z 20200K .......... .......... .......... .......... .......... 34% 268M 0s 2024-08-22T20:28:44.1936512Z 20250K .......... .......... .......... .......... .......... 34% 278M 0s 2024-08-22T20:28:44.1938136Z 20300K .......... .......... .......... .......... .......... 34% 251M 0s 2024-08-22T20:28:44.1940097Z 20350K .......... .......... .......... .......... .......... 34% 242M 0s 2024-08-22T20:28:44.1941762Z 20400K .......... .......... .......... .......... .......... 34% 283M 0s 2024-08-22T20:28:44.1943610Z 20450K .......... .......... .......... .......... .......... 34% 276M 0s 2024-08-22T20:28:44.1945271Z 20500K .......... .......... .......... .......... .......... 34% 286M 0s 2024-08-22T20:28:44.1947242Z 20550K .......... .......... .......... .......... .......... 34% 251M 0s 2024-08-22T20:28:44.1948961Z 20600K .......... .......... .......... .......... .......... 34% 286M 0s 2024-08-22T20:28:44.1950826Z 20650K .......... .......... .......... .......... .......... 34% 288M 0s 2024-08-22T20:28:44.1952407Z 20700K .......... .......... .......... .......... .......... 34% 281M 0s 2024-08-22T20:28:44.1954402Z 20750K .......... .......... .......... .......... .......... 35% 242M 0s 2024-08-22T20:28:44.1956025Z 20800K .......... .......... .......... .......... .......... 35% 288M 0s 2024-08-22T20:28:44.1957741Z 20850K .......... .......... .......... .......... .......... 35% 287M 0s 2024-08-22T20:28:44.1959545Z 20900K .......... .......... .......... .......... .......... 35% 287M 0s 2024-08-22T20:28:44.1961532Z 20950K .......... .......... .......... .......... .......... 35% 243M 0s 2024-08-22T20:28:44.1963146Z 21000K .......... .......... .......... .......... .......... 35% 289M 0s 2024-08-22T20:28:44.1964871Z 21050K .......... .......... .......... .......... .......... 35% 286M 0s 2024-08-22T20:28:44.1966670Z 21100K .......... .......... .......... .......... .......... 35% 283M 0s 2024-08-22T20:28:44.1968764Z 21150K .......... .......... .......... .......... .......... 35% 237M 0s 2024-08-22T20:28:44.1970376Z 21200K .......... .......... .......... .......... .......... 35% 282M 0s 2024-08-22T20:28:44.1972082Z 21250K .......... .......... .......... .......... .......... 35% 287M 0s 2024-08-22T20:28:44.1973891Z 21300K .......... .......... .......... .......... .......... 35% 292M 0s 2024-08-22T20:28:44.1976150Z 21350K .......... .......... .......... .......... .......... 36% 254M 0s 2024-08-22T20:28:44.1977689Z 21400K .......... .......... .......... .......... .......... 36% 246M 0s 2024-08-22T20:28:44.1979566Z 21450K .......... .......... .......... .......... .......... 36% 279M 0s 2024-08-22T20:28:44.1981112Z 21500K .......... .......... .......... .......... .......... 36% 290M 0s 2024-08-22T20:28:44.1983071Z 21550K .......... .......... .......... .......... .......... 36% 242M 0s 2024-08-22T20:28:44.1984974Z 21600K .......... .......... .......... .......... .......... 36% 275M 0s 2024-08-22T20:28:44.1986696Z 21650K .......... .......... .......... .......... .......... 36% 275M 0s 2024-08-22T20:28:44.1988396Z 21700K .......... .......... .......... .......... .......... 36% 284M 0s 2024-08-22T20:28:44.1990276Z 21750K .......... .......... .......... .......... .......... 36% 253M 0s 2024-08-22T20:28:44.1991962Z 21800K .......... .......... .......... .......... .......... 36% 291M 0s 2024-08-22T20:28:44.1993712Z 21850K .......... .......... .......... .......... .......... 36% 282M 0s 2024-08-22T20:28:44.1995462Z 21900K .......... .......... .......... .......... .......... 36% 285M 0s 2024-08-22T20:28:44.1997422Z 21950K .......... .......... .......... .......... .......... 37% 239M 0s 2024-08-22T20:28:44.1999121Z 22000K .......... .......... .......... .......... .......... 37% 289M 0s 2024-08-22T20:28:44.2000871Z 22050K .......... .......... .......... .......... .......... 37% 288M 0s 2024-08-22T20:28:44.2002769Z 22100K .......... .......... .......... .......... .......... 37% 287M 0s 2024-08-22T20:28:44.2004686Z 22150K .......... .......... .......... .......... .......... 37% 244M 0s 2024-08-22T20:28:44.2006584Z 22200K .......... .......... .......... .......... .......... 37% 245M 0s 2024-08-22T20:28:44.2008363Z 22250K .......... .......... .......... .......... .......... 37% 282M 0s 2024-08-22T20:28:44.2010150Z 22300K .......... .......... .......... .......... .......... 37% 288M 0s 2024-08-22T20:28:44.2012139Z 22350K .......... .......... .......... .......... .......... 37% 228M 0s 2024-08-22T20:28:44.2013759Z 22400K .......... .......... .......... .......... .......... 37% 290M 0s 2024-08-22T20:28:44.2015775Z 22450K .......... .......... .......... .......... .......... 37% 283M 0s 2024-08-22T20:28:44.2017497Z 22500K .......... .......... .......... .......... .......... 37% 253M 0s 2024-08-22T20:28:44.2019388Z 22550K .......... .......... .......... .......... .......... 38% 252M 0s 2024-08-22T20:28:44.2021311Z 22600K .......... .......... .......... .......... .......... 38% 277M 0s 2024-08-22T20:28:44.2022901Z 22650K .......... .......... .......... .......... .......... 38% 287M 0s 2024-08-22T20:28:44.2024545Z 22700K .......... .......... .......... .......... .......... 38% 284M 0s 2024-08-22T20:28:44.2026776Z 22750K .......... .......... .......... .......... .......... 38% 223M 0s 2024-08-22T20:28:44.2028538Z 22800K .......... .......... .......... .......... .......... 38% 280M 0s 2024-08-22T20:28:44.2030254Z 22850K .......... .......... .......... .......... .......... 38% 289M 0s 2024-08-22T20:28:44.2031961Z 22900K .......... .......... .......... .......... .......... 38% 277M 0s 2024-08-22T20:28:44.2033850Z 22950K .......... .......... .......... .......... .......... 38% 250M 0s 2024-08-22T20:28:44.2035610Z 23000K .......... .......... .......... .......... .......... 38% 287M 0s 2024-08-22T20:28:44.2037431Z 23050K .......... .......... .......... .......... .......... 38% 281M 0s 2024-08-22T20:28:44.2039198Z 23100K .......... .......... .......... .......... .......... 38% 265M 0s 2024-08-22T20:28:44.2041250Z 23150K .......... .......... .......... .......... .......... 39% 243M 0s 2024-08-22T20:28:44.2042955Z 23200K .......... .......... .......... .......... .......... 39% 286M 0s 2024-08-22T20:28:44.2044642Z 23250K .......... .......... .......... .......... .......... 39% 286M 0s 2024-08-22T20:28:44.2046392Z 23300K .......... .......... .......... .......... .......... 39% 286M 0s 2024-08-22T20:28:44.2048251Z 23350K .......... .......... .......... .......... .......... 39% 257M 0s 2024-08-22T20:28:44.2050028Z 23400K .......... .......... .......... .......... .......... 39% 276M 0s 2024-08-22T20:28:44.2051831Z 23450K .......... .......... .......... .......... .......... 39% 280M 0s 2024-08-22T20:28:44.2053561Z 23500K .......... .......... .......... .......... .......... 39% 287M 0s 2024-08-22T20:28:44.2055730Z 23550K .......... .......... .......... .......... .......... 39% 230M 0s 2024-08-22T20:28:44.2057758Z 23600K .......... .......... .......... .......... .......... 39% 239M 0s 2024-08-22T20:28:44.2059312Z 23650K .......... .......... .......... .......... .......... 39% 284M 0s 2024-08-22T20:28:44.2061015Z 23700K .......... .......... .......... .......... .......... 40% 285M 0s 2024-08-22T20:28:44.2062920Z 23750K .......... .......... .......... .......... .......... 40% 255M 0s 2024-08-22T20:28:44.2064757Z 23800K .......... .......... .......... .......... .......... 40% 285M 0s 2024-08-22T20:28:44.2066533Z 23850K .......... .......... .......... .......... .......... 40% 258M 0s 2024-08-22T20:28:44.2068331Z 23900K .......... .......... .......... .......... .......... 40% 287M 0s 2024-08-22T20:28:44.2070267Z 23950K .......... .......... .......... .......... .......... 40% 240M 0s 2024-08-22T20:28:44.2072206Z 24000K .......... .......... .......... .......... .......... 40% 291M 0s 2024-08-22T20:28:44.2073826Z 24050K .......... .......... .......... .......... .......... 40% 266M 0s 2024-08-22T20:28:44.2075484Z 24100K .......... .......... .......... .......... .......... 40% 290M 0s 2024-08-22T20:28:44.2077450Z 24150K .......... .......... .......... .......... .......... 40% 259M 0s 2024-08-22T20:28:44.2079120Z 24200K .......... .......... .......... .......... .......... 40% 283M 0s 2024-08-22T20:28:44.2081634Z 24250K .......... .......... .......... .......... .......... 40% 194M 0s 2024-08-22T20:28:44.2083453Z 24300K .......... .......... .......... .......... .......... 41% 279M 0s 2024-08-22T20:28:44.2085463Z 24350K .......... .......... .......... .......... .......... 41% 240M 0s 2024-08-22T20:28:44.2089446Z 24400K .......... .......... .......... .......... .......... 41% 124M 0s 2024-08-22T20:28:44.2091264Z 24450K .......... .......... .......... .......... .......... 41% 268M 0s 2024-08-22T20:28:44.2092870Z 24500K .......... .......... .......... .......... .......... 41% 287M 0s 2024-08-22T20:28:44.2094934Z 24550K .......... .......... .......... .......... .......... 41% 254M 0s 2024-08-22T20:28:44.2098639Z 24600K .......... .......... .......... .......... .......... 41% 134M 0s 2024-08-22T20:28:44.2100229Z 24650K .......... .......... .......... .......... .......... 41% 272M 0s 2024-08-22T20:28:44.2102069Z 24700K .......... .......... .......... .......... .......... 41% 280M 0s 2024-08-22T20:28:44.2108770Z 24750K .......... .......... .......... .......... .......... 41% 73.9M 0s 2024-08-22T20:28:44.2110421Z 24800K .......... .......... .......... .......... .......... 41% 264M 0s 2024-08-22T20:28:44.2112102Z 24850K .......... .......... .......... .......... .......... 41% 289M 0s 2024-08-22T20:28:44.2113841Z 24900K .......... .......... .......... .......... .......... 42% 292M 0s 2024-08-22T20:28:44.2119106Z 24950K .......... .......... .......... .......... .......... 42% 92.4M 0s 2024-08-22T20:28:44.2120804Z 25000K .......... .......... .......... .......... .......... 42% 277M 0s 2024-08-22T20:28:44.2122555Z 25050K .......... .......... .......... .......... .......... 42% 286M 0s 2024-08-22T20:28:44.2124236Z 25100K .......... .......... .......... .......... .......... 42% 287M 0s 2024-08-22T20:28:44.2128289Z 25150K .......... .......... .......... .......... .......... 42% 127M 0s 2024-08-22T20:28:44.2129980Z 25200K .......... .......... .......... .......... .......... 42% 261M 0s 2024-08-22T20:28:44.2131659Z 25250K .......... .......... .......... .......... .......... 42% 285M 0s 2024-08-22T20:28:44.2136830Z 25300K .......... .......... .......... .......... .......... 42% 99.9M 0s 2024-08-22T20:28:44.2138549Z 25350K .......... .......... .......... .......... .......... 42% 250M 0s 2024-08-22T20:28:44.2140187Z 25400K .......... .......... .......... .......... .......... 42% 288M 0s 2024-08-22T20:28:44.2142008Z 25450K .......... .......... .......... .......... .......... 42% 287M 0s 2024-08-22T20:28:44.2146531Z 25500K .......... .......... .......... .......... .......... 43% 109M 0s 2024-08-22T20:28:44.2148511Z 25550K .......... .......... .......... .......... .......... 43% 236M 0s 2024-08-22T20:28:44.2150185Z 25600K .......... .......... .......... .......... .......... 43% 285M 0s 2024-08-22T20:28:44.2153942Z 25650K .......... .......... .......... .......... .......... 43% 133M 0s 2024-08-22T20:28:44.2155786Z 25700K .......... .......... .......... .......... .......... 43% 268M 0s 2024-08-22T20:28:44.2157610Z 25750K .......... .......... .......... .......... .......... 43% 251M 0s 2024-08-22T20:28:44.2159309Z 25800K .......... .......... .......... .......... .......... 43% 289M 0s 2024-08-22T20:28:44.2163860Z 25850K .......... .......... .......... .......... .......... 43% 108M 0s 2024-08-22T20:28:44.2165671Z 25900K .......... .......... .......... .......... .......... 43% 275M 0s 2024-08-22T20:28:44.2167649Z 25950K .......... .......... .......... .......... .......... 43% 241M 0s 2024-08-22T20:28:44.2170319Z 26000K .......... .......... .......... .......... .......... 43% 189M 0s 2024-08-22T20:28:44.2172085Z 26050K .......... .......... .......... .......... .......... 43% 268M 0s 2024-08-22T20:28:44.2173806Z 26100K .......... .......... .......... .......... .......... 44% 289M 0s 2024-08-22T20:28:44.2175790Z 26150K .......... .......... .......... .......... .......... 44% 256M 0s 2024-08-22T20:28:44.2179464Z 26200K .......... .......... .......... .......... .......... 44% 132M 0s 2024-08-22T20:28:44.2181188Z 26250K .......... .......... .......... .......... .......... 44% 269M 0s 2024-08-22T20:28:44.2183007Z 26300K .......... .......... .......... .......... .......... 44% 286M 0s 2024-08-22T20:28:44.2187368Z 26350K .......... .......... .......... .......... .......... 44% 115M 0s 2024-08-22T20:28:44.2188986Z 26400K .......... .......... .......... .......... .......... 44% 270M 0s 2024-08-22T20:28:44.2190786Z 26450K .......... .......... .......... .......... .......... 44% 287M 0s 2024-08-22T20:28:44.2192619Z 26500K .......... .......... .......... .......... .......... 44% 282M 0s 2024-08-22T20:28:44.2198453Z 26550K .......... .......... .......... .......... .......... 44% 81.0M 0s 2024-08-22T20:28:44.2200169Z 26600K .......... .......... .......... .......... .......... 44% 282M 0s 2024-08-22T20:28:44.2201885Z 26650K .......... .......... .......... .......... .......... 44% 287M 0s 2024-08-22T20:28:44.2203558Z 26700K .......... .......... .......... .......... .......... 45% 292M 0s 2024-08-22T20:28:44.2207569Z 26750K .......... .......... .......... .......... .......... 45% 122M 0s 2024-08-22T20:28:44.2209225Z 26800K .......... .......... .......... .......... .......... 45% 283M 0s 2024-08-22T20:28:44.2211173Z 26850K .......... .......... .......... .......... .......... 45% 257M 0s 2024-08-22T20:28:44.2215059Z 26900K .......... .......... .......... .......... .......... 45% 127M 0s 2024-08-22T20:28:44.2217151Z 26950K .......... .......... .......... .......... .......... 45% 226M 0s 2024-08-22T20:28:44.2218878Z 27000K .......... .......... .......... .......... .......... 45% 283M 0s 2024-08-22T20:28:44.2220614Z 27050K .......... .......... .......... .......... .......... 45% 286M 0s 2024-08-22T20:28:44.2226414Z 27100K .......... .......... .......... .......... .......... 45% 84.3M 0s 2024-08-22T20:28:44.2228709Z 27150K .......... .......... .......... .......... .......... 45% 226M 0s 2024-08-22T20:28:44.2230222Z 27200K .......... .......... .......... .......... .......... 45% 291M 0s 2024-08-22T20:28:44.2236236Z 27250K .......... .......... .......... .......... .......... 45% 81.9M 0s 2024-08-22T20:28:44.2238029Z 27300K .......... .......... .......... .......... .......... 46% 279M 0s 2024-08-22T20:28:44.2239843Z 27350K .......... .......... .......... .......... .......... 46% 253M 0s 2024-08-22T20:28:44.2241526Z 27400K .......... .......... .......... .......... .......... 46% 289M 0s 2024-08-22T20:28:44.2245736Z 27450K .......... .......... .......... .......... .......... 46% 121M 0s 2024-08-22T20:28:44.2247393Z 27500K .......... .......... .......... .......... .......... 46% 272M 0s 2024-08-22T20:28:44.2249360Z 27550K .......... .......... .......... .......... .......... 46% 242M 0s 2024-08-22T20:28:44.2253189Z 27600K .......... .......... .......... .......... .......... 46% 141M 0s 2024-08-22T20:28:44.2255203Z 27650K .......... .......... .......... .......... .......... 46% 222M 0s 2024-08-22T20:28:44.2257014Z 27700K .......... .......... .......... .......... .......... 46% 263M 0s 2024-08-22T20:28:44.2258847Z 27750K .......... .......... .......... .......... .......... 46% 252M 0s 2024-08-22T20:28:44.2262213Z 27800K .......... .......... .......... .......... .......... 46% 147M 0s 2024-08-22T20:28:44.2263978Z 27850K .......... .......... .......... .......... .......... 46% 278M 0s 2024-08-22T20:28:44.2265556Z 27900K .......... .......... .......... .......... .......... 47% 289M 0s 2024-08-22T20:28:44.2271699Z 27950K .......... .......... .......... .......... .......... 47% 84.2M 0s 2024-08-22T20:28:44.2273504Z 28000K .......... .......... .......... .......... .......... 47% 263M 0s 2024-08-22T20:28:44.2275097Z 28050K .......... .......... .......... .......... .......... 47% 284M 0s 2024-08-22T20:28:44.2276800Z 28100K .......... .......... .......... .......... .......... 47% 287M 0s 2024-08-22T20:28:44.2298623Z 28150K .......... .......... .......... .......... .......... 47% 22.6M 0s 2024-08-22T20:28:44.2300552Z 28200K .......... .......... .......... .......... .......... 47% 229M 0s 2024-08-22T20:28:44.2302583Z 28250K .......... .......... .......... .......... .......... 47% 230M 0s 2024-08-22T20:28:44.2304806Z 28300K .......... .......... .......... .......... .......... 47% 234M 0s 2024-08-22T20:28:44.2307836Z 28350K .......... .......... .......... .......... .......... 47% 154M 0s 2024-08-22T20:28:44.2309464Z 28400K .......... .......... .......... .......... .......... 47% 294M 0s 2024-08-22T20:28:44.2511773Z 28450K .......... .......... .......... .......... .......... 48% 289M 0s 2024-08-22T20:28:44.2512670Z 28500K .......... .......... .......... .......... .......... 48% 112M 0s 2024-08-22T20:28:44.2513436Z 28550K .......... .......... .......... .......... .......... 48% 277M 0s 2024-08-22T20:28:44.2514217Z 28600K .......... .......... .......... .......... .......... 48% 323M 0s 2024-08-22T20:28:44.2515029Z 28650K .......... .......... .......... .......... .......... 48% 322M 0s 2024-08-22T20:28:44.2515846Z 28700K .......... .......... .......... .......... .......... 48% 70.8M 0s 2024-08-22T20:28:44.2516642Z 28750K .......... .......... .......... .......... .......... 48% 264M 0s 2024-08-22T20:28:44.2517488Z 28800K .......... .......... .......... .......... .......... 48% 324M 0s 2024-08-22T20:28:44.2518324Z 28850K .......... .......... .......... .......... .......... 48% 117M 0s 2024-08-22T20:28:44.2519153Z 28900K .......... .......... .......... .......... .......... 48% 272M 0s 2024-08-22T20:28:44.2519987Z 28950K .......... .......... .......... .......... .......... 48% 284M 0s 2024-08-22T20:28:44.2520766Z 29000K .......... .......... .......... .......... .......... 48% 313M 0s 2024-08-22T20:28:44.2521569Z 29050K .......... .......... .......... .......... .......... 49% 105M 0s 2024-08-22T20:28:44.2522318Z 29100K .......... .......... .......... .......... .......... 49% 313M 0s 2024-08-22T20:28:44.2523140Z 29150K .......... .......... .......... .......... .......... 49% 269M 0s 2024-08-22T20:28:44.2523980Z 29200K .......... .......... .......... .......... .......... 49% 94.5M 0s 2024-08-22T20:28:44.2524845Z 29250K .......... .......... .......... .......... .......... 49% 285M 0s 2024-08-22T20:28:44.2525730Z 29300K .......... .......... .......... .......... .......... 49% 320M 0s 2024-08-22T20:28:44.2526593Z 29350K .......... .......... .......... .......... .......... 49% 287M 0s 2024-08-22T20:28:44.2527480Z 29400K .......... .......... .......... .......... .......... 49% 79.9M 0s 2024-08-22T20:28:44.2528327Z 29450K .......... .......... .......... .......... .......... 49% 309M 0s 2024-08-22T20:28:44.2529174Z 29500K .......... .......... .......... .......... .......... 49% 316M 0s 2024-08-22T20:28:44.2530017Z 29550K .......... .......... .......... .......... .......... 49% 119M 0s 2024-08-22T20:28:44.2530837Z 29600K .......... .......... .......... .......... .......... 49% 292M 0s 2024-08-22T20:28:44.2531658Z 29650K .......... .......... .......... .......... .......... 50% 324M 0s 2024-08-22T20:28:44.2532487Z 29700K .......... .......... .......... .......... .......... 50% 325M 0s 2024-08-22T20:28:44.2533325Z 29750K .......... .......... .......... .......... .......... 50% 83.2M 0s 2024-08-22T20:28:44.2534154Z 29800K .......... .......... .......... .......... .......... 50% 311M 0s 2024-08-22T20:28:44.2535005Z 29850K .......... .......... .......... .......... .......... 50% 324M 0s 2024-08-22T20:28:44.2536253Z 29900K .......... .......... .......... .......... .......... 50% 321M 0s 2024-08-22T20:28:44.2537082Z 29950K .......... .......... .......... .......... .......... 50% 106M 0s 2024-08-22T20:28:44.2537919Z 30000K .......... .......... .......... .......... .......... 50% 319M 0s 2024-08-22T20:28:44.2538785Z 30050K .......... .......... .......... .......... .......... 50% 323M 0s 2024-08-22T20:28:44.2539638Z 30100K .......... .......... .......... .......... .......... 50% 89.0M 0s 2024-08-22T20:28:44.2540471Z 30150K .......... .......... .......... .......... .......... 50% 258M 0s 2024-08-22T20:28:44.2541306Z 30200K .......... .......... .......... .......... .......... 50% 321M 0s 2024-08-22T20:28:44.2542136Z 30250K .......... .......... .......... .......... .......... 51% 311M 0s 2024-08-22T20:28:44.2543342Z 30300K .......... .......... .......... .......... .......... 51% 139M 0s 2024-08-22T20:28:44.2544173Z 30350K .......... .......... .......... .......... .......... 51% 263M 0s 2024-08-22T20:28:44.2545235Z 30400K .......... .......... .......... .......... .......... 51% 323M 0s 2024-08-22T20:28:44.2546109Z 30450K .......... .......... .......... .......... .......... 51% 89.5M 0s 2024-08-22T20:28:44.2546934Z 30500K .......... .......... .......... .......... .......... 51% 284M 0s 2024-08-22T20:28:44.2547724Z 30550K .......... .......... .......... .......... .......... 51% 287M 0s 2024-08-22T20:28:44.2548364Z 30600K .......... .......... .......... .......... .......... 51% 327M 0s 2024-08-22T20:28:44.2548846Z 30650K .......... .......... .......... .......... .......... 51% 105M 0s 2024-08-22T20:28:44.2549312Z 30700K .......... .......... .......... .......... .......... 51% 311M 0s 2024-08-22T20:28:44.2549789Z 30750K .......... .......... .......... .......... .......... 51% 266M 0s 2024-08-22T20:28:44.2550259Z 30800K .......... .......... .......... .......... .......... 51% 71.1M 0s 2024-08-22T20:28:44.2550719Z 30850K .......... .......... .......... .......... .......... 52% 296M 0s 2024-08-22T20:28:44.2551180Z 30900K .......... .......... .......... .......... .......... 52% 326M 0s 2024-08-22T20:28:44.2551642Z 30950K .......... .......... .......... .......... .......... 52% 255M 0s 2024-08-22T20:28:44.2552106Z 31000K .......... .......... .......... .......... .......... 52% 62.0M 0s 2024-08-22T20:28:44.2552559Z 31050K .......... .......... .......... .......... .......... 52% 312M 0s 2024-08-22T20:28:44.2553062Z 31100K .......... .......... .......... .......... .......... 52% 324M 0s 2024-08-22T20:28:44.2553526Z 31150K .......... .......... .......... .......... .......... 52% 186M 0s 2024-08-22T20:28:44.2553977Z 31200K .......... .......... .......... .......... .......... 52% 259M 0s 2024-08-22T20:28:44.2554435Z 31250K .......... .......... .......... .......... .......... 52% 316M 0s 2024-08-22T20:28:44.2554895Z 31300K .......... .......... .......... .......... .......... 52% 323M 0s 2024-08-22T20:28:44.2555350Z 31350K .......... .......... .......... .......... .......... 52% 110M 0s 2024-08-22T20:28:44.2555821Z 31400K .......... .......... .......... .......... .......... 52% 294M 0s 2024-08-22T20:28:44.2556273Z 31450K .......... .......... .......... .......... .......... 53% 320M 0s 2024-08-22T20:28:44.2556727Z 31500K .......... .......... .......... .......... .......... 53% 327M 0s 2024-08-22T20:28:44.2557173Z 31550K .......... .......... .......... .......... .......... 53% 90.2M 0s 2024-08-22T20:28:44.2557628Z 31600K .......... .......... .......... .......... .......... 53% 318M 0s 2024-08-22T20:28:44.2558084Z 31650K .......... .......... .......... .......... .......... 53% 323M 0s 2024-08-22T20:28:44.2558541Z 31700K .......... .......... .......... .......... .......... 53% 83.3M 0s 2024-08-22T20:28:44.2559006Z 31750K .......... .......... .......... .......... .......... 53% 255M 0s 2024-08-22T20:28:44.2559462Z 31800K .......... .......... .......... .......... .......... 53% 324M 0s 2024-08-22T20:28:44.2559912Z 31850K .......... .......... .......... .......... .......... 53% 325M 0s 2024-08-22T20:28:44.2560365Z 31900K .......... .......... .......... .......... .......... 53% 128M 0s 2024-08-22T20:28:44.2560818Z 31950K .......... .......... .......... .......... .......... 53% 264M 0s 2024-08-22T20:28:44.2561271Z 32000K .......... .......... .......... .......... .......... 53% 319M 0s 2024-08-22T20:28:44.2561717Z 32050K .......... .......... .......... .......... .......... 54% 91.5M 0s 2024-08-22T20:28:44.2562168Z 32100K .......... .......... .......... .......... .......... 54% 295M 0s 2024-08-22T20:28:44.2562617Z 32150K .......... .......... .......... .......... .......... 54% 287M 0s 2024-08-22T20:28:44.2563061Z 32200K .......... .......... .......... .......... .......... 54% 324M 0s 2024-08-22T20:28:44.2563765Z 32250K .......... .......... .......... .......... .......... 54% 67.7M 0s 2024-08-22T20:28:44.2564255Z 32300K .......... .......... .......... .......... .......... 54% 296M 0s 2024-08-22T20:28:44.2564853Z 32350K .......... .......... .......... .......... .......... 54% 167M 0s 2024-08-22T20:28:44.2565332Z 32400K .......... .......... .......... .......... .......... 54% 147M 0s 2024-08-22T20:28:44.2565807Z 32450K .......... .......... .......... .......... .......... 54% 213M 0s 2024-08-22T20:28:44.2566278Z 32500K .......... .......... .......... .......... .......... 54% 232M 0s 2024-08-22T20:28:44.2566744Z 32550K .......... .......... .......... .......... .......... 54% 206M 0s 2024-08-22T20:28:44.2567211Z 32600K .......... .......... .......... .......... .......... 54% 157M 0s 2024-08-22T20:28:44.2567680Z 32650K .......... .......... .......... .......... .......... 55% 226M 0s 2024-08-22T20:28:44.2568149Z 32700K .......... .......... .......... .......... .......... 55% 234M 0s 2024-08-22T20:28:44.2568617Z 32750K .......... .......... .......... .......... .......... 55% 186M 0s 2024-08-22T20:28:44.2569075Z 32800K .......... .......... .......... .......... .......... 55% 201M 0s 2024-08-22T20:28:44.2569538Z 32850K .......... .......... .......... .......... .......... 55% 233M 0s 2024-08-22T20:28:44.2569994Z 32900K .......... .......... .......... .......... .......... 55% 234M 0s 2024-08-22T20:28:44.2570451Z 32950K .......... .......... .......... .......... .......... 55% 112M 0s 2024-08-22T20:28:44.2570913Z 33000K .......... .......... .......... .......... .......... 55% 221M 0s 2024-08-22T20:28:44.2571364Z 33050K .......... .......... .......... .......... .......... 55% 230M 0s 2024-08-22T20:28:44.2571824Z 33100K .......... .......... .......... .......... .......... 55% 233M 0s 2024-08-22T20:28:44.2572290Z 33150K .......... .......... .......... .......... .......... 55% 132M 0s 2024-08-22T20:28:44.2572754Z 33200K .......... .......... .......... .......... .......... 56% 230M 0s 2024-08-22T20:28:44.2573218Z 33250K .......... .......... .......... .......... .......... 56% 232M 0s 2024-08-22T20:28:44.2573691Z 33300K .......... .......... .......... .......... .......... 56% 130M 0s 2024-08-22T20:28:44.2574147Z 33350K .......... .......... .......... .......... .......... 56% 207M 0s 2024-08-22T20:28:44.2574594Z 33400K .......... .......... .......... .......... .......... 56% 232M 0s 2024-08-22T20:28:44.2575048Z 33450K .......... .......... .......... .......... .......... 56% 233M 0s 2024-08-22T20:28:44.2576977Z 33500K .......... .......... .......... .......... .......... 56% 152M 0s 2024-08-22T20:28:44.2579250Z 33550K .......... .......... .......... .......... .......... 56% 198M 0s 2024-08-22T20:28:44.2581230Z 33600K .......... .......... .......... .......... .......... 56% 244M 0s 2024-08-22T20:28:44.2584839Z 33650K .......... .......... .......... .......... .......... 56% 140M 0s 2024-08-22T20:28:44.2586899Z 33700K .......... .......... .......... .......... .......... 56% 226M 0s 2024-08-22T20:28:44.2589108Z 33750K .......... .......... .......... .......... .......... 56% 216M 0s 2024-08-22T20:28:44.2591183Z 33800K .......... .......... .......... .......... .......... 57% 235M 0s 2024-08-22T20:28:44.2596269Z 33850K .......... .......... .......... .......... .......... 57% 96.8M 0s 2024-08-22T20:28:44.2598353Z 33900K .......... .......... .......... .......... .......... 57% 233M 0s 2024-08-22T20:28:44.2600687Z 33950K .......... .......... .......... .......... .......... 57% 206M 0s 2024-08-22T20:28:44.2602737Z 34000K .......... .......... .......... .......... .......... 57% 240M 0s 2024-08-22T20:28:44.2606290Z 34050K .......... .......... .......... .......... .......... 57% 140M 0s 2024-08-22T20:28:44.2608307Z 34100K .......... .......... .......... .......... .......... 57% 239M 0s 2024-08-22T20:28:44.2610531Z 34150K .......... .......... .......... .......... .......... 57% 215M 0s 2024-08-22T20:28:44.2614669Z 34200K .......... .......... .......... .......... .......... 57% 121M 0s 2024-08-22T20:28:44.2617455Z 34250K .......... .......... .......... .......... .......... 57% 186M 0s 2024-08-22T20:28:44.2620021Z 34300K .......... .......... .......... .......... .......... 57% 198M 0s 2024-08-22T20:28:44.2622614Z 34350K .......... .......... .......... .......... .......... 57% 173M 0s 2024-08-22T20:28:44.2625803Z 34400K .......... .......... .......... .......... .......... 58% 153M 0s 2024-08-22T20:28:44.2628150Z 34450K .......... .......... .......... .......... .......... 58% 209M 0s 2024-08-22T20:28:44.2630469Z 34500K .......... .......... .......... .......... .......... 58% 211M 0s 2024-08-22T20:28:44.2633308Z 34550K .......... .......... .......... .......... .......... 58% 173M 0s 2024-08-22T20:28:44.2635768Z 34600K .......... .......... .......... .......... .......... 58% 197M 0s 2024-08-22T20:28:44.2638132Z 34650K .......... .......... .......... .......... .......... 58% 209M 0s 2024-08-22T20:28:44.2640542Z 34700K .......... .......... .......... .......... .......... 58% 207M 0s 2024-08-22T20:28:44.2643974Z 34750K .......... .......... .......... .......... .......... 58% 138M 0s 2024-08-22T20:28:44.2646287Z 34800K .......... .......... .......... .......... .......... 58% 213M 0s 2024-08-22T20:28:44.2648536Z 34850K .......... .......... .......... .......... .......... 58% 216M 0s 2024-08-22T20:28:44.2652043Z 34900K .......... .......... .......... .......... .......... 58% 140M 0s 2024-08-22T20:28:44.2654745Z 34950K .......... .......... .......... .......... .......... 58% 180M 0s 2024-08-22T20:28:44.2657358Z 35000K .......... .......... .......... .......... .......... 59% 193M 0s 2024-08-22T20:28:44.2659959Z 35050K .......... .......... .......... .......... .......... 59% 186M 0s 2024-08-22T20:28:44.2662426Z 35100K .......... .......... .......... .......... .......... 59% 196M 0s 2024-08-22T20:28:44.2665156Z 35150K .......... .......... .......... .......... .......... 59% 175M 0s 2024-08-22T20:28:44.2667478Z 35200K .......... .......... .......... .......... .......... 59% 211M 0s 2024-08-22T20:28:44.2669804Z 35250K .......... .......... .......... .......... .......... 59% 212M 0s 2024-08-22T20:28:44.2672557Z 35300K .......... .......... .......... .......... .......... 59% 180M 0s 2024-08-22T20:28:44.2675099Z 35350K .......... .......... .......... .......... .......... 59% 189M 0s 2024-08-22T20:28:44.2677513Z 35400K .......... .......... .......... .......... .......... 59% 210M 0s 2024-08-22T20:28:44.2683075Z 35450K .......... .......... .......... .......... .......... 59% 87.0M 0s 2024-08-22T20:28:44.2685574Z 35500K .......... .......... .......... .......... .......... 59% 200M 0s 2024-08-22T20:28:44.2688369Z 35550K .......... .......... .......... .......... .......... 59% 170M 0s 2024-08-22T20:28:44.2690649Z 35600K .......... .......... .......... .......... .......... 60% 210M 0s 2024-08-22T20:28:44.2694093Z 35650K .......... .......... .......... .......... .......... 60% 143M 0s 2024-08-22T20:28:44.2696688Z 35700K .......... .......... .......... .......... .......... 60% 189M 0s 2024-08-22T20:28:44.2699148Z 35750K .......... .......... .......... .......... .......... 60% 195M 0s 2024-08-22T20:28:44.2701547Z 35800K .......... .......... .......... .......... .......... 60% 206M 0s 2024-08-22T20:28:44.2703866Z 35850K .......... .......... .......... .......... .......... 60% 212M 0s 2024-08-22T20:28:44.2706136Z 35900K .......... .......... .......... .......... .......... 60% 215M 0s 2024-08-22T20:28:44.2708730Z 35950K .......... .......... .......... .......... .......... 60% 183M 0s 2024-08-22T20:28:44.2711926Z 36000K .......... .......... .......... .......... .......... 60% 154M 0s 2024-08-22T20:28:44.2714150Z 36050K .......... .......... .......... .......... .......... 60% 218M 0s 2024-08-22T20:28:44.2716741Z 36100K .......... .......... .......... .......... .......... 60% 216M 0s 2024-08-22T20:28:44.2720308Z 36150K .......... .......... .......... .......... .......... 60% 137M 0s 2024-08-22T20:28:44.2722955Z 36200K .......... .......... .......... .......... .......... 61% 185M 0s 2024-08-22T20:28:44.2725502Z 36250K .......... .......... .......... .......... .......... 61% 206M 0s 2024-08-22T20:28:44.2727852Z 36300K .......... .......... .......... .......... .......... 61% 198M 0s 2024-08-22T20:28:44.2730634Z 36350K .......... .......... .......... .......... .......... 61% 169M 0s 2024-08-22T20:28:44.2733010Z 36400K .......... .......... .......... .......... .......... 61% 211M 0s 2024-08-22T20:28:44.2735600Z 36450K .......... .......... .......... .......... .......... 61% 203M 0s 2024-08-22T20:28:44.2738045Z 36500K .......... .......... .......... .......... .......... 61% 188M 0s 2024-08-22T20:28:44.2740666Z 36550K .......... .......... .......... .......... .......... 61% 180M 0s 2024-08-22T20:28:44.2743015Z 36600K .......... .......... .......... .......... .......... 61% 210M 0s 2024-08-22T20:28:44.2745380Z 36650K .......... .......... .......... .......... .......... 61% 203M 0s 2024-08-22T20:28:44.2747866Z 36700K .......... .......... .......... .......... .......... 61% 198M 0s 2024-08-22T20:28:44.2750621Z 36750K .......... .......... .......... .......... .......... 61% 175M 0s 2024-08-22T20:28:44.2752978Z 36800K .......... .......... .......... .......... .......... 62% 210M 0s 2024-08-22T20:28:44.2755373Z 36850K .......... .......... .......... .......... .......... 62% 207M 0s 2024-08-22T20:28:44.2758189Z 36900K .......... .......... .......... .......... .......... 62% 174M 0s 2024-08-22T20:28:44.2760758Z 36950K .......... .......... .......... .......... .......... 62% 186M 0s 2024-08-22T20:28:44.2763153Z 37000K .......... .......... .......... .......... .......... 62% 206M 0s 2024-08-22T20:28:44.2767051Z 37050K .......... .......... .......... .......... .......... 62% 124M 0s 2024-08-22T20:28:44.2769599Z 37100K .......... .......... .......... .......... .......... 62% 195M 0s 2024-08-22T20:28:44.2772296Z 37150K .......... .......... .......... .......... .......... 62% 178M 0s 2024-08-22T20:28:44.2774643Z 37200K .......... .......... .......... .......... .......... 62% 213M 0s 2024-08-22T20:28:44.2781267Z 37250K .......... .......... .......... .......... .......... 62% 71.2M 0s 2024-08-22T20:28:44.2783232Z 37300K .......... .......... .......... .......... .......... 62% 236M 0s 2024-08-22T20:28:44.2785458Z 37350K .......... .......... .......... .......... .......... 63% 217M 0s 2024-08-22T20:28:44.2790579Z 37400K .......... .......... .......... .......... .......... 63% 95.6M 0s 2024-08-22T20:28:44.2792771Z 37450K .......... .......... .......... .......... .......... 63% 224M 0s 2024-08-22T20:28:44.2794755Z 37500K .......... .......... .......... .......... .......... 63% 243M 0s 2024-08-22T20:28:44.2797183Z 37550K .......... .......... .......... .......... .......... 63% 203M 0s 2024-08-22T20:28:44.2800592Z 37600K .......... .......... .......... .......... .......... 63% 145M 0s 2024-08-22T20:28:44.2802584Z 37650K .......... .......... .......... .......... .......... 63% 241M 0s 2024-08-22T20:28:44.2804592Z 37700K .......... .......... .......... .......... .......... 63% 244M 0s 2024-08-22T20:28:44.2808324Z 37750K .......... .......... .......... .......... .......... 63% 131M 0s 2024-08-22T20:28:44.2810429Z 37800K .......... .......... .......... .......... .......... 63% 231M 0s 2024-08-22T20:28:44.2812438Z 37850K .......... .......... .......... .......... .......... 63% 239M 0s 2024-08-22T20:28:44.2814463Z 37900K .......... .......... .......... .......... .......... 63% 241M 0s 2024-08-22T20:28:44.2818798Z 37950K .......... .......... .......... .......... .......... 64% 115M 0s 2024-08-22T20:28:44.2820770Z 38000K .......... .......... .......... .......... .......... 64% 241M 0s 2024-08-22T20:28:44.2822777Z 38050K .......... .......... .......... .......... .......... 64% 243M 0s 2024-08-22T20:28:44.2824827Z 38100K .......... .......... .......... .......... .......... 64% 239M 0s 2024-08-22T20:28:44.2827522Z 38150K .......... .......... .......... .......... .......... 64% 180M 0s 2024-08-22T20:28:44.2829738Z 38200K .......... .......... .......... .......... .......... 64% 238M 0s 2024-08-22T20:28:44.2831608Z 38250K .......... .......... .......... .......... .......... 64% 241M 0s 2024-08-22T20:28:44.2835411Z 38300K .......... .......... .......... .......... .......... 64% 131M 0s 2024-08-22T20:28:44.2837857Z 38350K .......... .......... .......... .......... .......... 64% 193M 0s 2024-08-22T20:28:44.2839989Z 38400K .......... .......... .......... .......... .......... 64% 229M 0s 2024-08-22T20:28:44.2841988Z 38450K .......... .......... .......... .......... .......... 64% 242M 0s 2024-08-22T20:28:44.2845097Z 38500K .......... .......... .......... .......... .......... 64% 158M 0s 2024-08-22T20:28:44.2847358Z 38550K .......... .......... .......... .......... .......... 65% 217M 0s 2024-08-22T20:28:44.2849390Z 38600K .......... .......... .......... .......... .......... 65% 236M 0s 2024-08-22T20:28:44.2852744Z 38650K .......... .......... .......... .......... .......... 65% 146M 0s 2024-08-22T20:28:44.2855004Z 38700K .......... .......... .......... .......... .......... 65% 217M 0s 2024-08-22T20:28:44.2857887Z 38750K .......... .......... .......... .......... .......... 65% 190M 0s 2024-08-22T20:28:44.2859247Z 38800K .......... .......... .......... .......... .......... 65% 293M 0s 2024-08-22T20:28:44.2862742Z 38850K .......... .......... .......... .......... .......... 65% 143M 0s 2024-08-22T20:28:44.2864387Z 38900K .......... .......... .......... .......... .......... 65% 289M 0s 2024-08-22T20:28:44.2866210Z 38950K .......... .......... .......... .......... .......... 65% 259M 0s 2024-08-22T20:28:44.2870795Z 39000K .......... .......... .......... .......... .......... 65% 108M 0s 2024-08-22T20:28:44.2872502Z 39050K .......... .......... .......... .......... .......... 65% 277M 0s 2024-08-22T20:28:44.2874215Z 39100K .......... .......... .......... .......... .......... 65% 282M 0s 2024-08-22T20:28:44.2876421Z 39150K .......... .......... .......... .......... .......... 66% 223M 0s 2024-08-22T20:28:44.2879744Z 39200K .......... .......... .......... .......... .......... 66% 150M 0s 2024-08-22T20:28:44.2881372Z 39250K .......... .......... .......... .......... .......... 66% 289M 0s 2024-08-22T20:28:44.2883034Z 39300K .......... .......... .......... .......... .......... 66% 293M 0s 2024-08-22T20:28:44.2884964Z 39350K .......... .......... .......... .......... .......... 66% 251M 0s 2024-08-22T20:28:44.2889300Z 39400K .......... .......... .......... .......... .......... 66% 114M 0s 2024-08-22T20:28:44.2891010Z 39450K .......... .......... .......... .......... .......... 66% 279M 0s 2024-08-22T20:28:44.2892677Z 39500K .......... .......... .......... .......... .......... 66% 291M 0s 2024-08-22T20:28:44.2900893Z 39550K .......... .......... .......... .......... .......... 66% 60.5M 0s 2024-08-22T20:28:44.2902625Z 39600K .......... .......... .......... .......... .......... 66% 274M 0s 2024-08-22T20:28:44.2904255Z 39650K .......... .......... .......... .......... .......... 66% 291M 0s 2024-08-22T20:28:44.2905935Z 39700K .......... .......... .......... .......... .......... 66% 291M 0s 2024-08-22T20:28:44.2908679Z 39750K .......... .......... .......... .......... .......... 67% 182M 0s 2024-08-22T20:28:44.2910308Z 39800K .......... .......... .......... .......... .......... 67% 287M 0s 2024-08-22T20:28:44.2912049Z 39850K .......... .......... .......... .......... .......... 67% 281M 0s 2024-08-22T20:28:44.2917445Z 39900K .......... .......... .......... .......... .......... 67% 91.7M 0s 2024-08-22T20:28:44.2919561Z 39950K .......... .......... .......... .......... .......... 67% 229M 0s 2024-08-22T20:28:44.2921194Z 40000K .......... .......... .......... .......... .......... 67% 288M 0s 2024-08-22T20:28:44.2923054Z 40050K .......... .......... .......... .......... .......... 67% 290M 0s 2024-08-22T20:28:44.2926868Z 40100K .......... .......... .......... .......... .......... 67% 124M 0s 2024-08-22T20:28:44.2928890Z 40150K .......... .......... .......... .......... .......... 67% 256M 0s 2024-08-22T20:28:44.2930558Z 40200K .......... .......... .......... .......... .......... 67% 292M 0s 2024-08-22T20:28:44.2934651Z 40250K .......... .......... .......... .......... .......... 67% 116M 0s 2024-08-22T20:28:44.2936637Z 40300K .......... .......... .......... .......... .......... 67% 248M 0s 2024-08-22T20:28:44.2938640Z 40350K .......... .......... .......... .......... .......... 68% 239M 0s 2024-08-22T20:28:44.2940296Z 40400K .......... .......... .......... .......... .......... 68% 293M 0s 2024-08-22T20:28:44.2946733Z 40450K .......... .......... .......... .......... .......... 68% 76.8M 0s 2024-08-22T20:28:44.2948342Z 40500K .......... .......... .......... .......... .......... 68% 292M 0s 2024-08-22T20:28:44.2950241Z 40550K .......... .......... .......... .......... .......... 68% 257M 0s 2024-08-22T20:28:44.2952034Z 40600K .......... .......... .......... .......... .......... 68% 283M 0s 2024-08-22T20:28:44.2953719Z 40650K .......... .......... .......... .......... .......... 68% 277M 0s 2024-08-22T20:28:44.2955414Z 40700K .......... .......... .......... .......... .......... 68% 290M 0s 2024-08-22T20:28:44.2957408Z 40750K .......... .......... .......... .......... .......... 68% 242M 0s 2024-08-22T20:28:44.2961495Z 40800K .......... .......... .......... .......... .......... 68% 122M 0s 2024-08-22T20:28:44.2963179Z 40850K .......... .......... .......... .......... .......... 68% 277M 0s 2024-08-22T20:28:44.2964869Z 40900K .......... .......... .......... .......... .......... 68% 290M 0s 2024-08-22T20:28:44.2966765Z 40950K .......... .......... .......... .......... .......... 69% 256M 0s 2024-08-22T20:28:44.2970335Z 41000K .......... .......... .......... .......... .......... 69% 139M 0s 2024-08-22T20:28:44.2971989Z 41050K .......... .......... .......... .......... .......... 69% 288M 0s 2024-08-22T20:28:44.2973698Z 41100K .......... .......... .......... .......... .......... 69% 287M 0s 2024-08-22T20:28:44.2978468Z 41150K .......... .......... .......... .......... .......... 69% 103M 0s 2024-08-22T20:28:44.2980140Z 41200K .......... .......... .......... .......... .......... 69% 287M 0s 2024-08-22T20:28:44.2981800Z 41250K .......... .......... .......... .......... .......... 69% 294M 0s 2024-08-22T20:28:44.2983485Z 41300K .......... .......... .......... .......... .......... 69% 290M 0s 2024-08-22T20:28:44.2987578Z 41350K .......... .......... .......... .......... .......... 69% 121M 0s 2024-08-22T20:28:44.2989206Z 41400K .......... .......... .......... .......... .......... 69% 294M 0s 2024-08-22T20:28:44.2990884Z 41450K .......... .......... .......... .......... .......... 69% 290M 0s 2024-08-22T20:28:44.2994980Z 41500K .......... .......... .......... .......... .......... 69% 120M 0s 2024-08-22T20:28:44.2997073Z 41550K .......... .......... .......... .......... .......... 70% 231M 0s 2024-08-22T20:28:44.2998773Z 41600K .......... .......... .......... .......... .......... 70% 286M 0s 2024-08-22T20:28:44.3000452Z 41650K .......... .......... .......... .......... .......... 70% 291M 0s 2024-08-22T20:28:44.3003789Z 41700K .......... .......... .......... .......... .......... 70% 149M 0s 2024-08-22T20:28:44.3005612Z 41750K .......... .......... .......... .......... .......... 70% 257M 0s 2024-08-22T20:28:44.3007290Z 41800K .......... .......... .......... .......... .......... 70% 290M 0s 2024-08-22T20:28:44.3011180Z 41850K .......... .......... .......... .......... .......... 70% 126M 0s 2024-08-22T20:28:44.3012987Z 41900K .......... .......... .......... .......... .......... 70% 271M 0s 2024-08-22T20:28:44.3014964Z 41950K .......... .......... .......... .......... .......... 70% 244M 0s 2024-08-22T20:28:44.3016945Z 42000K .......... .......... .......... .......... .......... 70% 270M 0s 2024-08-22T20:28:44.3020715Z 42050K .......... .......... .......... .......... .......... 70% 126M 0s 2024-08-22T20:28:44.3022610Z 42100K .......... .......... .......... .......... .......... 71% 276M 0s 2024-08-22T20:28:44.3024437Z 42150K .......... .......... .......... .......... .......... 71% 261M 0s 2024-08-22T20:28:44.3025976Z 42200K .......... .......... .......... .......... .......... 71% 293M 0s 2024-08-22T20:28:44.3029623Z 42250K .......... .......... .......... .......... .......... 71% 136M 0s 2024-08-22T20:28:44.3031216Z 42300K .......... .......... .......... .......... .......... 71% 294M 0s 2024-08-22T20:28:44.3033244Z 42350K .......... .......... .......... .......... .......... 71% 240M 0s 2024-08-22T20:28:44.3037355Z 42400K .......... .......... .......... .......... .......... 71% 120M 0s 2024-08-22T20:28:44.3039001Z 42450K .......... .......... .......... .......... .......... 71% 291M 0s 2024-08-22T20:28:44.3040660Z 42500K .......... .......... .......... .......... .......... 71% 292M 0s 2024-08-22T20:28:44.3042549Z 42550K .......... .......... .......... .......... .......... 71% 258M 0s 2024-08-22T20:28:44.3046550Z 42600K .......... .......... .......... .......... .......... 71% 123M 0s 2024-08-22T20:28:44.3048215Z 42650K .......... .......... .......... .......... .......... 71% 288M 0s 2024-08-22T20:28:44.3049903Z 42700K .......... .......... .......... .......... .......... 72% 287M 0s 2024-08-22T20:28:44.3054345Z 42750K .......... .......... .......... .......... .......... 72% 112M 0s 2024-08-22T20:28:44.3056166Z 42800K .......... .......... .......... .......... .......... 72% 282M 0s 2024-08-22T20:28:44.3057856Z 42850K .......... .......... .......... .......... .......... 72% 260M 0s 2024-08-22T20:28:44.3059535Z 42900K .......... .......... .......... .......... .......... 72% 294M 0s 2024-08-22T20:28:44.3062855Z 42950K .......... .......... .......... .......... .......... 72% 150M 0s 2024-08-22T20:28:44.3064486Z 43000K .......... .......... .......... .......... .......... 72% 288M 0s 2024-08-22T20:28:44.3066184Z 43050K .......... .......... .......... .......... .......... 72% 288M 0s 2024-08-22T20:28:44.3070143Z 43100K .......... .......... .......... .......... .......... 72% 124M 0s 2024-08-22T20:28:44.3072254Z 43150K .......... .......... .......... .......... .......... 72% 230M 0s 2024-08-22T20:28:44.3074035Z 43200K .......... .......... .......... .......... .......... 72% 296M 0s 2024-08-22T20:28:44.3075691Z 43250K .......... .......... .......... .......... .......... 72% 272M 0s 2024-08-22T20:28:44.3080777Z 43300K .......... .......... .......... .......... .......... 73% 96.7M 0s 2024-08-22T20:28:44.3082741Z 43350K .......... .......... .......... .......... .......... 73% 246M 0s 2024-08-22T20:28:44.3084437Z 43400K .......... .......... .......... .......... .......... 73% 288M 0s 2024-08-22T20:28:44.3086119Z 43450K .......... .......... .......... .......... .......... 73% 290M 0s 2024-08-22T20:28:44.3089629Z 43500K .......... .......... .......... .......... .......... 73% 141M 0s 2024-08-22T20:28:44.3091599Z 43550K .......... .......... .......... .......... .......... 73% 243M 0s 2024-08-22T20:28:44.3093309Z 43600K .......... .......... .......... .......... .......... 73% 285M 0s 2024-08-22T20:28:44.3097198Z 43650K .......... .......... .......... .......... .......... 73% 127M 0s 2024-08-22T20:28:44.3098857Z 43700K .......... .......... .......... .......... .......... 73% 284M 0s 2024-08-22T20:28:44.3100724Z 43750K .......... .......... .......... .......... .......... 73% 258M 0s 2024-08-22T20:28:44.3102421Z 43800K .......... .......... .......... .......... .......... 73% 293M 0s 2024-08-22T20:28:44.3105983Z 43850K .......... .......... .......... .......... .......... 73% 137M 0s 2024-08-22T20:28:44.3107659Z 43900K .......... .......... .......... .......... .......... 74% 291M 0s 2024-08-22T20:28:44.3109812Z 43950K .......... .......... .......... .......... .......... 74% 244M 0s 2024-08-22T20:28:44.3113983Z 44000K .......... .......... .......... .......... .......... 74% 115M 0s 2024-08-22T20:28:44.3115798Z 44050K .......... .......... .......... .......... .......... 74% 281M 0s 2024-08-22T20:28:44.3117471Z 44100K .......... .......... .......... .......... .......... 74% 295M 0s 2024-08-22T20:28:44.3119220Z 44150K .......... .......... .......... .......... .......... 74% 254M 0s 2024-08-22T20:28:44.3122830Z 44200K .......... .......... .......... .......... .......... 74% 135M 0s 2024-08-22T20:28:44.3124535Z 44250K .......... .......... .......... .......... .......... 74% 285M 0s 2024-08-22T20:28:44.3126202Z 44300K .......... .......... .......... .......... .......... 74% 289M 0s 2024-08-22T20:28:44.3130053Z 44350K .......... .......... .......... .......... .......... 74% 130M 0s 2024-08-22T20:28:44.3131732Z 44400K .......... .......... .......... .......... .......... 74% 283M 0s 2024-08-22T20:28:44.3133371Z 44450K .......... .......... .......... .......... .......... 74% 293M 0s 2024-08-22T20:28:44.3135071Z 44500K .......... .......... .......... .......... .......... 75% 291M 0s 2024-08-22T20:28:44.3139640Z 44550K .......... .......... .......... .......... .......... 75% 107M 0s 2024-08-22T20:28:44.3141391Z 44600K .......... .......... .......... .......... .......... 75% 278M 0s 2024-08-22T20:28:44.3143062Z 44650K .......... .......... .......... .......... .......... 75% 285M 0s 2024-08-22T20:28:44.3144721Z 44700K .......... .......... .......... .......... .......... 75% 293M 0s 2024-08-22T20:28:44.3148312Z 44750K .......... .......... .......... .......... .......... 75% 138M 0s 2024-08-22T20:28:44.3149969Z 44800K .......... .......... .......... .......... .......... 75% 286M 0s 2024-08-22T20:28:44.3151684Z 44850K .......... .......... .......... .......... .......... 75% 291M 0s 2024-08-22T20:28:44.3157929Z 44900K .......... .......... .......... .......... .......... 75% 78.8M 0s 2024-08-22T20:28:44.3159803Z 44950K .......... .......... .......... .......... .......... 75% 251M 0s 2024-08-22T20:28:44.3161497Z 45000K .......... .......... .......... .......... .......... 75% 290M 0s 2024-08-22T20:28:44.3163172Z 45050K .......... .......... .......... .......... .......... 75% 288M 0s 2024-08-22T20:28:44.3167682Z 45100K .......... .......... .......... .......... .......... 76% 110M 0s 2024-08-22T20:28:44.3169673Z 45150K .......... .......... .......... .......... .......... 76% 238M 0s 2024-08-22T20:28:44.3171326Z 45200K .......... .......... .......... .......... .......... 76% 295M 0s 2024-08-22T20:28:44.3175592Z 45250K .......... .......... .......... .......... .......... 76% 119M 0s 2024-08-22T20:28:44.3177360Z 45300K .......... .......... .......... .......... .......... 76% 259M 0s 2024-08-22T20:28:44.3179285Z 45350K .......... .......... .......... .......... .......... 76% 253M 0s 2024-08-22T20:28:44.3180986Z 45400K .......... .......... .......... .......... .......... 76% 283M 0s 2024-08-22T20:28:44.3185153Z 45450K .......... .......... .......... .......... .......... 76% 118M 0s 2024-08-22T20:28:44.3186831Z 45500K .......... .......... .......... .......... .......... 76% 287M 0s 2024-08-22T20:28:44.3188827Z 45550K .......... .......... .......... .......... .......... 76% 243M 0s 2024-08-22T20:28:44.3192853Z 45600K .......... .......... .......... .......... .......... 76% 124M 0s 2024-08-22T20:28:44.3194581Z 45650K .......... .......... .......... .......... .......... 76% 274M 0s 2024-08-22T20:28:44.3196227Z 45700K .......... .......... .......... .......... .......... 77% 294M 0s 2024-08-22T20:28:44.3198108Z 45750K .......... .......... .......... .......... .......... 77% 258M 0s 2024-08-22T20:28:44.3202931Z 45800K .......... .......... .......... .......... .......... 77% 102M 0s 2024-08-22T20:28:44.3204613Z 45850K .......... .......... .......... .......... .......... 77% 287M 0s 2024-08-22T20:28:44.3206442Z 45900K .......... .......... .......... .......... .......... 77% 288M 0s 2024-08-22T20:28:44.3210830Z 45950K .......... .......... .......... .......... .......... 77% 111M 0s 2024-08-22T20:28:44.3212671Z 46000K .......... .......... .......... .......... .......... 77% 268M 0s 2024-08-22T20:28:44.3214332Z 46050K .......... .......... .......... .......... .......... 77% 289M 0s 2024-08-22T20:28:44.3216096Z 46100K .......... .......... .......... .......... .......... 77% 293M 0s 2024-08-22T20:28:44.3219776Z 46150K .......... .......... .......... .......... .......... 77% 125M 0s 2024-08-22T20:28:44.3221524Z 46200K .......... .......... .......... .......... .......... 77% 282M 0s 2024-08-22T20:28:44.3223181Z 46250K .......... .......... .......... .......... .......... 77% 288M 0s 2024-08-22T20:28:44.3224877Z 46300K .......... .......... .......... .......... .......... 78% 288M 0s 2024-08-22T20:28:44.3229673Z 46350K .......... .......... .......... .......... .......... 78% 102M 0s 2024-08-22T20:28:44.3231375Z 46400K .......... .......... .......... .......... .......... 78% 283M 0s 2024-08-22T20:28:44.3233054Z 46450K .......... .......... .......... .......... .......... 78% 292M 0s 2024-08-22T20:28:44.3239575Z 46500K .......... .......... .......... .......... .......... 78% 75.4M 0s 2024-08-22T20:28:44.3241507Z 46550K .......... .......... .......... .......... .......... 78% 248M 0s 2024-08-22T20:28:44.3243193Z 46600K .......... .......... .......... .......... .......... 78% 286M 0s 2024-08-22T20:28:44.3244924Z 46650K .......... .......... .......... .......... .......... 78% 284M 0s 2024-08-22T20:28:44.3251267Z 46700K .......... .......... .......... .......... .......... 78% 77.2M 0s 2024-08-22T20:28:44.3253274Z 46750K .......... .......... .......... .......... .......... 78% 241M 0s 2024-08-22T20:28:44.3254941Z 46800K .......... .......... .......... .......... .......... 78% 297M 0s 2024-08-22T20:28:44.3262126Z 46850K .......... .......... .......... .......... .......... 79% 68.2M 0s 2024-08-22T20:28:44.3263813Z 46900K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:28:44.3265674Z 46950K .......... .......... .......... .......... .......... 79% 262M 0s 2024-08-22T20:28:44.3267352Z 47000K .......... .......... .......... .......... .......... 79% 290M 0s 2024-08-22T20:28:44.3271380Z 47050K .......... .......... .......... .......... .......... 79% 122M 0s 2024-08-22T20:28:44.3273050Z 47100K .......... .......... .......... .......... .......... 79% 288M 0s 2024-08-22T20:28:44.3275087Z 47150K .......... .......... .......... .......... .......... 79% 240M 0s 2024-08-22T20:28:44.3279143Z 47200K .......... .......... .......... .......... .......... 79% 125M 0s 2024-08-22T20:28:44.3280864Z 47250K .......... .......... .......... .......... .......... 79% 265M 0s 2024-08-22T20:28:44.3282614Z 47300K .......... .......... .......... .......... .......... 79% 294M 0s 2024-08-22T20:28:44.3284511Z 47350K .......... .......... .......... .......... .......... 79% 245M 0s 2024-08-22T20:28:44.3288689Z 47400K .......... .......... .......... .......... .......... 79% 118M 0s 2024-08-22T20:28:44.3290415Z 47450K .......... .......... .......... .......... .......... 80% 278M 0s 2024-08-22T20:28:44.3292091Z 47500K .......... .......... .......... .......... .......... 80% 289M 0s 2024-08-22T20:28:44.3297577Z 47550K .......... .......... .......... .......... .......... 80% 92.2M 0s 2024-08-22T20:28:44.3299231Z 47600K .......... .......... .......... .......... .......... 80% 265M 0s 2024-08-22T20:28:44.3300911Z 47650K .......... .......... .......... .......... .......... 80% 287M 0s 2024-08-22T20:28:44.3302563Z 47700K .......... .......... .......... .......... .......... 80% 295M 0s 2024-08-22T20:28:44.3305564Z 47750K .......... .......... .......... .......... .......... 80% 164M 0s 2024-08-22T20:28:44.3307316Z 47800K .......... .......... .......... .......... .......... 80% 276M 0s 2024-08-22T20:28:44.3309021Z 47850K .......... .......... .......... .......... .......... 80% 288M 0s 2024-08-22T20:28:44.3310711Z 47900K .......... .......... .......... .......... .......... 80% 286M 0s 2024-08-22T20:28:44.3314972Z 47950K .......... .......... .......... .......... .......... 80% 120M 0s 2024-08-22T20:28:44.3316536Z 48000K .......... .......... .......... .......... .......... 80% 288M 0s 2024-08-22T20:28:44.3318230Z 48050K .......... .......... .......... .......... .......... 81% 283M 0s 2024-08-22T20:28:44.3323356Z 48100K .......... .......... .......... .......... .......... 81% 96.5M 0s 2024-08-22T20:28:44.3325217Z 48150K .......... .......... .......... .......... .......... 81% 252M 0s 2024-08-22T20:28:44.3326897Z 48200K .......... .......... .......... .......... .......... 81% 288M 0s 2024-08-22T20:28:44.3328583Z 48250K .......... .......... .......... .......... .......... 81% 291M 0s 2024-08-22T20:28:44.3332071Z 48300K .......... .......... .......... .......... .......... 81% 141M 0s 2024-08-22T20:28:44.3334111Z 48350K .......... .......... .......... .......... .......... 81% 238M 0s 2024-08-22T20:28:44.3336064Z 48400K .......... .......... .......... .......... .......... 81% 283M 0s 2024-08-22T20:28:44.3343218Z 48450K .......... .......... .......... .......... .......... 81% 67.2M 0s 2024-08-22T20:28:44.3344876Z 48500K .......... .......... .......... .......... .......... 81% 281M 0s 2024-08-22T20:28:44.3346748Z 48550K .......... .......... .......... .......... .......... 81% 259M 0s 2024-08-22T20:28:44.3348432Z 48600K .......... .......... .......... .......... .......... 81% 290M 0s 2024-08-22T20:28:44.3355305Z 48650K .......... .......... .......... .......... .......... 82% 71.4M 0s 2024-08-22T20:28:44.3356970Z 48700K .......... .......... .......... .......... .......... 82% 286M 0s 2024-08-22T20:28:44.3358966Z 48750K .......... .......... .......... .......... .......... 82% 245M 0s 2024-08-22T20:28:44.3366618Z 48800K .......... .......... .......... .......... .......... 82% 64.6M 0s 2024-08-22T20:28:44.3368291Z 48850K .......... .......... .......... .......... .......... 82% 279M 0s 2024-08-22T20:28:44.3369998Z 48900K .......... .......... .......... .......... .......... 82% 285M 0s 2024-08-22T20:28:44.3376157Z 48950K .......... .......... .......... .......... .......... 82% 81.3M 0s 2024-08-22T20:28:44.3377994Z 49000K .......... .......... .......... .......... .......... 82% 246M 0s 2024-08-22T20:28:44.3379665Z 49050K .......... .......... .......... .......... .......... 82% 288M 0s 2024-08-22T20:28:44.3381360Z 49100K .......... .......... .......... .......... .......... 82% 290M 0s 2024-08-22T20:28:44.3388469Z 49150K .......... .......... .......... .......... .......... 82% 69.0M 0s 2024-08-22T20:28:44.3390090Z 49200K .......... .......... .......... .......... .......... 82% 295M 0s 2024-08-22T20:28:44.3391772Z 49250K .......... .......... .......... .......... .......... 83% 291M 0s 2024-08-22T20:28:44.3398468Z 49300K .......... .......... .......... .......... .......... 83% 73.7M 0s 2024-08-22T20:28:44.3400533Z 49350K .......... .......... .......... .......... .......... 83% 230M 0s 2024-08-22T20:28:44.3402253Z 49400K .......... .......... .......... .......... .......... 83% 280M 0s 2024-08-22T20:28:44.3403940Z 49450K .......... .......... .......... .......... .......... 83% 288M 0s 2024-08-22T20:28:44.3419935Z 49500K .......... .......... .......... .......... .......... 83% 30.6M 0s 2024-08-22T20:28:44.3421917Z 49550K .......... .......... .......... .......... .......... 83% 242M 0s 2024-08-22T20:28:44.3423609Z 49600K .......... .......... .......... .......... .......... 83% 289M 0s 2024-08-22T20:28:44.3426222Z 49650K .......... .......... .......... .......... .......... 83% 195M 0s 2024-08-22T20:28:44.3427934Z 49700K .......... .......... .......... .......... .......... 83% 270M 0s 2024-08-22T20:28:44.3429794Z 49750K .......... .......... .......... .......... .......... 83% 259M 0s 2024-08-22T20:28:44.3431643Z 49800K .......... .......... .......... .......... .......... 83% 290M 0s 2024-08-22T20:28:44.3436315Z 49850K .......... .......... .......... .......... .......... 84% 102M 0s 2024-08-22T20:28:44.3438254Z 49900K .......... .......... .......... .......... .......... 84% 273M 0s 2024-08-22T20:28:44.3440194Z 49950K .......... .......... .......... .......... .......... 84% 243M 0s 2024-08-22T20:28:44.3443893Z 50000K .......... .......... .......... .......... .......... 84% 133M 0s 2024-08-22T20:28:44.3445866Z 50050K .......... .......... .......... .......... .......... 84% 270M 0s 2024-08-22T20:28:44.3447087Z 50100K .......... .......... .......... .......... .......... 84% 297M 0s 2024-08-22T20:28:44.3449299Z 50150K .......... .......... .......... .......... .......... 84% 251M 0s 2024-08-22T20:28:44.3453383Z 50200K .......... .......... .......... .......... .......... 84% 117M 0s 2024-08-22T20:28:44.3455147Z 50250K .......... .......... .......... .......... .......... 84% 263M 0s 2024-08-22T20:28:44.3457034Z 50300K .......... .......... .......... .......... .......... 84% 266M 0s 2024-08-22T20:28:44.3463233Z 50350K .......... .......... .......... .......... .......... 84% 80.1M 0s 2024-08-22T20:28:44.3464945Z 50400K .......... .......... .......... .......... .......... 84% 265M 0s 2024-08-22T20:28:44.3466581Z 50450K .......... .......... .......... .......... .......... 85% 294M 0s 2024-08-22T20:28:44.3468260Z 50500K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:28:44.3472492Z 50550K .......... .......... .......... .......... .......... 85% 117M 0s 2024-08-22T20:28:44.3474186Z 50600K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:28:44.3475901Z 50650K .......... .......... .......... .......... .......... 85% 290M 0s 2024-08-22T20:28:44.3477633Z 50700K .......... .......... .......... .......... .......... 85% 275M 0s 2024-08-22T20:28:44.3481533Z 50750K .......... .......... .......... .......... .......... 85% 127M 0s 2024-08-22T20:28:44.3483279Z 50800K .......... .......... .......... .......... .......... 85% 275M 0s 2024-08-22T20:28:44.3484970Z 50850K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:28:44.3488674Z 50900K .......... .......... .......... .......... .......... 85% 135M 0s 2024-08-22T20:28:44.3490563Z 50950K .......... .......... .......... .......... .......... 85% 244M 0s 2024-08-22T20:28:44.3492234Z 51000K .......... .......... .......... .......... .......... 85% 292M 0s 2024-08-22T20:28:44.3493917Z 51050K .......... .......... .......... .......... .......... 86% 289M 0s 2024-08-22T20:28:44.3497781Z 51100K .......... .......... .......... .......... .......... 86% 129M 0s 2024-08-22T20:28:44.3499799Z 51150K .......... .......... .......... .......... .......... 86% 236M 0s 2024-08-22T20:28:44.3501481Z 51200K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:28:44.3505739Z 51250K .......... .......... .......... .......... .......... 86% 118M 0s 2024-08-22T20:28:44.3507464Z 51300K .......... .......... .......... .......... .......... 86% 266M 0s 2024-08-22T20:28:44.3509352Z 51350K .......... .......... .......... .......... .......... 86% 254M 0s 2024-08-22T20:28:44.3511149Z 51400K .......... .......... .......... .......... .......... 86% 276M 0s 2024-08-22T20:28:44.3516873Z 51450K .......... .......... .......... .......... .......... 86% 85.8M 0s 2024-08-22T20:28:44.3518659Z 51500K .......... .......... .......... .......... .......... 86% 271M 0s 2024-08-22T20:28:44.3520604Z 51550K .......... .......... .......... .......... .......... 86% 247M 0s 2024-08-22T20:28:44.3528894Z 51600K .......... .......... .......... .......... .......... 87% 59.9M 0s 2024-08-22T20:28:44.3530580Z 51650K .......... .......... .......... .......... .......... 87% 270M 0s 2024-08-22T20:28:44.3532265Z 51700K .......... .......... .......... .......... .......... 87% 285M 0s 2024-08-22T20:28:44.3534284Z 51750K .......... .......... .......... .......... .......... 87% 258M 0s 2024-08-22T20:28:44.3537620Z 51800K .......... .......... .......... .......... .......... 87% 142M 0s 2024-08-22T20:28:44.3539482Z 51850K .......... .......... .......... .......... .......... 87% 279M 0s 2024-08-22T20:28:44.3541139Z 51900K .......... .......... .......... .......... .......... 87% 291M 0s 2024-08-22T20:28:44.3545470Z 51950K .......... .......... .......... .......... .......... 87% 113M 0s 2024-08-22T20:28:44.3547210Z 52000K .......... .......... .......... .......... .......... 87% 266M 0s 2024-08-22T20:28:44.3548855Z 52050K .......... .......... .......... .......... .......... 87% 291M 0s 2024-08-22T20:28:44.3550525Z 52100K .......... .......... .......... .......... .......... 87% 291M 0s 2024-08-22T20:28:44.3555912Z 52150K .......... .......... .......... .......... .......... 87% 91.1M 0s 2024-08-22T20:28:44.3557720Z 52200K .......... .......... .......... .......... .......... 88% 273M 0s 2024-08-22T20:28:44.3559441Z 52250K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-22T20:28:44.3561070Z 52300K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:28:44.3565055Z 52350K .......... .......... .......... .......... .......... 88% 124M 0s 2024-08-22T20:28:44.3566682Z 52400K .......... .......... .......... .......... .......... 88% 293M 0s 2024-08-22T20:28:44.3568414Z 52450K .......... .......... .......... .......... .......... 88% 281M 0s 2024-08-22T20:28:44.3572695Z 52500K .......... .......... .......... .......... .......... 88% 115M 0s 2024-08-22T20:28:44.3574633Z 52550K .......... .......... .......... .......... .......... 88% 248M 0s 2024-08-22T20:28:44.3576486Z 52600K .......... .......... .......... .......... .......... 88% 266M 0s 2024-08-22T20:28:44.3578161Z 52650K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-22T20:28:44.3582663Z 52700K .......... .......... .......... .......... .......... 88% 110M 0s 2024-08-22T20:28:44.3584654Z 52750K .......... .......... .......... .......... .......... 88% 241M 0s 2024-08-22T20:28:44.3586296Z 52800K .......... .......... .......... .......... .......... 89% 298M 0s 2024-08-22T20:28:44.3589905Z 52850K .......... .......... .......... .......... .......... 89% 138M 0s 2024-08-22T20:28:44.3591578Z 52900K .......... .......... .......... .......... .......... 89% 282M 0s 2024-08-22T20:28:44.3593489Z 52950K .......... .......... .......... .......... .......... 89% 253M 0s 2024-08-22T20:28:44.3595177Z 53000K .......... .......... .......... .......... .......... 89% 289M 0s 2024-08-22T20:28:44.3599262Z 53050K .......... .......... .......... .......... .......... 89% 120M 0s 2024-08-22T20:28:44.3600987Z 53100K .......... .......... .......... .......... .......... 89% 283M 0s 2024-08-22T20:28:44.3602993Z 53150K .......... .......... .......... .......... .......... 89% 244M 0s 2024-08-22T20:28:44.3608591Z 53200K .......... .......... .......... .......... .......... 89% 89.3M 0s 2024-08-22T20:28:44.3610329Z 53250K .......... .......... .......... .......... .......... 89% 267M 0s 2024-08-22T20:28:44.3611956Z 53300K .......... .......... .......... .......... .......... 89% 292M 0s 2024-08-22T20:28:44.3613851Z 53350K .......... .......... .......... .......... .......... 89% 256M 0s 2024-08-22T20:28:44.3619364Z 53400K .......... .......... .......... .......... .......... 90% 89.3M 0s 2024-08-22T20:28:44.3621094Z 53450K .......... .......... .......... .......... .......... 90% 275M 0s 2024-08-22T20:28:44.3622796Z 53500K .......... .......... .......... .......... .......... 90% 287M 0s 2024-08-22T20:28:44.3627925Z 53550K .......... .......... .......... .......... .......... 90% 98.5M 0s 2024-08-22T20:28:44.3629601Z 53600K .......... .......... .......... .......... .......... 90% 267M 0s 2024-08-22T20:28:44.3631241Z 53650K .......... .......... .......... .......... .......... 90% 294M 0s 2024-08-22T20:28:44.3633173Z 53700K .......... .......... .......... .......... .......... 90% 275M 0s 2024-08-22T20:28:44.3637409Z 53750K .......... .......... .......... .......... .......... 90% 112M 0s 2024-08-22T20:28:44.3639299Z 53800K .......... .......... .......... .......... .......... 90% 276M 0s 2024-08-22T20:28:44.3640955Z 53850K .......... .......... .......... .......... .......... 90% 291M 0s 2024-08-22T20:28:44.3642522Z 53900K .......... .......... .......... .......... .......... 90% 293M 0s 2024-08-22T20:28:44.3647395Z 53950K .......... .......... .......... .......... .......... 90% 100M 0s 2024-08-22T20:28:44.3649048Z 54000K .......... .......... .......... .......... .......... 91% 293M 0s 2024-08-22T20:28:44.3650736Z 54050K .......... .......... .......... .......... .......... 91% 288M 0s 2024-08-22T20:28:44.3655586Z 54100K .......... .......... .......... .......... .......... 91% 105M 0s 2024-08-22T20:28:44.3657499Z 54150K .......... .......... .......... .......... .......... 91% 233M 0s 2024-08-22T20:28:44.3659199Z 54200K .......... .......... .......... .......... .......... 91% 283M 0s 2024-08-22T20:28:44.3660890Z 54250K .......... .......... .......... .......... .......... 91% 291M 0s 2024-08-22T20:28:44.3665269Z 54300K .......... .......... .......... .......... .......... 91% 112M 0s 2024-08-22T20:28:44.3667244Z 54350K .......... .......... .......... .......... .......... 91% 244M 0s 2024-08-22T20:28:44.3668899Z 54400K .......... .......... .......... .......... .......... 91% 292M 0s 2024-08-22T20:28:44.3673378Z 54450K .......... .......... .......... .......... .......... 91% 112M 0s 2024-08-22T20:28:44.3675116Z 54500K .......... .......... .......... .......... .......... 91% 267M 0s 2024-08-22T20:28:44.3676963Z 54550K .......... .......... .......... .......... .......... 91% 259M 0s 2024-08-22T20:28:44.3678655Z 54600K .......... .......... .......... .......... .......... 92% 293M 0s 2024-08-22T20:28:44.3683917Z 54650K .......... .......... .......... .......... .......... 92% 93.0M 0s 2024-08-22T20:28:44.3685713Z 54700K .......... .......... .......... .......... .......... 92% 272M 0s 2024-08-22T20:28:44.3687691Z 54750K .......... .......... .......... .......... .......... 92% 243M 0s 2024-08-22T20:28:44.3691033Z 54800K .......... .......... .......... .......... .......... 92% 151M 0s 2024-08-22T20:28:44.3692734Z 54850K .......... .......... .......... .......... .......... 92% 270M 0s 2024-08-22T20:28:44.3694383Z 54900K .......... .......... .......... .......... .......... 92% 296M 0s 2024-08-22T20:28:44.3696467Z 54950K .......... .......... .......... .......... .......... 92% 233M 0s 2024-08-22T20:28:44.3701920Z 55000K .......... .......... .......... .......... .......... 92% 89.8M 0s 2024-08-22T20:28:44.3703660Z 55050K .......... .......... .......... .......... .......... 92% 280M 0s 2024-08-22T20:28:44.3705339Z 55100K .......... .......... .......... .......... .......... 92% 289M 0s 2024-08-22T20:28:44.3709487Z 55150K .......... .......... .......... .......... .......... 92% 122M 0s 2024-08-22T20:28:44.3711224Z 55200K .......... .......... .......... .......... .......... 93% 266M 0s 2024-08-22T20:28:44.3712869Z 55250K .......... .......... .......... .......... .......... 93% 293M 0s 2024-08-22T20:28:44.3714549Z 55300K .......... .......... .......... .......... .......... 93% 290M 0s 2024-08-22T20:28:44.3719728Z 55350K .......... .......... .......... .......... .......... 93% 95.6M 0s 2024-08-22T20:28:44.3721422Z 55400K .......... .......... .......... .......... .......... 93% 278M 0s 2024-08-22T20:28:44.3723273Z 55450K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:28:44.3724940Z 55500K .......... .......... .......... .......... .......... 93% 273M 0s 2024-08-22T20:28:44.3731398Z 55550K .......... .......... .......... .......... .......... 93% 75.8M 0s 2024-08-22T20:28:44.3733040Z 55600K .......... .......... .......... .......... .......... 93% 293M 0s 2024-08-22T20:28:44.3734854Z 55650K .......... .......... .......... .......... .......... 93% 293M 0s 2024-08-22T20:28:44.3738634Z 55700K .......... .......... .......... .......... .......... 93% 129M 0s 2024-08-22T20:28:44.3740847Z 55750K .......... .......... .......... .......... .......... 93% 229M 0s 2024-08-22T20:28:44.3742436Z 55800K .......... .......... .......... .......... .......... 94% 291M 0s 2024-08-22T20:28:44.3743969Z 55850K .......... .......... .......... .......... .......... 94% 293M 0s 2024-08-22T20:28:44.3751263Z 55900K .......... .......... .......... .......... .......... 94% 67.6M 0s 2024-08-22T20:28:44.3753242Z 55950K .......... .......... .......... .......... .......... 94% 235M 0s 2024-08-22T20:28:44.3754935Z 56000K .......... .......... .......... .......... .......... 94% 290M 0s 2024-08-22T20:28:44.3759599Z 56050K .......... .......... .......... .......... .......... 94% 108M 0s 2024-08-22T20:28:44.3761275Z 56100K .......... .......... .......... .......... .......... 94% 270M 0s 2024-08-22T20:28:44.3763148Z 56150K .......... .......... .......... .......... .......... 94% 258M 0s 2024-08-22T20:28:44.3764861Z 56200K .......... .......... .......... .......... .......... 94% 285M 0s 2024-08-22T20:28:44.3770586Z 56250K .......... .......... .......... .......... .......... 94% 86.9M 0s 2024-08-22T20:28:44.3772203Z 56300K .......... .......... .......... .......... .......... 94% 284M 0s 2024-08-22T20:28:44.3774207Z 56350K .......... .......... .......... .......... .......... 95% 244M 0s 2024-08-22T20:28:44.3777426Z 56400K .......... .......... .......... .......... .......... 95% 160M 0s 2024-08-22T20:28:44.3779132Z 56450K .......... .......... .......... .......... .......... 95% 262M 0s 2024-08-22T20:28:44.3780824Z 56500K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:28:44.3782692Z 56550K .......... .......... .......... .......... .......... 95% 257M 0s 2024-08-22T20:28:44.3786620Z 56600K .......... .......... .......... .......... .......... 95% 125M 0s 2024-08-22T20:28:44.3788350Z 56650K .......... .......... .......... .......... .......... 95% 280M 0s 2024-08-22T20:28:44.3790111Z 56700K .......... .......... .......... .......... .......... 95% 284M 0s 2024-08-22T20:28:44.3795719Z 56750K .......... .......... .......... .......... .......... 95% 88.3M 0s 2024-08-22T20:28:44.3797434Z 56800K .......... .......... .......... .......... .......... 95% 269M 0s 2024-08-22T20:28:44.3799078Z 56850K .......... .......... .......... .......... .......... 95% 293M 0s 2024-08-22T20:28:44.3800780Z 56900K .......... .......... .......... .......... .......... 95% 288M 0s 2024-08-22T20:28:44.3803891Z 56950K .......... .......... .......... .......... .......... 96% 161M 0s 2024-08-22T20:28:44.3805572Z 57000K .......... .......... .......... .......... .......... 96% 282M 0s 2024-08-22T20:28:44.3807247Z 57050K .......... .......... .......... .......... .......... 96% 290M 0s 2024-08-22T20:28:44.3808936Z 57100K .......... .......... .......... .......... .......... 96% 288M 0s 2024-08-22T20:28:44.3812563Z 57150K .......... .......... .......... .......... .......... 96% 136M 0s 2024-08-22T20:28:44.3814249Z 57200K .......... .......... .......... .......... .......... 96% 291M 0s 2024-08-22T20:28:44.3816044Z 57250K .......... .......... .......... .......... .......... 96% 287M 0s 2024-08-22T20:28:44.3819881Z 57300K .......... .......... .......... .......... .......... 96% 128M 0s 2024-08-22T20:28:44.3821799Z 57350K .......... .......... .......... .......... .......... 96% 238M 0s 2024-08-22T20:28:44.3823453Z 57400K .......... .......... .......... .......... .......... 96% 289M 0s 2024-08-22T20:28:44.3825192Z 57450K .......... .......... .......... .......... .......... 96% 288M 0s 2024-08-22T20:28:44.3828738Z 57500K .......... .......... .......... .......... .......... 96% 138M 0s 2024-08-22T20:28:44.3830786Z 57550K .......... .......... .......... .......... .......... 97% 236M 0s 2024-08-22T20:28:44.3832574Z 57600K .......... .......... .......... .......... .......... 97% 295M 0s 2024-08-22T20:28:44.3838575Z 57650K .......... .......... .......... .......... .......... 97% 81.2M 0s 2024-08-22T20:28:44.3840453Z 57700K .......... .......... .......... .......... .......... 97% 267M 0s 2024-08-22T20:28:44.3842312Z 57750K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:28:44.3843844Z 57800K .......... .......... .......... .......... .......... 97% 294M 0s 2024-08-22T20:28:44.3847839Z 57850K .......... .......... .......... .......... .......... 97% 123M 0s 2024-08-22T20:28:44.3849577Z 57900K .......... .......... .......... .......... .......... 97% 282M 0s 2024-08-22T20:28:44.3851580Z 57950K .......... .......... .......... .......... .......... 97% 244M 0s 2024-08-22T20:28:44.3855937Z 58000K .......... .......... .......... .......... .......... 97% 119M 0s 2024-08-22T20:28:44.3857714Z 58050K .......... .......... .......... .......... .......... 97% 240M 0s 2024-08-22T20:28:44.3859400Z 58100K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:28:44.3861267Z 58150K .......... .......... .......... .......... .......... 98% 257M 0s 2024-08-22T20:28:44.3865461Z 58200K .......... .......... .......... .......... .......... 98% 118M 0s 2024-08-22T20:28:44.3867218Z 58250K .......... .......... .......... .......... .......... 98% 271M 0s 2024-08-22T20:28:44.3868911Z 58300K .......... .......... .......... .......... .......... 98% 290M 0s 2024-08-22T20:28:44.3870896Z 58350K .......... .......... .......... .......... .......... 98% 242M 0s 2024-08-22T20:28:44.3876117Z 58400K .......... .......... .......... .......... .......... 98% 94.4M 0s 2024-08-22T20:28:44.3877799Z 58450K .......... .......... .......... .......... .......... 98% 288M 0s 2024-08-22T20:28:44.3879517Z 58500K .......... .......... .......... .......... .......... 98% 284M 0s 2024-08-22T20:28:44.3884634Z 58550K .......... .......... .......... .......... .......... 98% 95.9M 0s 2024-08-22T20:28:44.3886442Z 58600K .......... .......... .......... .......... .......... 98% 267M 0s 2024-08-22T20:28:44.3888146Z 58650K .......... .......... .......... .......... .......... 98% 285M 0s 2024-08-22T20:28:44.3889887Z 58700K .......... .......... .......... .......... .......... 98% 282M 0s 2024-08-22T20:28:44.3894447Z 58750K .......... .......... .......... .......... .......... 99% 107M 0s 2024-08-22T20:28:44.3896326Z 58800K .......... .......... .......... .......... .......... 99% 270M 0s 2024-08-22T20:28:44.3897978Z 58850K .......... .......... .......... .......... .......... 99% 285M 0s 2024-08-22T20:28:44.3902443Z 58900K .......... .......... .......... .......... .......... 99% 113M 0s 2024-08-22T20:28:44.3904352Z 58950K .......... .......... .......... .......... .......... 99% 240M 0s 2024-08-22T20:28:44.3906066Z 59000K .......... .......... .......... .......... .......... 99% 282M 0s 2024-08-22T20:28:44.3907755Z 59050K .......... .......... .......... .......... .......... 99% 290M 0s 2024-08-22T20:28:44.3911897Z 59100K .......... .......... .......... .......... .......... 99% 119M 0s 2024-08-22T20:28:44.3913963Z 59150K .......... .......... .......... .......... .......... 99% 237M 0s 2024-08-22T20:28:44.3915648Z 59200K .......... .......... .......... .......... .......... 99% 284M 0s 2024-08-22T20:28:44.3917348Z 59250K .......... .......... .......... .......... .......... 99% 288M 0s 2024-08-22T20:28:44.3919027Z 59300K .......... .......... .......... .......... .......... 99% 292M 0s 2024-08-22T20:28:44.3919876Z 59350K .......... .... 100% 271M=0.3s 2024-08-22T20:28:44.3920210Z 2024-08-22T20:28:44.3921089Z 2024-08-22 20:28:44 (174 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:28:44.3921493Z 2024-08-22T20:28:44.3930262Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:44.3930948Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-08-22T20:28:44.3931833Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:44.3932470Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:44.3957153Z --2024-08-22 20:28:44-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:28:44.3994325Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:28:44.4050687Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:28:44.4253453Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:44.4254723Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:28:44.4256345Z --2024-08-22 20:28:44-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:28:44.4276806Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... 2024-08-22T20:28:44.4330730Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. 2024-08-22T20:28:44.4559941Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:44.4561045Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:28:44.4561966Z Saving to: ‘tokenizer.model’ 2024-08-22T20:28:44.4566806Z 2024-08-22T20:28:44.4619446Z 0K .......... .......... .......... .......... .......... 10% 8.52M 0s 2024-08-22T20:28:44.4672202Z 50K .......... .......... .......... .......... .......... 20% 9.23M 0s 2024-08-22T20:28:44.4679986Z 100K .......... .......... .......... .......... .......... 30% 61.5M 0s 2024-08-22T20:28:44.4688219Z 150K .......... .......... .......... .......... .......... 40% 61.6M 0s 2024-08-22T20:28:44.4723768Z 200K .......... .......... .......... .......... .......... 51% 13.6M 0s 2024-08-22T20:28:44.4735929Z 250K .......... .......... .......... .......... .......... 61% 40.3M 0s 2024-08-22T20:28:44.4738088Z 300K .......... .......... .......... .......... .......... 71% 206M 0s 2024-08-22T20:28:44.4746066Z 350K .......... .......... .......... .......... .......... 81% 178M 0s 2024-08-22T20:28:44.4748017Z 400K .......... .......... .......... .......... .......... 92% 67.6M 0s 2024-08-22T20:28:44.4767970Z 450K .......... .......... .......... ........ 100% 18.7M=0.02s 2024-08-22T20:28:44.4768426Z 2024-08-22T20:28:44.4768825Z 2024-08-22 20:28:44 (23.1 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:28:44.4769212Z 2024-08-22T20:28:44.4779471Z + for resource in $RESOURCES_STRING 2024-08-22T20:28:44.4780043Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:44.4780849Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-08-22T20:28:44.4781498Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:44.4805602Z --2024-08-22 20:28:44-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-08-22T20:28:44.4844139Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:28:44.4902200Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:28:44.5108937Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:28:44.5109951Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-08-22T20:28:44.5110908Z --2024-08-22 20:28:44-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-08-22T20:28:44.5114387Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... 2024-08-22T20:28:44.5171086Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:28:44.5660825Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:28:44.5661630Z Length: 433869 (424K) [application/octet-stream] 2024-08-22T20:28:44.5662834Z Saving to: ‘tokenizer.bin’ 2024-08-22T20:28:44.5663432Z 2024-08-22T20:28:44.5720007Z 0K .......... .......... .......... .......... .......... 11% 8.65M 0s 2024-08-22T20:28:44.5773747Z 50K .......... .......... .......... .......... .......... 23% 9.11M 0s 2024-08-22T20:28:44.5780092Z 100K .......... .......... .......... .......... .......... 35% 77.9M 0s 2024-08-22T20:28:44.5791375Z 150K .......... .......... .......... .......... .......... 47% 42.6M 0s 2024-08-22T20:28:44.5826420Z 200K .......... .......... .......... .......... .......... 59% 13.8M 0s 2024-08-22T20:28:44.5833782Z 250K .......... .......... .......... .......... .......... 70% 66.0M 0s 2024-08-22T20:28:44.5843764Z 300K .......... .......... .......... .......... .......... 82% 49.6M 0s 2024-08-22T20:28:44.5847062Z 350K .......... .......... .......... .......... .......... 94% 166M 0s 2024-08-22T20:28:44.5847931Z 400K .......... .......... ... 100% 239M=0.02s 2024-08-22T20:28:44.5848514Z 2024-08-22T20:28:44.5849148Z 2024-08-22 20:28:44 (22.4 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-08-22T20:28:44.5849877Z 2024-08-22T20:28:44.5858476Z + popd 2024-08-22T20:28:44.5858778Z ~/work/torchchat/torchchat 2024-08-22T20:28:44.5889604Z ##[group]Run python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:28:44.5890479Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:28:44.5891056Z pushd ${TORCHCHAT_ROOT} 2024-08-22T20:28:44.5891466Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-08-22T20:28:44.5892196Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cpu" "eval_sanity_check-float32" 2024-08-22T20:28:44.5956723Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:44.5956999Z env: 2024-08-22T20:28:44.5957287Z TORCHCHAT_ROOT: /home/runner/work/torchchat/torchchat 2024-08-22T20:28:44.5957711Z REPO_NAME: tinyllamas/stories15M 2024-08-22T20:28:44.5958114Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:44.5958664Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig 2024-08-22T20:28:44.5959218Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:44.5959685Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:44.5960150Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:44.5960627Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:44.5961012Z ##[endgroup] 2024-08-22T20:28:45.7821693Z torch: ('2.5.0.dev20240814+cpu', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:28:45.9919161Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:45.9938612Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-08-22T20:28:45.9955000Z ~/work/torchchat/torchchat 2024-08-22T20:28:45.9982063Z arg:eval_sanity_check-float32 2024-08-22T20:28:45.9982493Z Passing DTYPES=float32 2024-08-22T20:28:46.0004895Z ############### Run eval with torch.compile for dtype float32 ############### 2024-08-22T20:28:46.0005420Z 2024-08-22T20:28:46.0005551Z ****************************************** 2024-08-22T20:28:46.0005987Z ************** non-quantized ************* 2024-08-22T20:28:46.0006320Z ****************************************** 2024-08-22T20:28:49.5678435Z 2024-08-22T20:28:49.5682027Z Downloading builder script: 0%| | 0.00/5.67k [00:00