2024-05-15T23:19:38.9928240Z Current runner version: '2.316.1' 2024-05-15T23:19:38.9949880Z ##[group]Operating System 2024-05-15T23:19:38.9950300Z macOS 2024-05-15T23:19:38.9950570Z 14.4.1 2024-05-15T23:19:38.9950820Z 23E224 2024-05-15T23:19:38.9951090Z ##[endgroup] 2024-05-15T23:19:38.9951390Z ##[group]Runner Image 2024-05-15T23:19:38.9951720Z Image: macos-14-arm64 2024-05-15T23:19:38.9952040Z Version: 20240422.3 2024-05-15T23:19:38.9952770Z Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20240422.3/images/macos/macos-14-arm64-Readme.md 2024-05-15T23:19:38.9953810Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240422.3 2024-05-15T23:19:38.9954430Z ##[endgroup] 2024-05-15T23:19:38.9954750Z ##[group]Runner Image Provisioner 2024-05-15T23:19:38.9955180Z 2.0.369.1+55cddbb57f254a369b6e7b3b508cebdbee5d24be 2024-05-15T23:19:38.9955620Z ##[endgroup] 2024-05-15T23:19:38.9956320Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:19:38.9957190Z Contents: read 2024-05-15T23:19:38.9957510Z Metadata: read 2024-05-15T23:19:38.9957810Z Packages: read 2024-05-15T23:19:38.9958100Z ##[endgroup] 2024-05-15T23:19:38.9959840Z Secret source: Actions 2024-05-15T23:19:38.9960210Z Prepare workflow directory 2024-05-15T23:19:39.0525450Z Prepare all required actions 2024-05-15T23:19:39.0628560Z Getting action download info 2024-05-15T23:19:39.2044220Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:19:39.5144740Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-05-15T23:19:39.7093510Z Complete job name: test-cpu-compile (aarch64, stories15M) 2024-05-15T23:19:39.7674340Z ##[group]Run actions/checkout@v3 2024-05-15T23:19:39.7674910Z with: 2024-05-15T23:19:39.7675240Z repository: pytorch/torchchat 2024-05-15T23:19:39.7675840Z token: *** 2024-05-15T23:19:39.7676160Z ssh-strict: true 2024-05-15T23:19:39.7676500Z persist-credentials: true 2024-05-15T23:19:39.7676870Z clean: true 2024-05-15T23:19:39.7677220Z sparse-checkout-cone-mode: true 2024-05-15T23:19:39.7677610Z fetch-depth: 1 2024-05-15T23:19:39.7677930Z fetch-tags: false 2024-05-15T23:19:39.7678250Z lfs: false 2024-05-15T23:19:39.7678550Z submodules: false 2024-05-15T23:19:39.7678890Z set-safe-directory: true 2024-05-15T23:19:39.7679230Z env: 2024-05-15T23:19:39.7679600Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:39.7680100Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:39.7680480Z ##[endgroup] 2024-05-15T23:19:40.0540750Z Syncing repository: pytorch/torchchat 2024-05-15T23:19:40.0542230Z ##[group]Getting Git version info 2024-05-15T23:19:40.0543100Z Working directory is '/Users/runner/work/torchchat/torchchat' 2024-05-15T23:19:40.0544060Z [command]/opt/homebrew/bin/git version 2024-05-15T23:19:40.1339430Z git version 2.44.0 2024-05-15T23:19:40.1789390Z ##[endgroup] 2024-05-15T23:19:40.1831310Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/efeb8e24-625a-4988-8b8d-92534f71fddb/.gitconfig' 2024-05-15T23:19:40.1834110Z Temporarily overriding HOME='/Users/runner/work/_temp/efeb8e24-625a-4988-8b8d-92534f71fddb' before making global git config changes 2024-05-15T23:19:40.1841370Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:19:40.1843260Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:40.1846200Z Deleting the contents of '/Users/runner/work/torchchat/torchchat' 2024-05-15T23:19:40.1847160Z ##[group]Initializing the repository 2024-05-15T23:19:40.1848020Z [command]/opt/homebrew/bin/git init /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:40.1849060Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:19:40.1850040Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:19:40.1851410Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:19:40.1852500Z hint: 2024-05-15T23:19:40.1853060Z hint: git config --global init.defaultBranch 2024-05-15T23:19:40.1853660Z hint: 2024-05-15T23:19:40.1854280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:19:40.1855300Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:19:40.1856240Z hint: 2024-05-15T23:19:40.1856790Z hint: git branch -m 2024-05-15T23:19:40.1857580Z Initialized empty Git repository in /Users/runner/work/torchchat/torchchat/.git/ 2024-05-15T23:19:40.1859310Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:19:40.1860880Z ##[endgroup] 2024-05-15T23:19:40.1861560Z ##[group]Disabling automatic garbage collection 2024-05-15T23:19:40.1863830Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2024-05-15T23:19:40.1910460Z ##[endgroup] 2024-05-15T23:19:40.1911160Z ##[group]Setting up auth 2024-05-15T23:19:40.1914180Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:19:40.1961020Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-05-15T23:19:40.2773290Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:19:40.2815250Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-05-15T23:19:40.3298080Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:19:40.3536070Z ##[endgroup] 2024-05-15T23:19:40.3701950Z ##[group]Fetching the repository 2024-05-15T23:19:40.3787470Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0675758ce54b35cb210ea6a9f57b121669315979:refs/remotes/pull/804/merge 2024-05-15T23:19:40.9647260Z remote: Enumerating objects: 242, done. 2024-05-15T23:19:40.9648940Z remote: Counting objects: 0% (1/242) 2024-05-15T23:19:40.9650290Z remote: Counting objects: 1% (3/242) 2024-05-15T23:19:40.9651580Z remote: Counting objects: 2% (5/242) 2024-05-15T23:19:40.9652770Z remote: Counting objects: 3% (8/242) 2024-05-15T23:19:40.9654740Z remote: Counting objects: 4% (10/242) 2024-05-15T23:19:40.9656080Z remote: Counting objects: 5% (13/242) 2024-05-15T23:19:40.9657310Z remote: Counting objects: 6% (15/242) 2024-05-15T23:19:40.9658520Z remote: Counting objects: 7% (17/242) 2024-05-15T23:19:40.9659880Z remote: Counting objects: 8% (20/242) 2024-05-15T23:19:40.9661430Z remote: Counting objects: 9% (22/242) 2024-05-15T23:19:40.9662880Z remote: Counting objects: 10% (25/242) 2024-05-15T23:19:40.9664060Z remote: Counting objects: 11% (27/242) 2024-05-15T23:19:40.9665280Z remote: Counting objects: 12% (30/242) 2024-05-15T23:19:40.9666810Z remote: Counting objects: 13% (32/242) 2024-05-15T23:19:40.9668230Z remote: Counting objects: 14% (34/242) 2024-05-15T23:19:40.9669400Z remote: Counting objects: 15% (37/242) 2024-05-15T23:19:40.9670700Z remote: Counting objects: 16% (39/242) 2024-05-15T23:19:40.9672120Z remote: Counting objects: 17% (42/242) 2024-05-15T23:19:40.9673380Z remote: Counting objects: 18% (44/242) 2024-05-15T23:19:40.9674770Z remote: Counting objects: 19% (46/242) 2024-05-15T23:19:40.9676270Z remote: Counting objects: 20% (49/242) 2024-05-15T23:19:40.9677640Z remote: Counting objects: 21% (51/242) 2024-05-15T23:19:40.9678870Z remote: Counting objects: 22% (54/242) 2024-05-15T23:19:40.9680200Z remote: Counting objects: 23% (56/242) 2024-05-15T23:19:40.9682020Z remote: Counting objects: 24% (59/242) 2024-05-15T23:19:40.9683260Z remote: Counting objects: 25% (61/242) 2024-05-15T23:19:40.9684550Z remote: Counting objects: 26% (63/242) 2024-05-15T23:19:40.9685750Z remote: Counting objects: 27% (66/242) 2024-05-15T23:19:40.9686980Z remote: Counting objects: 28% (68/242) 2024-05-15T23:19:40.9688310Z remote: Counting objects: 29% (71/242) 2024-05-15T23:19:40.9689610Z remote: Counting objects: 30% (73/242) 2024-05-15T23:19:40.9690770Z remote: Counting objects: 31% (76/242) 2024-05-15T23:19:40.9691960Z remote: Counting objects: 32% (78/242) 2024-05-15T23:19:40.9693070Z remote: Counting objects: 33% (80/242) 2024-05-15T23:19:40.9694520Z remote: Counting objects: 34% (83/242) 2024-05-15T23:19:40.9695650Z remote: Counting objects: 35% (85/242) 2024-05-15T23:19:40.9696880Z remote: Counting objects: 36% (88/242) 2024-05-15T23:19:40.9698160Z remote: Counting objects: 37% (90/242) 2024-05-15T23:19:40.9699360Z remote: Counting objects: 38% (92/242) 2024-05-15T23:19:40.9700650Z remote: Counting objects: 39% (95/242) 2024-05-15T23:19:40.9701770Z remote: Counting objects: 40% (97/242) 2024-05-15T23:19:40.9703030Z remote: Counting objects: 41% (100/242) 2024-05-15T23:19:40.9704220Z remote: Counting objects: 42% (102/242) 2024-05-15T23:19:40.9705460Z remote: Counting objects: 43% (105/242) 2024-05-15T23:19:40.9706750Z remote: Counting objects: 44% (107/242) 2024-05-15T23:19:40.9708440Z remote: Counting objects: 45% (109/242) 2024-05-15T23:19:40.9709600Z remote: Counting objects: 46% (112/242) 2024-05-15T23:19:40.9710870Z remote: Counting objects: 47% (114/242) 2024-05-15T23:19:40.9712170Z remote: Counting objects: 48% (117/242) 2024-05-15T23:19:40.9713380Z remote: Counting objects: 49% (119/242) 2024-05-15T23:19:40.9714730Z remote: Counting objects: 50% (121/242) 2024-05-15T23:19:40.9716070Z remote: Counting objects: 51% (124/242) 2024-05-15T23:19:40.9717230Z remote: Counting objects: 52% (126/242) 2024-05-15T23:19:40.9718680Z remote: Counting objects: 53% (129/242) 2024-05-15T23:19:40.9719930Z remote: Counting objects: 54% (131/242) 2024-05-15T23:19:40.9763840Z remote: Counting objects: 55% (134/242) 2024-05-15T23:19:40.9764880Z remote: Counting objects: 56% (136/242) 2024-05-15T23:19:40.9765850Z remote: Counting objects: 57% (138/242) 2024-05-15T23:19:40.9766860Z remote: Counting objects: 58% (141/242) 2024-05-15T23:19:40.9767850Z remote: Counting objects: 59% (143/242) 2024-05-15T23:19:40.9768810Z remote: Counting objects: 60% (146/242) 2024-05-15T23:19:40.9769780Z remote: Counting objects: 61% (148/242) 2024-05-15T23:19:40.9770760Z remote: Counting objects: 62% (151/242) 2024-05-15T23:19:40.9771730Z remote: Counting objects: 63% (153/242) 2024-05-15T23:19:40.9772790Z remote: Counting objects: 64% (155/242) 2024-05-15T23:19:40.9773780Z remote: Counting objects: 65% (158/242) 2024-05-15T23:19:40.9774730Z remote: Counting objects: 66% (160/242) 2024-05-15T23:19:40.9775680Z remote: Counting objects: 67% (163/242) 2024-05-15T23:19:40.9776620Z remote: Counting objects: 68% (165/242) 2024-05-15T23:19:40.9777560Z remote: Counting objects: 69% (167/242) 2024-05-15T23:19:40.9778500Z remote: Counting objects: 70% (170/242) 2024-05-15T23:19:40.9779440Z remote: Counting objects: 71% (172/242) 2024-05-15T23:19:40.9780380Z remote: Counting objects: 72% (175/242) 2024-05-15T23:19:40.9781330Z remote: Counting objects: 73% (177/242) 2024-05-15T23:19:40.9782280Z remote: Counting objects: 74% (180/242) 2024-05-15T23:19:40.9783210Z remote: Counting objects: 75% (182/242) 2024-05-15T23:19:40.9784210Z remote: Counting objects: 76% (184/242) 2024-05-15T23:19:40.9785660Z remote: Counting objects: 77% (187/242) 2024-05-15T23:19:40.9786570Z remote: Counting objects: 78% (189/242) 2024-05-15T23:19:40.9787390Z remote: Counting objects: 79% (192/242) 2024-05-15T23:19:40.9788210Z remote: Counting objects: 80% (194/242) 2024-05-15T23:19:40.9789020Z remote: Counting objects: 81% (197/242) 2024-05-15T23:19:40.9789840Z remote: Counting objects: 82% (199/242) 2024-05-15T23:19:40.9790650Z remote: Counting objects: 83% (201/242) 2024-05-15T23:19:40.9791490Z remote: Counting objects: 84% (204/242) 2024-05-15T23:19:40.9792450Z remote: Counting objects: 85% (206/242) 2024-05-15T23:19:40.9793310Z remote: Counting objects: 86% (209/242) 2024-05-15T23:19:40.9794150Z remote: Counting objects: 87% (211/242) 2024-05-15T23:19:40.9795460Z remote: Counting objects: 88% (213/242) 2024-05-15T23:19:40.9796680Z remote: Counting objects: 89% (216/242) 2024-05-15T23:19:40.9797560Z remote: Counting objects: 90% (218/242) 2024-05-15T23:19:40.9798380Z remote: Counting objects: 91% (221/242) 2024-05-15T23:19:40.9799270Z remote: Counting objects: 92% (223/242) 2024-05-15T23:19:40.9800140Z remote: Counting objects: 93% (226/242) 2024-05-15T23:19:40.9800950Z remote: Counting objects: 94% (228/242) 2024-05-15T23:19:40.9801770Z remote: Counting objects: 95% (230/242) 2024-05-15T23:19:40.9802600Z remote: Counting objects: 96% (233/242) 2024-05-15T23:19:40.9803550Z remote: Counting objects: 97% (235/242) 2024-05-15T23:19:40.9804770Z remote: Counting objects: 98% (238/242) 2024-05-15T23:19:40.9805620Z remote: Counting objects: 99% (240/242) 2024-05-15T23:19:40.9806490Z remote: Counting objects: 100% (242/242) 2024-05-15T23:19:40.9807490Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:19:40.9808380Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:19:40.9809300Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:19:40.9810330Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:19:40.9811250Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:19:40.9812100Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:19:40.9813050Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:19:40.9814010Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:19:40.9814970Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:19:40.9815880Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:19:40.9816820Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:19:40.9817730Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:19:40.9818640Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:19:40.9819610Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:19:40.9820460Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:19:40.9821450Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:19:40.9822500Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:19:40.9823540Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:19:40.9824390Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:19:40.9825260Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:19:40.9826330Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:19:40.9827330Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:19:40.9828440Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:19:40.9829490Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:19:40.9830340Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:19:40.9831290Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:19:40.9832150Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:19:40.9833260Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:19:40.9834120Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:19:40.9835230Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:19:40.9836080Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:19:40.9837010Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:19:40.9837850Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:19:40.9838780Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:19:40.9839750Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:19:40.9840600Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:19:40.9841620Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:19:40.9842580Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:19:40.9843580Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:19:40.9844500Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:19:40.9845550Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:19:40.9846470Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:19:40.9847320Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:19:40.9848280Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:19:40.9849220Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:19:40.9850280Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:19:40.9851190Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:19:40.9852110Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:19:40.9853270Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:19:40.9854140Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:19:40.9854990Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:19:40.9856010Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:19:40.9857020Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:19:40.9858020Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:19:40.9859020Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:19:40.9859950Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:19:40.9860900Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:19:40.9861930Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:19:40.9862930Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:19:40.9863790Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:19:40.9864680Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:19:40.9865530Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:19:40.9866400Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:19:40.9867400Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:19:40.9868380Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:19:40.9869360Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:19:40.9870280Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:19:40.9871280Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:19:40.9872430Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:19:40.9873290Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:19:40.9874340Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:19:40.9875480Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:19:40.9876510Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:19:40.9877400Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:19:40.9878250Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:19:40.9879190Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:19:40.9880050Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:19:40.9880940Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:19:40.9881980Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:19:40.9882730Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:19:40.9883610Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:19:40.9884620Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:19:40.9885540Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:19:40.9886450Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:19:40.9887360Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:19:40.9888270Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:19:40.9889060Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:19:40.9890040Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:19:40.9890900Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:19:40.9891700Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:19:40.9892610Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:19:40.9893400Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:19:40.9894220Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:19:40.9895200Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:19:40.9895960Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:19:40.9896790Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:19:40.9897770Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:19:40.9898870Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:19:40.9899740Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:19:40.9900830Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:19:40.9901890Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:19:40.9902730Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:19:40.9903680Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:19:41.0244800Z Receiving objects: 0% (1/242) 2024-05-15T23:19:41.0245600Z Receiving objects: 1% (3/242) 2024-05-15T23:19:41.0246270Z Receiving objects: 2% (5/242) 2024-05-15T23:19:41.0269440Z Receiving objects: 3% (8/242) 2024-05-15T23:19:41.0270520Z Receiving objects: 4% (10/242) 2024-05-15T23:19:41.0271250Z Receiving objects: 5% (13/242) 2024-05-15T23:19:41.0385330Z Receiving objects: 6% (15/242) 2024-05-15T23:19:41.0386530Z Receiving objects: 7% (17/242) 2024-05-15T23:19:41.0387610Z Receiving objects: 8% (20/242) 2024-05-15T23:19:41.0388660Z Receiving objects: 9% (22/242) 2024-05-15T23:19:41.0389430Z Receiving objects: 10% (25/242) 2024-05-15T23:19:41.0390210Z Receiving objects: 11% (27/242) 2024-05-15T23:19:41.0653230Z Receiving objects: 12% (30/242) 2024-05-15T23:19:41.0657600Z Receiving objects: 13% (32/242) 2024-05-15T23:19:41.0661830Z Receiving objects: 14% (34/242) 2024-05-15T23:19:41.0663060Z Receiving objects: 15% (37/242) 2024-05-15T23:19:41.0664320Z Receiving objects: 16% (39/242) 2024-05-15T23:19:41.0665270Z Receiving objects: 17% (42/242) 2024-05-15T23:19:41.0666160Z Receiving objects: 18% (44/242) 2024-05-15T23:19:41.0667070Z Receiving objects: 19% (46/242) 2024-05-15T23:19:41.0668090Z Receiving objects: 20% (49/242) 2024-05-15T23:19:41.0669140Z Receiving objects: 21% (51/242) 2024-05-15T23:19:41.0670180Z Receiving objects: 22% (54/242) 2024-05-15T23:19:41.0671090Z Receiving objects: 23% (56/242) 2024-05-15T23:19:41.0672050Z Receiving objects: 24% (59/242) 2024-05-15T23:19:41.0810040Z Receiving objects: 25% (61/242) 2024-05-15T23:19:41.0811480Z Receiving objects: 26% (63/242) 2024-05-15T23:19:41.0812640Z Receiving objects: 27% (66/242) 2024-05-15T23:19:41.0895390Z Receiving objects: 28% (68/242) 2024-05-15T23:19:41.0896580Z Receiving objects: 29% (71/242) 2024-05-15T23:19:41.0897820Z Receiving objects: 30% (73/242) 2024-05-15T23:19:41.0899010Z Receiving objects: 31% (76/242) 2024-05-15T23:19:41.0900080Z Receiving objects: 32% (78/242) 2024-05-15T23:19:41.0901340Z Receiving objects: 33% (80/242) 2024-05-15T23:19:41.1175750Z Receiving objects: 34% (83/242) 2024-05-15T23:19:41.1177780Z Receiving objects: 35% (85/242) 2024-05-15T23:19:41.1179540Z Receiving objects: 36% (88/242) 2024-05-15T23:19:41.1180620Z Receiving objects: 37% (90/242) 2024-05-15T23:19:41.1181750Z Receiving objects: 38% (92/242) 2024-05-15T23:19:41.1182910Z Receiving objects: 39% (95/242) 2024-05-15T23:19:41.1184030Z Receiving objects: 40% (97/242) 2024-05-15T23:19:41.1185100Z Receiving objects: 41% (100/242) 2024-05-15T23:19:41.1186330Z Receiving objects: 42% (102/242) 2024-05-15T23:19:41.1187440Z Receiving objects: 43% (105/242) 2024-05-15T23:19:41.1188690Z Receiving objects: 44% (107/242) 2024-05-15T23:19:41.1190040Z Receiving objects: 45% (109/242) 2024-05-15T23:19:41.1191430Z Receiving objects: 46% (112/242) 2024-05-15T23:19:41.1362470Z Receiving objects: 47% (114/242) 2024-05-15T23:19:41.1407170Z Receiving objects: 48% (117/242) 2024-05-15T23:19:41.1409340Z Receiving objects: 49% (119/242) 2024-05-15T23:19:41.1413110Z Receiving objects: 50% (121/242) 2024-05-15T23:19:41.1417570Z Receiving objects: 51% (124/242) 2024-05-15T23:19:41.1419320Z Receiving objects: 52% (126/242) 2024-05-15T23:19:41.1421410Z Receiving objects: 53% (129/242) 2024-05-15T23:19:41.1422900Z Receiving objects: 54% (131/242) 2024-05-15T23:19:41.1424310Z Receiving objects: 55% (134/242) 2024-05-15T23:19:41.1425690Z Receiving objects: 56% (136/242) 2024-05-15T23:19:41.1427600Z Receiving objects: 57% (138/242) 2024-05-15T23:19:41.1429130Z Receiving objects: 58% (141/242) 2024-05-15T23:19:41.1694570Z Receiving objects: 59% (143/242) 2024-05-15T23:19:41.1707340Z Receiving objects: 60% (146/242) 2024-05-15T23:19:41.1712060Z Receiving objects: 61% (148/242) 2024-05-15T23:19:41.1718280Z Receiving objects: 62% (151/242) 2024-05-15T23:19:41.1720500Z Receiving objects: 63% (153/242) 2024-05-15T23:19:41.1723170Z Receiving objects: 64% (155/242) 2024-05-15T23:19:41.1725240Z Receiving objects: 65% (158/242) 2024-05-15T23:19:41.1727260Z Receiving objects: 66% (160/242) 2024-05-15T23:19:41.1729220Z Receiving objects: 67% (163/242) 2024-05-15T23:19:41.1731290Z Receiving objects: 68% (165/242) 2024-05-15T23:19:41.1733390Z Receiving objects: 69% (167/242) 2024-05-15T23:19:41.1737050Z Receiving objects: 70% (170/242) 2024-05-15T23:19:41.1740790Z Receiving objects: 71% (172/242) 2024-05-15T23:19:41.1748530Z Receiving objects: 72% (175/242) 2024-05-15T23:19:41.1757030Z Receiving objects: 73% (177/242) 2024-05-15T23:19:41.1758810Z Receiving objects: 74% (180/242) 2024-05-15T23:19:41.1760800Z Receiving objects: 75% (182/242) 2024-05-15T23:19:41.1762450Z Receiving objects: 76% (184/242) 2024-05-15T23:19:41.1764010Z Receiving objects: 77% (187/242) 2024-05-15T23:19:41.1770950Z Receiving objects: 78% (189/242) 2024-05-15T23:19:41.1772480Z Receiving objects: 79% (192/242) 2024-05-15T23:19:41.1774060Z Receiving objects: 80% (194/242) 2024-05-15T23:19:41.1775460Z Receiving objects: 81% (197/242) 2024-05-15T23:19:41.1781040Z Receiving objects: 82% (199/242) 2024-05-15T23:19:41.1783130Z Receiving objects: 83% (201/242) 2024-05-15T23:19:41.1785110Z Receiving objects: 84% (204/242) 2024-05-15T23:19:41.1788030Z Receiving objects: 85% (206/242) 2024-05-15T23:19:41.1789570Z Receiving objects: 86% (209/242) 2024-05-15T23:19:41.1791240Z Receiving objects: 87% (211/242) 2024-05-15T23:19:41.1792700Z Receiving objects: 88% (213/242) 2024-05-15T23:19:41.1794410Z Receiving objects: 89% (216/242) 2024-05-15T23:19:41.1795800Z Receiving objects: 90% (218/242) 2024-05-15T23:19:41.1814970Z Receiving objects: 91% (221/242) 2024-05-15T23:19:41.1825890Z remote: Total 242 (delta 16), reused 148 (delta 3), pack-reused 0 2024-05-15T23:19:41.1830370Z Receiving objects: 92% (223/242) 2024-05-15T23:19:41.1832420Z Receiving objects: 93% (226/242) 2024-05-15T23:19:41.1863830Z Receiving objects: 94% (228/242) 2024-05-15T23:19:41.1865110Z Receiving objects: 95% (230/242) 2024-05-15T23:19:41.1866340Z Receiving objects: 96% (233/242) 2024-05-15T23:19:41.1868310Z Receiving objects: 97% (235/242) 2024-05-15T23:19:41.1869850Z Receiving objects: 98% (238/242) 2024-05-15T23:19:41.1870960Z Receiving objects: 99% (240/242) 2024-05-15T23:19:41.1872310Z Receiving objects: 100% (242/242) 2024-05-15T23:19:41.1873780Z Receiving objects: 100% (242/242), 319.54 KiB | 1.95 MiB/s, done. 2024-05-15T23:19:41.1875580Z Resolving deltas: 0% (0/16) 2024-05-15T23:19:41.1877220Z Resolving deltas: 6% (1/16) 2024-05-15T23:19:41.1878310Z Resolving deltas: 12% (2/16) 2024-05-15T23:19:41.1879370Z Resolving deltas: 25% (4/16) 2024-05-15T23:19:41.1881080Z Resolving deltas: 31% (5/16) 2024-05-15T23:19:41.1882290Z Resolving deltas: 37% (6/16) 2024-05-15T23:19:41.1883510Z Resolving deltas: 50% (8/16) 2024-05-15T23:19:41.1884640Z Resolving deltas: 56% (9/16) 2024-05-15T23:19:41.1885760Z Resolving deltas: 62% (10/16) 2024-05-15T23:19:41.1887070Z Resolving deltas: 68% (11/16) 2024-05-15T23:19:41.1888670Z Resolving deltas: 75% (12/16) 2024-05-15T23:19:41.1889740Z Resolving deltas: 81% (13/16) 2024-05-15T23:19:41.1891230Z Resolving deltas: 87% (14/16) 2024-05-15T23:19:41.1892330Z Resolving deltas: 93% (15/16) 2024-05-15T23:19:41.1893380Z Resolving deltas: 100% (16/16) 2024-05-15T23:19:41.1894460Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:19:41.2128030Z From https://github.com/pytorch/torchchat 2024-05-15T23:19:41.2130200Z * [new ref] 0675758ce54b35cb210ea6a9f57b121669315979 -> pull/804/merge 2024-05-15T23:19:41.2222500Z ##[endgroup] 2024-05-15T23:19:41.2223770Z ##[group]Determining the checkout info 2024-05-15T23:19:41.2225260Z ##[endgroup] 2024-05-15T23:19:41.2241180Z ##[group]Checking out the ref 2024-05-15T23:19:41.2243070Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:19:41.2586370Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:19:41.2892780Z ##[endgroup] 2024-05-15T23:19:41.3115030Z [command]/opt/homebrew/bin/git log -1 --format='%H' 2024-05-15T23:19:41.3116710Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:19:41.3304220Z ##[group]Run actions/setup-python@v4 2024-05-15T23:19:41.3304640Z with: 2024-05-15T23:19:41.3304990Z python-version: 3.10.11 2024-05-15T23:19:41.3305340Z check-latest: false 2024-05-15T23:19:41.3305830Z token: *** 2024-05-15T23:19:41.3306140Z update-environment: true 2024-05-15T23:19:41.3306480Z allow-prereleases: false 2024-05-15T23:19:41.3306790Z env: 2024-05-15T23:19:41.3307130Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:41.3307570Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:41.3307910Z ##[endgroup] 2024-05-15T23:19:41.4557330Z ##[group]Installed versions 2024-05-15T23:19:41.4568310Z Version 3.10.11 was not found in the local cache 2024-05-15T23:19:42.3125290Z Version 3.10.11 is available for downloading 2024-05-15T23:19:42.3126650Z Download from "https://github.com/actions/python-versions/releases/download/3.10.11-4626646535/python-3.10.11-darwin-arm64.tar.gz" 2024-05-15T23:19:43.2794430Z Extract downloaded archive 2024-05-15T23:19:43.2901930Z [command]/usr/bin/tar xz -C /Users/runner/work/_temp/7e67c760-4f4f-47b6-a177-7ee336b98db0 -f /Users/runner/work/_temp/ee8724d9-6c96-4fb3-9a0f-7bac564a1c6e 2024-05-15T23:19:43.3488020Z Execute installation script 2024-05-15T23:19:43.3783860Z Check if Python hostedtoolcache folder exist... 2024-05-15T23:19:43.3855080Z Install Python binaries from prebuilt package 2024-05-15T23:19:54.0991590Z installer: Package name is Python 2024-05-15T23:19:54.0993030Z installer: Upgrading at base path / 2024-05-15T23:19:54.0993520Z installer: The upgrade was successful. 2024-05-15T23:19:54.1008220Z Create hostedtoolcach symlinks (Required for the backward compatibility) 2024-05-15T23:19:54.1009160Z Create Python 3.10.11 folder 2024-05-15T23:19:54.1085940Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-05-15T23:19:54.1136140Z Upgrading pip... 2024-05-15T23:19:55.0865830Z Looking in links: /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/tmp06h7ossh 2024-05-15T23:19:55.0867720Z Requirement already satisfied: setuptools in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (65.5.0) 2024-05-15T23:19:55.0870400Z Requirement already satisfied: pip in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (23.0.1) 2024-05-15T23:19:55.3977080Z Collecting pip 2024-05-15T23:19:55.4484240Z Downloading pip-24.0-py3-none-any.whl (2.1 MB) 2024-05-15T23:19:55.5177140Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 31.1 MB/s eta 0:00:00 2024-05-15T23:19:55.5177500Z 2024-05-15T23:19:55.5404780Z Installing collected packages: pip 2024-05-15T23:19:56.1795620Z Successfully installed pip-24.0 2024-05-15T23:19:56.2091790Z Install OpenSSL certificates 2024-05-15T23:19:56.4683470Z Collecting certifi 2024-05-15T23:19:56.4702030Z Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-05-15T23:19:56.4724660Z Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-05-15T23:19:56.4921970Z Installing collected packages: certifi 2024-05-15T23:19:56.4971490Z Successfully installed certifi-2024.2.2 2024-05-15T23:19:56.5947010Z ##[error][notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: python3.10 -m pip install --upgrade pip 2024-05-15T23:19:56.6310020Z -- pip install --upgrade certifi 2024-05-15T23:19:56.6310360Z -- removing any existing file or link 2024-05-15T23:19:56.6310740Z -- creating symlink to certifi certificate bundle 2024-05-15T23:19:56.6311070Z -- setting permissions 2024-05-15T23:19:56.6311300Z -- update complete 2024-05-15T23:19:56.6343450Z Create complete file 2024-05-15T23:19:56.6399920Z Successfully set up CPython (3.10.11) 2024-05-15T23:19:56.6400410Z ##[endgroup] 2024-05-15T23:19:56.6510340Z ##[group]Run echo "$(uname -a)" 2024-05-15T23:19:56.6510590Z echo "$(uname -a)" 2024-05-15T23:19:56.6569140Z shell: /bin/bash -e {0} 2024-05-15T23:19:56.6569360Z env: 2024-05-15T23:19:56.6569590Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:56.6569940Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:56.6570300Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.6570800Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:19:56.6571360Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.6571800Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.6572240Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.6572600Z ##[endgroup] 2024-05-15T23:19:56.7142750Z Darwin Mac-1715813244196.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:50 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_VMAPPLE arm64 2024-05-15T23:19:56.7362010Z ##[group]Run ./install_requirements.sh 2024-05-15T23:19:56.7362320Z ./install_requirements.sh 2024-05-15T23:19:56.7362610Z pip3 list 2024-05-15T23:19:56.7363080Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-05-15T23:19:56.7424680Z shell: /bin/bash -e {0} 2024-05-15T23:19:56.7424960Z env: 2024-05-15T23:19:56.7425250Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:56.7425620Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:56.7426050Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7426710Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:19:56.7427340Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7427900Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7428520Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7428880Z ##[endgroup] 2024-05-15T23:19:56.9979780Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:19:57.1606570Z Collecting torchao (from -r requirements.txt (line 4)) 2024-05-15T23:19:57.1736550Z Downloading https://download.pytorch.org/whl/nightly/torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:19:57.1883690Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 3.4 MB/s eta 0:00:00 2024-05-15T23:19:57.3060830Z Collecting huggingface_hub (from -r requirements.txt (line 7)) 2024-05-15T23:19:57.3456390Z Downloading huggingface_hub-0.23.0-py3-none-any.whl.metadata (12 kB) 2024-05-15T23:19:57.4252200Z Collecting gguf (from -r requirements.txt (line 10)) 2024-05-15T23:19:57.4382950Z Downloading gguf-0.6.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:19:57.6690390Z Collecting tiktoken (from -r requirements.txt (line 13)) 2024-05-15T23:19:57.6818240Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.6 kB) 2024-05-15T23:19:57.9475780Z Collecting snakeviz (from -r requirements.txt (line 16)) 2024-05-15T23:19:57.9604730Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-05-15T23:19:58.2093610Z Collecting sentencepiece (from -r requirements.txt (line 17)) 2024-05-15T23:19:58.2249110Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB) 2024-05-15T23:19:58.2651340Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 30.6 MB/s eta 0:00:00 2024-05-15T23:19:58.4380880Z Collecting numpy (from -r requirements.txt (line 18)) 2024-05-15T23:19:58.4520080Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl (14.0 MB) 2024-05-15T23:19:58.6375500Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 71.3 MB/s eta 0:00:00 2024-05-15T23:19:58.7235110Z Collecting lm-eval==0.4 (from -r requirements.txt (line 20)) 2024-05-15T23:19:58.7383950Z Downloading lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:19:58.7794460Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 457.1/457.1 kB 11.5 MB/s eta 0:00:00 2024-05-15T23:19:59.0356030Z Installing build dependencies: started 2024-05-15T23:20:00.4635560Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:00.4644000Z Getting requirements to build wheel: started 2024-05-15T23:20:00.6871170Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:00.6888850Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:00.8974730Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:01.1318610Z Collecting blobfile (from -r requirements.txt (line 21)) 2024-05-15T23:20:01.1483500Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:20:01.4646720Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 205.2 kB/s eta 0:00:00 2024-05-15T23:20:01.7140080Z Collecting wheel (from -r requirements.txt (line 24)) 2024-05-15T23:20:01.7154790Z Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 2024-05-15T23:20:01.8587710Z Collecting cmake>=3.24 (from -r requirements.txt (line 25)) 2024-05-15T23:20:01.8756340Z Downloading cmake-3.29.3-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (6.1 kB) 2024-05-15T23:20:02.1265200Z Collecting ninja (from -r requirements.txt (line 26)) 2024-05-15T23:20:02.1431910Z Downloading ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (5.3 kB) 2024-05-15T23:20:02.2723520Z Collecting zstd (from -r requirements.txt (line 27)) 2024-05-15T23:20:02.2868410Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (8.9 kB) 2024-05-15T23:20:02.3868130Z Collecting flask (from -r requirements.txt (line 30)) 2024-05-15T23:20:02.4005360Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:02.7030160Z Collecting accelerate>=0.21.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:02.7211080Z Downloading accelerate-0.30.1-py3-none-any.whl.metadata (18 kB) 2024-05-15T23:20:02.9636730Z Collecting evaluate (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:02.9839820Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:03.1060190Z Collecting datasets>=2.0.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.1194610Z Downloading datasets-2.19.1-py3-none-any.whl.metadata (19 kB) 2024-05-15T23:20:03.2016860Z Collecting jsonlines (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.2160580Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:03.3319170Z Collecting numexpr (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.3456520Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.9 kB) 2024-05-15T23:20:03.4222020Z Collecting peft>=0.2.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.4363200Z Downloading peft-0.10.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:03.5268020Z Collecting pybind11>=2.6.2 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.5413940Z Downloading pybind11-2.12.0-py3-none-any.whl.metadata (9.5 kB) 2024-05-15T23:20:03.6454860Z Collecting pytablewriter (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.6597960Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-05-15T23:20:03.7377770Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.8222770Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:20:03.8476210Z Installing build dependencies: started 2024-05-15T23:20:04.6675220Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:04.6682270Z Getting requirements to build wheel: started 2024-05-15T23:20:04.7557700Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:04.7571370Z Installing backend dependencies: started 2024-05-15T23:20:05.1833630Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:05.1841570Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:05.2784430Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:05.5148620Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:05.5609250Z Downloading sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) 2024-05-15T23:20:05.5760060Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 5.1 MB/s eta 0:00:00 2024-05-15T23:20:05.7225280Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:05.7354430Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl.metadata (11 kB) 2024-05-15T23:20:05.9493480Z Collecting sqlitedict (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:05.9634920Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:20:05.9715990Z Installing build dependencies: started 2024-05-15T23:20:07.0105660Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:07.0113220Z Getting requirements to build wheel: started 2024-05-15T23:20:07.1365180Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:07.1384200Z Installing backend dependencies: started 2024-05-15T23:20:07.6230860Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:07.6240320Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:07.7502990Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:07.8801420Z Collecting torch>=1.8 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:07.8937170Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl.metadata (26 kB) 2024-05-15T23:20:07.9665010Z Collecting tqdm-multiprocess (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:07.9802880Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-05-15T23:20:08.0755130Z Collecting transformers>=4.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:08.0900210Z Downloading transformers-4.40.2-py3-none-any.whl.metadata (137 kB) 2024-05-15T23:20:08.0941760Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.0/138.0 kB 49.9 MB/s eta 0:00:00 2024-05-15T23:20:08.1994180Z Collecting zstandard (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:08.2127250Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.9 kB) 2024-05-15T23:20:08.3206980Z Collecting packaging (from torchao->-r requirements.txt (line 4)) 2024-05-15T23:20:08.3329230Z Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:08.5969040Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:08.6091470Z Downloading filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:08.6985490Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:08.7109740Z Downloading fsspec-2024.5.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:08.8105070Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:08.8233330Z Downloading https://download.pytorch.org/whl/nightly/PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB) 2024-05-15T23:20:08.8281560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.3/169.3 kB 42.4 MB/s eta 0:00:00 2024-05-15T23:20:08.9179410Z Collecting requests (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:08.9306030Z Downloading https://download.pytorch.org/whl/nightly/requests-2.31.0-py3-none-any.whl (62 kB) 2024-05-15T23:20:08.9336530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 26.2 MB/s eta 0:00:00 2024-05-15T23:20:09.0401440Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:09.0530940Z Downloading tqdm-4.66.4-py3-none-any.whl.metadata (57 kB) 2024-05-15T23:20:09.0568120Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 18.9 MB/s eta 0:00:00 2024-05-15T23:20:09.1366500Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:09.1487680Z Downloading typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:09.4469060Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 13)) 2024-05-15T23:20:09.4609670Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl.metadata (40 kB) 2024-05-15T23:20:09.4646080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 12.9 MB/s eta 0:00:00 2024-05-15T23:20:09.5537110Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 16)) 2024-05-15T23:20:09.5666640Z Downloading tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB) 2024-05-15T23:20:09.6948470Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:09.7070350Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-macosx_10_9_universal2.whl (2.4 MB) 2024-05-15T23:20:09.7523340Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 56.3 MB/s eta 0:00:00 2024-05-15T23:20:09.8489830Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:09.8630870Z Downloading https://download.pytorch.org/whl/nightly/urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-05-15T23:20:09.8668760Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 41.7 MB/s eta 0:00:00 2024-05-15T23:20:10.0362630Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:10.0671120Z Downloading lxml-4.9.4.tar.gz (3.6 MB) 2024-05-15T23:20:10.1228930Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 65.6 MB/s eta 0:00:00 2024-05-15T23:20:10.2717480Z Installing build dependencies: started 2024-05-15T23:20:11.3302510Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:11.3311120Z Getting requirements to build wheel: started 2024-05-15T23:20:11.8129810Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:11.8153170Z Installing backend dependencies: started 2024-05-15T23:20:12.2873540Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:12.2882310Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:12.5088700Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:12.7877110Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:12.8003470Z Downloading werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:12.8857180Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:12.8979480Z Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-05-15T23:20:12.9722720Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:12.9845880Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-05-15T23:20:13.0628860Z Collecting click>=8.1.3 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:13.0753650Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:13.1491310Z Collecting blinker>=1.6.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:13.1614420Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:13.2941040Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:13.3071970Z Downloading psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2024-05-15T23:20:13.5931780Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:13.6080010Z Downloading https://download.pytorch.org/whl/nightly/safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (410 kB) 2024-05-15T23:20:13.6175080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.9/410.9 kB 52.2 MB/s eta 0:00:00 2024-05-15T23:20:13.7825380Z Collecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:13.7958540Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.0 kB) 2024-05-15T23:20:13.8737860Z Collecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:13.8862300Z Downloading https://download.pytorch.org/whl/nightly/pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:20:13.9729660Z Collecting dill<0.3.9,>=0.3.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:13.9860770Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:20:13.9901590Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 39.5 MB/s eta 0:00:00 2024-05-15T23:20:14.1324830Z Collecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:14.1445570Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl (11.3 MB) 2024-05-15T23:20:14.3272920Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 69.3 MB/s eta 0:00:00 2024-05-15T23:20:14.5123340Z Collecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:14.5243310Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.4.1-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:20:14.7628850Z Collecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:14.7805750Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-05-15T23:20:14.7877320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.8/134.8 kB 27.9 MB/s eta 0:00:00 2024-05-15T23:20:14.7969860Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:14.8100290Z Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) 2024-05-15T23:20:15.0189450Z Collecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:15.0313600Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl (389 kB) 2024-05-15T23:20:15.0398000Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 389.9/389.9 kB 56.7 MB/s eta 0:00:00 2024-05-15T23:20:15.3555750Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 30)) 2024-05-15T23:20:15.3707690Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl (18 kB) 2024-05-15T23:20:15.7036230Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:15.7194490Z Downloading https://download.pytorch.org/whl/nightly/charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl (120 kB) 2024-05-15T23:20:15.7282950Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/120.4 kB 19.7 MB/s eta 0:00:00 2024-05-15T23:20:15.9711270Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:15.9879030Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-05-15T23:20:15.9992320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 8.0 MB/s eta 0:00:00 2024-05-15T23:20:16.0172150Z Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (2024.2.2) 2024-05-15T23:20:16.2474540Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.2648860Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-05-15T23:20:16.5376320Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.5536190Z Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:16.6431840Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.6572490Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-05-15T23:20:16.9011740Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.9209760Z Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2024-05-15T23:20:17.1739320Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.1905920Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-05-15T23:20:17.3157860Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.3309490Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:20:17.5028140Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.5161150Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (60 kB) 2024-05-15T23:20:17.5203080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 18.0 MB/s eta 0:00:00 2024-05-15T23:20:17.5998340Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.6125380Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-05-15T23:20:17.8517490Z Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.8708660Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:18.0475950Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.0593870Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:20:18.1424170Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 70.2 MB/s eta 0:00:00 2024-05-15T23:20:18.2385470Z Collecting networkx (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.2504870Z Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB) 2024-05-15T23:20:18.6113590Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.6245570Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB) 2024-05-15T23:20:18.7386110Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.7510690Z Downloading https://download.pytorch.org/whl/nightly/attrs-23.2.0-py3-none-any.whl (60 kB) 2024-05-15T23:20:18.7553200Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 19.1 MB/s eta 0:00:00 2024-05-15T23:20:18.7995840Z Requirement already satisfied: setuptools>=38.3.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (65.5.0) 2024-05-15T23:20:18.8885470Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.9011500Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:18.9792150Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.9927410Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-05-15T23:20:19.0865430Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.1003700Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:19.2253940Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.2405030Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:19.3339620Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.3493740Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-05-15T23:20:19.4674020Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.4824650Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:19.6493830Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.6616190Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:20:19.9354010Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.9510680Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl (52 kB) 2024-05-15T23:20:19.9592880Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 8.1 MB/s eta 0:00:00 2024-05-15T23:20:20.3102970Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:20.3281490Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:20:20.4949870Z Collecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:20.5094000Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl (79 kB) 2024-05-15T23:20:20.5130840Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 kB 27.4 MB/s eta 0:00:00 2024-05-15T23:20:20.8250580Z Collecting async-timeout<5.0,>=4.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:20.8372210Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-05-15T23:20:21.0829980Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.1000130Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-05-15T23:20:21.3456380Z Collecting python-dateutil<3.0.0,>=2.8.0 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.3577320Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-05-15T23:20:21.6248960Z Collecting pytz>=2018.9 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.6414420Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-05-15T23:20:21.6544070Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 55.0 MB/s eta 0:00:00 2024-05-15T23:20:21.8525450Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.8648040Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:20:21.8722960Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 57.8 MB/s eta 0:00:00 2024-05-15T23:20:21.9891490Z Collecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:22.0013340Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-05-15T23:20:22.1137110Z Downloading huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:20:22.1271890Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 33.7 MB/s eta 0:00:00 2024-05-15T23:20:22.1397230Z Downloading gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:22.1565370Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (906 kB) 2024-05-15T23:20:22.1771480Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.8/906.8 kB 46.9 MB/s eta 0:00:00 2024-05-15T23:20:22.1950960Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:20:22.2030410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 41.2 MB/s eta 0:00:00 2024-05-15T23:20:22.2044210Z Using cached wheel-0.43.0-py3-none-any.whl (65 kB) 2024-05-15T23:20:22.2196500Z Downloading cmake-3.29.3-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (51.0 MB) 2024-05-15T23:20:22.9130700Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/51.0 MB 64.9 MB/s eta 0:00:00 2024-05-15T23:20:22.9285830Z Downloading ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (270 kB) 2024-05-15T23:20:22.9340110Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 63.5 MB/s eta 0:00:00 2024-05-15T23:20:22.9496990Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl (227 kB) 2024-05-15T23:20:22.9543690Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 62.3 MB/s eta 0:00:00 2024-05-15T23:20:22.9667780Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:20:22.9753530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 12.5 MB/s eta 0:00:00 2024-05-15T23:20:22.9898350Z Downloading accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:20:22.9948180Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.6/302.6 kB 81.1 MB/s eta 0:00:00 2024-05-15T23:20:23.0069980Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:20:23.0225290Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-05-15T23:20:23.0427530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.7 MB/s eta 0:00:00 2024-05-15T23:20:23.0635650Z Downloading datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:20:23.0875300Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 542.0/542.0 kB 23.8 MB/s eta 0:00:00 2024-05-15T23:20:23.1067210Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:20:23.1103630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 30.7 MB/s eta 0:00:00 2024-05-15T23:20:23.1225300Z Downloading filelock-3.14.0-py3-none-any.whl (12 kB) 2024-05-15T23:20:23.1611000Z Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:20:23.1667130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 40.6 MB/s eta 0:00:00 2024-05-15T23:20:23.1783910Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:20:23.1930150Z Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-05-15T23:20:23.2179030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 5.3 MB/s eta 0:00:00 2024-05-15T23:20:23.2354080Z Downloading packaging-24.0-py3-none-any.whl (53 kB) 2024-05-15T23:20:23.2396620Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 14.7 MB/s eta 0:00:00 2024-05-15T23:20:23.2532560Z Downloading peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:20:23.2593680Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 40.3 MB/s eta 0:00:00 2024-05-15T23:20:23.2733650Z Downloading pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:20:23.2788640Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.0/235.0 kB 51.6 MB/s eta 0:00:00 2024-05-15T23:20:23.2931740Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl (278 kB) 2024-05-15T23:20:23.3149240Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.3/278.3 kB 13.3 MB/s eta 0:00:00 2024-05-15T23:20:23.3341320Z Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:20:23.3382360Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 31.7 MB/s eta 0:00:00 2024-05-15T23:20:23.3541060Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl (10.4 MB) 2024-05-15T23:20:23.5094380Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 68.8 MB/s eta 0:00:00 2024-05-15T23:20:23.5262900Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl (61.0 MB) 2024-05-15T23:20:24.4117170Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 MB 57.3 MB/s eta 0:00:00 2024-05-15T23:20:24.4368900Z Downloading tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl (433 kB) 2024-05-15T23:20:24.4517060Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 433.1/433.1 kB 31.7 MB/s eta 0:00:00 2024-05-15T23:20:24.4644150Z Downloading tqdm-4.66.4-py3-none-any.whl (78 kB) 2024-05-15T23:20:24.4713270Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 11.7 MB/s eta 0:00:00 2024-05-15T23:20:24.4901860Z Downloading transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:20:24.5813420Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/9.0 MB 100.2 MB/s eta 0:00:00 2024-05-15T23:20:24.5943350Z Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:20:24.6145960Z Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:20:24.6201920Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 63.6 MB/s eta 0:00:00 2024-05-15T23:20:24.6326260Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:20:24.6509880Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl (92 kB) 2024-05-15T23:20:24.6552500Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 25.6 MB/s eta 0:00:00 2024-05-15T23:20:24.6670890Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:20:24.6708300Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 39.3 MB/s eta 0:00:00 2024-05-15T23:20:24.6839690Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:20:24.7002180Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl (703 kB) 2024-05-15T23:20:24.7075620Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 703.4/703.4 kB 115.6 MB/s eta 0:00:00 2024-05-15T23:20:24.7211120Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:20:24.7373570Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:20:24.7430410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 77.6 MB/s eta 0:00:00 2024-05-15T23:20:24.7553560Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:20:24.7705440Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:24.7887910Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl (26.0 MB) 2024-05-15T23:20:25.2098380Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/26.0 MB 56.8 MB/s eta 0:00:00 2024-05-15T23:20:25.2272990Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl (30.3 MB) 2024-05-15T23:20:25.6788790Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.3/30.3 MB 53.8 MB/s eta 0:00:00 2024-05-15T23:20:25.6933120Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:20:25.7126470Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:20:25.7281920Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:20:25.7466520Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:20:25.7633010Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB) 2024-05-15T23:20:25.7821440Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 139.3 MB/s eta 0:00:00 2024-05-15T23:20:25.7940990Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:20:25.8100410Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:20:25.8142900Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 40.7 MB/s eta 0:00:00 2024-05-15T23:20:25.8282240Z Downloading networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:20:25.8546700Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 67.9 MB/s eta 0:00:00 2024-05-15T23:20:25.8712920Z Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:20:25.8877320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 99.5 MB/s eta 0:00:00 2024-05-15T23:20:25.9001290Z Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:20:25.9159740Z Downloading psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2024-05-15T23:20:25.9219530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.9/249.9 kB 49.4 MB/s eta 0:00:00 2024-05-15T23:20:25.9337970Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-05-15T23:20:25.9495640Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-05-15T23:20:25.9556580Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 40.5 MB/s eta 0:00:00 2024-05-15T23:20:25.9698230Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:20:25.9857990Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 35.6 MB/s eta 0:00:00 2024-05-15T23:20:25.9974600Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-05-15T23:20:26.0028570Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 50.5 MB/s eta 0:00:00 2024-05-15T23:20:26.2138850Z Building wheels for collected packages: lm-eval, lxml, rouge-score, sqlitedict 2024-05-15T23:20:26.2147500Z Building wheel for lm-eval (pyproject.toml): started 2024-05-15T23:20:27.5911620Z Building wheel for lm-eval (pyproject.toml): finished with status 'done' 2024-05-15T23:20:27.5926320Z Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=74c9ca42ab87ccbedef3e4156abbb65a1801c75f7a9460b665c7159e89285f04 2024-05-15T23:20:27.5927510Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/45/b5/b3/4d97da1bde0b79da99e75ec0eb69f838d1fe02f83ab7a01bb4 2024-05-15T23:20:27.6000140Z Building wheel for lxml (pyproject.toml): started 2024-05-15T23:21:16.1930200Z Building wheel for lxml (pyproject.toml): finished with status 'done' 2024-05-15T23:21:16.1952040Z Created wheel for lxml: filename=lxml-4.9.4-cp310-cp310-macosx_10_9_universal2.whl size=2902660 sha256=baa7566415ac29cea97b9f0c5f0961fffedf9b941cd61736b3598b66bcaac294 2024-05-15T23:21:16.1959560Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/ed/c8/be/7f162d65337daa39c3c760f9d33ffa282c0c21377142640fa4 2024-05-15T23:21:16.1982250Z Building wheel for rouge-score (pyproject.toml): started 2024-05-15T23:21:16.3249920Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-05-15T23:21:16.3259100Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=31ba9922116a41ecc26b741e65401e2bdd1e51f3213b1b6d6842c620d6a82ad0 2024-05-15T23:21:16.3260250Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-05-15T23:21:16.3279380Z Building wheel for sqlitedict (pyproject.toml): started 2024-05-15T23:21:16.4540260Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-05-15T23:21:16.4547710Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16862 sha256=2c16b276ccb94f370f8d527abb06dd11bb47dddca06fbd573c7b38713c37b21c 2024-05-15T23:21:16.4548780Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-05-15T23:21:16.4563430Z Successfully built lm-eval lxml rouge-score sqlitedict 2024-05-15T23:21:17.0664210Z Installing collected packages: zstd, sqlitedict, sentencepiece, pytz, ninja, mpmath, zstandard, xxhash, wheel, urllib3, tzdata, typing-extensions, tqdm, tornado, threadpoolctl, tcolorpy, tabulate, sympy, six, safetensors, regex, pyyaml, pycryptodomex, pybind11, pyarrow-hotfix, psutil, portalocker, pathvalidate, packaging, numpy, networkx, multidict, MarkupSafe, lxml, joblib, itsdangerous, idna, fsspec, frozenlist, filelock, dill, colorama, cmake, click, charset-normalizer, chardet, blinker, attrs, async-timeout, absl-py, yarl, Werkzeug, tqdm-multiprocess, snakeviz, scipy, sacrebleu, requests, python-dateutil, pyarrow, numexpr, nltk, multiprocess, mbstrdecoder, jsonlines, Jinja2, gguf, blobfile, aiosignal, typepy, torch, tiktoken, scikit-learn, rouge-score, pandas, huggingface_hub, flask, aiohttp, torchao, tokenizers, accelerate, transformers, datasets, DataProperty, tabledata, peft, evaluate, pytablewriter, lm-eval 2024-05-15T23:21:37.9805850Z Successfully installed DataProperty-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.5 Werkzeug-3.0.3 absl-py-2.1.0 accelerate-0.30.1 aiohttp-3.9.5 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 blinker-1.8.2 blobfile-2.1.1 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 cmake-3.29.3 colorama-0.4.6 datasets-2.19.1 dill-0.3.8 evaluate-0.4.2 filelock-3.14.0 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.3.1 gguf-0.6.0 huggingface_hub-0.23.0 idna-3.7 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.0 lxml-4.9.4 mbstrdecoder-1.1.3 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 networkx-3.3 ninja-1.11.1.1 nltk-3.8.1 numexpr-2.10.0 numpy-1.26.4 packaging-24.0 pandas-2.2.2 pathvalidate-3.2.0 peft-0.10.0 portalocker-2.8.2 psutil-5.9.8 pyarrow-16.1.0 pyarrow-hotfix-0.6 pybind11-2.12.0 pycryptodomex-3.20.0 pytablewriter-1.2.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.1 regex-2024.5.15 requests-2.31.0 rouge-score-0.1.2 sacrebleu-2.4.2 safetensors-0.4.3 scikit-learn-1.4.2 scipy-1.13.0 sentencepiece-0.2.0 six-1.16.0 snakeviz-2.2.0 sqlitedict-2.1.0 sympy-1.12 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 torch-2.3.0 torchao-0.1 tornado-6.4 tqdm-4.66.4 tqdm-multiprocess-0.0.11 transformers-4.40.2 typepy-1.3.2 typing-extensions-4.11.0 tzdata-2024.1 urllib3-2.2.1 wheel-0.43.0 xxhash-3.4.1 yarl-1.9.4 zstandard-0.22.0 zstd-1.5.5.1 2024-05-15T23:21:38.0232570Z 2024-05-15T23:21:38.0233410Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:21:38.0234310Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:21:39.0764540Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-05-15T23:21:39.3359570Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:21:39.3466610Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.4.0.dev20240507-cp310-none-macosx_11_0_arm64.whl (61.9 MB) 2024-05-15T23:21:40.1224780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 MB 99.3 MB/s eta 0:00:00 2024-05-15T23:21:40.1977880Z Requirement already satisfied: filelock in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.14.0) 2024-05-15T23:21:40.1980420Z Requirement already satisfied: typing-extensions>=4.8.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (4.11.0) 2024-05-15T23:21:40.1981790Z Requirement already satisfied: sympy in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:21:40.1983150Z Requirement already satisfied: networkx in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:21:40.1984790Z Requirement already satisfied: jinja2 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.1.4) 2024-05-15T23:21:40.1987690Z Requirement already satisfied: fsspec in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:21:40.2218880Z Requirement already satisfied: MarkupSafe>=2.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from jinja2->torch==2.4.0.dev20240507) (2.1.5) 2024-05-15T23:21:40.2313390Z Requirement already satisfied: mpmath>=0.19 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from sympy->torch==2.4.0.dev20240507) (1.3.0) 2024-05-15T23:21:40.8044670Z Installing collected packages: torch 2024-05-15T23:21:40.8045430Z Attempting uninstall: torch 2024-05-15T23:21:40.8051490Z Found existing installation: torch 2.3.0 2024-05-15T23:21:40.9784150Z Uninstalling torch-2.3.0: 2024-05-15T23:21:41.0211200Z Successfully uninstalled torch-2.3.0 2024-05-15T23:21:45.6830860Z Successfully installed torch-2.4.0.dev20240507 2024-05-15T23:21:45.7136200Z 2024-05-15T23:21:45.7136970Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:21:45.7137520Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:21:45.9767710Z Package Version 2024-05-15T23:21:45.9768350Z ------------------ ----------------- 2024-05-15T23:21:45.9768680Z absl-py 2.1.0 2024-05-15T23:21:45.9769020Z accelerate 0.30.1 2024-05-15T23:21:45.9769330Z aiohttp 3.9.5 2024-05-15T23:21:45.9770080Z aiosignal 1.3.1 2024-05-15T23:21:45.9770980Z async-timeout 4.0.3 2024-05-15T23:21:45.9771260Z attrs 23.2.0 2024-05-15T23:21:45.9771860Z blinker 1.8.2 2024-05-15T23:21:45.9772440Z blobfile 2.1.1 2024-05-15T23:21:45.9773000Z certifi 2024.2.2 2024-05-15T23:21:45.9773650Z chardet 5.2.0 2024-05-15T23:21:45.9774390Z charset-normalizer 3.3.2 2024-05-15T23:21:45.9774990Z click 8.1.7 2024-05-15T23:21:45.9775620Z cmake 3.29.3 2024-05-15T23:21:45.9776160Z colorama 0.4.6 2024-05-15T23:21:45.9776850Z DataProperty 1.0.1 2024-05-15T23:21:45.9777480Z datasets 2.19.1 2024-05-15T23:21:45.9778130Z dill 0.3.8 2024-05-15T23:21:45.9778730Z evaluate 0.4.2 2024-05-15T23:21:45.9779400Z filelock 3.14.0 2024-05-15T23:21:45.9779910Z Flask 3.0.3 2024-05-15T23:21:45.9780540Z frozenlist 1.4.1 2024-05-15T23:21:45.9781170Z fsspec 2024.3.1 2024-05-15T23:21:45.9781740Z gguf 0.6.0 2024-05-15T23:21:45.9782370Z huggingface-hub 0.23.0 2024-05-15T23:21:45.9783040Z idna 3.7 2024-05-15T23:21:45.9783680Z itsdangerous 2.2.0 2024-05-15T23:21:45.9784340Z Jinja2 3.1.4 2024-05-15T23:21:45.9784920Z joblib 1.4.2 2024-05-15T23:21:45.9785560Z jsonlines 4.0.0 2024-05-15T23:21:45.9786190Z lm_eval 0.4.0 2024-05-15T23:21:45.9786800Z lxml 4.9.4 2024-05-15T23:21:45.9787340Z MarkupSafe 2.1.5 2024-05-15T23:21:45.9788090Z mbstrdecoder 1.1.3 2024-05-15T23:21:45.9788710Z mpmath 1.3.0 2024-05-15T23:21:45.9789240Z multidict 6.0.5 2024-05-15T23:21:45.9789900Z multiprocess 0.70.16 2024-05-15T23:21:45.9790460Z networkx 3.3 2024-05-15T23:21:45.9791030Z ninja 1.11.1.1 2024-05-15T23:21:45.9791640Z nltk 3.8.1 2024-05-15T23:21:45.9792230Z numexpr 2.10.0 2024-05-15T23:21:45.9792760Z numpy 1.26.4 2024-05-15T23:21:45.9793400Z packaging 24.0 2024-05-15T23:21:45.9794000Z pandas 2.2.2 2024-05-15T23:21:45.9794540Z pathvalidate 3.2.0 2024-05-15T23:21:45.9795160Z peft 0.10.0 2024-05-15T23:21:45.9795710Z pip 23.0.1 2024-05-15T23:21:45.9796340Z portalocker 2.8.2 2024-05-15T23:21:45.9796950Z psutil 5.9.8 2024-05-15T23:21:45.9797530Z pyarrow 16.1.0 2024-05-15T23:21:45.9798150Z pyarrow-hotfix 0.6 2024-05-15T23:21:45.9798740Z pybind11 2.12.0 2024-05-15T23:21:45.9799370Z pycryptodomex 3.20.0 2024-05-15T23:21:45.9799870Z pytablewriter 1.2.0 2024-05-15T23:21:45.9800570Z python-dateutil 2.9.0.post0 2024-05-15T23:21:45.9801130Z pytz 2024.1 2024-05-15T23:21:45.9801760Z PyYAML 6.0.1 2024-05-15T23:21:45.9802390Z regex 2024.5.15 2024-05-15T23:21:45.9803020Z requests 2.31.0 2024-05-15T23:21:45.9803660Z rouge_score 0.1.2 2024-05-15T23:21:45.9804220Z sacrebleu 2.4.2 2024-05-15T23:21:45.9804820Z safetensors 0.4.3 2024-05-15T23:21:45.9805500Z scikit-learn 1.4.2 2024-05-15T23:21:45.9805980Z scipy 1.13.0 2024-05-15T23:21:45.9806600Z sentencepiece 0.2.0 2024-05-15T23:21:45.9807130Z setuptools 65.5.0 2024-05-15T23:21:45.9807640Z six 1.16.0 2024-05-15T23:21:45.9808320Z snakeviz 2.2.0 2024-05-15T23:21:45.9808910Z sqlitedict 2.1.0 2024-05-15T23:21:45.9809370Z sympy 1.12 2024-05-15T23:21:45.9810120Z tabledata 1.3.3 2024-05-15T23:21:45.9810670Z tabulate 0.9.0 2024-05-15T23:21:45.9811210Z tcolorpy 0.1.6 2024-05-15T23:21:45.9811830Z threadpoolctl 3.5.0 2024-05-15T23:21:45.9812400Z tiktoken 0.7.0 2024-05-15T23:21:45.9813010Z tokenizers 0.19.1 2024-05-15T23:21:45.9813520Z torch 2.4.0.dev20240507 2024-05-15T23:21:45.9814080Z torchao 0.1 2024-05-15T23:21:45.9814690Z tornado 6.4 2024-05-15T23:21:45.9815250Z tqdm 4.66.4 2024-05-15T23:21:45.9816030Z tqdm-multiprocess 0.0.11 2024-05-15T23:21:45.9816450Z transformers 4.40.2 2024-05-15T23:21:45.9817000Z typepy 1.3.2 2024-05-15T23:21:45.9817530Z typing_extensions 4.11.0 2024-05-15T23:21:45.9818200Z tzdata 2024.1 2024-05-15T23:21:45.9818690Z urllib3 2.2.1 2024-05-15T23:21:45.9819280Z Werkzeug 3.0.3 2024-05-15T23:21:45.9819900Z wheel 0.43.0 2024-05-15T23:21:45.9820400Z xxhash 3.4.1 2024-05-15T23:21:45.9821010Z yarl 1.9.4 2024-05-15T23:21:45.9821650Z zstandard 0.22.0 2024-05-15T23:21:45.9822220Z zstd 1.5.5.1 2024-05-15T23:21:46.0109830Z 2024-05-15T23:21:46.0110470Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:21:46.0111020Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:21:46.6526240Z torch: ('2.4.0.dev20240507', 'e4f522910a192a919111277ce3e1c0fb0c8482bd') 2024-05-15T23:21:46.7806700Z ##[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-05-15T23:21:46.7808880Z 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-05-15T23:21:46.7875550Z shell: /bin/bash -e {0} 2024-05-15T23:21:46.7875740Z env: 2024-05-15T23:21:46.7876040Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:21:46.7876370Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:21:46.7876740Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:46.7877380Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:21:46.7877890Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:46.7878380Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:46.7878910Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:46.7879270Z ##[endgroup] 2024-05-15T23:21:46.8395840Z + MODEL_REPO=tinyllamas/stories15M 2024-05-15T23:21:46.8396970Z + RESOURCES_STRING=https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt,https://github.com/karpathy/llama2.c/raw/master/tokenizer.model,https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:21:46.8398020Z + CHECKPOINT_NAME=stories15M 2024-05-15T23:21:46.8398730Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-05-15T23:21:46.8411980Z + pushd checkpoints/tinyllamas/stories15M 2024-05-15T23:21:46.8412360Z + IFS=, 2024-05-15T23:21:46.8412800Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:21:46.8413470Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-05-15T23:21:46.8414370Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-05-15T23:21:46.8415090Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:21:46.8415650Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:21:46.8941190Z --2024-05-15 23:21:46-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:21:46.9533870Z Resolving huggingface.co (huggingface.co)... 108.156.211.90, 108.156.211.95, 108.156.211.125, ... 2024-05-15T23:21:46.9619760Z Connecting to huggingface.co (huggingface.co)|108.156.211.90|:443... connected. 2024-05-15T23:21:47.1193250Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:21:47.1202820Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1716073658&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3MzY1OH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=egOjURWtzFP%7EFUzv7pyXtpezXQiZaumbrt3rLAFOn1hdMSzaERaRPAtpLFgDVh%7En8vHdrtj6OsIM6sA7skJbYueJpC3-cEKRQ03CehhWT4G9oXUvCUluapR%7EzZAUEVMY5IMuNC6%7EThTJKwpPNGRlP5pyxcHkact58aHpsilExObJ1xNncXbuY4Nin-BfS5vWggYPyks4gTrzqa-SVWInaULGYp1AT9qZSLOIdioO0BSL1MvoIU0H2awrttewGwCA9iNGzz%7EGdQTP7MJsViUK47nkLYTWmaYREM54VFNedDm7FH8OK3ubwxrGO%7EytEkIRBrMCx1SIgxdNtquApTG-ig__&Key-Pair-Id=KVTP0A1DKRTAX [following] 2024-05-15T23:21:47.1217480Z --2024-05-15 23:21:47-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1716073658&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3MzY1OH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=egOjURWtzFP%7EFUzv7pyXtpezXQiZaumbrt3rLAFOn1hdMSzaERaRPAtpLFgDVh%7En8vHdrtj6OsIM6sA7skJbYueJpC3-cEKRQ03CehhWT4G9oXUvCUluapR%7EzZAUEVMY5IMuNC6%7EThTJKwpPNGRlP5pyxcHkact58aHpsilExObJ1xNncXbuY4Nin-BfS5vWggYPyks4gTrzqa-SVWInaULGYp1AT9qZSLOIdioO0BSL1MvoIU0H2awrttewGwCA9iNGzz%7EGdQTP7MJsViUK47nkLYTWmaYREM54VFNedDm7FH8OK3ubwxrGO%7EytEkIRBrMCx1SIgxdNtquApTG-ig__&Key-Pair-Id=KVTP0A1DKRTAX 2024-05-15T23:21:47.1712540Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.156.245.3, 108.156.245.63, 108.156.245.120, ... 2024-05-15T23:21:47.1822690Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.156.245.3|:443... connected. 2024-05-15T23:21:47.2193600Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:21:47.2194850Z Length: 60789090 (58M) [binary/octet-stream] 2024-05-15T23:21:47.2197140Z Saving to: ‘stories15M.pt’ 2024-05-15T23:21:47.2198240Z 2024-05-15T23:21:47.2317760Z 0K .......... .......... .......... .......... .......... 0% 4.06M 14s 2024-05-15T23:21:47.2363170Z 50K .......... .......... .......... .......... .......... 0% 10.9M 10s 2024-05-15T23:21:47.2465270Z 100K .......... .......... .......... .......... .......... 0% 7.43M 9s 2024-05-15T23:21:47.2512240Z 150K .......... .......... .......... .......... .......... 0% 13.0M 8s 2024-05-15T23:21:47.2516740Z 200K .......... .......... .......... .......... .......... 0% 16.3M 7s 2024-05-15T23:21:47.2526400Z 250K .......... .......... .......... .......... .......... 0% 16.3M 6s 2024-05-15T23:21:47.2544270Z 300K .......... .......... .......... .......... .......... 0% 25.5M 6s 2024-05-15T23:21:47.2570370Z 350K .......... .......... .......... .......... .......... 0% 19.6M 5s 2024-05-15T23:21:47.2587380Z 400K .......... .......... .......... .......... .......... 0% 27.7M 5s 2024-05-15T23:21:47.2602780Z 450K .......... .......... .......... .......... .......... 0% 32.5M 5s 2024-05-15T23:21:47.2617700Z 500K .......... .......... .......... .......... .......... 0% 32.4M 4s 2024-05-15T23:21:47.2641240Z 550K .......... .......... .......... .......... .......... 1% 20.0M 4s 2024-05-15T23:21:47.2648720Z 600K .......... .......... .......... .......... .......... 1% 74.0M 4s 2024-05-15T23:21:47.2659660Z 650K .......... .......... .......... .......... .......... 1% 46.6M 4s 2024-05-15T23:21:47.2670200Z 700K .......... .......... .......... .......... .......... 1% 48.8M 4s 2024-05-15T23:21:47.2679340Z 750K .......... .......... .......... .......... .......... 1% 48.6M 4s 2024-05-15T23:21:47.2689410Z 800K .......... .......... .......... .......... .......... 1% 45.1M 3s 2024-05-15T23:21:47.2698980Z 850K .......... .......... .......... .......... .......... 1% 50.0M 3s 2024-05-15T23:21:47.2705480Z 900K .......... .......... .......... .......... .......... 1% 76.3M 3s 2024-05-15T23:21:47.2714070Z 950K .......... .......... .......... .......... .......... 1% 56.7M 3s 2024-05-15T23:21:47.2723580Z 1000K .......... .......... .......... .......... .......... 1% 52.6M 3s 2024-05-15T23:21:47.2731030Z 1050K .......... .......... .......... .......... .......... 1% 59.6M 3s 2024-05-15T23:21:47.2740510Z 1100K .......... .......... .......... .......... .......... 1% 52.2M 3s 2024-05-15T23:21:47.2752510Z 1150K .......... .......... .......... .......... .......... 2% 41.9M 3s 2024-05-15T23:21:47.2762820Z 1200K .......... .......... .......... .......... .......... 2% 45.1M 3s 2024-05-15T23:21:47.2769380Z 1250K .......... .......... .......... .......... .......... 2% 71.3M 3s 2024-05-15T23:21:47.2777400Z 1300K .......... .......... .......... .......... .......... 2% 61.1M 2s 2024-05-15T23:21:47.2786880Z 1350K .......... .......... .......... .......... .......... 2% 55.0M 2s 2024-05-15T23:21:47.2796110Z 1400K .......... .......... .......... .......... .......... 2% 52.4M 2s 2024-05-15T23:21:47.2805610Z 1450K .......... .......... .......... .......... .......... 2% 48.9M 2s 2024-05-15T23:21:47.2815800Z 1500K .......... .......... .......... .......... .......... 2% 46.8M 2s 2024-05-15T23:21:47.2831000Z 1550K .......... .......... .......... .......... .......... 2% 32.9M 2s 2024-05-15T23:21:47.2841120Z 1600K .......... .......... .......... .......... .......... 2% 47.4M 2s 2024-05-15T23:21:47.2853630Z 1650K .......... .......... .......... .......... .......... 2% 38.5M 2s 2024-05-15T23:21:47.2867100Z 1700K .......... .......... .......... .......... .......... 2% 39.4M 2s 2024-05-15T23:21:47.2878150Z 1750K .......... .......... .......... .......... .......... 3% 41.1M 2s 2024-05-15T23:21:47.2891180Z 1800K .......... .......... .......... .......... .......... 3% 37.3M 2s 2024-05-15T23:21:47.2900810Z 1850K .......... .......... .......... .......... .......... 3% 50.4M 2s 2024-05-15T23:21:47.2911780Z 1900K .......... .......... .......... .......... .......... 3% 48.8M 2s 2024-05-15T23:21:47.2926270Z 1950K .......... .......... .......... .......... .......... 3% 34.8M 2s 2024-05-15T23:21:47.2935110Z 2000K .......... .......... .......... .......... .......... 3% 47.7M 2s 2024-05-15T23:21:47.2946730Z 2050K .......... .......... .......... .......... .......... 3% 41.8M 2s 2024-05-15T23:21:47.2952930Z 2100K .......... .......... .......... .......... .......... 3% 78.1M 2s 2024-05-15T23:21:47.2964020Z 2150K .......... .......... .......... .......... .......... 3% 53.6M 2s 2024-05-15T23:21:47.2968220Z 2200K .......... .......... .......... .......... .......... 3% 85.2M 2s 2024-05-15T23:21:47.2976090Z 2250K .......... .......... .......... .......... .......... 3% 96.5M 2s 2024-05-15T23:21:47.2977940Z 2300K .......... .......... .......... .......... .......... 3% 95.4M 2s 2024-05-15T23:21:47.2991530Z 2350K .......... .......... .......... .......... .......... 4% 42.3M 2s 2024-05-15T23:21:47.3000900Z 2400K .......... .......... .......... .......... .......... 4% 105M 2s 2024-05-15T23:21:47.3004650Z 2450K .......... .......... .......... .......... .......... 4% 54.1M 2s 2024-05-15T23:21:47.3008950Z 2500K .......... .......... .......... .......... .......... 4% 86.1M 2s 2024-05-15T23:21:47.3015410Z 2550K .......... .......... .......... .......... .......... 4% 76.3M 2s 2024-05-15T23:21:47.3026440Z 2600K .......... .......... .......... .......... .......... 4% 44.9M 2s 2024-05-15T23:21:47.3030550Z 2650K .......... .......... .......... .......... .......... 4% 115M 2s 2024-05-15T23:21:47.3035110Z 2700K .......... .......... .......... .......... .......... 4% 119M 2s 2024-05-15T23:21:47.3040210Z 2750K .......... .......... .......... .......... .......... 4% 88.3M 2s 2024-05-15T23:21:47.3044920Z 2800K .......... .......... .......... .......... .......... 4% 102M 2s 2024-05-15T23:21:47.3049020Z 2850K .......... .......... .......... .......... .......... 4% 122M 2s 2024-05-15T23:21:47.3053900Z 2900K .......... .......... .......... .......... .......... 4% 94.4M 2s 2024-05-15T23:21:47.3056860Z 2950K .......... .......... .......... .......... .......... 5% 167M 2s 2024-05-15T23:21:47.3063560Z 3000K .......... .......... .......... .......... .......... 5% 76.1M 2s 2024-05-15T23:21:47.3069090Z 3050K .......... .......... .......... .......... .......... 5% 87.0M 2s 2024-05-15T23:21:47.3075140Z 3100K .......... .......... .......... .......... .......... 5% 88.0M 2s 2024-05-15T23:21:47.3086100Z 3150K .......... .......... .......... .......... .......... 5% 52.0M 2s 2024-05-15T23:21:47.3088110Z 3200K .......... .......... .......... .......... .......... 5% 113M 2s 2024-05-15T23:21:47.3096200Z 3250K .......... .......... .......... .......... .......... 5% 76.4M 2s 2024-05-15T23:21:47.3097620Z 3300K .......... .......... .......... .......... .......... 5% 162M 2s 2024-05-15T23:21:47.3103680Z 3350K .......... .......... .......... .......... .......... 5% 82.1M 1s 2024-05-15T23:21:47.3107960Z 3400K .......... .......... .......... .......... .......... 5% 114M 1s 2024-05-15T23:21:47.3111120Z 3450K .......... .......... .......... .......... .......... 5% 151M 1s 2024-05-15T23:21:47.3115680Z 3500K .......... .......... .......... .......... .......... 5% 117M 1s 2024-05-15T23:21:47.3122720Z 3550K .......... .......... .......... .......... .......... 6% 73.9M 1s 2024-05-15T23:21:47.3126420Z 3600K .......... .......... .......... .......... .......... 6% 126M 1s 2024-05-15T23:21:47.3127210Z 3650K .......... .......... .......... .......... .......... 6% 291M 1s 2024-05-15T23:21:47.3133160Z 3700K .......... .......... .......... .......... .......... 6% 86.7M 1s 2024-05-15T23:21:47.3134810Z 3750K .......... .......... .......... .......... .......... 6% 258M 1s 2024-05-15T23:21:47.3142850Z 3800K .......... .......... .......... .......... .......... 6% 73.0M 1s 2024-05-15T23:21:47.3145530Z 3850K .......... .......... .......... .......... .......... 6% 135M 1s 2024-05-15T23:21:47.3148840Z 3900K .......... .......... .......... .......... .......... 6% 131M 1s 2024-05-15T23:21:47.3152400Z 3950K .......... .......... .......... .......... .......... 6% 143M 1s 2024-05-15T23:21:47.3157340Z 4000K .......... .......... .......... .......... .......... 6% 130M 1s 2024-05-15T23:21:47.3161280Z 4050K .......... .......... .......... .......... .......... 6% 109M 1s 2024-05-15T23:21:47.3163960Z 4100K .......... .......... .......... .......... .......... 6% 176M 1s 2024-05-15T23:21:47.3168160Z 4150K .......... .......... .......... .......... .......... 7% 126M 1s 2024-05-15T23:21:47.3171800Z 4200K .......... .......... .......... .......... .......... 7% 116M 1s 2024-05-15T23:21:47.3179630Z 4250K .......... .......... .......... .......... .......... 7% 76.1M 1s 2024-05-15T23:21:47.3185770Z 4300K .......... .......... .......... .......... .......... 7% 66.8M 1s 2024-05-15T23:21:47.3191460Z 4350K .......... .......... .......... .......... .......... 7% 74.9M 1s 2024-05-15T23:21:47.3198540Z 4400K .......... .......... .......... .......... .......... 7% 79.3M 1s 2024-05-15T23:21:47.3204270Z 4450K .......... .......... .......... .......... .......... 7% 80.0M 1s 2024-05-15T23:21:47.3215200Z 4500K .......... .......... .......... .......... .......... 7% 44.5M 1s 2024-05-15T23:21:47.3224800Z 4550K .......... .......... .......... .......... .......... 7% 52.4M 1s 2024-05-15T23:21:47.3231580Z 4600K .......... .......... .......... .......... .......... 7% 71.4M 1s 2024-05-15T23:21:47.3238780Z 4650K .......... .......... .......... .......... .......... 7% 73.5M 1s 2024-05-15T23:21:47.3243680Z 4700K .......... .......... .......... .......... .......... 8% 100M 1s 2024-05-15T23:21:47.3254470Z 4750K .......... .......... .......... .......... .......... 8% 50.5M 1s 2024-05-15T23:21:47.3262510Z 4800K .......... .......... .......... .......... .......... 8% 61.2M 1s 2024-05-15T23:21:47.3269350Z 4850K .......... .......... .......... .......... .......... 8% 62.2M 1s 2024-05-15T23:21:47.3274460Z 4900K .......... .......... .......... .......... .......... 8% 76.7M 1s 2024-05-15T23:21:47.3280850Z 4950K .......... .......... .......... .......... .......... 8% 78.0M 1s 2024-05-15T23:21:47.3287840Z 5000K .......... .......... .......... .......... .......... 8% 73.8M 1s 2024-05-15T23:21:47.3295100Z 5050K .......... .......... .......... .......... .......... 8% 64.8M 1s 2024-05-15T23:21:47.3300230Z 5100K .......... .......... .......... .......... .......... 8% 101M 1s 2024-05-15T23:21:47.3309170Z 5150K .......... .......... .......... .......... .......... 8% 53.8M 1s 2024-05-15T23:21:47.3316260Z 5200K .......... .......... .......... .......... .......... 8% 68.7M 1s 2024-05-15T23:21:47.3323240Z 5250K .......... .......... .......... .......... .......... 8% 68.5M 1s 2024-05-15T23:21:47.3330280Z 5300K .......... .......... .......... .......... .......... 9% 69.9M 1s 2024-05-15T23:21:47.3337170Z 5350K .......... .......... .......... .......... .......... 9% 71.4M 1s 2024-05-15T23:21:47.3343640Z 5400K .......... .......... .......... .......... .......... 9% 73.3M 1s 2024-05-15T23:21:47.3350130Z 5450K .......... .......... .......... .......... .......... 9% 77.4M 1s 2024-05-15T23:21:47.3357220Z 5500K .......... .......... .......... .......... .......... 9% 67.5M 1s 2024-05-15T23:21:47.3366810Z 5550K .......... .......... .......... .......... .......... 9% 52.0M 1s 2024-05-15T23:21:47.3373150Z 5600K .......... .......... .......... .......... .......... 9% 81.2M 1s 2024-05-15T23:21:47.3379740Z 5650K .......... .......... .......... .......... .......... 9% 71.6M 1s 2024-05-15T23:21:47.3386310Z 5700K .......... .......... .......... .......... .......... 9% 70.0M 1s 2024-05-15T23:21:47.3393580Z 5750K .......... .......... .......... .......... .......... 9% 71.0M 1s 2024-05-15T23:21:47.3401370Z 5800K .......... .......... .......... .......... .......... 9% 65.3M 1s 2024-05-15T23:21:47.3407630Z 5850K .......... .......... .......... .......... .......... 9% 70.1M 1s 2024-05-15T23:21:47.3415010Z 5900K .......... .......... .......... .......... .......... 10% 69.3M 1s 2024-05-15T23:21:47.3425540Z 5950K .......... .......... .......... .......... .......... 10% 51.7M 1s 2024-05-15T23:21:47.3431000Z 6000K .......... .......... .......... .......... .......... 10% 68.9M 1s 2024-05-15T23:21:47.3438920Z 6050K .......... .......... .......... .......... .......... 10% 67.8M 1s 2024-05-15T23:21:47.3445730Z 6100K .......... .......... .......... .......... .......... 10% 68.2M 1s 2024-05-15T23:21:47.3451550Z 6150K .......... .......... .......... .......... .......... 10% 84.9M 1s 2024-05-15T23:21:47.3458430Z 6200K .......... .......... .......... .......... .......... 10% 73.8M 1s 2024-05-15T23:21:47.3466780Z 6250K .......... .......... .......... .......... .......... 10% 59.4M 1s 2024-05-15T23:21:47.3472630Z 6300K .......... .......... .......... .......... .......... 10% 76.2M 1s 2024-05-15T23:21:47.3482250Z 6350K .......... .......... .......... .......... .......... 10% 51.9M 1s 2024-05-15T23:21:47.3488990Z 6400K .......... .......... .......... .......... .......... 10% 68.5M 1s 2024-05-15T23:21:47.3495570Z 6450K .......... .......... .......... .......... .......... 10% 76.7M 1s 2024-05-15T23:21:47.3502120Z 6500K .......... .......... .......... .......... .......... 11% 74.9M 1s 2024-05-15T23:21:47.3509040Z 6550K .......... .......... .......... .......... .......... 11% 69.7M 1s 2024-05-15T23:21:47.3517140Z 6600K .......... .......... .......... .......... .......... 11% 63.4M 1s 2024-05-15T23:21:47.3523960Z 6650K .......... .......... .......... .......... .......... 11% 72.0M 1s 2024-05-15T23:21:47.3530070Z 6700K .......... .......... .......... .......... .......... 11% 84.3M 1s 2024-05-15T23:21:47.3538460Z 6750K .......... .......... .......... .......... .......... 11% 53.5M 1s 2024-05-15T23:21:47.3545740Z 6800K .......... .......... .......... .......... .......... 11% 68.7M 1s 2024-05-15T23:21:47.3553850Z 6850K .......... .......... .......... .......... .......... 11% 61.8M 1s 2024-05-15T23:21:47.3560700Z 6900K .......... .......... .......... .......... .......... 11% 68.4M 1s 2024-05-15T23:21:47.3566520Z 6950K .......... .......... .......... .......... .......... 11% 84.2M 1s 2024-05-15T23:21:47.3572890Z 7000K .......... .......... .......... .......... .......... 11% 80.6M 1s 2024-05-15T23:21:47.3579890Z 7050K .......... .......... .......... .......... .......... 11% 71.2M 1s 2024-05-15T23:21:47.3585950Z 7100K .......... .......... .......... .......... .......... 12% 73.0M 1s 2024-05-15T23:21:47.3595160Z 7150K .......... .......... .......... .......... .......... 12% 54.9M 1s 2024-05-15T23:21:47.3602300Z 7200K .......... .......... .......... .......... .......... 12% 70.1M 1s 2024-05-15T23:21:47.3609570Z 7250K .......... .......... .......... .......... .......... 12% 64.5M 1s 2024-05-15T23:21:47.3617620Z 7300K .......... .......... .......... .......... .......... 12% 63.5M 1s 2024-05-15T23:21:47.3623950Z 7350K .......... .......... .......... .......... .......... 12% 76.2M 1s 2024-05-15T23:21:47.3630520Z 7400K .......... .......... .......... .......... .......... 12% 73.9M 1s 2024-05-15T23:21:47.3636440Z 7450K .......... .......... .......... .......... .......... 12% 77.3M 1s 2024-05-15T23:21:47.3649760Z 7500K .......... .......... .......... .......... .......... 12% 41.3M 1s 2024-05-15T23:21:47.3656590Z 7550K .......... .......... .......... .......... .......... 12% 59.5M 1s 2024-05-15T23:21:47.3659790Z 7600K .......... .......... .......... .......... .......... 12% 143M 1s 2024-05-15T23:21:47.3665030Z 7650K .......... .......... .......... .......... .......... 12% 92.3M 1s 2024-05-15T23:21:47.3690420Z 7700K .......... .......... .......... .......... .......... 13% 79.5M 1s 2024-05-15T23:21:47.3691170Z 7750K .......... .......... .......... .......... .......... 13% 63.2M 1s 2024-05-15T23:21:47.3691590Z 7800K .......... .......... .......... .......... .......... 13% 77.0M 1s 2024-05-15T23:21:47.3697460Z 7850K .......... .......... .......... .......... .......... 13% 39.8M 1s 2024-05-15T23:21:47.3700050Z 7900K .......... .......... .......... .......... .......... 13% 224M 1s 2024-05-15T23:21:47.3708400Z 7950K .......... .......... .......... .......... .......... 13% 58.0M 1s 2024-05-15T23:21:47.3714920Z 8000K .......... .......... .......... .......... .......... 13% 72.8M 1s 2024-05-15T23:21:47.3722000Z 8050K .......... .......... .......... .......... .......... 13% 67.6M 1s 2024-05-15T23:21:47.3729500Z 8100K .......... .......... .......... .......... .......... 13% 71.4M 1s 2024-05-15T23:21:47.3738640Z 8150K .......... .......... .......... .......... .......... 13% 51.3M 1s 2024-05-15T23:21:47.3744520Z 8200K .......... .......... .......... .......... .......... 13% 93.9M 1s 2024-05-15T23:21:47.3751040Z 8250K .......... .......... .......... .......... .......... 13% 69.5M 1s 2024-05-15T23:21:47.3757900Z 8300K .......... .......... .......... .......... .......... 14% 72.8M 1s 2024-05-15T23:21:47.3767230Z 8350K .......... .......... .......... .......... .......... 14% 50.3M 1s 2024-05-15T23:21:47.3793770Z 8400K .......... .......... .......... .......... .......... 14% 43.6M 1s 2024-05-15T23:21:47.3794320Z 8450K .......... .......... .......... .......... .......... 14% 171M 1s 2024-05-15T23:21:47.3799520Z 8500K .......... .......... .......... .......... .......... 14% 26.6M 1s 2024-05-15T23:21:47.3801840Z 8550K .......... .......... .......... .......... .......... 14% 210M 1s 2024-05-15T23:21:47.3802980Z 8600K .......... .......... .......... .......... .......... 14% 407M 1s 2024-05-15T23:21:47.3805950Z 8650K .......... .......... .......... .......... .......... 14% 167M 1s 2024-05-15T23:21:47.3811370Z 8700K .......... .......... .......... .......... .......... 14% 92.8M 1s 2024-05-15T23:21:47.3821200Z 8750K .......... .......... .......... .......... .......... 14% 50.4M 1s 2024-05-15T23:21:47.3828780Z 8800K .......... .......... .......... .......... .......... 14% 65.5M 1s 2024-05-15T23:21:47.3834120Z 8850K .......... .......... .......... .......... .......... 14% 88.8M 1s 2024-05-15T23:21:47.3840850Z 8900K .......... .......... .......... .......... .......... 15% 72.2M 1s 2024-05-15T23:21:47.3848640Z 8950K .......... .......... .......... .......... .......... 15% 74.0M 1s 2024-05-15T23:21:47.3854640Z 9000K .......... .......... .......... .......... .......... 15% 71.7M 1s 2024-05-15T23:21:47.3860720Z 9050K .......... .......... .......... .......... .......... 15% 77.5M 1s 2024-05-15T23:21:47.3868250Z 9100K .......... .......... .......... .......... .......... 15% 64.5M 1s 2024-05-15T23:21:47.3877400Z 9150K .......... .......... .......... .......... .......... 15% 51.4M 1s 2024-05-15T23:21:47.3883770Z 9200K .......... .......... .......... .......... .......... 15% 78.5M 1s 2024-05-15T23:21:47.3889980Z 9250K .......... .......... .......... .......... .......... 15% 76.8M 1s 2024-05-15T23:21:47.3896020Z 9300K .......... .......... .......... .......... .......... 15% 82.2M 1s 2024-05-15T23:21:47.3902140Z 9350K .......... .......... .......... .......... .......... 15% 78.8M 1s 2024-05-15T23:21:47.3908970Z 9400K .......... .......... .......... .......... .......... 15% 73.5M 1s 2024-05-15T23:21:47.3916450Z 9450K .......... .......... .......... .......... .......... 16% 82.9M 1s 2024-05-15T23:21:47.3920900Z 9500K .......... .......... .......... .......... .......... 16% 79.1M 1s 2024-05-15T23:21:47.3931770Z 9550K .......... .......... .......... .......... .......... 16% 52.5M 1s 2024-05-15T23:21:47.3937030Z 9600K .......... .......... .......... .......... .......... 16% 71.1M 1s 2024-05-15T23:21:47.3944560Z 9650K .......... .......... .......... .......... .......... 16% 67.1M 1s 2024-05-15T23:21:47.3952370Z 9700K .......... .......... .......... .......... .......... 16% 64.4M 1s 2024-05-15T23:21:47.3959320Z 9750K .......... .......... .......... .......... .......... 16% 65.3M 1s 2024-05-15T23:21:47.3965330Z 9800K .......... .......... .......... .......... .......... 16% 82.8M 1s 2024-05-15T23:21:47.3972830Z 9850K .......... .......... .......... .......... .......... 16% 73.2M 1s 2024-05-15T23:21:47.3979970Z 9900K .......... .......... .......... .......... .......... 16% 64.2M 1s 2024-05-15T23:21:47.3988130Z 9950K .......... .......... .......... .......... .......... 16% 61.4M 1s 2024-05-15T23:21:47.3994180Z 10000K .......... .......... .......... .......... .......... 16% 72.8M 1s 2024-05-15T23:21:47.4003130Z 10050K .......... .......... .......... .......... .......... 17% 59.1M 1s 2024-05-15T23:21:47.4009680Z 10100K .......... .......... .......... .......... .......... 17% 81.8M 1s 2024-05-15T23:21:47.4019680Z 10150K .......... .......... .......... .......... .......... 17% 61.1M 1s 2024-05-15T23:21:47.4028970Z 10200K .......... .......... .......... .......... .......... 17% 59.6M 1s 2024-05-15T23:21:47.4034150Z 10250K .......... .......... .......... .......... .......... 17% 57.4M 1s 2024-05-15T23:21:47.4037360Z 10300K .......... .......... .......... .......... .......... 17% 114M 1s 2024-05-15T23:21:47.4045480Z 10350K .......... .......... .......... .......... .......... 17% 63.2M 1s 2024-05-15T23:21:47.4053440Z 10400K .......... .......... .......... .......... .......... 17% 70.8M 1s 2024-05-15T23:21:47.4060320Z 10450K .......... .......... .......... .......... .......... 17% 61.6M 1s 2024-05-15T23:21:47.4067470Z 10500K .......... .......... .......... .......... .......... 17% 66.5M 1s 2024-05-15T23:21:47.4074450Z 10550K .......... .......... .......... .......... .......... 17% 70.3M 1s 2024-05-15T23:21:47.4082710Z 10600K .......... .......... .......... .......... .......... 17% 63.2M 1s 2024-05-15T23:21:47.4090030Z 10650K .......... .......... .......... .......... .......... 18% 65.2M 1s 2024-05-15T23:21:47.4095210Z 10700K .......... .......... .......... .......... .......... 18% 88.1M 1s 2024-05-15T23:21:47.4104720Z 10750K .......... .......... .......... .......... .......... 18% 50.5M 1s 2024-05-15T23:21:47.4111430Z 10800K .......... .......... .......... .......... .......... 18% 71.2M 1s 2024-05-15T23:21:47.4117760Z 10850K .......... .......... .......... .......... .......... 18% 79.0M 1s 2024-05-15T23:21:47.4125850Z 10900K .......... .......... .......... .......... .......... 18% 66.3M 1s 2024-05-15T23:21:47.4131740Z 10950K .......... .......... .......... .......... .......... 18% 76.4M 1s 2024-05-15T23:21:47.4139830Z 11000K .......... .......... .......... .......... .......... 18% 63.2M 1s 2024-05-15T23:21:47.4147090Z 11050K .......... .......... .......... .......... .......... 18% 67.9M 1s 2024-05-15T23:21:47.4153750Z 11100K .......... .......... .......... .......... .......... 18% 73.2M 1s 2024-05-15T23:21:47.4163630Z 11150K .......... .......... .......... .......... .......... 18% 47.5M 1s 2024-05-15T23:21:47.4169440Z 11200K .......... .......... .......... .......... .......... 18% 78.4M 1s 2024-05-15T23:21:47.4177370Z 11250K .......... .......... .......... .......... .......... 19% 65.8M 1s 2024-05-15T23:21:47.4184220Z 11300K .......... .......... .......... .......... .......... 19% 70.0M 1s 2024-05-15T23:21:47.4191550Z 11350K .......... .......... .......... .......... .......... 19% 64.7M 1s 2024-05-15T23:21:47.4197220Z 11400K .......... .......... .......... .......... .......... 19% 85.2M 1s 2024-05-15T23:21:47.4204790Z 11450K .......... .......... .......... .......... .......... 19% 75.8M 1s 2024-05-15T23:21:47.4211880Z 11500K .......... .......... .......... .......... .......... 19% 66.8M 1s 2024-05-15T23:21:47.4221120Z 11550K .......... .......... .......... .......... .......... 19% 51.2M 1s 2024-05-15T23:21:47.4229420Z 11600K .......... .......... .......... .......... .......... 19% 56.9M 1s 2024-05-15T23:21:47.4236710Z 11650K .......... .......... .......... .......... .......... 19% 66.2M 1s 2024-05-15T23:21:47.4241740Z 11700K .......... .......... .......... .......... .......... 19% 93.0M 1s 2024-05-15T23:21:47.4249260Z 11750K .......... .......... .......... .......... .......... 19% 64.7M 1s 2024-05-15T23:21:47.4256460Z 11800K .......... .......... .......... .......... .......... 19% 73.0M 1s 2024-05-15T23:21:47.4264000Z 11850K .......... .......... .......... .......... .......... 20% 59.8M 1s 2024-05-15T23:21:47.4272000Z 11900K .......... .......... .......... .......... .......... 20% 70.9M 1s 2024-05-15T23:21:47.4278120Z 11950K .......... .......... .......... .......... .......... 20% 71.6M 1s 2024-05-15T23:21:47.4285880Z 12000K .......... .......... .......... .......... .......... 20% 62.1M 1s 2024-05-15T23:21:47.4292160Z 12050K .......... .......... .......... .......... .......... 20% 79.0M 1s 2024-05-15T23:21:47.4301730Z 12100K .......... .......... .......... .......... .......... 20% 54.2M 1s 2024-05-15T23:21:47.4311720Z 12150K .......... .......... .......... .......... .......... 20% 46.5M 1s 2024-05-15T23:21:47.4320420Z 12200K .......... .......... .......... .......... .......... 20% 64.9M 1s 2024-05-15T23:21:47.4321090Z 12250K .......... .......... .......... .......... .......... 20% 514M 1s 2024-05-15T23:21:47.4326420Z 12300K .......... .......... .......... .......... .......... 20% 77.1M 1s 2024-05-15T23:21:47.4333160Z 12350K .......... .......... .......... .......... .......... 20% 69.7M 1s 2024-05-15T23:21:47.4339700Z 12400K .......... .......... .......... .......... .......... 20% 76.3M 1s 2024-05-15T23:21:47.4349810Z 12450K .......... .......... .......... .......... .......... 21% 49.7M 1s 2024-05-15T23:21:47.4353680Z 12500K .......... .......... .......... .......... .......... 21% 122M 1s 2024-05-15T23:21:47.4364110Z 12550K .......... .......... .......... .......... .......... 21% 46.7M 1s 2024-05-15T23:21:47.4370580Z 12600K .......... .......... .......... .......... .......... 21% 76.7M 1s 2024-05-15T23:21:47.4376810Z 12650K .......... .......... .......... .......... .......... 21% 76.8M 1s 2024-05-15T23:21:47.4382340Z 12700K .......... .......... .......... .......... .......... 21% 85.1M 1s 2024-05-15T23:21:47.4394390Z 12750K .......... .......... .......... .......... .......... 21% 43.9M 1s 2024-05-15T23:21:47.4400750Z 12800K .......... .......... .......... .......... .......... 21% 66.5M 1s 2024-05-15T23:21:47.4405770Z 12850K .......... .......... .......... .......... .......... 21% 103M 1s 2024-05-15T23:21:47.4410710Z 12900K .......... .......... .......... .......... .......... 21% 101M 1s 2024-05-15T23:21:47.4418250Z 12950K .......... .......... .......... .......... .......... 21% 66.0M 1s 2024-05-15T23:21:47.4425960Z 13000K .......... .......... .......... .......... .......... 21% 60.2M 1s 2024-05-15T23:21:47.4433270Z 13050K .......... .......... .......... .......... .......... 22% 69.7M 1s 2024-05-15T23:21:47.4440730Z 13100K .......... .......... .......... .......... .......... 22% 64.9M 1s 2024-05-15T23:21:47.4449510Z 13150K .......... .......... .......... .......... .......... 22% 54.9M 1s 2024-05-15T23:21:47.4455130Z 13200K .......... .......... .......... .......... .......... 22% 92.0M 1s 2024-05-15T23:21:47.4462030Z 13250K .......... .......... .......... .......... .......... 22% 68.1M 1s 2024-05-15T23:21:47.4468690Z 13300K .......... .......... .......... .......... .......... 22% 71.3M 1s 2024-05-15T23:21:47.4478260Z 13350K .......... .......... .......... .......... .......... 22% 52.8M 1s 2024-05-15T23:21:47.4483610Z 13400K .......... .......... .......... .......... .......... 22% 87.0M 1s 2024-05-15T23:21:47.4489940Z 13450K .......... .......... .......... .......... .......... 22% 75.8M 1s 2024-05-15T23:21:47.4497680Z 13500K .......... .......... .......... .......... .......... 22% 69.0M 1s 2024-05-15T23:21:47.4507380Z 13550K .......... .......... .......... .......... .......... 22% 50.5M 1s 2024-05-15T23:21:47.4513770Z 13600K .......... .......... .......... .......... .......... 22% 71.3M 1s 2024-05-15T23:21:47.4520380Z 13650K .......... .......... .......... .......... .......... 23% 75.7M 1s 2024-05-15T23:21:47.4527040Z 13700K .......... .......... .......... .......... .......... 23% 70.1M 1s 2024-05-15T23:21:47.4532530Z 13750K .......... .......... .......... .......... .......... 23% 85.8M 1s 2024-05-15T23:21:47.4539730Z 13800K .......... .......... .......... .......... .......... 23% 69.7M 1s 2024-05-15T23:21:47.4544860Z 13850K .......... .......... .......... .......... .......... 23% 91.4M 1s 2024-05-15T23:21:47.4551510Z 13900K .......... .......... .......... .......... .......... 23% 79.8M 1s 2024-05-15T23:21:47.4557900Z 13950K .......... .......... .......... .......... .......... 23% 71.1M 1s 2024-05-15T23:21:47.4565180Z 14000K .......... .......... .......... .......... .......... 23% 71.1M 1s 2024-05-15T23:21:47.4572180Z 14050K .......... .......... .......... .......... .......... 23% 67.6M 1s 2024-05-15T23:21:47.4578980Z 14100K .......... .......... .......... .......... .......... 23% 70.0M 1s 2024-05-15T23:21:47.4586320Z 14150K .......... .......... .......... .......... .......... 23% 76.7M 1s 2024-05-15T23:21:47.4591450Z 14200K .......... .......... .......... .......... .......... 24% 81.9M 1s 2024-05-15T23:21:47.4599650Z 14250K .......... .......... .......... .......... .......... 24% 60.5M 1s 2024-05-15T23:21:47.4606070Z 14300K .......... .......... .......... .......... .......... 24% 76.9M 1s 2024-05-15T23:21:47.4614390Z 14350K .......... .......... .......... .......... .......... 24% 56.7M 1s 2024-05-15T23:21:47.4619760Z 14400K .......... .......... .......... .......... .......... 24% 100M 1s 2024-05-15T23:21:47.4624250Z 14450K .......... .......... .......... .......... .......... 24% 101M 1s 2024-05-15T23:21:47.4629100Z 14500K .......... .......... .......... .......... .......... 24% 98.4M 1s 2024-05-15T23:21:47.4635030Z 14550K .......... .......... .......... .......... .......... 24% 90.1M 1s 2024-05-15T23:21:47.4640210Z 14600K .......... .......... .......... .......... .......... 24% 85.2M 1s 2024-05-15T23:21:47.4646910Z 14650K .......... .......... .......... .......... .......... 24% 82.6M 1s 2024-05-15T23:21:47.4651540Z 14700K .......... .......... .......... .......... .......... 24% 96.7M 1s 2024-05-15T23:21:47.4658320Z 14750K .......... .......... .......... .......... .......... 24% 73.6M 1s 2024-05-15T23:21:47.4663440Z 14800K .......... .......... .......... .......... .......... 25% 94.3M 1s 2024-05-15T23:21:47.4669140Z 14850K .......... .......... .......... .......... .......... 25% 80.2M 1s 2024-05-15T23:21:47.4672980Z 14900K .......... .......... .......... .......... .......... 25% 127M 1s 2024-05-15T23:21:47.4678310Z 14950K .......... .......... .......... .......... .......... 25% 114M 1s 2024-05-15T23:21:47.4682090Z 15000K .......... .......... .......... .......... .......... 25% 102M 1s 2024-05-15T23:21:47.4685570Z 15050K .......... .......... .......... .......... .......... 25% 138M 1s 2024-05-15T23:21:47.4690520Z 15100K .......... .......... .......... .......... .......... 25% 101M 1s 2024-05-15T23:21:47.4695280Z 15150K .......... .......... .......... .......... .......... 25% 100M 1s 2024-05-15T23:21:47.4699930Z 15200K .......... .......... .......... .......... .......... 25% 105M 1s 2024-05-15T23:21:47.4705170Z 15250K .......... .......... .......... .......... .......... 25% 109M 1s 2024-05-15T23:21:47.4710510Z 15300K .......... .......... .......... .......... .......... 25% 103M 1s 2024-05-15T23:21:47.4715410Z 15350K .......... .......... .......... .......... .......... 25% 76.4M 1s 2024-05-15T23:21:47.4722560Z 15400K .......... .......... .......... .......... .......... 26% 76.5M 1s 2024-05-15T23:21:47.4727430Z 15450K .......... .......... .......... .......... .......... 26% 104M 1s 2024-05-15T23:21:47.4732950Z 15500K .......... .......... .......... .......... .......... 26% 75.6M 1s 2024-05-15T23:21:47.4739860Z 15550K .......... .......... .......... .......... .......... 26% 71.5M 1s 2024-05-15T23:21:47.4742580Z 15600K .......... .......... .......... .......... .......... 26% 166M 1s 2024-05-15T23:21:47.4748800Z 15650K .......... .......... .......... .......... .......... 26% 92.5M 1s 2024-05-15T23:21:47.4751710Z 15700K .......... .......... .......... .......... .......... 26% 140M 1s 2024-05-15T23:21:47.4755370Z 15750K .......... .......... .......... .......... .......... 26% 128M 1s 2024-05-15T23:21:47.4757310Z 15800K .......... .......... .......... .......... .......... 26% 258M 1s 2024-05-15T23:21:47.4759000Z 15850K .......... .......... .......... .......... .......... 26% 279M 1s 2024-05-15T23:21:47.4761560Z 15900K .......... .......... .......... .......... .......... 26% 237M 1s 2024-05-15T23:21:47.4767400Z 15950K .......... .......... .......... .......... .......... 26% 89.6M 1s 2024-05-15T23:21:47.4768420Z 16000K .......... .......... .......... .......... .......... 27% 400M 1s 2024-05-15T23:21:47.4771170Z 16050K .......... .......... .......... .......... .......... 27% 137M 1s 2024-05-15T23:21:47.4776520Z 16100K .......... .......... .......... .......... .......... 27% 94.3M 1s 2024-05-15T23:21:47.4780470Z 16150K .......... .......... .......... .......... .......... 27% 115M 1s 2024-05-15T23:21:47.4795050Z 16200K .......... .......... .......... .......... .......... 27% 35.0M 1s 2024-05-15T23:21:47.4808330Z 16250K .......... .......... .......... .......... .......... 27% 37.8M 1s 2024-05-15T23:21:47.4818560Z 16300K .......... .......... .......... .......... .......... 27% 45.9M 1s 2024-05-15T23:21:47.4826510Z 16350K .......... .......... .......... .......... .......... 27% 59.2M 1s 2024-05-15T23:21:47.4832990Z 16400K .......... .......... .......... .......... .......... 27% 75.9M 1s 2024-05-15T23:21:47.4835680Z 16450K .......... .......... .......... .......... .......... 27% 182M 1s 2024-05-15T23:21:47.4842550Z 16500K .......... .......... .......... .......... .......... 27% 69.7M 1s 2024-05-15T23:21:47.4848180Z 16550K .......... .......... .......... .......... .......... 27% 85.4M 1s 2024-05-15T23:21:47.4856410Z 16600K .......... .......... .......... .......... .......... 28% 59.8M 1s 2024-05-15T23:21:47.4863580Z 16650K .......... .......... .......... .......... .......... 28% 83.8M 1s 2024-05-15T23:21:47.4864300Z 16700K .......... .......... .......... .......... .......... 28% 245M 1s 2024-05-15T23:21:47.4872680Z 16750K .......... .......... .......... .......... .......... 28% 57.8M 1s 2024-05-15T23:21:47.4882610Z 16800K .......... .......... .......... .......... .......... 28% 61.0M 1s 2024-05-15T23:21:47.4886780Z 16850K .......... .......... .......... .......... .......... 28% 102M 1s 2024-05-15T23:21:47.4891890Z 16900K .......... .......... .......... .......... .......... 28% 88.3M 1s 2024-05-15T23:21:47.4895110Z 16950K .......... .......... .......... .......... .......... 28% 137M 1s 2024-05-15T23:21:47.4900670Z 17000K .......... .......... .......... .......... .......... 28% 86.9M 1s 2024-05-15T23:21:47.4911140Z 17050K .......... .......... .......... .......... .......... 28% 52.6M 1s 2024-05-15T23:21:47.4915530Z 17100K .......... .......... .......... .......... .......... 28% 85.8M 1s 2024-05-15T23:21:47.4922670Z 17150K .......... .......... .......... .......... .......... 28% 66.8M 1s 2024-05-15T23:21:47.4923120Z 17200K .......... .......... .......... .......... .......... 29% 549M 1s 2024-05-15T23:21:47.4929790Z 17250K .......... .......... .......... .......... .......... 29% 75.9M 1s 2024-05-15T23:21:47.4935940Z 17300K .......... .......... .......... .......... .......... 29% 86.3M 1s 2024-05-15T23:21:47.4943380Z 17350K .......... .......... .......... .......... .......... 29% 61.7M 1s 2024-05-15T23:21:47.4949790Z 17400K .......... .......... .......... .......... .......... 29% 80.0M 1s 2024-05-15T23:21:47.4952180Z 17450K .......... .......... .......... .......... .......... 29% 194M 1s 2024-05-15T23:21:47.4959540Z 17500K .......... .......... .......... .......... .......... 29% 80.6M 1s 2024-05-15T23:21:47.4966540Z 17550K .......... .......... .......... .......... .......... 29% 58.8M 1s 2024-05-15T23:21:47.4972460Z 17600K .......... .......... .......... .......... .......... 29% 87.7M 1s 2024-05-15T23:21:47.4979740Z 17650K .......... .......... .......... .......... .......... 29% 67.2M 1s 2024-05-15T23:21:47.4981940Z 17700K .......... .......... .......... .......... .......... 29% 215M 1s 2024-05-15T23:21:47.4987680Z 17750K .......... .......... .......... .......... .......... 29% 78.4M 1s 2024-05-15T23:21:47.4994490Z 17800K .......... .......... .......... .......... .......... 30% 76.5M 1s 2024-05-15T23:21:47.5002250Z 17850K .......... .......... .......... .......... .......... 30% 64.4M 1s 2024-05-15T23:21:47.5004070Z 17900K .......... .......... .......... .......... .......... 30% 203M 1s 2024-05-15T23:21:47.5009760Z 17950K .......... .......... .......... .......... .......... 30% 88.9M 1s 2024-05-15T23:21:47.5018040Z 18000K .......... .......... .......... .......... .......... 30% 57.5M 1s 2024-05-15T23:21:47.5024590Z 18050K .......... .......... .......... .......... .......... 30% 76.2M 1s 2024-05-15T23:21:47.5031370Z 18100K .......... .......... .......... .......... .......... 30% 71.0M 1s 2024-05-15T23:21:47.5037710Z 18150K .......... .......... .......... .......... .......... 30% 81.5M 1s 2024-05-15T23:21:47.5042650Z 18200K .......... .......... .......... .......... .......... 30% 111M 1s 2024-05-15T23:21:47.5046860Z 18250K .......... .......... .......... .......... .......... 30% 104M 1s 2024-05-15T23:21:47.5053630Z 18300K .......... .......... .......... .......... .......... 30% 77.4M 1s 2024-05-15T23:21:47.5060660Z 18350K .......... .......... .......... .......... .......... 30% 64.4M 1s 2024-05-15T23:21:47.5067420Z 18400K .......... .......... .......... .......... .......... 31% 81.4M 1s 2024-05-15T23:21:47.5069330Z 18450K .......... .......... .......... .......... .......... 31% 169M 1s 2024-05-15T23:21:47.5077450Z 18500K .......... .......... .......... .......... .......... 31% 67.3M 1s 2024-05-15T23:21:47.5083700Z 18550K .......... .......... .......... .......... .......... 31% 68.8M 1s 2024-05-15T23:21:47.5088460Z 18600K .......... .......... .......... .......... .......... 31% 104M 1s 2024-05-15T23:21:47.5089530Z 18650K .......... .......... .......... .......... .......... 31% 323M 1s 2024-05-15T23:21:47.5097720Z 18700K .......... .......... .......... .......... .......... 31% 65.4M 1s 2024-05-15T23:21:47.5104330Z 18750K .......... .......... .......... .......... .......... 31% 69.4M 1s 2024-05-15T23:21:47.5111230Z 18800K .......... .......... .......... .......... .......... 31% 70.4M 1s 2024-05-15T23:21:47.5117460Z 18850K .......... .......... .......... .......... .......... 31% 84.6M 1s 2024-05-15T23:21:47.5123710Z 18900K .......... .......... .......... .......... .......... 31% 80.0M 1s 2024-05-15T23:21:47.5125790Z 18950K .......... .......... .......... .......... .......... 32% 202M 1s 2024-05-15T23:21:47.5130630Z 19000K .......... .......... .......... .......... .......... 32% 95.2M 1s 2024-05-15T23:21:47.5136940Z 19050K .......... .......... .......... .......... .......... 32% 80.6M 1s 2024-05-15T23:21:47.5141120Z 19100K .......... .......... .......... .......... .......... 32% 114M 1s 2024-05-15T23:21:47.5147270Z 19150K .......... .......... .......... .......... .......... 32% 82.3M 1s 2024-05-15T23:21:47.5149530Z 19200K .......... .......... .......... .......... .......... 32% 203M 1s 2024-05-15T23:21:47.5153350Z 19250K .......... .......... .......... .......... .......... 32% 122M 1s 2024-05-15T23:21:47.5158670Z 19300K .......... .......... .......... .......... .......... 32% 96.3M 1s 2024-05-15T23:21:47.5163780Z 19350K .......... .......... .......... .......... .......... 32% 94.1M 1s 2024-05-15T23:21:47.5166760Z 19400K .......... .......... .......... .......... .......... 32% 170M 1s 2024-05-15T23:21:47.5171810Z 19450K .......... .......... .......... .......... .......... 32% 97.1M 1s 2024-05-15T23:21:47.5183930Z 19500K .......... .......... .......... .......... .......... 32% 41.0M 1s 2024-05-15T23:21:47.5186630Z 19550K .......... .......... .......... .......... .......... 33% 146M 1s 2024-05-15T23:21:47.5187630Z 19600K .......... .......... .......... .......... .......... 33% 574M 1s 2024-05-15T23:21:47.5193020Z 19650K .......... .......... .......... .......... .......... 33% 97.1M 1s 2024-05-15T23:21:47.5194620Z 19700K .......... .......... .......... .......... .......... 33% 334M 1s 2024-05-15T23:21:47.5198740Z 19750K .......... .......... .......... .......... .......... 33% 108M 1s 2024-05-15T23:21:47.5204590Z 19800K .......... .......... .......... .......... .......... 33% 92.3M 1s 2024-05-15T23:21:47.5208930Z 19850K .......... .......... .......... .......... .......... 33% 98.0M 1s 2024-05-15T23:21:47.5211940Z 19900K .......... .......... .......... .......... .......... 33% 169M 1s 2024-05-15T23:21:47.5222490Z 19950K .......... .......... .......... .......... .......... 33% 49.5M 1s 2024-05-15T23:21:47.5223200Z 20000K .......... .......... .......... .......... .......... 33% 346M 1s 2024-05-15T23:21:47.5227590Z 20050K .......... .......... .......... .......... .......... 33% 109M 1s 2024-05-15T23:21:47.5245100Z 20100K .......... .......... .......... .......... .......... 33% 96.1M 1s 2024-05-15T23:21:47.5245560Z 20150K .......... .......... .......... .......... .......... 34% 474M 1s 2024-05-15T23:21:47.5246060Z 20200K .......... .......... .......... .......... .......... 34% 79.0M 1s 2024-05-15T23:21:47.5246450Z 20250K .......... .......... .......... .......... .......... 34% 89.6M 1s 2024-05-15T23:21:47.5250060Z 20300K .......... .......... .......... .......... .......... 34% 107M 1s 2024-05-15T23:21:47.5256790Z 20350K .......... .......... .......... .......... .......... 34% 71.6M 1s 2024-05-15T23:21:47.5262890Z 20400K .......... .......... .......... .......... .......... 34% 87.8M 1s 2024-05-15T23:21:47.5265540Z 20450K .......... .......... .......... .......... .......... 34% 155M 1s 2024-05-15T23:21:47.5269330Z 20500K .......... .......... .......... .......... .......... 34% 158M 1s 2024-05-15T23:21:47.5273490Z 20550K .......... .......... .......... .......... .......... 34% 104M 1s 2024-05-15T23:21:47.5277440Z 20600K .......... .......... .......... .......... .......... 34% 125M 1s 2024-05-15T23:21:47.5278030Z 20650K .......... .......... .......... .......... .......... 34% 537M 1s 2024-05-15T23:21:47.5285050Z 20700K .......... .......... .......... .......... .......... 34% 75.5M 1s 2024-05-15T23:21:47.5289970Z 20750K .......... .......... .......... .......... .......... 35% 88.9M 1s 2024-05-15T23:21:47.5294930Z 20800K .......... .......... .......... .......... .......... 35% 102M 1s 2024-05-15T23:21:47.5299260Z 20850K .......... .......... .......... .......... .......... 35% 113M 1s 2024-05-15T23:21:47.5302590Z 20900K .......... .......... .......... .......... .......... 35% 150M 1s 2024-05-15T23:21:47.5309130Z 20950K .......... .......... .......... .......... .......... 35% 75.7M 1s 2024-05-15T23:21:47.5311120Z 21000K .......... .......... .......... .......... .......... 35% 227M 1s 2024-05-15T23:21:47.5316890Z 21050K .......... .......... .......... .......... .......... 35% 119M 1s 2024-05-15T23:21:47.5320260Z 21100K .......... .......... .......... .......... .......... 35% 96.7M 1s 2024-05-15T23:21:47.5331700Z 21150K .......... .......... .......... .......... .......... 35% 47.3M 1s 2024-05-15T23:21:47.5334820Z 21200K .......... .......... .......... .......... .......... 35% 108M 1s 2024-05-15T23:21:47.5336620Z 21250K .......... .......... .......... .......... .......... 35% 256M 1s 2024-05-15T23:21:47.5337280Z 21300K .......... .......... .......... .......... .......... 35% 729M 1s 2024-05-15T23:21:47.5341250Z 21350K .......... .......... .......... .......... .......... 36% 185M 1s 2024-05-15T23:21:47.5341830Z 21400K .......... .......... .......... .......... .......... 36% 294M 1s 2024-05-15T23:21:47.5344930Z 21450K .......... .......... .......... .......... .......... 36% 171M 1s 2024-05-15T23:21:47.5350850Z 21500K .......... .......... .......... .......... .......... 36% 96.3M 1s 2024-05-15T23:21:47.5356710Z 21550K .......... .......... .......... .......... .......... 36% 73.0M 1s 2024-05-15T23:21:47.5359620Z 21600K .......... .......... .......... .......... .......... 36% 193M 1s 2024-05-15T23:21:47.5364130Z 21650K .......... .......... .......... .......... .......... 36% 136M 1s 2024-05-15T23:21:47.5364520Z 21700K .......... .......... .......... .......... .......... 36% 678M 1s 2024-05-15T23:21:47.5368070Z 21750K .......... .......... .......... .......... .......... 36% 119M 1s 2024-05-15T23:21:47.5371820Z 21800K .......... .......... .......... .......... .......... 36% 116M 1s 2024-05-15T23:21:47.5375300Z 21850K .......... .......... .......... .......... .......... 36% 130M 1s 2024-05-15T23:21:47.5378060Z 21900K .......... .......... .......... .......... .......... 36% 610M 1s 2024-05-15T23:21:47.5381290Z 21950K .......... .......... .......... .......... .......... 37% 98.8M 1s 2024-05-15T23:21:47.5387190Z 22000K .......... .......... .......... .......... .......... 37% 101M 1s 2024-05-15T23:21:47.5390040Z 22050K .......... .......... .......... .......... .......... 37% 123M 1s 2024-05-15T23:21:47.5394200Z 22100K .......... .......... .......... .......... .......... 37% 114M 1s 2024-05-15T23:21:47.5398160Z 22150K .......... .......... .......... .......... .......... 37% 651M 1s 2024-05-15T23:21:47.5401240Z 22200K .......... .......... .......... .......... .......... 37% 80.6M 1s 2024-05-15T23:21:47.5404530Z 22250K .......... .......... .......... .......... .......... 37% 183M 1s 2024-05-15T23:21:47.5410480Z 22300K .......... .......... .......... .......... .......... 37% 71.5M 1s 2024-05-15T23:21:47.5411470Z 22350K .......... .......... .......... .......... .......... 37% 404M 1s 2024-05-15T23:21:47.5413940Z 22400K .......... .......... .......... .......... .......... 37% 384M 1s 2024-05-15T23:21:47.5418390Z 22450K .......... .......... .......... .......... .......... 37% 124M 1s 2024-05-15T23:21:47.5420870Z 22500K .......... .......... .......... .......... .......... 37% 125M 1s 2024-05-15T23:21:47.5424660Z 22550K .......... .......... .......... .......... .......... 38% 134M 1s 2024-05-15T23:21:47.5428660Z 22600K .......... .......... .......... .......... .......... 38% 149M 1s 2024-05-15T23:21:47.5432350Z 22650K .......... .......... .......... .......... .......... 38% 137M 1s 2024-05-15T23:21:47.5436630Z 22700K .......... .......... .......... .......... .......... 38% 92.3M 1s 2024-05-15T23:21:47.5446330Z 22750K .......... .......... .......... .......... .......... 38% 65.8M 1s 2024-05-15T23:21:47.5446850Z 22800K .......... .......... .......... .......... .......... 38% 289M 1s 2024-05-15T23:21:47.5452530Z 22850K .......... .......... .......... .......... .......... 38% 76.7M 1s 2024-05-15T23:21:47.5459220Z 22900K .......... .......... .......... .......... .......... 38% 73.0M 1s 2024-05-15T23:21:47.5459680Z 22950K .......... .......... .......... .......... .......... 38% 514M 1s 2024-05-15T23:21:47.5462800Z 23000K .......... .......... .......... .......... .......... 38% 160M 1s 2024-05-15T23:21:47.5467590Z 23050K .......... .......... .......... .......... .......... 38% 203M 1s 2024-05-15T23:21:47.5469540Z 23100K .......... .......... .......... .......... .......... 38% 115M 1s 2024-05-15T23:21:47.5473360Z 23150K .......... .......... .......... .......... .......... 39% 137M 1s 2024-05-15T23:21:47.5476910Z 23200K .......... .......... .......... .......... .......... 39% 127M 1s 2024-05-15T23:21:47.5482740Z 23250K .......... .......... .......... .......... .......... 39% 87.7M 1s 2024-05-15T23:21:47.5486230Z 23300K .......... .......... .......... .......... .......... 39% 126M 1s 2024-05-15T23:21:47.5492030Z 23350K .......... .......... .......... .......... .......... 39% 89.3M 1s 2024-05-15T23:21:47.5493190Z 23400K .......... .......... .......... .......... .......... 39% 328M 1s 2024-05-15T23:21:47.5501600Z 23450K .......... .......... .......... .......... .......... 39% 83.5M 1s 2024-05-15T23:21:47.5502190Z 23500K .......... .......... .......... .......... .......... 39% 157M 1s 2024-05-15T23:21:47.5508620Z 23550K .......... .......... .......... .......... .......... 39% 86.9M 1s 2024-05-15T23:21:47.5511490Z 23600K .......... .......... .......... .......... .......... 39% 133M 1s 2024-05-15T23:21:47.5515470Z 23650K .......... .......... .......... .......... .......... 39% 186M 0s 2024-05-15T23:21:47.5518480Z 23700K .......... .......... .......... .......... .......... 40% 113M 0s 2024-05-15T23:21:47.5523070Z 23750K .......... .......... .......... .......... .......... 40% 104M 0s 2024-05-15T23:21:47.5526840Z 23800K .......... .......... .......... .......... .......... 40% 164M 0s 2024-05-15T23:21:47.5529180Z 23850K .......... .......... .......... .......... .......... 40% 196M 0s 2024-05-15T23:21:47.5532280Z 23900K .......... .......... .......... .......... .......... 40% 132M 0s 2024-05-15T23:21:47.5536500Z 23950K .......... .......... .......... .......... .......... 40% 123M 0s 2024-05-15T23:21:47.5541360Z 24000K .......... .......... .......... .......... .......... 40% 99.2M 0s 2024-05-15T23:21:47.5545570Z 24050K .......... .......... .......... .......... .......... 40% 122M 0s 2024-05-15T23:21:47.5550360Z 24100K .......... .......... .......... .......... .......... 40% 113M 0s 2024-05-15T23:21:47.5553530Z 24150K .......... .......... .......... .......... .......... 40% 142M 0s 2024-05-15T23:21:47.5559290Z 24200K .......... .......... .......... .......... .......... 40% 78.4M 0s 2024-05-15T23:21:47.5563530Z 24250K .......... .......... .......... .......... .......... 40% 151M 0s 2024-05-15T23:21:47.5567350Z 24300K .......... .......... .......... .......... .......... 41% 191M 0s 2024-05-15T23:21:47.5569320Z 24350K .......... .......... .......... .......... .......... 41% 111M 0s 2024-05-15T23:21:47.5573360Z 24400K .......... .......... .......... .......... .......... 41% 137M 0s 2024-05-15T23:21:47.5576840Z 24450K .......... .......... .......... .......... .......... 41% 184M 0s 2024-05-15T23:21:47.5580140Z 24500K .......... .......... .......... .......... .......... 41% 136M 0s 2024-05-15T23:21:47.5582490Z 24550K .......... .......... .......... .......... .......... 41% 164M 0s 2024-05-15T23:21:47.5583320Z 24600K .......... .......... .......... .......... .......... 41% 436M 0s 2024-05-15T23:21:47.5588150Z 24650K .......... .......... .......... .......... .......... 41% 109M 0s 2024-05-15T23:21:47.5591930Z 24700K .......... .......... .......... .......... .......... 41% 114M 0s 2024-05-15T23:21:47.5596680Z 24750K .......... .......... .......... .......... .......... 41% 116M 0s 2024-05-15T23:21:47.5600620Z 24800K .......... .......... .......... .......... .......... 41% 113M 0s 2024-05-15T23:21:47.5605000Z 24850K .......... .......... .......... .......... .......... 41% 115M 0s 2024-05-15T23:21:47.5607520Z 24900K .......... .......... .......... .......... .......... 42% 215M 0s 2024-05-15T23:21:47.5610910Z 24950K .......... .......... .......... .......... .......... 42% 124M 0s 2024-05-15T23:21:47.5614610Z 25000K .......... .......... .......... .......... .......... 42% 150M 0s 2024-05-15T23:21:47.5618770Z 25050K .......... .......... .......... .......... .......... 42% 136M 0s 2024-05-15T23:21:47.5619820Z 25100K .......... .......... .......... .......... .......... 42% 284M 0s 2024-05-15T23:21:47.5624560Z 25150K .......... .......... .......... .......... .......... 42% 97.9M 0s 2024-05-15T23:21:47.5631020Z 25200K .......... .......... .......... .......... .......... 42% 87.2M 0s 2024-05-15T23:21:47.5632640Z 25250K .......... .......... .......... .......... .......... 42% 181M 0s 2024-05-15T23:21:47.5637790Z 25300K .......... .......... .......... .......... .......... 42% 117M 0s 2024-05-15T23:21:47.5639130Z 25350K .......... .......... .......... .......... .......... 42% 224M 0s 2024-05-15T23:21:47.5643330Z 25400K .......... .......... .......... .......... .......... 42% 129M 0s 2024-05-15T23:21:47.5650160Z 25450K .......... .......... .......... .......... .......... 42% 67.3M 0s 2024-05-15T23:21:47.5654710Z 25500K .......... .......... .......... .......... .......... 43% 162M 0s 2024-05-15T23:21:47.5657260Z 25550K .......... .......... .......... .......... .......... 43% 136M 0s 2024-05-15T23:21:47.5665150Z 25600K .......... .......... .......... .......... .......... 43% 59.7M 0s 2024-05-15T23:21:47.5668360Z 25650K .......... .......... .......... .......... .......... 43% 150M 0s 2024-05-15T23:21:47.5670630Z 25700K .......... .......... .......... .......... .......... 43% 216M 0s 2024-05-15T23:21:47.5674940Z 25750K .......... .......... .......... .......... .......... 43% 128M 0s 2024-05-15T23:21:47.5678400Z 25800K .......... .......... .......... .......... .......... 43% 124M 0s 2024-05-15T23:21:47.5684460Z 25850K .......... .......... .......... .......... .......... 43% 89.9M 0s 2024-05-15T23:21:47.5688230Z 25900K .......... .......... .......... .......... .......... 43% 321M 0s 2024-05-15T23:21:47.5689160Z 25950K .......... .......... .......... .......... .......... 43% 121M 0s 2024-05-15T23:21:47.5692640Z 26000K .......... .......... .......... .......... .......... 43% 160M 0s 2024-05-15T23:21:47.5696950Z 26050K .......... .......... .......... .......... .......... 43% 112M 0s 2024-05-15T23:21:47.5697430Z 26100K .......... .......... .......... .......... .......... 44% 519M 0s 2024-05-15T23:21:47.5700900Z 26150K .......... .......... .......... .......... .......... 44% 218M 0s 2024-05-15T23:21:47.5703360Z 26200K .......... .......... .......... .......... .......... 44% 145M 0s 2024-05-15T23:21:47.5707220Z 26250K .......... .......... .......... .......... .......... 44% 121M 0s 2024-05-15T23:21:47.5711870Z 26300K .......... .......... .......... .......... .......... 44% 131M 0s 2024-05-15T23:21:47.5715840Z 26350K .......... .......... .......... .......... .......... 44% 106M 0s 2024-05-15T23:21:47.5717360Z 26400K .......... .......... .......... .......... .......... 44% 270M 0s 2024-05-15T23:21:47.5721050Z 26450K .......... .......... .......... .......... .......... 44% 130M 0s 2024-05-15T23:21:47.5725290Z 26500K .......... .......... .......... .......... .......... 44% 124M 0s 2024-05-15T23:21:47.5729510Z 26550K .......... .......... .......... .......... .......... 44% 111M 0s 2024-05-15T23:21:47.5730270Z 26600K .......... .......... .......... .......... .......... 44% 634M 0s 2024-05-15T23:21:47.5734790Z 26650K .......... .......... .......... .......... .......... 44% 106M 0s 2024-05-15T23:21:47.5739700Z 26700K .......... .......... .......... .......... .......... 45% 111M 0s 2024-05-15T23:21:47.5743430Z 26750K .......... .......... .......... .......... .......... 45% 116M 0s 2024-05-15T23:21:47.5748220Z 26800K .......... .......... .......... .......... .......... 45% 113M 0s 2024-05-15T23:21:47.5749930Z 26850K .......... .......... .......... .......... .......... 45% 277M 0s 2024-05-15T23:21:47.5754410Z 26900K .......... .......... .......... .......... .......... 45% 121M 0s 2024-05-15T23:21:47.5757590Z 26950K .......... .......... .......... .......... .......... 45% 121M 0s 2024-05-15T23:21:47.5765060Z 27000K .......... .......... .......... .......... .......... 45% 98.8M 0s 2024-05-15T23:21:47.5766280Z 27050K .......... .......... .......... .......... .......... 45% 182M 0s 2024-05-15T23:21:47.5770680Z 27100K .......... .......... .......... .......... .......... 45% 93.4M 0s 2024-05-15T23:21:47.5775000Z 27150K .......... .......... .......... .......... .......... 45% 114M 0s 2024-05-15T23:21:47.5780540Z 27200K .......... .......... .......... .......... .......... 45% 102M 0s 2024-05-15T23:21:47.5784460Z 27250K .......... .......... .......... .......... .......... 45% 107M 0s 2024-05-15T23:21:47.5789020Z 27300K .......... .......... .......... .......... .......... 46% 106M 0s 2024-05-15T23:21:47.5795170Z 27350K .......... .......... .......... .......... .......... 46% 75.7M 0s 2024-05-15T23:21:47.5799820Z 27400K .......... .......... .......... .......... .......... 46% 110M 0s 2024-05-15T23:21:47.5804080Z 27450K .......... .......... .......... .......... .......... 46% 122M 0s 2024-05-15T23:21:47.5804540Z 27500K .......... .......... .......... .......... .......... 46% 688M 0s 2024-05-15T23:21:47.5808030Z 27550K .......... .......... .......... .......... .......... 46% 154M 0s 2024-05-15T23:21:47.5808480Z 27600K .......... .......... .......... .......... .......... 46% 642M 0s 2024-05-15T23:21:47.5812240Z 27650K .......... .......... .......... .......... .......... 46% 128M 0s 2024-05-15T23:21:47.5818060Z 27700K .......... .......... .......... .......... .......... 46% 89.3M 0s 2024-05-15T23:21:47.5821830Z 27750K .......... .......... .......... .......... .......... 46% 114M 0s 2024-05-15T23:21:47.5827110Z 27800K .......... .......... .......... .......... .......... 46% 92.1M 0s 2024-05-15T23:21:47.5830510Z 27850K .......... .......... .......... .......... .......... 46% 149M 0s 2024-05-15T23:21:47.5835690Z 27900K .......... .......... .......... .......... .......... 47% 128M 0s 2024-05-15T23:21:47.5839890Z 27950K .......... .......... .......... .......... .......... 47% 89.1M 0s 2024-05-15T23:21:47.5845470Z 28000K .......... .......... .......... .......... .......... 47% 87.0M 0s 2024-05-15T23:21:47.5849040Z 28050K .......... .......... .......... .......... .......... 47% 142M 0s 2024-05-15T23:21:47.5854180Z 28100K .......... .......... .......... .......... .......... 47% 93.4M 0s 2024-05-15T23:21:47.5861040Z 28150K .......... .......... .......... .......... .......... 47% 82.5M 0s 2024-05-15T23:21:47.5865760Z 28200K .......... .......... .......... .......... .......... 47% 83.3M 0s 2024-05-15T23:21:47.5871100Z 28250K .......... .......... .......... .......... .......... 47% 98.2M 0s 2024-05-15T23:21:47.5877100Z 28300K .......... .......... .......... .......... .......... 47% 80.3M 0s 2024-05-15T23:21:47.5880720Z 28350K .......... .......... .......... .......... .......... 47% 177M 0s 2024-05-15T23:21:47.5881210Z 28400K .......... .......... .......... .......... .......... 47% 249M 0s 2024-05-15T23:21:47.5884890Z 28450K .......... .......... .......... .......... .......... 48% 168M 0s 2024-05-15T23:21:47.5889230Z 28500K .......... .......... .......... .......... .......... 48% 186M 0s 2024-05-15T23:21:47.5889840Z 28550K .......... .......... .......... .......... .......... 48% 205M 0s 2024-05-15T23:21:47.5893990Z 28600K .......... .......... .......... .......... .......... 48% 191M 0s 2024-05-15T23:21:47.5894380Z 28650K .......... .......... .......... .......... .......... 48% 493M 0s 2024-05-15T23:21:47.5897560Z 28700K .......... .......... .......... .......... .......... 48% 136M 0s 2024-05-15T23:21:47.5904280Z 28750K .......... .......... .......... .......... .......... 48% 81.7M 0s 2024-05-15T23:21:47.5907550Z 28800K .......... .......... .......... .......... .......... 48% 98.0M 0s 2024-05-15T23:21:47.5909700Z 28850K .......... .......... .......... .......... .......... 48% 226M 0s 2024-05-15T23:21:47.5914630Z 28900K .......... .......... .......... .......... .......... 48% 109M 0s 2024-05-15T23:21:47.5918590Z 28950K .......... .......... .......... .......... .......... 48% 113M 0s 2024-05-15T23:21:47.5924880Z 29000K .......... .......... .......... .......... .......... 48% 100M 0s 2024-05-15T23:21:47.5929770Z 29050K .......... .......... .......... .......... .......... 49% 99.9M 0s 2024-05-15T23:21:47.5930250Z 29100K .......... .......... .......... .......... .......... 49% 337M 0s 2024-05-15T23:21:47.5933970Z 29150K .......... .......... .......... .......... .......... 49% 171M 0s 2024-05-15T23:21:47.5934390Z 29200K .......... .......... .......... .......... .......... 49% 479M 0s 2024-05-15T23:21:47.5939690Z 29250K .......... .......... .......... .......... .......... 49% 112M 0s 2024-05-15T23:21:47.5940080Z 29300K .......... .......... .......... .......... .......... 49% 268M 0s 2024-05-15T23:21:47.5944000Z 29350K .......... .......... .......... .......... .......... 49% 260M 0s 2024-05-15T23:21:47.5944950Z 29400K .......... .......... .......... .......... .......... 49% 634M 0s 2024-05-15T23:21:47.5945330Z 29450K .......... .......... .......... .......... .......... 49% 763M 0s 2024-05-15T23:21:47.5945790Z 29500K .......... .......... .......... .......... .......... 49% 184M 0s 2024-05-15T23:21:47.5948660Z 29550K .......... .......... .......... .......... .......... 49% 157M 0s 2024-05-15T23:21:47.5953370Z 29600K .......... .......... .......... .......... .......... 49% 110M 0s 2024-05-15T23:21:47.5956070Z 29650K .......... .......... .......... .......... .......... 50% 194M 0s 2024-05-15T23:21:47.5961350Z 29700K .......... .......... .......... .......... .......... 50% 97.7M 0s 2024-05-15T23:21:47.5966620Z 29750K .......... .......... .......... .......... .......... 50% 103M 0s 2024-05-15T23:21:47.5970790Z 29800K .......... .......... .......... .......... .......... 50% 136M 0s 2024-05-15T23:21:47.5973450Z 29850K .......... .......... .......... .......... .......... 50% 119M 0s 2024-05-15T23:21:47.5976790Z 29900K .......... .......... .......... .......... .......... 50% 141M 0s 2024-05-15T23:21:47.5984480Z 29950K .......... .......... .......... .......... .......... 50% 75.0M 0s 2024-05-15T23:21:47.5989950Z 30000K .......... .......... .......... .......... .......... 50% 77.5M 0s 2024-05-15T23:21:47.5990430Z 30050K .......... .......... .......... .......... .......... 50% 391M 0s 2024-05-15T23:21:47.5991620Z 30100K .......... .......... .......... .......... .......... 50% 588M 0s 2024-05-15T23:21:47.5992920Z 30150K .......... .......... .......... .......... .......... 50% 456M 0s 2024-05-15T23:21:47.5995530Z 30200K .......... .......... .......... .......... .......... 50% 175M 0s 2024-05-15T23:21:47.5999640Z 30250K .......... .......... .......... .......... .......... 51% 122M 0s 2024-05-15T23:21:47.6003500Z 30300K .......... .......... .......... .......... .......... 51% 124M 0s 2024-05-15T23:21:47.6009460Z 30350K .......... .......... .......... .......... .......... 51% 82.3M 0s 2024-05-15T23:21:47.6013650Z 30400K .......... .......... .......... .......... .......... 51% 127M 0s 2024-05-15T23:21:47.6017200Z 30450K .......... .......... .......... .......... .......... 51% 123M 0s 2024-05-15T23:21:47.6021950Z 30500K .......... .......... .......... .......... .......... 51% 103M 0s 2024-05-15T23:21:47.6025900Z 30550K .......... .......... .......... .......... .......... 51% 157M 0s 2024-05-15T23:21:47.6028560Z 30600K .......... .......... .......... .......... .......... 51% 133M 0s 2024-05-15T23:21:47.6031600Z 30650K .......... .......... .......... .......... .......... 51% 177M 0s 2024-05-15T23:21:47.6035160Z 30700K .......... .......... .......... .......... .......... 51% 220M 0s 2024-05-15T23:21:47.6039760Z 30750K .......... .......... .......... .......... .......... 51% 87.3M 0s 2024-05-15T23:21:47.6044090Z 30800K .......... .......... .......... .......... .......... 51% 127M 0s 2024-05-15T23:21:47.6047300Z 30850K .......... .......... .......... .......... .......... 52% 131M 0s 2024-05-15T23:21:47.6052750Z 30900K .......... .......... .......... .......... .......... 52% 92.8M 0s 2024-05-15T23:21:47.6057650Z 30950K .......... .......... .......... .......... .......... 52% 123M 0s 2024-05-15T23:21:47.6059980Z 31000K .......... .......... .......... .......... .......... 52% 121M 0s 2024-05-15T23:21:47.6062330Z 31050K .......... .......... .......... .......... .......... 52% 555M 0s 2024-05-15T23:21:47.6062720Z 31100K .......... .......... .......... .......... .......... 52% 289M 0s 2024-05-15T23:21:47.6065030Z 31150K .......... .......... .......... .......... .......... 52% 184M 0s 2024-05-15T23:21:47.6068600Z 31200K .......... .......... .......... .......... .......... 52% 136M 0s 2024-05-15T23:21:47.6074850Z 31250K .......... .......... .......... .......... .......... 52% 87.7M 0s 2024-05-15T23:21:47.6075330Z 31300K .......... .......... .......... .......... .......... 52% 626M 0s 2024-05-15T23:21:47.6086110Z 31350K .......... .......... .......... .......... .......... 52% 48.3M 0s 2024-05-15T23:21:47.6088780Z 31400K .......... .......... .......... .......... .......... 52% 651M 0s 2024-05-15T23:21:47.6092870Z 31450K .......... .......... .......... .......... .......... 53% 96.5M 0s 2024-05-15T23:21:47.6096820Z 31500K .......... .......... .......... .......... .......... 53% 89.4M 0s 2024-05-15T23:21:47.6103870Z 31550K .......... .......... .......... .......... .......... 53% 65.2M 0s 2024-05-15T23:21:47.6107880Z 31600K .......... .......... .......... .......... .......... 53% 121M 0s 2024-05-15T23:21:47.6108480Z 31650K .......... .......... .......... .......... .......... 53% 678M 0s 2024-05-15T23:21:47.6111460Z 31700K .......... .......... .......... .......... .......... 53% 195M 0s 2024-05-15T23:21:47.6113940Z 31750K .......... .......... .......... .......... .......... 53% 626M 0s 2024-05-15T23:21:47.6118490Z 31800K .......... .......... .......... .......... .......... 53% 112M 0s 2024-05-15T23:21:47.6121740Z 31850K .......... .......... .......... .......... .......... 53% 90.6M 0s 2024-05-15T23:21:47.6128100Z 31900K .......... .......... .......... .......... .......... 53% 93.2M 0s 2024-05-15T23:21:47.6132730Z 31950K .......... .......... .......... .......... .......... 53% 88.0M 0s 2024-05-15T23:21:47.6137730Z 32000K .......... .......... .......... .......... .......... 53% 134M 0s 2024-05-15T23:21:47.6142420Z 32050K .......... .......... .......... .......... .......... 54% 77.9M 0s 2024-05-15T23:21:47.6150080Z 32100K .......... .......... .......... .......... .......... 54% 68.1M 0s 2024-05-15T23:21:47.6154310Z 32150K .......... .......... .......... .......... .......... 54% 103M 0s 2024-05-15T23:21:47.6158290Z 32200K .......... .......... .......... .......... .......... 54% 146M 0s 2024-05-15T23:21:47.6161560Z 32250K .......... .......... .......... .......... .......... 54% 150M 0s 2024-05-15T23:21:47.6168330Z 32300K .......... .......... .......... .......... .......... 54% 90.1M 0s 2024-05-15T23:21:47.6175920Z 32350K .......... .......... .......... .......... .......... 54% 70.9M 0s 2024-05-15T23:21:47.6176450Z 32400K .......... .......... .......... .......... .......... 54% 814M 0s 2024-05-15T23:21:47.6189110Z 32450K .......... .......... .......... .......... .......... 54% 67.3M 0s 2024-05-15T23:21:47.6189910Z 32500K .......... .......... .......... .......... .......... 54% 76.8M 0s 2024-05-15T23:21:47.6199550Z 32550K .......... .......... .......... .......... .......... 54% 58.0M 0s 2024-05-15T23:21:47.6203240Z 32600K .......... .......... .......... .......... .......... 54% 79.7M 0s 2024-05-15T23:21:47.6204440Z 32650K .......... .......... .......... .......... .......... 55% 249M 0s 2024-05-15T23:21:47.6207250Z 32700K .......... .......... .......... .......... .......... 55% 168M 0s 2024-05-15T23:21:47.6208280Z 32750K .......... .......... .......... .......... .......... 55% 315M 0s 2024-05-15T23:21:47.6209510Z 32800K .......... .......... .......... .......... .......... 55% 440M 0s 2024-05-15T23:21:47.6210450Z 32850K .......... .......... .......... .......... .......... 55% 470M 0s 2024-05-15T23:21:47.6223340Z 32900K .......... .......... .......... .......... .......... 55% 47.5M 0s 2024-05-15T23:21:47.6227350Z 32950K .......... .......... .......... .......... .......... 55% 115M 0s 2024-05-15T23:21:47.6227880Z 33000K .......... .......... .......... .......... .......... 55% 256M 0s 2024-05-15T23:21:47.6230990Z 33050K .......... .......... .......... .......... .......... 55% 135M 0s 2024-05-15T23:21:47.6238050Z 33100K .......... .......... .......... .......... .......... 55% 71.9M 0s 2024-05-15T23:21:47.6242770Z 33150K .......... .......... .......... .......... .......... 55% 166M 0s 2024-05-15T23:21:47.6245260Z 33200K .......... .......... .......... .......... .......... 56% 102M 0s 2024-05-15T23:21:47.6249840Z 33250K .......... .......... .......... .......... .......... 56% 108M 0s 2024-05-15T23:21:47.6253780Z 33300K .......... .......... .......... .......... .......... 56% 192M 0s 2024-05-15T23:21:47.6256370Z 33350K .......... .......... .......... .......... .......... 56% 125M 0s 2024-05-15T23:21:47.6259040Z 33400K .......... .......... .......... .......... .......... 56% 222M 0s 2024-05-15T23:21:47.6262290Z 33450K .......... .......... .......... .......... .......... 56% 123M 0s 2024-05-15T23:21:47.6265440Z 33500K .......... .......... .......... .......... .......... 56% 250M 0s 2024-05-15T23:21:47.6271660Z 33550K .......... .......... .......... .......... .......... 56% 75.7M 0s 2024-05-15T23:21:47.6274750Z 33600K .......... .......... .......... .......... .......... 56% 128M 0s 2024-05-15T23:21:47.6279350Z 33650K .......... .......... .......... .......... .......... 56% 99.9M 0s 2024-05-15T23:21:47.6281610Z 33700K .......... .......... .......... .......... .......... 56% 215M 0s 2024-05-15T23:21:47.6292560Z 33750K .......... .......... .......... .......... .......... 56% 129M 0s 2024-05-15T23:21:47.6293010Z 33800K .......... .......... .......... .......... .......... 57% 103M 0s 2024-05-15T23:21:47.6293890Z 33850K .......... .......... .......... .......... .......... 57% 221M 0s 2024-05-15T23:21:47.6295950Z 33900K .......... .......... .......... .......... .......... 57% 158M 0s 2024-05-15T23:21:47.6298960Z 33950K .......... .......... .......... .......... .......... 57% 137M 0s 2024-05-15T23:21:47.6302480Z 34000K .......... .......... .......... .......... .......... 57% 157M 0s 2024-05-15T23:21:47.6304280Z 34050K .......... .......... .......... .......... .......... 57% 215M 0s 2024-05-15T23:21:47.6308670Z 34100K .......... .......... .......... .......... .......... 57% 115M 0s 2024-05-15T23:21:47.6312480Z 34150K .......... .......... .......... .......... .......... 57% 155M 0s 2024-05-15T23:21:47.6314570Z 34200K .......... .......... .......... .......... .......... 57% 243M 0s 2024-05-15T23:21:47.6318010Z 34250K .......... .......... .......... .......... .......... 57% 118M 0s 2024-05-15T23:21:47.6321630Z 34300K .......... .......... .......... .......... .......... 57% 163M 0s 2024-05-15T23:21:47.6323730Z 34350K .......... .......... .......... .......... .......... 57% 167M 0s 2024-05-15T23:21:47.6325290Z 34400K .......... .......... .......... .......... .......... 58% 788M 0s 2024-05-15T23:21:47.6330110Z 34450K .......... .......... .......... .......... .......... 58% 87.2M 0s 2024-05-15T23:21:47.6331120Z 34500K .......... .......... .......... .......... .......... 58% 414M 0s 2024-05-15T23:21:47.6336270Z 34550K .......... .......... .......... .......... .......... 58% 97.5M 0s 2024-05-15T23:21:47.6336740Z 34600K .......... .......... .......... .......... .......... 58% 788M 0s 2024-05-15T23:21:47.6337330Z 34650K .......... .......... .......... .......... .......... 58% 800M 0s 2024-05-15T23:21:47.6341720Z 34700K .......... .......... .......... .......... .......... 58% 113M 0s 2024-05-15T23:21:47.6344010Z 34750K .......... .......... .......... .......... .......... 58% 225M 0s 2024-05-15T23:21:47.6344900Z 34800K .......... .......... .......... .......... .......... 58% 470M 0s 2024-05-15T23:21:47.6345810Z 34850K .......... .......... .......... .......... .......... 58% 549M 0s 2024-05-15T23:21:47.6348900Z 34900K .......... .......... .......... .......... .......... 58% 346M 0s 2024-05-15T23:21:47.6352960Z 34950K .......... .......... .......... .......... .......... 58% 213M 0s 2024-05-15T23:21:47.6354740Z 35000K .......... .......... .......... .......... .......... 59% 230M 0s 2024-05-15T23:21:47.6356980Z 35050K .......... .......... .......... .......... .......... 59% 104M 0s 2024-05-15T23:21:47.6361420Z 35100K .......... .......... .......... .......... .......... 59% 156M 0s 2024-05-15T23:21:47.6362710Z 35150K .......... .......... .......... .......... .......... 59% 146M 0s 2024-05-15T23:21:47.6368230Z 35200K .......... .......... .......... .......... .......... 59% 113M 0s 2024-05-15T23:21:47.6368760Z 35250K .......... .......... .......... .......... .......... 59% 651M 0s 2024-05-15T23:21:47.6370330Z 35300K .......... .......... .......... .......... .......... 59% 634M 0s 2024-05-15T23:21:47.6370720Z 35350K .......... .......... .......... .......... .......... 59% 678M 0s 2024-05-15T23:21:47.6371100Z 35400K .......... .......... .......... .......... .......... 59% 326M 0s 2024-05-15T23:21:47.6372060Z 35450K .......... .......... .......... .......... .......... 59% 461M 0s 2024-05-15T23:21:47.6376000Z 35500K .......... .......... .......... .......... .......... 59% 139M 0s 2024-05-15T23:21:47.6381710Z 35550K .......... .......... .......... .......... .......... 59% 81.8M 0s 2024-05-15T23:21:47.6384190Z 35600K .......... .......... .......... .......... .......... 60% 185M 0s 2024-05-15T23:21:47.6387410Z 35650K .......... .......... .......... .......... .......... 60% 195M 0s 2024-05-15T23:21:47.6390190Z 35700K .......... .......... .......... .......... .......... 60% 139M 0s 2024-05-15T23:21:47.6390860Z 35750K .......... .......... .......... .......... .......... 60% 688M 0s 2024-05-15T23:21:47.6394670Z 35800K .......... .......... .......... .......... .......... 60% 131M 0s 2024-05-15T23:21:47.6399380Z 35850K .......... .......... .......... .......... .......... 60% 112M 0s 2024-05-15T23:21:47.6403360Z 35900K .......... .......... .......... .......... .......... 60% 117M 0s 2024-05-15T23:21:47.6408070Z 35950K .......... .......... .......... .......... .......... 60% 113M 0s 2024-05-15T23:21:47.6408930Z 36000K .......... .......... .......... .......... .......... 60% 356M 0s 2024-05-15T23:21:47.6413380Z 36050K .......... .......... .......... .......... .......... 60% 111M 0s 2024-05-15T23:21:47.6417110Z 36100K .......... .......... .......... .......... .......... 60% 126M 0s 2024-05-15T23:21:47.6421400Z 36150K .......... .......... .......... .......... .......... 60% 122M 0s 2024-05-15T23:21:47.6426390Z 36200K .......... .......... .......... .......... .......... 61% 106M 0s 2024-05-15T23:21:47.6427280Z 36250K .......... .......... .......... .......... .......... 61% 421M 0s 2024-05-15T23:21:47.6433070Z 36300K .......... .......... .......... .......... .......... 61% 94.3M 0s 2024-05-15T23:21:47.6436620Z 36350K .......... .......... .......... .......... .......... 61% 106M 0s 2024-05-15T23:21:47.6440240Z 36400K .......... .......... .......... .......... .......... 61% 153M 0s 2024-05-15T23:21:47.6444090Z 36450K .......... .......... .......... .......... .......... 61% 115M 0s 2024-05-15T23:21:47.6448940Z 36500K .......... .......... .......... .......... .......... 61% 114M 0s 2024-05-15T23:21:47.6453670Z 36550K .......... .......... .......... .......... .......... 61% 102M 0s 2024-05-15T23:21:47.6456930Z 36600K .......... .......... .......... .......... .......... 61% 126M 0s 2024-05-15T23:21:47.6462450Z 36650K .......... .......... .......... .......... .......... 61% 93.0M 0s 2024-05-15T23:21:47.6468830Z 36700K .......... .......... .......... .......... .......... 61% 81.7M 0s 2024-05-15T23:21:47.6472840Z 36750K .......... .......... .......... .......... .......... 61% 121M 0s 2024-05-15T23:21:47.6476010Z 36800K .......... .......... .......... .......... .......... 62% 137M 0s 2024-05-15T23:21:47.6479520Z 36850K .......... .......... .......... .......... .......... 62% 133M 0s 2024-05-15T23:21:47.6485980Z 36900K .......... .......... .......... .......... .......... 62% 91.1M 0s 2024-05-15T23:21:47.6488900Z 36950K .......... .......... .......... .......... .......... 62% 120M 0s 2024-05-15T23:21:47.6496930Z 37000K .......... .......... .......... .......... .......... 62% 62.9M 0s 2024-05-15T23:21:47.6497550Z 37050K .......... .......... .......... .......... .......... 62% 561M 0s 2024-05-15T23:21:47.6501940Z 37100K .......... .......... .......... .......... .......... 62% 117M 0s 2024-05-15T23:21:47.6509170Z 37150K .......... .......... .......... .......... .......... 62% 71.5M 0s 2024-05-15T23:21:47.6514300Z 37200K .......... .......... .......... .......... .......... 62% 119M 0s 2024-05-15T23:21:47.6514870Z 37250K .......... .......... .......... .......... .......... 62% 525M 0s 2024-05-15T23:21:47.6517590Z 37300K .......... .......... .......... .......... .......... 62% 128M 0s 2024-05-15T23:21:47.6519140Z 37350K .......... .......... .......... .......... .......... 63% 281M 0s 2024-05-15T23:21:47.6524160Z 37400K .......... .......... .......... .......... .......... 63% 125M 0s 2024-05-15T23:21:47.6525370Z 37450K .......... .......... .......... .......... .......... 63% 289M 0s 2024-05-15T23:21:47.6527950Z 37500K .......... .......... .......... .......... .......... 63% 234M 0s 2024-05-15T23:21:47.6528500Z 37550K .......... .......... .......... .......... .......... 63% 279M 0s 2024-05-15T23:21:47.6529160Z 37600K .......... .......... .......... .......... .......... 63% 678M 0s 2024-05-15T23:21:47.6532210Z 37650K .......... .......... .......... .......... .......... 63% 215M 0s 2024-05-15T23:21:47.6534000Z 37700K .......... .......... .......... .......... .......... 63% 195M 0s 2024-05-15T23:21:47.6534600Z 37750K .......... .......... .......... .......... .......... 63% 651M 0s 2024-05-15T23:21:47.6539270Z 37800K .......... .......... .......... .......... .......... 63% 116M 0s 2024-05-15T23:21:47.6543410Z 37850K .......... .......... .......... .......... .......... 63% 114M 0s 2024-05-15T23:21:47.6546640Z 37900K .......... .......... .......... .......... .......... 63% 153M 0s 2024-05-15T23:21:47.6552380Z 37950K .......... .......... .......... .......... .......... 64% 122M 0s 2024-05-15T23:21:47.6556880Z 38000K .......... .......... .......... .......... .......... 64% 76.9M 0s 2024-05-15T23:21:47.6559710Z 38050K .......... .......... .......... .......... .......... 64% 220M 0s 2024-05-15T23:21:47.6566570Z 38100K .......... .......... .......... .......... .......... 64% 87.0M 0s 2024-05-15T23:21:47.6567340Z 38150K .......... .......... .......... .......... .......... 64% 277M 0s 2024-05-15T23:21:47.6573180Z 38200K .......... .......... .......... .......... .......... 64% 108M 0s 2024-05-15T23:21:47.6574490Z 38250K .......... .......... .......... .......... .......... 64% 618M 0s 2024-05-15T23:21:47.6575310Z 38300K .......... .......... .......... .......... .......... 64% 138M 0s 2024-05-15T23:21:47.6585650Z 38350K .......... .......... .......... .......... .......... 64% 62.8M 0s 2024-05-15T23:21:47.6587140Z 38400K .......... .......... .......... .......... .......... 64% 130M 0s 2024-05-15T23:21:47.6593270Z 38450K .......... .......... .......... .......... .......... 64% 85.8M 0s 2024-05-15T23:21:47.6601140Z 38500K .......... .......... .......... .......... .......... 64% 124M 0s 2024-05-15T23:21:47.6602760Z 38550K .......... .......... .......... .......... .......... 65% 525M 0s 2024-05-15T23:21:47.6604050Z 38600K .......... .......... .......... .......... .......... 65% 132M 0s 2024-05-15T23:21:47.6606650Z 38650K .......... .......... .......... .......... .......... 65% 96.1M 0s 2024-05-15T23:21:47.6611070Z 38700K .......... .......... .......... .......... .......... 65% 118M 0s 2024-05-15T23:21:47.6611570Z 38750K .......... .......... .......... .......... .......... 65% 410M 0s 2024-05-15T23:21:47.6613890Z 38800K .......... .......... .......... .......... .......... 65% 245M 0s 2024-05-15T23:21:47.6616910Z 38850K .......... .......... .......... .......... .......... 65% 244M 0s 2024-05-15T23:21:47.6620540Z 38900K .......... .......... .......... .......... .......... 65% 97.5M 0s 2024-05-15T23:21:47.6623780Z 38950K .......... .......... .......... .......... .......... 65% 233M 0s 2024-05-15T23:21:47.6628390Z 39000K .......... .......... .......... .......... .......... 65% 113M 0s 2024-05-15T23:21:47.6631530Z 39050K .......... .......... .......... .......... .......... 65% 118M 0s 2024-05-15T23:21:47.6633630Z 39100K .......... .......... .......... .......... .......... 65% 190M 0s 2024-05-15T23:21:47.6642070Z 39150K .......... .......... .......... .......... .......... 66% 65.5M 0s 2024-05-15T23:21:47.6642770Z 39200K .......... .......... .......... .......... .......... 66% 381M 0s 2024-05-15T23:21:47.6646570Z 39250K .......... .......... .......... .......... .......... 66% 133M 0s 2024-05-15T23:21:47.6649010Z 39300K .......... .......... .......... .......... .......... 66% 172M 0s 2024-05-15T23:21:47.6651080Z 39350K .......... .......... .......... .......... .......... 66% 217M 0s 2024-05-15T23:21:47.6655670Z 39400K .......... .......... .......... .......... .......... 66% 133M 0s 2024-05-15T23:21:47.6658880Z 39450K .......... .......... .......... .......... .......... 66% 121M 0s 2024-05-15T23:21:47.6663190Z 39500K .......... .......... .......... .......... .......... 66% 115M 0s 2024-05-15T23:21:47.6668090Z 39550K .......... .......... .......... .......... .......... 66% 107M 0s 2024-05-15T23:21:47.6670370Z 39600K .......... .......... .......... .......... .......... 66% 264M 0s 2024-05-15T23:21:47.6674880Z 39650K .......... .......... .......... .......... .......... 66% 104M 0s 2024-05-15T23:21:47.6678270Z 39700K .......... .......... .......... .......... .......... 66% 123M 0s 2024-05-15T23:21:47.6679910Z 39750K .......... .......... .......... .......... .......... 67% 543M 0s 2024-05-15T23:21:47.6682350Z 39800K .......... .......... .......... .......... .......... 67% 154M 0s 2024-05-15T23:21:47.6690150Z 39850K .......... .......... .......... .......... .......... 67% 62.6M 0s 2024-05-15T23:21:47.6694650Z 39900K .......... .......... .......... .......... .......... 67% 113M 0s 2024-05-15T23:21:47.6695600Z 39950K .......... .......... .......... .......... .......... 67% 341M 0s 2024-05-15T23:21:47.6697160Z 40000K .......... .......... .......... .......... .......... 67% 595M 0s 2024-05-15T23:21:47.6700840Z 40050K .......... .......... .......... .......... .......... 67% 131M 0s 2024-05-15T23:21:47.6704080Z 40100K .......... .......... .......... .......... .......... 67% 150M 0s 2024-05-15T23:21:47.6707770Z 40150K .......... .......... .......... .......... .......... 67% 132M 0s 2024-05-15T23:21:47.6713600Z 40200K .......... .......... .......... .......... .......... 67% 101M 0s 2024-05-15T23:21:47.6717490Z 40250K .......... .......... .......... .......... .......... 67% 93.5M 0s 2024-05-15T23:21:47.6718420Z 40300K .......... .......... .......... .......... .......... 67% 474M 0s 2024-05-15T23:21:47.6721930Z 40350K .......... .......... .......... .......... .......... 68% 138M 0s 2024-05-15T23:21:47.6726960Z 40400K .......... .......... .......... .......... .......... 68% 137M 0s 2024-05-15T23:21:47.6730670Z 40450K .......... .......... .......... .......... .......... 68% 102M 0s 2024-05-15T23:21:47.6735700Z 40500K .......... .......... .......... .......... .......... 68% 93.5M 0s 2024-05-15T23:21:47.6740340Z 40550K .......... .......... .......... .......... .......... 68% 122M 0s 2024-05-15T23:21:47.6743740Z 40600K .......... .......... .......... .......... .......... 68% 140M 0s 2024-05-15T23:21:47.6748120Z 40650K .......... .......... .......... .......... .......... 68% 130M 0s 2024-05-15T23:21:47.6749610Z 40700K .......... .......... .......... .......... .......... 68% 179M 0s 2024-05-15T23:21:47.6758280Z 40750K .......... .......... .......... .......... .......... 68% 69.4M 0s 2024-05-15T23:21:47.6761250Z 40800K .......... .......... .......... .......... .......... 68% 110M 0s 2024-05-15T23:21:47.6762110Z 40850K .......... .......... .......... .......... .......... 68% 561M 0s 2024-05-15T23:21:47.6765690Z 40900K .......... .......... .......... .......... .......... 68% 146M 0s 2024-05-15T23:21:47.6770350Z 40950K .......... .......... .......... .......... .......... 69% 106M 0s 2024-05-15T23:21:47.6775230Z 41000K .......... .......... .......... .......... .......... 69% 111M 0s 2024-05-15T23:21:47.6777530Z 41050K .......... .......... .......... .......... .......... 69% 166M 0s 2024-05-15T23:21:47.6780860Z 41100K .......... .......... .......... .......... .......... 69% 130M 0s 2024-05-15T23:21:47.6788440Z 41150K .......... .......... .......... .......... .......... 69% 110M 0s 2024-05-15T23:21:47.6792310Z 41200K .......... .......... .......... .......... .......... 69% 72.1M 0s 2024-05-15T23:21:47.6793000Z 41250K .......... .......... .......... .......... .......... 69% 603M 0s 2024-05-15T23:21:47.6795830Z 41300K .......... .......... .......... .......... .......... 69% 182M 0s 2024-05-15T23:21:47.6801410Z 41350K .......... .......... .......... .......... .......... 69% 129M 0s 2024-05-15T23:21:47.6805320Z 41400K .......... .......... .......... .......... .......... 69% 109M 0s 2024-05-15T23:21:47.6808530Z 41450K .......... .......... .......... .......... .......... 69% 121M 0s 2024-05-15T23:21:47.6811420Z 41500K .......... .......... .......... .......... .......... 69% 191M 0s 2024-05-15T23:21:47.6814110Z 41550K .......... .......... .......... .......... .......... 70% 132M 0s 2024-05-15T23:21:47.6815240Z 41600K .......... .......... .......... .......... .......... 70% 417M 0s 2024-05-15T23:21:47.6819790Z 41650K .......... .......... .......... .......... .......... 70% 111M 0s 2024-05-15T23:21:47.6820890Z 41700K .......... .......... .......... .......... .......... 70% 588M 0s 2024-05-15T23:21:47.6822880Z 41750K .......... .......... .......... .......... .......... 70% 205M 0s 2024-05-15T23:21:47.6825150Z 41800K .......... .......... .......... .......... .......... 70% 233M 0s 2024-05-15T23:21:47.6828490Z 41850K .......... .......... .......... .......... .......... 70% 171M 0s 2024-05-15T23:21:47.6829770Z 41900K .......... .......... .......... .......... .......... 70% 370M 0s 2024-05-15T23:21:47.6833510Z 41950K .......... .......... .......... .......... .......... 70% 121M 0s 2024-05-15T23:21:47.6838990Z 42000K .......... .......... .......... .......... .......... 70% 87.8M 0s 2024-05-15T23:21:47.6844800Z 42050K .......... .......... .......... .......... .......... 70% 105M 0s 2024-05-15T23:21:47.6846960Z 42100K .......... .......... .......... .......... .......... 71% 174M 0s 2024-05-15T23:21:47.6850610Z 42150K .......... .......... .......... .......... .......... 71% 116M 0s 2024-05-15T23:21:47.6854970Z 42200K .......... .......... .......... .......... .......... 71% 111M 0s 2024-05-15T23:21:47.6858350Z 42250K .......... .......... .......... .......... .......... 71% 145M 0s 2024-05-15T23:21:47.6858900Z 42300K .......... .......... .......... .......... .......... 71% 698M 0s 2024-05-15T23:21:47.6866220Z 42350K .......... .......... .......... .......... .......... 71% 78.9M 0s 2024-05-15T23:21:47.6869540Z 42400K .......... .......... .......... .......... .......... 71% 135M 0s 2024-05-15T23:21:47.6873400Z 42450K .......... .......... .......... .......... .......... 71% 110M 0s 2024-05-15T23:21:47.6876120Z 42500K .......... .......... .......... .......... .......... 71% 176M 0s 2024-05-15T23:21:47.6880900Z 42550K .......... .......... .......... .......... .......... 71% 128M 0s 2024-05-15T23:21:47.6884430Z 42600K .......... .......... .......... .......... .......... 71% 110M 0s 2024-05-15T23:21:47.6886680Z 42650K .......... .......... .......... .......... .......... 71% 245M 0s 2024-05-15T23:21:47.6892470Z 42700K .......... .......... .......... .......... .......... 72% 101M 0s 2024-05-15T23:21:47.6895240Z 42750K .......... .......... .......... .......... .......... 72% 167M 0s 2024-05-15T23:21:47.6898250Z 42800K .......... .......... .......... .......... .......... 72% 276M 0s 2024-05-15T23:21:47.6900600Z 42850K .......... .......... .......... .......... .......... 72% 130M 0s 2024-05-15T23:21:47.6901360Z 42900K .......... .......... .......... .......... .......... 72% 287M 0s 2024-05-15T23:21:47.6906150Z 42950K .......... .......... .......... .......... .......... 72% 112M 0s 2024-05-15T23:21:47.6911760Z 43000K .......... .......... .......... .......... .......... 72% 95.7M 0s 2024-05-15T23:21:47.6915620Z 43050K .......... .......... .......... .......... .......... 72% 101M 0s 2024-05-15T23:21:47.6917250Z 43100K .......... .......... .......... .......... .......... 72% 346M 0s 2024-05-15T23:21:47.6919640Z 43150K .......... .......... .......... .......... .......... 72% 188M 0s 2024-05-15T23:21:47.6924510Z 43200K .......... .......... .......... .......... .......... 72% 115M 0s 2024-05-15T23:21:47.6927720Z 43250K .......... .......... .......... .......... .......... 72% 149M 0s 2024-05-15T23:21:47.6929090Z 43300K .......... .......... .......... .......... .......... 73% 233M 0s 2024-05-15T23:21:47.6933060Z 43350K .......... .......... .......... .......... .......... 73% 137M 0s 2024-05-15T23:21:47.6933740Z 43400K .......... .......... .......... .......... .......... 73% 428M 0s 2024-05-15T23:21:47.6938310Z 43450K .......... .......... .......... .......... .......... 73% 128M 0s 2024-05-15T23:21:47.6941310Z 43500K .......... .......... .......... .......... .......... 73% 136M 0s 2024-05-15T23:21:47.6944440Z 43550K .......... .......... .......... .......... .......... 73% 156M 0s 2024-05-15T23:21:47.6950450Z 43600K .......... .......... .......... .......... .......... 73% 86.0M 0s 2024-05-15T23:21:47.6954380Z 43650K .......... .......... .......... .......... .......... 73% 115M 0s 2024-05-15T23:21:47.6963490Z 43700K .......... .......... .......... .......... .......... 73% 65.8M 0s 2024-05-15T23:21:47.6963970Z 43750K .......... .......... .......... .......... .......... 73% 205M 0s 2024-05-15T23:21:47.6968180Z 43800K .......... .......... .......... .......... .......... 73% 144M 0s 2024-05-15T23:21:47.6968910Z 43850K .......... .......... .......... .......... .......... 73% 698M 0s 2024-05-15T23:21:47.6969420Z 43900K .......... .......... .......... .......... .......... 74% 788M 0s 2024-05-15T23:21:47.6974250Z 43950K .......... .......... .......... .......... .......... 74% 257M 0s 2024-05-15T23:21:47.6974790Z 44000K .......... .......... .......... .......... .......... 74% 197M 0s 2024-05-15T23:21:47.6975690Z 44050K .......... .......... .......... .......... .......... 74% 404M 0s 2024-05-15T23:21:47.6979510Z 44100K .......... .......... .......... .......... .......... 74% 95.9M 0s 2024-05-15T23:21:47.6983120Z 44150K .......... .......... .......... .......... .......... 74% 131M 0s 2024-05-15T23:21:47.6985440Z 44200K .......... .......... .......... .......... .......... 74% 271M 0s 2024-05-15T23:21:47.6989530Z 44250K .......... .......... .......... .......... .......... 74% 130M 0s 2024-05-15T23:21:47.6992350Z 44300K .......... .......... .......... .......... .......... 74% 162M 0s 2024-05-15T23:21:47.6995640Z 44350K .......... .......... .......... .......... .......... 74% 130M 0s 2024-05-15T23:21:47.6996480Z 44400K .......... .......... .......... .......... .......... 74% 588M 0s 2024-05-15T23:21:47.6999470Z 44450K .......... .......... .......... .......... .......... 74% 177M 0s 2024-05-15T23:21:47.7005100Z 44500K .......... .......... .......... .......... .......... 75% 92.0M 0s 2024-05-15T23:21:47.7006520Z 44550K .......... .......... .......... .......... .......... 75% 291M 0s 2024-05-15T23:21:47.7010260Z 44600K .......... .......... .......... .......... .......... 75% 131M 0s 2024-05-15T23:21:47.7011890Z 44650K .......... .......... .......... .......... .......... 75% 678M 0s 2024-05-15T23:21:47.7016870Z 44700K .......... .......... .......... .......... .......... 75% 82.9M 0s 2024-05-15T23:21:47.7017330Z 44750K .......... .......... .......... .......... .......... 75% 531M 0s 2024-05-15T23:21:47.7019070Z 44800K .......... .......... .......... .......... .......... 75% 381M 0s 2024-05-15T23:21:47.7020930Z 44850K .......... .......... .......... .......... .......... 75% 220M 0s 2024-05-15T23:21:47.7024170Z 44900K .......... .......... .......... .......... .......... 75% 158M 0s 2024-05-15T23:21:47.7028010Z 44950K .......... .......... .......... .......... .......... 75% 145M 0s 2024-05-15T23:21:47.7029800Z 45000K .......... .......... .......... .......... .......... 75% 384M 0s 2024-05-15T23:21:47.7033650Z 45050K .......... .......... .......... .......... .......... 75% 105M 0s 2024-05-15T23:21:47.7035560Z 45100K .......... .......... .......... .......... .......... 76% 410M 0s 2024-05-15T23:21:47.7041210Z 45150K .......... .......... .......... .......... .......... 76% 90.6M 0s 2024-05-15T23:21:47.7044540Z 45200K .......... .......... .......... .......... .......... 76% 109M 0s 2024-05-15T23:21:47.7048720Z 45250K .......... .......... .......... .......... .......... 76% 128M 0s 2024-05-15T23:21:47.7049180Z 45300K .......... .......... .......... .......... .......... 76% 456M 0s 2024-05-15T23:21:47.7051870Z 45350K .......... .......... .......... .......... .......... 76% 211M 0s 2024-05-15T23:21:47.7052390Z 45400K .......... .......... .......... .......... .......... 76% 718M 0s 2024-05-15T23:21:47.7057090Z 45450K .......... .......... .......... .......... .......... 76% 110M 0s 2024-05-15T23:21:47.7063220Z 45500K .......... .......... .......... .......... .......... 76% 83.9M 0s 2024-05-15T23:21:47.7069080Z 45550K .......... .......... .......... .......... .......... 76% 74.2M 0s 2024-05-15T23:21:47.7073680Z 45600K .......... .......... .......... .......... .......... 76% 104M 0s 2024-05-15T23:21:47.7074820Z 45650K .......... .......... .......... .......... .......... 76% 436M 0s 2024-05-15T23:21:47.7081110Z 45700K .......... .......... .......... .......... .......... 77% 86.3M 0s 2024-05-15T23:21:47.7083980Z 45750K .......... .......... .......... .......... .......... 77% 148M 0s 2024-05-15T23:21:47.7089440Z 45800K .......... .......... .......... .......... .......... 77% 88.5M 0s 2024-05-15T23:21:47.7091350Z 45850K .......... .......... .......... .......... .......... 77% 276M 0s 2024-05-15T23:21:47.7098850Z 45900K .......... .......... .......... .......... .......... 77% 65.4M 0s 2024-05-15T23:21:47.7101740Z 45950K .......... .......... .......... .......... .......... 77% 214M 0s 2024-05-15T23:21:47.7104520Z 46000K .......... .......... .......... .......... .......... 77% 169M 0s 2024-05-15T23:21:47.7108230Z 46050K .......... .......... .......... .......... .......... 77% 135M 0s 2024-05-15T23:21:47.7111670Z 46100K .......... .......... .......... .......... .......... 77% 137M 0s 2024-05-15T23:21:47.7112450Z 46150K .......... .......... .......... .......... .......... 77% 317M 0s 2024-05-15T23:21:47.7116850Z 46200K .......... .......... .......... .......... .......... 77% 130M 0s 2024-05-15T23:21:47.7121040Z 46250K .......... .......... .......... .......... .......... 77% 124M 0s 2024-05-15T23:21:47.7123970Z 46300K .......... .......... .......... .......... .......... 78% 138M 0s 2024-05-15T23:21:47.7128490Z 46350K .......... .......... .......... .......... .......... 78% 119M 0s 2024-05-15T23:21:47.7132650Z 46400K .......... .......... .......... .......... .......... 78% 112M 0s 2024-05-15T23:21:47.7136480Z 46450K .......... .......... .......... .......... .......... 78% 122M 0s 2024-05-15T23:21:47.7136930Z 46500K .......... .......... .......... .......... .......... 78% 688M 0s 2024-05-15T23:21:47.7140430Z 46550K .......... .......... .......... .......... .......... 78% 160M 0s 2024-05-15T23:21:47.7140900Z 46600K .......... .......... .......... .......... .......... 78% 595M 0s 2024-05-15T23:21:47.7145280Z 46650K .......... .......... .......... .......... .......... 78% 141M 0s 2024-05-15T23:21:47.7149520Z 46700K .......... .......... .......... .......... .......... 78% 116M 0s 2024-05-15T23:21:47.7153370Z 46750K .......... .......... .......... .......... .......... 78% 135M 0s 2024-05-15T23:21:47.7155830Z 46800K .......... .......... .......... .......... .......... 78% 134M 0s 2024-05-15T23:21:47.7158430Z 46850K .......... .......... .......... .......... .......... 79% 184M 0s 2024-05-15T23:21:47.7159710Z 46900K .......... .......... .......... .......... .......... 79% 456M 0s 2024-05-15T23:21:47.7171870Z 46950K .......... .......... .......... .......... .......... 79% 121M 0s 2024-05-15T23:21:47.7172330Z 47000K .......... .......... .......... .......... .......... 79% 153M 0s 2024-05-15T23:21:47.7172720Z 47050K .......... .......... .......... .......... .......... 79% 174M 0s 2024-05-15T23:21:47.7173110Z 47100K .......... .......... .......... .......... .......... 79% 337M 0s 2024-05-15T23:21:47.7178230Z 47150K .......... .......... .......... .......... .......... 79% 67.7M 0s 2024-05-15T23:21:47.7182020Z 47200K .......... .......... .......... .......... .......... 79% 123M 0s 2024-05-15T23:21:47.7186210Z 47250K .......... .......... .......... .......... .......... 79% 136M 0s 2024-05-15T23:21:47.7187610Z 47300K .......... .......... .......... .......... .......... 79% 296M 0s 2024-05-15T23:21:47.7188070Z 47350K .......... .......... .......... .......... .......... 79% 537M 0s 2024-05-15T23:21:47.7191370Z 47400K .......... .......... .......... .......... .......... 79% 157M 0s 2024-05-15T23:21:47.7193160Z 47450K .......... .......... .......... .......... .......... 80% 292M 0s 2024-05-15T23:21:47.7196250Z 47500K .......... .......... .......... .......... .......... 80% 154M 0s 2024-05-15T23:21:47.7199340Z 47550K .......... .......... .......... .......... .......... 80% 169M 0s 2024-05-15T23:21:47.7203250Z 47600K .......... .......... .......... .......... .......... 80% 124M 0s 2024-05-15T23:21:47.7204000Z 47650K .......... .......... .......... .......... .......... 80% 498M 0s 2024-05-15T23:21:47.7207790Z 47700K .......... .......... .......... .......... .......... 80% 131M 0s 2024-05-15T23:21:47.7210480Z 47750K .......... .......... .......... .......... .......... 80% 177M 0s 2024-05-15T23:21:47.7215250Z 47800K .......... .......... .......... .......... .......... 80% 138M 0s 2024-05-15T23:21:47.7216630Z 47850K .......... .......... .......... .......... .......... 80% 381M 0s 2024-05-15T23:21:47.7221570Z 47900K .......... .......... .......... .......... .......... 80% 131M 0s 2024-05-15T23:21:47.7224790Z 47950K .......... .......... .......... .......... .......... 80% 113M 0s 2024-05-15T23:21:47.7227530Z 48000K .......... .......... .......... .......... .......... 80% 151M 0s 2024-05-15T23:21:47.7232820Z 48050K .......... .......... .......... .......... .......... 81% 115M 0s 2024-05-15T23:21:47.7233560Z 48100K .......... .......... .......... .......... .......... 81% 474M 0s 2024-05-15T23:21:47.7235450Z 48150K .......... .......... .......... .......... .......... 81% 142M 0s 2024-05-15T23:21:47.7241210Z 48200K .......... .......... .......... .......... .......... 81% 123M 0s 2024-05-15T23:21:47.7242900Z 48250K .......... .......... .......... .......... .......... 81% 254M 0s 2024-05-15T23:21:47.7244390Z 48300K .......... .......... .......... .......... .......... 81% 152M 0s 2024-05-15T23:21:47.7255000Z 48350K .......... .......... .......... .......... .......... 81% 46.8M 0s 2024-05-15T23:21:47.7258730Z 48400K .......... .......... .......... .......... .......... 81% 136M 0s 2024-05-15T23:21:47.7264870Z 48450K .......... .......... .......... .......... .......... 81% 106M 0s 2024-05-15T23:21:47.7265730Z 48500K .......... .......... .......... .......... .......... 81% 183M 0s 2024-05-15T23:21:47.7268860Z 48550K .......... .......... .......... .......... .......... 81% 197M 0s 2024-05-15T23:21:47.7273850Z 48600K .......... .......... .......... .......... .......... 81% 94.6M 0s 2024-05-15T23:21:47.7277670Z 48650K .......... .......... .......... .......... .......... 82% 117M 0s 2024-05-15T23:21:47.7279930Z 48700K .......... .......... .......... .......... .......... 82% 230M 0s 2024-05-15T23:21:47.7284140Z 48750K .......... .......... .......... .......... .......... 82% 133M 0s 2024-05-15T23:21:47.7287640Z 48800K .......... .......... .......... .......... .......... 82% 153M 0s 2024-05-15T23:21:47.7290800Z 48850K .......... .......... .......... .......... .......... 82% 176M 0s 2024-05-15T23:21:47.7291540Z 48900K .......... .......... .......... .......... .......... 82% 203M 0s 2024-05-15T23:21:47.7294800Z 48950K .......... .......... .......... .......... .......... 82% 159M 0s 2024-05-15T23:21:47.7295940Z 49000K .......... .......... .......... .......... .......... 82% 394M 0s 2024-05-15T23:21:47.7300370Z 49050K .......... .......... .......... .......... .......... 82% 116M 0s 2024-05-15T23:21:47.7301980Z 49100K .......... .......... .......... .......... .......... 82% 603M 0s 2024-05-15T23:21:47.7303310Z 49150K .......... .......... .......... .......... .......... 82% 200M 0s 2024-05-15T23:21:47.7304030Z 49200K .......... .......... .......... .......... .......... 82% 642M 0s 2024-05-15T23:21:47.7307550Z 49250K .......... .......... .......... .......... .......... 83% 698M 0s 2024-05-15T23:21:47.7310960Z 49300K .......... .......... .......... .......... .......... 83% 80.4M 0s 2024-05-15T23:21:47.7312930Z 49350K .......... .......... .......... .......... .......... 83% 483M 0s 2024-05-15T23:21:47.7315060Z 49400K .......... .......... .......... .......... .......... 83% 248M 0s 2024-05-15T23:21:47.7315970Z 49450K .......... .......... .......... .......... .......... 83% 296M 0s 2024-05-15T23:21:47.7321870Z 49500K .......... .......... .......... .......... .......... 83% 87.7M 0s 2024-05-15T23:21:47.7328230Z 49550K .......... .......... .......... .......... .......... 83% 76.3M 0s 2024-05-15T23:21:47.7331710Z 49600K .......... .......... .......... .......... .......... 83% 154M 0s 2024-05-15T23:21:47.7335610Z 49650K .......... .......... .......... .......... .......... 83% 114M 0s 2024-05-15T23:21:47.7337030Z 49700K .......... .......... .......... .......... .......... 83% 258M 0s 2024-05-15T23:21:47.7341890Z 49750K .......... .......... .......... .......... .......... 83% 116M 0s 2024-05-15T23:21:47.7343120Z 49800K .......... .......... .......... .......... .......... 83% 618M 0s 2024-05-15T23:21:47.7351430Z 49850K .......... .......... .......... .......... .......... 84% 66.5M 0s 2024-05-15T23:21:47.7352040Z 49900K .......... .......... .......... .......... .......... 84% 212M 0s 2024-05-15T23:21:47.7356640Z 49950K .......... .......... .......... .......... .......... 84% 110M 0s 2024-05-15T23:21:47.7359360Z 50000K .......... .......... .......... .......... .......... 84% 166M 0s 2024-05-15T23:21:47.7360230Z 50050K .......... .......... .......... .......... .......... 84% 603M 0s 2024-05-15T23:21:47.7361390Z 50100K .......... .......... .......... .......... .......... 84% 537M 0s 2024-05-15T23:21:47.7365310Z 50150K .......... .......... .......... .......... .......... 84% 111M 0s 2024-05-15T23:21:47.7365920Z 50200K .......... .......... .......... .......... .......... 84% 493M 0s 2024-05-15T23:21:47.7366980Z 50250K .......... .......... .......... .......... .......... 84% 775M 0s 2024-05-15T23:21:47.7371720Z 50300K .......... .......... .......... .......... .......... 84% 109M 0s 2024-05-15T23:21:47.7375150Z 50350K .......... .......... .......... .......... .......... 84% 349M 0s 2024-05-15T23:21:47.7386350Z 50400K .......... .......... .......... .......... .......... 84% 688M 0s 2024-05-15T23:21:47.7387830Z 50450K .......... .......... .......... .......... .......... 85% 309M 0s 2024-05-15T23:21:47.7388430Z 50500K .......... .......... .......... .......... .......... 85% 63.2M 0s 2024-05-15T23:21:47.7388880Z 50550K .......... .......... .......... .......... .......... 85% 588M 0s 2024-05-15T23:21:47.7389760Z 50600K .......... .......... .......... .......... .......... 85% 279M 0s 2024-05-15T23:21:47.7391560Z 50650K .......... .......... .......... .......... .......... 85% 788M 0s 2024-05-15T23:21:47.7392160Z 50700K .......... .......... .......... .......... .......... 85% 142M 0s 2024-05-15T23:21:47.7395790Z 50750K .......... .......... .......... .......... .......... 85% 112M 0s 2024-05-15T23:21:47.7404280Z 50800K .......... .......... .......... .......... .......... 85% 99.9M 0s 2024-05-15T23:21:47.7405350Z 50850K .......... .......... .......... .......... .......... 85% 214M 0s 2024-05-15T23:21:47.7410320Z 50900K .......... .......... .......... .......... .......... 85% 379M 0s 2024-05-15T23:21:47.7411390Z 50950K .......... .......... .......... .......... .......... 85% 273M 0s 2024-05-15T23:21:47.7411970Z 51000K .......... .......... .......... .......... .......... 85% 101M 0s 2024-05-15T23:21:47.7417010Z 51050K .......... .......... .......... .......... .......... 86% 81.2M 0s 2024-05-15T23:21:47.7420170Z 51100K .......... .......... .......... .......... .......... 86% 99.9M 0s 2024-05-15T23:21:47.7425170Z 51150K .......... .......... .......... .......... .......... 86% 91.3M 0s 2024-05-15T23:21:47.7432950Z 51200K .......... .......... .......... .......... .......... 86% 77.1M 0s 2024-05-15T23:21:47.7438310Z 51250K .......... .......... .......... .......... .......... 86% 76.2M 0s 2024-05-15T23:21:47.7438860Z 51300K .......... .......... .......... .......... .......... 86% 488M 0s 2024-05-15T23:21:47.7440720Z 51350K .......... .......... .......... .......... .......... 86% 238M 0s 2024-05-15T23:21:47.7443620Z 51400K .......... .......... .......... .......... .......... 86% 678M 0s 2024-05-15T23:21:47.7445440Z 51450K .......... .......... .......... .......... .......... 86% 708M 0s 2024-05-15T23:21:47.7447450Z 51500K .......... .......... .......... .......... .......... 86% 99.4M 0s 2024-05-15T23:21:47.7456340Z 51550K .......... .......... .......... .......... .......... 86% 68.2M 0s 2024-05-15T23:21:47.7456850Z 51600K .......... .......... .......... .......... .......... 87% 201M 0s 2024-05-15T23:21:47.7458630Z 51650K .......... .......... .......... .......... .......... 87% 718M 0s 2024-05-15T23:21:47.7462210Z 51700K .......... .......... .......... .......... .......... 87% 284M 0s 2024-05-15T23:21:47.7462740Z 51750K .......... .......... .......... .......... .......... 87% 588M 0s 2024-05-15T23:21:47.7463140Z 51800K .......... .......... .......... .......... .......... 87% 688M 0s 2024-05-15T23:21:47.7463880Z 51850K .......... .......... .......... .......... .......... 87% 211M 0s 2024-05-15T23:21:47.7470520Z 51900K .......... .......... .......... .......... .......... 87% 64.5M 0s 2024-05-15T23:21:47.7474620Z 51950K .......... .......... .......... .......... .......... 87% 115M 0s 2024-05-15T23:21:47.7480980Z 52000K .......... .......... .......... .......... .......... 87% 110M 0s 2024-05-15T23:21:47.7485920Z 52050K .......... .......... .......... .......... .......... 87% 111M 0s 2024-05-15T23:21:47.7489380Z 52100K .......... .......... .......... .......... .......... 87% 88.5M 0s 2024-05-15T23:21:47.7498330Z 52150K .......... .......... .......... .......... .......... 87% 62.5M 0s 2024-05-15T23:21:47.7500450Z 52200K .......... .......... .......... .......... .......... 88% 142M 0s 2024-05-15T23:21:47.7508760Z 52250K .......... .......... .......... .......... .......... 88% 87.0M 0s 2024-05-15T23:21:47.7512540Z 52300K .......... .......... .......... .......... .......... 88% 97.3M 0s 2024-05-15T23:21:47.7518770Z 52350K .......... .......... .......... .......... .......... 88% 85.1M 0s 2024-05-15T23:21:47.7523350Z 52400K .......... .......... .......... .......... .......... 88% 81.5M 0s 2024-05-15T23:21:47.7528540Z 52450K .......... .......... .......... .......... .......... 88% 106M 0s 2024-05-15T23:21:47.7537350Z 52500K .......... .......... .......... .......... .......... 88% 55.6M 0s 2024-05-15T23:21:47.7542210Z 52550K .......... .......... .......... .......... .......... 88% 82.1M 0s 2024-05-15T23:21:47.7551730Z 52600K .......... .......... .......... .......... .......... 88% 76.8M 0s 2024-05-15T23:21:47.7555440Z 52650K .......... .......... .......... .......... .......... 88% 71.3M 0s 2024-05-15T23:21:47.7563360Z 52700K .......... .......... .......... .......... .......... 88% 95.0M 0s 2024-05-15T23:21:47.7569590Z 52750K .......... .......... .......... .......... .......... 88% 59.0M 0s 2024-05-15T23:21:47.7578240Z 52800K .......... .......... .......... .......... .......... 89% 96.3M 0s 2024-05-15T23:21:47.7584460Z 52850K .......... .......... .......... .......... .......... 89% 52.0M 0s 2024-05-15T23:21:47.7590180Z 52900K .......... .......... .......... .......... .......... 89% 154M 0s 2024-05-15T23:21:47.7601260Z 52950K .......... .......... .......... .......... .......... 89% 52.5M 0s 2024-05-15T23:21:47.7604840Z 53000K .......... .......... .......... .......... .......... 89% 56.8M 0s 2024-05-15T23:21:47.7621900Z 53050K .......... .......... .......... .......... .......... 89% 42.6M 0s 2024-05-15T23:21:47.7627660Z 53100K .......... .......... .......... .......... .......... 89% 46.7M 0s 2024-05-15T23:21:47.7637640Z 53150K .......... .......... .......... .......... .......... 89% 57.7M 0s 2024-05-15T23:21:47.7646050Z 53200K .......... .......... .......... .......... .......... 89% 73.1M 0s 2024-05-15T23:21:47.7652560Z 53250K .......... .......... .......... .......... .......... 89% 45.8M 0s 2024-05-15T23:21:47.7663920Z 53300K .......... .......... .......... .......... .......... 89% 59.2M 0s 2024-05-15T23:21:47.7671020Z 53350K .......... .......... .......... .......... .......... 89% 48.7M 0s 2024-05-15T23:21:47.7686640Z 53400K .......... .......... .......... .......... .......... 90% 31.6M 0s 2024-05-15T23:21:47.7692810Z 53450K .......... .......... .......... .......... .......... 90% 100M 0s 2024-05-15T23:21:47.7698970Z 53500K .......... .......... .......... .......... .......... 90% 69.0M 0s 2024-05-15T23:21:47.7703060Z 53550K .......... .......... .......... .......... .......... 90% 92.7M 0s 2024-05-15T23:21:47.7711430Z 53600K .......... .......... .......... .......... .......... 90% 60.1M 0s 2024-05-15T23:21:47.7717330Z 53650K .......... .......... .......... .......... .......... 90% 98.2M 0s 2024-05-15T23:21:47.7725260Z 53700K .......... .......... .......... .......... .......... 90% 56.8M 0s 2024-05-15T23:21:47.7731710Z 53750K .......... .......... .......... .......... .......... 90% 80.7M 0s 2024-05-15T23:21:47.7736890Z 53800K .......... .......... .......... .......... .......... 90% 85.4M 0s 2024-05-15T23:21:47.7745920Z 53850K .......... .......... .......... .......... .......... 90% 55.7M 0s 2024-05-15T23:21:47.7753680Z 53900K .......... .......... .......... .......... .......... 90% 61.5M 0s 2024-05-15T23:21:47.7765040Z 53950K .......... .......... .......... .......... .......... 90% 47.8M 0s 2024-05-15T23:21:47.7768700Z 54000K .......... .......... .......... .......... .......... 91% 96.5M 0s 2024-05-15T23:21:47.7773570Z 54050K .......... .......... .......... .......... .......... 91% 121M 0s 2024-05-15T23:21:47.7780290Z 54100K .......... .......... .......... .......... .......... 91% 66.2M 0s 2024-05-15T23:21:47.7786600Z 54150K .......... .......... .......... .......... .......... 91% 79.8M 0s 2024-05-15T23:21:47.7795110Z 54200K .......... .......... .......... .......... .......... 91% 58.6M 0s 2024-05-15T23:21:47.7801010Z 54250K .......... .......... .......... .......... .......... 91% 73.9M 0s 2024-05-15T23:21:47.7808530Z 54300K .......... .......... .......... .......... .......... 91% 66.9M 0s 2024-05-15T23:21:47.7815750Z 54350K .......... .......... .......... .......... .......... 91% 65.4M 0s 2024-05-15T23:21:47.7821200Z 54400K .......... .......... .......... .......... .......... 91% 89.3M 0s 2024-05-15T23:21:47.7829020Z 54450K .......... .......... .......... .......... .......... 91% 65.8M 0s 2024-05-15T23:21:47.7833670Z 54500K .......... .......... .......... .......... .......... 91% 101M 0s 2024-05-15T23:21:47.7842330Z 54550K .......... .......... .......... .......... .......... 91% 59.3M 0s 2024-05-15T23:21:47.7849810Z 54600K .......... .......... .......... .......... .......... 92% 72.6M 0s 2024-05-15T23:21:47.7855300Z 54650K .......... .......... .......... .......... .......... 92% 77.5M 0s 2024-05-15T23:21:47.7861480Z 54700K .......... .......... .......... .......... .......... 92% 73.8M 0s 2024-05-15T23:21:47.7870710Z 54750K .......... .......... .......... .......... .......... 92% 53.7M 0s 2024-05-15T23:21:47.7878300Z 54800K .......... .......... .......... .......... .......... 92% 62.9M 0s 2024-05-15T23:21:47.7885140Z 54850K .......... .......... .......... .......... .......... 92% 74.4M 0s 2024-05-15T23:21:47.7890530Z 54900K .......... .......... .......... .......... .......... 92% 84.8M 0s 2024-05-15T23:21:47.7897180Z 54950K .......... .......... .......... .......... .......... 92% 75.1M 0s 2024-05-15T23:21:47.7903060Z 55000K .......... .......... .......... .......... .......... 92% 80.6M 0s 2024-05-15T23:21:47.7911160Z 55050K .......... .......... .......... .......... .......... 92% 62.3M 0s 2024-05-15T23:21:47.7917000Z 55100K .......... .......... .......... .......... .......... 92% 82.6M 0s 2024-05-15T23:21:47.7928000Z 55150K .......... .......... .......... .......... .......... 92% 45.2M 0s 2024-05-15T23:21:47.7935140Z 55200K .......... .......... .......... .......... .......... 93% 70.2M 0s 2024-05-15T23:21:47.7941010Z 55250K .......... .......... .......... .......... .......... 93% 78.6M 0s 2024-05-15T23:21:47.7946600Z 55300K .......... .......... .......... .......... .......... 93% 83.6M 0s 2024-05-15T23:21:47.7954770Z 55350K .......... .......... .......... .......... .......... 93% 61.8M 0s 2024-05-15T23:21:47.7961760Z 55400K .......... .......... .......... .......... .......... 93% 69.9M 0s 2024-05-15T23:21:47.7967020Z 55450K .......... .......... .......... .......... .......... 93% 98.6M 0s 2024-05-15T23:21:47.7973300Z 55500K .......... .......... .......... .......... .......... 93% 71.9M 0s 2024-05-15T23:21:47.7982980Z 55550K .......... .......... .......... .......... .......... 93% 51.2M 0s 2024-05-15T23:21:47.7990250Z 55600K .......... .......... .......... .......... .......... 93% 69.8M 0s 2024-05-15T23:21:47.7999990Z 55650K .......... .......... .......... .......... .......... 93% 50.9M 0s 2024-05-15T23:21:47.8007260Z 55700K .......... .......... .......... .......... .......... 93% 61.5M 0s 2024-05-15T23:21:47.8016400Z 55750K .......... .......... .......... .......... .......... 93% 61.9M 0s 2024-05-15T23:21:47.8027310Z 55800K .......... .......... .......... .......... .......... 94% 72.0M 0s 2024-05-15T23:21:47.8031660Z 55850K .......... .......... .......... .......... .......... 94% 50.7M 0s 2024-05-15T23:21:47.8032710Z 55900K .......... .......... .......... .......... .......... 94% 595M 0s 2024-05-15T23:21:47.8041540Z 55950K .......... .......... .......... .......... .......... 94% 56.8M 0s 2024-05-15T23:21:47.8048220Z 56000K .......... .......... .......... .......... .......... 94% 67.5M 0s 2024-05-15T23:21:47.8055740Z 56050K .......... .......... .......... .......... .......... 94% 65.0M 0s 2024-05-15T23:21:47.8062210Z 56100K .......... .......... .......... .......... .......... 94% 77.6M 0s 2024-05-15T23:21:47.8069050Z 56150K .......... .......... .......... .......... .......... 94% 70.7M 0s 2024-05-15T23:21:47.8075180Z 56200K .......... .......... .......... .......... .......... 94% 79.5M 0s 2024-05-15T23:21:47.8082570Z 56250K .......... .......... .......... .......... .......... 94% 68.5M 0s 2024-05-15T23:21:47.8089670Z 56300K .......... .......... .......... .......... .......... 94% 66.3M 0s 2024-05-15T23:21:47.8099220Z 56350K .......... .......... .......... .......... .......... 95% 50.7M 0s 2024-05-15T23:21:47.8105790Z 56400K .......... .......... .......... .......... .......... 95% 76.3M 0s 2024-05-15T23:21:47.8113000Z 56450K .......... .......... .......... .......... .......... 95% 70.2M 0s 2024-05-15T23:21:47.8120380Z 56500K .......... .......... .......... .......... .......... 95% 64.9M 0s 2024-05-15T23:21:47.8126250Z 56550K .......... .......... .......... .......... .......... 95% 79.5M 0s 2024-05-15T23:21:47.8134840Z 56600K .......... .......... .......... .......... .......... 95% 56.3M 0s 2024-05-15T23:21:47.8141320Z 56650K .......... .......... .......... .......... .......... 95% 81.7M 0s 2024-05-15T23:21:47.8147480Z 56700K .......... .......... .......... .......... .......... 95% 74.8M 0s 2024-05-15T23:21:47.8156470Z 56750K .......... .......... .......... .......... .......... 95% 54.4M 0s 2024-05-15T23:21:47.8162990Z 56800K .......... .......... .......... .......... .......... 95% 74.9M 0s 2024-05-15T23:21:47.8170290Z 56850K .......... .......... .......... .......... .......... 95% 72.8M 0s 2024-05-15T23:21:47.8176080Z 56900K .......... .......... .......... .......... .......... 95% 79.8M 0s 2024-05-15T23:21:47.8183860Z 56950K .......... .......... .......... .......... .......... 96% 63.7M 0s 2024-05-15T23:21:47.8190760Z 57000K .......... .......... .......... .......... .......... 96% 68.9M 0s 2024-05-15T23:21:47.8197950Z 57050K .......... .......... .......... .......... .......... 96% 71.0M 0s 2024-05-15T23:21:47.8204450Z 57100K .......... .......... .......... .......... .......... 96% 70.2M 0s 2024-05-15T23:21:47.8213550Z 57150K .......... .......... .......... .......... .......... 96% 53.7M 0s 2024-05-15T23:21:47.8220390Z 57200K .......... .......... .......... .......... .......... 96% 78.5M 0s 2024-05-15T23:21:47.8226400Z 57250K .......... .......... .......... .......... .......... 96% 73.4M 0s 2024-05-15T23:21:47.8233130Z 57300K .......... .......... .......... .......... .......... 96% 72.1M 0s 2024-05-15T23:21:47.8240710Z 57350K .......... .......... .......... .......... .......... 96% 68.4M 0s 2024-05-15T23:21:47.8245490Z 57400K .......... .......... .......... .......... .......... 96% 90.8M 0s 2024-05-15T23:21:47.8252430Z 57450K .......... .......... .......... .......... .......... 96% 74.0M 0s 2024-05-15T23:21:47.8258690Z 57500K .......... .......... .......... .......... .......... 96% 77.9M 0s 2024-05-15T23:21:47.8266220Z 57550K .......... .......... .......... .......... .......... 97% 65.5M 0s 2024-05-15T23:21:47.8272290Z 57600K .......... .......... .......... .......... .......... 97% 81.5M 0s 2024-05-15T23:21:47.8278700Z 57650K .......... .......... .......... .......... .......... 97% 75.9M 0s 2024-05-15T23:21:47.8284080Z 57700K .......... .......... .......... .......... .......... 97% 91.8M 0s 2024-05-15T23:21:47.8289480Z 57750K .......... .......... .......... .......... .......... 97% 86.3M 0s 2024-05-15T23:21:47.8295510Z 57800K .......... .......... .......... .......... .......... 97% 77.6M 0s 2024-05-15T23:21:47.8301830Z 57850K .......... .......... .......... .......... .......... 97% 88.6M 0s 2024-05-15T23:21:47.8307080Z 57900K .......... .......... .......... .......... .......... 97% 90.9M 0s 2024-05-15T23:21:47.8313470Z 57950K .......... .......... .......... .......... .......... 97% 68.4M 0s 2024-05-15T23:21:47.8319040Z 58000K .......... .......... .......... .......... .......... 97% 92.8M 0s 2024-05-15T23:21:47.8324120Z 58050K .......... .......... .......... .......... .......... 97% 96.7M 0s 2024-05-15T23:21:47.8328430Z 58100K .......... .......... .......... .......... .......... 97% 111M 0s 2024-05-15T23:21:47.8333740Z 58150K .......... .......... .......... .......... .......... 98% 92.7M 0s 2024-05-15T23:21:47.8338520Z 58200K .......... .......... .......... .......... .......... 98% 106M 0s 2024-05-15T23:21:47.8342850Z 58250K .......... .......... .......... .......... .......... 98% 109M 0s 2024-05-15T23:21:47.8348120Z 58300K .......... .......... .......... .......... .......... 98% 104M 0s 2024-05-15T23:21:47.8352980Z 58350K .......... .......... .......... .......... .......... 98% 89.1M 0s 2024-05-15T23:21:47.8356460Z 58400K .......... .......... .......... .......... .......... 98% 132M 0s 2024-05-15T23:21:47.8360940Z 58450K .......... .......... .......... .......... .......... 98% 137M 0s 2024-05-15T23:21:47.8363890Z 58500K .......... .......... .......... .......... .......... 98% 148M 0s 2024-05-15T23:21:47.8367980Z 58550K .......... .......... .......... .......... .......... 98% 106M 0s 2024-05-15T23:21:47.8370990Z 58600K .......... .......... .......... .......... .......... 98% 171M 0s 2024-05-15T23:21:47.8374910Z 58650K .......... .......... .......... .......... .......... 98% 126M 0s 2024-05-15T23:21:47.8378820Z 58700K .......... .......... .......... .......... .......... 98% 133M 0s 2024-05-15T23:21:47.8381950Z 58750K .......... .......... .......... .......... .......... 99% 131M 0s 2024-05-15T23:21:47.8385820Z 58800K .......... .......... .......... .......... .......... 99% 174M 0s 2024-05-15T23:21:47.8387190Z 58850K .......... .......... .......... .......... .......... 99% 215M 0s 2024-05-15T23:21:47.8390120Z 58900K .......... .......... .......... .......... .......... 99% 198M 0s 2024-05-15T23:21:47.8391670Z 58950K .......... .......... .......... .......... .......... 99% 220M 0s 2024-05-15T23:21:47.8394500Z 59000K .......... .......... .......... .......... .......... 99% 195M 0s 2024-05-15T23:21:47.8396820Z 59050K .......... .......... .......... .......... .......... 99% 238M 0s 2024-05-15T23:21:47.8398100Z 59100K .......... .......... .......... .......... .......... 99% 271M 0s 2024-05-15T23:21:47.8400550Z 59150K .......... .......... .......... .......... .......... 99% 203M 0s 2024-05-15T23:21:47.8402450Z 59200K .......... .......... .......... .......... .......... 99% 300M 0s 2024-05-15T23:21:47.8403510Z 59250K .......... .......... .......... .......... .......... 99% 359M 0s 2024-05-15T23:21:47.8405770Z 59300K .......... .......... .......... .......... .......... 99% 252M 0s 2024-05-15T23:21:47.8406330Z 59350K .......... .... 100% 298M=0.6s 2024-05-15T23:21:47.8406600Z 2024-05-15T23:21:47.8412730Z 2024-05-15 23:21:47 (93.4 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-05-15T23:21:47.8414040Z 2024-05-15T23:21:47.8421840Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:21:47.8422450Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-05-15T23:21:47.8423230Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:21:47.8432830Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:21:47.8481470Z --2024-05-15 23:21:47-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:21:47.8656170Z Resolving github.com (github.com)... 140.82.116.3 2024-05-15T23:21:47.9161930Z Connecting to github.com (github.com)|140.82.116.3|:443... connected. 2024-05-15T23:21:48.1828410Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:21:48.1831750Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-05-15T23:21:48.1836910Z --2024-05-15 23:21:48-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-05-15T23:21:48.1982590Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-05-15T23:21:48.2084420Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-05-15T23:21:48.2460680Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:21:48.2467580Z Length: 499723 (488K) [application/octet-stream] 2024-05-15T23:21:48.2471680Z Saving to: ‘tokenizer.model’ 2024-05-15T23:21:48.2475630Z 2024-05-15T23:21:48.2574890Z 0K .......... .......... .......... .......... .......... 10% 4.93M 0s 2024-05-15T23:21:48.2605950Z 50K .......... .......... .......... .......... .......... 20% 15.5M 0s 2024-05-15T23:21:48.2671810Z 100K .......... .......... .......... .......... .......... 30% 7.39M 0s 2024-05-15T23:21:48.2694410Z 150K .......... .......... .......... .......... .......... 40% 20.5M 0s 2024-05-15T23:21:48.2770720Z 200K .......... .......... .......... .......... .......... 51% 6.54M 0s 2024-05-15T23:21:48.2777730Z 250K .......... .......... .......... .......... .......... 61% 51.0M 0s 2024-05-15T23:21:48.2779830Z 300K .......... .......... .......... .......... .......... 71% 183M 0s 2024-05-15T23:21:48.2792400Z 350K .......... .......... .......... .......... .......... 81% 40.5M 0s 2024-05-15T23:21:48.2820700Z 400K .......... .......... .......... .......... .......... 92% 18.0M 0s 2024-05-15T23:21:48.2822340Z 450K .......... .......... .......... ........ 100% 156M=0.03s 2024-05-15T23:21:48.2823910Z 2024-05-15T23:21:48.2825480Z 2024-05-15 23:21:48 (13.7 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-05-15T23:21:48.2836520Z 2024-05-15T23:21:48.2849270Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:21:48.2850490Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:21:48.2854530Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-05-15T23:21:48.2857810Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:21:48.2975460Z --2024-05-15 23:21:48-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:21:48.3107570Z Resolving github.com (github.com)... 140.82.116.3 2024-05-15T23:21:48.3614720Z Connecting to github.com (github.com)|140.82.116.3|:443... connected. 2024-05-15T23:21:48.6321620Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:21:48.6324790Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-05-15T23:21:48.6330680Z --2024-05-15 23:21:48-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-05-15T23:21:48.6351740Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-05-15T23:21:48.6429170Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-05-15T23:21:48.6734870Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:21:48.6739550Z Length: 433869 (424K) [application/octet-stream] 2024-05-15T23:21:48.6741570Z Saving to: ‘tokenizer.bin’ 2024-05-15T23:21:48.6744190Z 2024-05-15T23:21:48.6822880Z 0K .......... .......... .......... .......... .......... 11% 6.45M 0s 2024-05-15T23:21:48.6850950Z 50K .......... .......... .......... .......... .......... 23% 16.0M 0s 2024-05-15T23:21:48.6899310Z 100K .......... .......... .......... .......... .......... 35% 9.94M 0s 2024-05-15T23:21:48.6941160Z 150K .......... .......... .......... .......... .......... 47% 11.3M 0s 2024-05-15T23:21:48.6944500Z 200K .......... .......... .......... .......... .......... 59% 153M 0s 2024-05-15T23:21:48.7022560Z 250K .......... .......... .......... .......... .......... 70% 7.14M 0s 2024-05-15T23:21:48.7025460Z 300K .......... .......... .......... .......... .......... 82% 93.4M 0s 2024-05-15T23:21:48.7027470Z 350K .......... .......... .......... .......... .......... 94% 43.2M 0s 2024-05-15T23:21:48.7031010Z 400K .......... .......... ... 100% 148M=0.03s 2024-05-15T23:21:48.7032340Z 2024-05-15T23:21:48.7036430Z 2024-05-15 23:21:48 (14.3 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-05-15T23:21:48.7037880Z 2024-05-15T23:21:48.7062040Z + popd 2024-05-15T23:21:48.7062770Z ~/work/torchchat/torchchat 2024-05-15T23:21:48.7156620Z ##[group]Run python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-05-15T23:21:48.7158930Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-05-15T23:21:48.7160260Z pushd ${TORCHCHAT_ROOT} 2024-05-15T23:21:48.7161210Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-05-15T23:21:48.7162750Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cpu" "compile" 2024-05-15T23:21:48.7310640Z shell: /bin/bash -e {0} 2024-05-15T23:21:48.7311100Z env: 2024-05-15T23:21:48.7311560Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:21:48.7312290Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:21:48.7313020Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:48.7314030Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:21:48.7315290Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:48.7316210Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:48.7317710Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:21:48.7318500Z ##[endgroup] 2024-05-15T23:21:49.3720980Z torch: ('2.4.0.dev20240507', 'e4f522910a192a919111277ce3e1c0fb0c8482bd') 2024-05-15T23:21:49.4791700Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-05-15T23:21:49.4825290Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-05-15T23:21:49.4847510Z ~/work/torchchat/torchchat 2024-05-15T23:21:49.4876180Z arg:compile 2024-05-15T23:21:49.4901940Z ############### Run inference with torch.compile for dtype float32 ############### 2024-05-15T23:21:49.4902320Z 2024-05-15T23:21:49.4902410Z ****************************************** 2024-05-15T23:21:49.4902910Z ************** non-quantized ************* 2024-05-15T23:21:49.4903410Z ****************************************** 2024-05-15T23:21:58.3854310Z Time for inference 1: 7.29 sec total, 27.42 tokens/sec 2024-05-15T23:21:58.3854860Z Bandwidth achieved: 2.68 GB/s 2024-05-15T23:21:58.3855470Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:21:58.7811540Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:21:58.7812040Z Loading model... 2024-05-15T23:21:58.7812470Z Time to load model: 0.01 seconds 2024-05-15T23:21:58.7813240Z Hello, my name is George. He loves to walk around the city with his mommy. Every day, he walks around the city and he will always say hello to all the people passing by. 2024-05-15T23:21:58.7814530Z One day, mummy and George went to the park. George saw some birds in the trees and he wanted to join them. He asked Mummy, "Can I play with the birds?" 2024-05-15T23:21:58.7815710Z Mummy said, "No, George. We have to take the birds home and let them stay in the park." 2024-05-15T23:21:58.7816760Z George was sad and he started to walk away. He was scared that the birds would not let him join in the park. 2024-05-15T23:21:58.7818980Z Suddenly, a bird flew down from the sky. He said to George, "Don't worry, I won't hurt you. I can tell you about a special place where you can join the families and be friends with them." 2024-05-15T23:21:58.8051360Z George felt relieved and he said, "Yes! I love 2024-05-15T23:21:58.8051770Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:21:58.8052250Z --------------------------------------------------- 2024-05-15T23:21:58.8052630Z JIT compilation time (incl runtime): 7.3 seconds 2024-05-15T23:21:58.8052870Z 2024-05-15T23:21:58.8052950Z ======================================== 2024-05-15T23:21:58.8053120Z 2024-05-15T23:21:58.8053200Z Average tokens/sec: 27.42 2024-05-15T23:21:58.8053420Z Memory used: 0.00 GB 2024-05-15T23:21:58.8053650Z ****************************************** 2024-05-15T23:21:58.8053980Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:21:58.8054800Z ****************************************** 2024-05-15T23:22:00.6370260Z Time for inference 1: 0.79 sec total, 252.53 tokens/sec 2024-05-15T23:22:00.6371670Z Bandwidth achieved: 17.71 GB/s 2024-05-15T23:22:00.6372200Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:00.8374940Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:00.8375430Z Loading model... 2024-05-15T23:22:00.8375710Z Time to load model: 0.01 seconds 2024-05-15T23:22:00.8376490Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:22:00.8377050Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:00.8377920Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:00.8379330Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and shouts. She feels the wind in her hair. 2024-05-15T23:22:00.8380600Z Daisy sees a boy. He is playing with a ball. He is throwing the ball to his friend. Daisy wants to play too. She runs to the boy and says, "Can I play with you?" 2024-05-15T23:22:00.8381610Z The boy looks at Daisy. He sees her smiling. He smiles back. He says, "Sure, you can play with me. What do you want to play?" 2024-05-15T23:22:00.8382300Z Daisy says, "I want 2024-05-15T23:22:00.8382620Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:00.8383050Z --------------------------------------------------- 2024-05-15T23:22:00.8383290Z 2024-05-15T23:22:00.8383390Z ======================================== 2024-05-15T23:22:00.8383600Z 2024-05-15T23:22:00.8383700Z Average tokens/sec: 252.53 2024-05-15T23:22:00.8384050Z Memory used: 0.00 GB 2024-05-15T23:22:07.5611560Z Time for inference 1: 5.39 sec total, 37.08 tokens/sec 2024-05-15T23:22:07.5612010Z Bandwidth achieved: 2.60 GB/s 2024-05-15T23:22:07.5612640Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:22:07.9371310Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:07.9371790Z Loading model... 2024-05-15T23:22:07.9372360Z Time to load model: 0.01 seconds 2024-05-15T23:22:07.9373170Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:22:07.9374490Z Time to quantize model: 0.02 seconds 2024-05-15T23:22:07.9375520Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:07.9377190Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and shouts. She feels the wind in her hair. 2024-05-15T23:22:07.9393230Z Daisy sees a boy. He is playing with a ball. He is throwing the ball to his friend. Daisy wants to play too. She runs to the boy and says, "Can I play with you?" 2024-05-15T23:22:07.9394370Z The boy looks at Daisy. He sees her smiling. He smiles back. He says, "Sure, you can play with me. What do you want to play?" 2024-05-15T23:22:07.9394920Z Daisy says, "I want 2024-05-15T23:22:07.9395540Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:07.9395950Z --------------------------------------------------- 2024-05-15T23:22:07.9396270Z JIT compilation time (incl runtime): 5.4 seconds 2024-05-15T23:22:07.9396600Z 2024-05-15T23:22:07.9396690Z ======================================== 2024-05-15T23:22:07.9396860Z 2024-05-15T23:22:07.9396950Z Average tokens/sec: 37.08 2024-05-15T23:22:07.9397160Z Memory used: 0.00 GB 2024-05-15T23:22:07.9397380Z ****************************************** 2024-05-15T23:22:07.9397760Z ******** Emb: group-wise quantized ******* 2024-05-15T23:22:07.9398040Z ****************************************** 2024-05-15T23:22:09.6337740Z Time for inference 1: 0.76 sec total, 264.68 tokens/sec 2024-05-15T23:22:09.6338160Z Bandwidth achieved: 19.74 GB/s 2024-05-15T23:22:09.6338630Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:09.8330570Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:09.8331080Z Loading model... 2024-05-15T23:22:09.8331360Z Time to load model: 0.01 seconds 2024-05-15T23:22:09.8331940Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:22:09.8332350Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:09.8333120Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:09.8334200Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:22:09.8335170Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:22:09.8336270Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:22:09.8337170Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:09.8337530Z --------------------------------------------------- 2024-05-15T23:22:09.8337730Z 2024-05-15T23:22:09.8337810Z ======================================== 2024-05-15T23:22:09.8337990Z 2024-05-15T23:22:09.8338060Z Average tokens/sec: 264.68 2024-05-15T23:22:09.8338340Z Memory used: 0.00 GB 2024-05-15T23:22:16.5080050Z Time for inference 1: 5.39 sec total, 37.08 tokens/sec 2024-05-15T23:22:16.5080440Z Bandwidth achieved: 2.77 GB/s 2024-05-15T23:22:16.5080950Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:22:16.8860310Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:16.8860960Z Loading model... 2024-05-15T23:22:16.8861360Z Time to load model: 0.01 seconds 2024-05-15T23:22:16.8862000Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:22:16.8862430Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:16.8863210Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:16.8864500Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:22:16.8865600Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:22:16.8866870Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:22:16.8868050Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:16.8868740Z --------------------------------------------------- 2024-05-15T23:22:16.8869250Z JIT compilation time (incl runtime): 5.4 seconds 2024-05-15T23:22:16.8870010Z 2024-05-15T23:22:16.8870250Z ======================================== 2024-05-15T23:22:16.8870560Z 2024-05-15T23:22:16.8870840Z Average tokens/sec: 37.08 2024-05-15T23:22:16.8871240Z Memory used: 0.00 GB 2024-05-15T23:22:16.8871770Z *********************************************** 2024-05-15T23:22:16.8872320Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:22:16.8872880Z *********************************************** 2024-05-15T23:22:19.7121830Z Time for inference 1: 1.93 sec total, 103.59 tokens/sec 2024-05-15T23:22:19.7122230Z Bandwidth achieved: 6.79 GB/s 2024-05-15T23:22:19.7122730Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:19.9129910Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:19.9130250Z Loading model... 2024-05-15T23:22:19.9130630Z Time to load model: 0.01 seconds 2024-05-15T23:22:19.9131530Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:22:19.9132000Z Time to quantize model: 0.02 seconds 2024-05-15T23:22:19.9132780Z Hello, my name is Jack. He is three years old and he loves to explore. One day, he was walking through the park when he saw a big, tall tree. He wanted to climb it, so he started to climb. 2024-05-15T23:22:19.9133660Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his mom. 2024-05-15T23:22:19.9134200Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:22:19.9134690Z His mom said, "Be careful, Jack. You don't want to get hurt." 2024-05-15T23:22:19.9135050Z Jack said, "I'm not scared. I'm brave." 2024-05-15T23:22:19.9135760Z He started to climb the tree. He was almost at the top when he heard a loud noise. He looked down and saw a big, scary dog. The dog barked and growled at him. 2024-05-15T23:22:19.9136540Z Jack was scared and he started to cry. He tried to climb down, but he was too 2024-05-15T23:22:19.9136990Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:19.9137400Z --------------------------------------------------- 2024-05-15T23:22:19.9137600Z 2024-05-15T23:22:19.9137690Z ======================================== 2024-05-15T23:22:19.9137920Z 2024-05-15T23:22:19.9138010Z Average tokens/sec: 103.59 2024-05-15T23:22:19.9138230Z Memory used: 0.00 GB 2024-05-15T23:22:27.3397670Z Time for inference 1: 6.16 sec total, 32.48 tokens/sec 2024-05-15T23:22:27.3398350Z Bandwidth achieved: 2.13 GB/s 2024-05-15T23:22:27.3399250Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:22:27.7282540Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:27.7283040Z Loading model... 2024-05-15T23:22:27.7283430Z Time to load model: 0.01 seconds 2024-05-15T23:22:27.7284080Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:22:27.7284710Z Time to quantize model: 0.02 seconds 2024-05-15T23:22:27.7285690Z Hello, my name is Jack. He is three years old and he loves to explore. One day, he was walking through the park when he saw a big, tall tree. He wanted to climb it, so he started to climb. 2024-05-15T23:22:27.7286920Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his mom. 2024-05-15T23:22:27.7287470Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:22:27.7288080Z His mom said, "Be careful, Jack. You don't want to get hurt." 2024-05-15T23:22:27.7288610Z Jack said, "I'm not scared. I'm brave." 2024-05-15T23:22:27.7289420Z He started to climb the tree. He was almost at the top when he heard a loud noise. He looked down and saw a big, scary dog. The dog barked and growled at him. 2024-05-15T23:22:27.7290350Z Jack was scared and he started to cry. He tried to climb down, but he was too 2024-05-15T23:22:27.7290900Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:27.7291360Z --------------------------------------------------- 2024-05-15T23:22:27.7291840Z JIT compilation time (incl runtime): 6.2 seconds 2024-05-15T23:22:27.7294690Z 2024-05-15T23:22:27.7294820Z ======================================== 2024-05-15T23:22:27.7295060Z 2024-05-15T23:22:27.7295140Z Average tokens/sec: 32.48 2024-05-15T23:22:27.7295370Z Memory used: 0.00 GB 2024-05-15T23:22:27.7295580Z *********************************************** 2024-05-15T23:22:27.7296320Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:22:27.7296640Z *********************************************** 2024-05-15T23:22:30.8542280Z Time for inference 1: 2.16 sec total, 92.54 tokens/sec 2024-05-15T23:22:30.8542670Z Bandwidth achieved: 6.48 GB/s 2024-05-15T23:22:30.8543130Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:31.0868780Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:31.0869400Z Loading model... 2024-05-15T23:22:31.0869650Z Time to load model: 0.01 seconds 2024-05-15T23:22:31.0870250Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:22:31.0870710Z Time to quantize model: 0.04 seconds 2024-05-15T23:22:31.0871130Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:22:31.0871950Z One day, Daisy's mommy said, "Daisy, it's time to go to the store." Daisy was so excited. She ran to the car and said, "Mommy, can I go to the store?" 2024-05-15T23:22:31.0872640Z Mommy smiled and said, "Yes, Daisy. You can go to the store." 2024-05-15T23:22:31.0873230Z So Daisy got in the car and drove to the store. When she got there, she saw a big, shiny, new toy. She was so happy! 2024-05-15T23:22:31.0874190Z Daisy said, "Mommy, can I have this toy?" 2024-05-15T23:22:31.0874510Z Mommy said, "Yes, Daisy. You can have it." 2024-05-15T23:22:31.0874940Z Daisy was so excited. She hugged the toy and said, "Thank you, Mommy!" 2024-05-15T23:22:31.0875240Z 2024-05-15T23:22:31.0875370Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:31.0875810Z --------------------------------------------------- 2024-05-15T23:22:31.0876030Z 2024-05-15T23:22:31.0876110Z ======================================== 2024-05-15T23:22:31.0876280Z 2024-05-15T23:22:31.0876370Z Average tokens/sec: 92.54 2024-05-15T23:22:31.0876580Z Memory used: 0.00 GB 2024-05-15T23:22:38.4690760Z Time for inference 1: 6.08 sec total, 32.90 tokens/sec 2024-05-15T23:22:38.4691140Z Bandwidth achieved: 2.30 GB/s 2024-05-15T23:22:38.4691640Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:22:38.8516010Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:38.8516480Z Loading model... 2024-05-15T23:22:38.8516870Z Time to load model: 0.01 seconds 2024-05-15T23:22:38.8517670Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:22:38.8518170Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:38.8518810Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:22:38.8519930Z One day, Daisy's mommy said, "Daisy, it's time to go to the store." Daisy was so excited. She ran to the car and said, "Mommy, can I go to the store?" 2024-05-15T23:22:38.8520790Z Mommy smiled and said, "Yes, Daisy. You can go to the store." 2024-05-15T23:22:38.8521420Z So Daisy got in the car and drove to the store. When she got there, she saw a big, shiny, new toy. She was so happy! 2024-05-15T23:22:38.8522120Z Daisy said, "Mommy, can I have this toy?" 2024-05-15T23:22:38.8522600Z Mommy said, "Yes, Daisy. You can have it." 2024-05-15T23:22:38.8523120Z Daisy was so excited. She hugged the toy and said, "Thank you, Mommy!" 2024-05-15T23:22:38.8523550Z 2024-05-15T23:22:38.8523820Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:38.8524420Z --------------------------------------------------- 2024-05-15T23:22:38.8524880Z JIT compilation time (incl runtime): 6.1 seconds 2024-05-15T23:22:38.8525240Z 2024-05-15T23:22:38.8525450Z ======================================== 2024-05-15T23:22:38.8526110Z 2024-05-15T23:22:38.8526320Z Average tokens/sec: 32.90 2024-05-15T23:22:38.8526660Z Memory used: 0.00 GB 2024-05-15T23:22:38.8527030Z ****************************************** 2024-05-15T23:22:38.8527470Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:22:38.8527880Z ****************************************** 2024-05-15T23:22:40.1778810Z Time for inference 1: 0.43 sec total, 461.53 tokens/sec 2024-05-15T23:22:40.1779170Z Bandwidth achieved: 24.12 GB/s 2024-05-15T23:22:40.1779610Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:40.3778480Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:40.3778840Z Loading model... 2024-05-15T23:22:40.3779560Z Time to load model: 0.01 seconds 2024-05-15T23:22:40.3780160Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:22:40.3780550Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:40.3781320Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:40.3782630Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:22:40.3784090Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball. She picks it up. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:22:40.3785070Z Daisy and the boy are friends. They like to play at 2024-05-15T23:22:40.3785410Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:40.3785750Z --------------------------------------------------- 2024-05-15T23:22:40.3785940Z 2024-05-15T23:22:40.3786010Z ======================================== 2024-05-15T23:22:40.3786180Z 2024-05-15T23:22:40.3786260Z Average tokens/sec: 461.53 2024-05-15T23:22:40.3786460Z Memory used: 0.00 GB 2024-05-15T23:22:48.1043170Z Time for inference 1: 6.45 sec total, 31.01 tokens/sec 2024-05-15T23:22:48.1043570Z Bandwidth achieved: 1.62 GB/s 2024-05-15T23:22:48.1044110Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:22:48.4882010Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:48.4882440Z Loading model... 2024-05-15T23:22:48.4882720Z Time to load model: 0.01 seconds 2024-05-15T23:22:48.4883370Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:22:48.4883830Z Time to quantize model: 0.03 seconds 2024-05-15T23:22:48.4884680Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:22:48.4886050Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:22:48.4887550Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball. She picks it up. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:22:48.4888840Z Daisy and the boy are friends. They like to play at 2024-05-15T23:22:48.4889290Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:48.4889740Z --------------------------------------------------- 2024-05-15T23:22:48.4890120Z JIT compilation time (incl runtime): 6.4 seconds 2024-05-15T23:22:48.4890390Z 2024-05-15T23:22:48.4890530Z ======================================== 2024-05-15T23:22:48.4890750Z 2024-05-15T23:22:48.4890880Z Average tokens/sec: 31.01 2024-05-15T23:22:48.4891180Z Memory used: 0.00 GB 2024-05-15T23:22:48.4891490Z ****************************************** 2024-05-15T23:22:48.4892130Z ******** INT8 group-wise quantized ******* 2024-05-15T23:22:48.4892450Z ****************************************** 2024-05-15T23:22:51.6390750Z Time for inference 1: 2.25 sec total, 89.06 tokens/sec 2024-05-15T23:22:51.6391110Z Bandwidth achieved: 5.31 GB/s 2024-05-15T23:22:51.6391540Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:51.8399840Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:51.8400130Z Loading model... 2024-05-15T23:22:51.8400330Z Time to load model: 0.01 seconds 2024-05-15T23:22:51.8400890Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:22:51.8401290Z Time to quantize model: 0.04 seconds 2024-05-15T23:22:51.8402050Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:22:51.8402860Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:22:51.8403720Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:22:51.8404360Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:22:51.8405610Z Daisy and her friends played with the big, red ball all day. They laughed and had a great time. They were so happy to be together. Once upon a time, there was a little girl named Lily. She loved to play outside in the sunshine. One day, she saw a big, red ball in the sky. It was the sun! 2024-05-15T23:22:51.8406750Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:51.8407100Z --------------------------------------------------- 2024-05-15T23:22:51.8407290Z 2024-05-15T23:22:51.8407370Z ======================================== 2024-05-15T23:22:51.8407540Z 2024-05-15T23:22:51.8407610Z Average tokens/sec: 89.06 2024-05-15T23:22:51.8407800Z Memory used: 0.00 GB 2024-05-15T23:22:59.7072280Z Time for inference 1: 6.56 sec total, 30.47 tokens/sec 2024-05-15T23:22:59.7072630Z Bandwidth achieved: 1.82 GB/s 2024-05-15T23:22:59.7073140Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:23:00.1020470Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:00.1020920Z Loading model... 2024-05-15T23:23:00.1021280Z Time to load model: 0.01 seconds 2024-05-15T23:23:00.1021970Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:23:00.1022400Z Time to quantize model: 0.04 seconds 2024-05-15T23:23:00.1023240Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:23:00.1024300Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:23:00.1025310Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:23:00.1025980Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:23:00.1027400Z Daisy and her friends played with the big, red ball all day. They laughed and had a great time. They were so happy to be together. Once upon a time, there was a little girl named Lily. She loved to play outside in the sunshine. One day, she saw a big, red ball in the sky. It was the sun! 2024-05-15T23:23:00.1028930Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:00.1029430Z --------------------------------------------------- 2024-05-15T23:23:00.1029850Z JIT compilation time (incl runtime): 6.6 seconds 2024-05-15T23:23:00.1030180Z 2024-05-15T23:23:00.1030380Z ======================================== 2024-05-15T23:23:00.1030690Z 2024-05-15T23:23:00.1030880Z Average tokens/sec: 30.47 2024-05-15T23:23:00.1031200Z Memory used: 0.00 GB 2024-05-15T23:23:00.1031560Z ****************************************** 2024-05-15T23:23:00.1034860Z ******** INT4 group-wise quantized ******* 2024-05-15T23:23:00.1035140Z ****************************************** 2024-05-15T23:23:06.4055790Z Time for inference 1: 5.14 sec total, 38.90 tokens/sec 2024-05-15T23:23:06.4056220Z Bandwidth achieved: 2.91 GB/s 2024-05-15T23:23:06.4056650Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:06.6088840Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:06.6089250Z Loading model... 2024-05-15T23:23:06.6089510Z Time to load model: 0.01 seconds 2024-05-15T23:23:06.6090060Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:23:06.6090470Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6091300Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6091710Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6092080Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6092470Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6092860Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6093250Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6093630Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6094030Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6094380Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6094750Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6095130Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6095480Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6095830Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6096190Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6096540Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6096890Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6097250Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6097600Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6097990Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6098350Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6105190Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6105560Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6105900Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6106250Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6106590Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6106940Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6107280Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6107630Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6107980Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6108320Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6108660Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6109010Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6109340Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6109680Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6110030Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6110390Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:06.6110720Z Time to quantize model: 0.25 seconds 2024-05-15T23:23:06.6111430Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a big, red ball in the park. He wants to play with it. He runs to the ball and kicks it hard. 2024-05-15T23:23:06.6112840Z "Hey, that's my ball!" a girl says. She is looking for her ball. She sees Gus and runs to him. She grabs the ball and throws it back to him. 2024-05-15T23:23:06.6113650Z "Gus, give me my ball!" A boy says. He is holding the ball in his hand. He is happy. He likes to play with balls. 2024-05-15T23:23:06.6114560Z "Give me my ball!" A boy says. He is angry. He does not like to share. He kicks the ball hard. The ball flies in the air and hits a man. The man is not happy. He is angry. 2024-05-15T23:23:06.6115280Z "Hey, that's not nice!" a man says. He is the 2024-05-15T23:23:06.6115600Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:06.6116070Z --------------------------------------------------- 2024-05-15T23:23:06.6116270Z 2024-05-15T23:23:06.6116350Z ======================================== 2024-05-15T23:23:06.6116510Z 2024-05-15T23:23:06.6116590Z Average tokens/sec: 38.90 2024-05-15T23:23:06.6116790Z Memory used: 0.00 GB 2024-05-15T23:23:20.5085420Z Time for inference 1: 12.47 sec total, 16.04 tokens/sec 2024-05-15T23:23:20.5085790Z Bandwidth achieved: 1.20 GB/s 2024-05-15T23:23:20.5086290Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:23:20.8945150Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:20.8945600Z Loading model... 2024-05-15T23:23:20.8945960Z Time to load model: 0.01 seconds 2024-05-15T23:23:20.8946610Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:23:20.8947040Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8948030Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8948620Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8949110Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8949580Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8950050Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8950560Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8950930Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8951290Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8951680Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8952180Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8952720Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8953310Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8953830Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8954320Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8954840Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8955350Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8955840Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8956340Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8956830Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8957630Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8958000Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8958370Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8958720Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8959070Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8959420Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8959780Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8960130Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8960490Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8960850Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8963280Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8963650Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8964000Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8964340Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8964690Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8965030Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8965390Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:23:20.8965710Z Time to quantize model: 0.17 seconds 2024-05-15T23:23:20.8966750Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a big, red ball in the park. He wants to play with it. He runs to the ball and kicks it hard. 2024-05-15T23:23:20.8967910Z "Hey, that's my ball!" a girl says. She is looking for her ball. She sees Gus and runs to him. She grabs the ball and throws it back to him. 2024-05-15T23:23:20.8968720Z "Gus, give me my ball!" A boy says. He is holding the ball in his hand. He is happy. He likes to play with balls. 2024-05-15T23:23:20.8969640Z "Give me my ball!" A boy says. He is angry. He does not like to share. He kicks the ball hard. The ball flies in the air and hits a man. The man is not happy. He is angry. 2024-05-15T23:23:20.8970350Z "Hey, that's not nice!" a man says. He is the 2024-05-15T23:23:20.8970680Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:20.8971010Z --------------------------------------------------- 2024-05-15T23:23:20.8971330Z JIT compilation time (incl runtime): 1.2e+01 seconds 2024-05-15T23:23:20.8971550Z 2024-05-15T23:23:20.8971630Z ======================================== 2024-05-15T23:23:20.8971790Z 2024-05-15T23:23:20.8971870Z Average tokens/sec: 16.04 2024-05-15T23:23:20.8972060Z Memory used: 0.00 GB 2024-05-15T23:23:20.8972370Z ############### Run inference with torch.compile for dtype bfloat16 ############### 2024-05-15T23:23:20.8972650Z 2024-05-15T23:23:20.8972730Z ****************************************** 2024-05-15T23:23:20.8973000Z ************** non-quantized ************* 2024-05-15T23:23:20.8973250Z ****************************************** 2024-05-15T23:23:29.0805920Z Time for inference 1: 6.93 sec total, 28.87 tokens/sec 2024-05-15T23:23:29.0806300Z Bandwidth achieved: 1.41 GB/s 2024-05-15T23:23:29.0806800Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:23:29.4751030Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:29.4751620Z Loading model... 2024-05-15T23:23:29.4752190Z Time to load model: 0.02 seconds 2024-05-15T23:23:29.4753020Z Hello, my name is Dave. Dingu has a pink backpack. Dave opens it and says: "Welcome, Diver, wel you with a big smile. I'm glad to see you." 2024-05-15T23:23:29.4753840Z Diver was so excited. She asked, "What is your name is Dave?" 2024-05-15T23:23:29.4754380Z Diver said: "I'm Dave, I'm Oty the Big Bear." 2024-05-15T23:23:29.4754890Z Diver said, "It's so cool! Can I stay with you for a while?" 2024-05-15T23:23:29.4755410Z Diver said: "Of course, let me show Dave my other backpacks!" 2024-05-15T23:23:29.4756690Z So Dave and Oaty shared the pink backpacks and had a wonderful time. From that day on, Dave and Oive were the best of friends. Once upon a time, there was a little girl named Lily. One day, she went to the store with her mommy. She saw a needle on the ground and asked her mommy if she could have it. Her 2024-05-15T23:23:29.4758310Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:29.4758850Z --------------------------------------------------- 2024-05-15T23:23:29.4759300Z JIT compilation time (incl runtime): 6.9 seconds 2024-05-15T23:23:29.4759630Z 2024-05-15T23:23:29.4759820Z ======================================== 2024-05-15T23:23:29.4760100Z 2024-05-15T23:23:29.4760280Z Average tokens/sec: 28.87 2024-05-15T23:23:29.4761110Z Memory used: 0.00 GB 2024-05-15T23:23:29.4761460Z ****************************************** 2024-05-15T23:23:29.4761890Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:23:29.4762270Z ****************************************** 2024-05-15T23:23:31.6580980Z Time for inference 1: 1.29 sec total, 154.95 tokens/sec 2024-05-15T23:23:31.6581330Z Bandwidth achieved: 6.15 GB/s 2024-05-15T23:23:31.6581770Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:31.8576980Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:31.8577270Z Loading model... 2024-05-15T23:23:31.8577480Z Time to load model: 0.02 seconds 2024-05-15T23:23:31.8578400Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:23:31.8578780Z Time to quantize model: 0.02 seconds 2024-05-15T23:23:31.8579560Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:23:31.8580900Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide and slides down. She laughs and says, "Whee!" 2024-05-15T23:23:31.8582480Z Daisy goes on the slide again and again. She has so much fun. She sees her mommy and daddy. They are happy to see her. They say, "Good job, Daisy!" Daisy is happy too. She loves to play at the park. Once upon a time, there was a little girl named Lily. She loved to 2024-05-15T23:23:31.8583520Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:31.8583860Z --------------------------------------------------- 2024-05-15T23:23:31.8584060Z 2024-05-15T23:23:31.8584130Z ======================================== 2024-05-15T23:23:31.8584300Z 2024-05-15T23:23:31.8584370Z Average tokens/sec: 154.95 2024-05-15T23:23:31.8584570Z Memory used: 0.00 GB 2024-05-15T23:23:39.7122930Z Time for inference 1: 6.57 sec total, 30.44 tokens/sec 2024-05-15T23:23:39.7123370Z Bandwidth achieved: 1.21 GB/s 2024-05-15T23:23:39.7123870Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:23:40.0978750Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:40.0979190Z Loading model... 2024-05-15T23:23:40.0979510Z Time to load model: 0.02 seconds 2024-05-15T23:23:40.0980060Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:23:40.0980480Z Time to quantize model: 0.02 seconds 2024-05-15T23:23:40.0981030Z Hello, my name is Daisy. Daisy is very popular. Everyone likes Daisy. She is very friendly and kind. 2024-05-15T23:23:40.0983110Z One day, Daisy's mommy says, "Daisy, it's time to go to the park." Daisy says, "No, I don't want to go. I want to stay here and play." Daisy's mommy says, "But Daisy, it's time to go. We have to go to the park." Daisy says, "No, I don't want to go. I want to stay here." Daisy's mommy says, "If you don't go, you will be in big trouble." Daisy still says no. Daisy's mommy says, "If you don't go, I will have to punish you." Daisy says, "No, I don't want 2024-05-15T23:23:40.0984780Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:40.0985210Z --------------------------------------------------- 2024-05-15T23:23:40.0985900Z JIT compilation time (incl runtime): 6.6 seconds 2024-05-15T23:23:40.0986220Z 2024-05-15T23:23:40.0986370Z ======================================== 2024-05-15T23:23:40.0986610Z 2024-05-15T23:23:40.0986750Z Average tokens/sec: 30.44 2024-05-15T23:23:40.0987030Z Memory used: 0.00 GB 2024-05-15T23:23:40.0987340Z ****************************************** 2024-05-15T23:23:40.0987770Z ******** Emb: group-wise quantized ******* 2024-05-15T23:23:40.0988100Z ****************************************** 2024-05-15T23:23:42.2894380Z Time for inference 1: 1.29 sec total, 154.70 tokens/sec 2024-05-15T23:23:42.2894790Z Bandwidth achieved: 6.48 GB/s 2024-05-15T23:23:42.2895790Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:42.4904190Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:42.4904520Z Loading model... 2024-05-15T23:23:42.4904720Z Time to load model: 0.02 seconds 2024-05-15T23:23:42.4905270Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:23:42.4905660Z Time to quantize model: 0.03 seconds 2024-05-15T23:23:42.4906410Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:23:42.4907860Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:23:42.4908840Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:23:42.4909900Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:23:42.4910770Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:42.4911110Z --------------------------------------------------- 2024-05-15T23:23:42.4911300Z 2024-05-15T23:23:42.4911370Z ======================================== 2024-05-15T23:23:42.4911540Z 2024-05-15T23:23:42.4911610Z Average tokens/sec: 154.70 2024-05-15T23:23:42.4911810Z Memory used: 0.00 GB 2024-05-15T23:23:50.2076020Z Time for inference 1: 6.43 sec total, 31.12 tokens/sec 2024-05-15T23:23:50.2076390Z Bandwidth achieved: 1.30 GB/s 2024-05-15T23:23:50.2076910Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:23:50.5984440Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:50.5984900Z Loading model... 2024-05-15T23:23:50.5985260Z Time to load model: 0.02 seconds 2024-05-15T23:23:50.5985900Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:23:50.5986460Z Time to quantize model: 0.03 seconds 2024-05-15T23:23:50.5987100Z Hello, my name is Daisy. Daisy is very popular. Everyone likes Daisy. She is very friendly and kind. 2024-05-15T23:23:50.5988520Z One day, Daisy's mommy says, "Daisy, it's time to go to the park." Daisy says, "No, I don't want to go. I want to stay here and play." Daisy's mommy says, "But Daisy, it's time to go. You can play later." Daisy says, "No, I don't want to go. I want to stay here." 2024-05-15T23:23:50.5990120Z Daisy's mommy says, "If you don't go, you will be in trouble. You will be punished." Daisy does not want to be punished, so she says, "Okay, I will go." Daisy's mommy takes her to the park. 2024-05-15T23:23:50.5991210Z At the park, D 2024-05-15T23:23:50.5991580Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:50.5992060Z --------------------------------------------------- 2024-05-15T23:23:50.5992490Z JIT compilation time (incl runtime): 6.4 seconds 2024-05-15T23:23:50.5992820Z 2024-05-15T23:23:50.5993000Z ======================================== 2024-05-15T23:23:50.5993290Z 2024-05-15T23:23:50.5993460Z Average tokens/sec: 31.12 2024-05-15T23:23:50.5993780Z Memory used: 0.00 GB 2024-05-15T23:23:50.5994150Z *********************************************** 2024-05-15T23:23:50.5994590Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:23:50.5994970Z *********************************************** 2024-05-15T23:23:53.9144020Z Time for inference 1: 2.42 sec total, 82.50 tokens/sec 2024-05-15T23:23:53.9144380Z Bandwidth achieved: 2.89 GB/s 2024-05-15T23:23:53.9144830Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:54.1142420Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:54.1142710Z Loading model... 2024-05-15T23:23:54.1142910Z Time to load model: 0.02 seconds 2024-05-15T23:23:54.1143770Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:23:54.1144220Z Time to quantize model: 0.02 seconds 2024-05-15T23:23:54.1144810Z Hello, my name is Lily. I am a very special girl. I have a special gift for you. It is a big, red ball. Do you want to play with it?" 2024-05-15T23:23:54.1146040Z Lily was very happy and said, "Yes, please!" She took the ball and started to play. She threw it up in the air and caught it. She rolled it on the ground and kicked it. She had so much fun. 2024-05-15T23:23:54.1147000Z But then, Lily's mom called her. "Lily, it's time to go home. Come on, let's go." 2024-05-15T23:23:54.1148130Z Lily said, "Okay, mom. I'm coming." She put the ball in her pocket and ran to her mom. She said, "Mom, I had so much fun playing with the ball. Can we play again tomorrow?" 2024-05-15T23:23:54.1149060Z Her mom said, "Of course, Lily. We can play again tomorrow. But now, it's time to go home 2024-05-15T23:23:54.1149530Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:54.1149870Z --------------------------------------------------- 2024-05-15T23:23:54.1150060Z 2024-05-15T23:23:54.1150130Z ======================================== 2024-05-15T23:23:54.1150300Z 2024-05-15T23:23:54.1150370Z Average tokens/sec: 82.50 2024-05-15T23:23:54.1150570Z Memory used: 0.00 GB 2024-05-15T23:24:02.5056470Z Time for inference 1: 7.11 sec total, 28.14 tokens/sec 2024-05-15T23:24:02.5056830Z Bandwidth achieved: 0.99 GB/s 2024-05-15T23:24:02.5057330Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:24:02.8965840Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:02.8966300Z Loading model... 2024-05-15T23:24:02.8966670Z Time to load model: 0.02 seconds 2024-05-15T23:24:02.8967290Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:24:02.8967900Z Time to quantize model: 0.02 seconds 2024-05-15T23:24:02.8968780Z Hello, my name is Lily. I am a very special girl. I have a special power. I can make things disappear. I can make things disappear and reappear. Do you want to see?" 2024-05-15T23:24:02.8969700Z Lily nodded eagerly. She was very excited. She wanted to see the power. 2024-05-15T23:24:02.8970180Z "Yes, please!" she said. 2024-05-15T23:24:02.8970960Z So, Lily and her mom went to the store. They looked at all the things. Lily saw a toy she liked. It was a big, red ball. She asked her mom, "Can I have this ball, please?" 2024-05-15T23:24:02.8971830Z Her mom smiled. "Yes, Lily. You can have it." 2024-05-15T23:24:02.8972300Z Lily was so happy. She hugged her mom and said, "Thank you!" 2024-05-15T23:24:02.8973250Z Lily and her mom went home. Lily played with her new ball all day. She was very happy. She knew that her special power was worth the money. Once upon a time, there was a little 2024-05-15T23:24:02.8974130Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:02.8974610Z --------------------------------------------------- 2024-05-15T23:24:02.8975040Z JIT compilation time (incl runtime): 7.1 seconds 2024-05-15T23:24:02.8975370Z 2024-05-15T23:24:02.8975550Z ======================================== 2024-05-15T23:24:02.8975830Z 2024-05-15T23:24:02.8976010Z Average tokens/sec: 28.14 2024-05-15T23:24:02.8976330Z Memory used: 0.00 GB 2024-05-15T23:24:02.8976690Z *********************************************** 2024-05-15T23:24:02.8977120Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:24:02.8977500Z *********************************************** 2024-05-15T23:24:06.2808340Z Time for inference 1: 2.47 sec total, 80.84 tokens/sec 2024-05-15T23:24:06.2808690Z Bandwidth achieved: 3.02 GB/s 2024-05-15T23:24:06.2809140Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:06.4863170Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:06.4863480Z Loading model... 2024-05-15T23:24:06.4863690Z Time to load model: 0.02 seconds 2024-05-15T23:24:06.4864750Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:24:06.4865180Z Time to quantize model: 0.03 seconds 2024-05-15T23:24:06.4865580Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:24:06.4866430Z One day, Daisy's mommy said, "Daisy, it's time to go to the store." Daisy was so excited! She ran to the store and saw a big, shiny toy. She wanted it so badly. 2024-05-15T23:24:06.4867450Z Daisy asked her mommy, "Can I have it?" Her mommy said, "No, Daisy. It's too expensive." Daisy was very sad. 2024-05-15T23:24:06.4868530Z Daisy's mommy said, "It's okay, Daisy. We can get it another day." Daisy was still sad but she knew her mommy was right. 2024-05-15T23:24:06.4869410Z Daisy and her mommy went home. Daisy was still sad but she knew that she would get a new toy soon. Once upon a time, there was a 2024-05-15T23:24:06.4870010Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:06.4870370Z --------------------------------------------------- 2024-05-15T23:24:06.4870570Z 2024-05-15T23:24:06.4870650Z ======================================== 2024-05-15T23:24:06.4870810Z 2024-05-15T23:24:06.4870890Z Average tokens/sec: 80.84 2024-05-15T23:24:06.4871100Z Memory used: 0.00 GB 2024-05-15T23:24:15.0408140Z Time for inference 1: 7.26 sec total, 27.54 tokens/sec 2024-05-15T23:24:15.0408620Z Bandwidth achieved: 1.03 GB/s 2024-05-15T23:24:15.0418340Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:24:15.4414520Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:15.4414970Z Loading model... 2024-05-15T23:24:15.4415330Z Time to load model: 0.02 seconds 2024-05-15T23:24:15.4416110Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:24:15.4416680Z Time to quantize model: 0.03 seconds 2024-05-15T23:24:15.4417200Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:24:15.4418210Z One day, Daisy's mommy said, "Daisy, it's time to go to the store." Daisy was so excited! She ran to the store and saw a big, shiny toy. She wanted it so badly. 2024-05-15T23:24:15.4419240Z Daisy asked her mommy, "Can I have it?" Her mommy said, "No, Daisy. It's too expensive." Daisy was very sad. 2024-05-15T23:24:15.4420070Z Daisy's mommy said, "It's okay, Daisy. We can get it another day." Daisy was still sad but she knew her mommy was right. 2024-05-15T23:24:15.4421090Z Daisy and her mommy went home. Daisy was still sad but she knew that she would get a new toy soon. Once upon a time, there was a 2024-05-15T23:24:15.4421840Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:15.4422330Z --------------------------------------------------- 2024-05-15T23:24:15.4422750Z JIT compilation time (incl runtime): 7.3 seconds 2024-05-15T23:24:15.4423450Z 2024-05-15T23:24:15.4423640Z ======================================== 2024-05-15T23:24:15.4423930Z 2024-05-15T23:24:15.4424110Z Average tokens/sec: 27.54 2024-05-15T23:24:15.4424430Z Memory used: 0.00 GB 2024-05-15T23:24:15.4424780Z ****************************************** 2024-05-15T23:24:15.4425200Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:24:15.4425580Z ****************************************** 2024-05-15T23:24:16.8802150Z Time for inference 1: 0.54 sec total, 372.43 tokens/sec 2024-05-15T23:24:16.8802520Z Bandwidth achieved: 12.56 GB/s 2024-05-15T23:24:16.8802950Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:17.0806610Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:17.0806920Z Loading model... 2024-05-15T23:24:17.0807150Z Time to load model: 0.02 seconds 2024-05-15T23:24:17.0807760Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:24:17.0808170Z Time to quantize model: 0.03 seconds 2024-05-15T23:24:17.0808950Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:24:17.0810580Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:24:17.0812050Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball. She picks it up. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:24:17.0813010Z Daisy and the boy are friends. They like to play at 2024-05-15T23:24:17.0813540Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:17.0813900Z --------------------------------------------------- 2024-05-15T23:24:17.0814090Z 2024-05-15T23:24:17.0814170Z ======================================== 2024-05-15T23:24:17.0814330Z 2024-05-15T23:24:17.0814410Z Average tokens/sec: 372.43 2024-05-15T23:24:17.0814600Z Memory used: 0.00 GB 2024-05-15T23:24:25.6630970Z Time for inference 1: 7.29 sec total, 27.44 tokens/sec 2024-05-15T23:24:25.6631340Z Bandwidth achieved: 0.93 GB/s 2024-05-15T23:24:25.6631860Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:24:26.0567670Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:26.0568090Z Loading model... 2024-05-15T23:24:26.0568360Z Time to load model: 0.02 seconds 2024-05-15T23:24:26.0569010Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:24:26.0569480Z Time to quantize model: 0.03 seconds 2024-05-15T23:24:26.0570330Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:24:26.0571710Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:24:26.0573160Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy catches the ball. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:24:26.0574530Z Daisy and the boy become friends. They play on the slide every day. They are happy 2024-05-15T23:24:26.0575050Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:26.0575470Z --------------------------------------------------- 2024-05-15T23:24:26.0575840Z JIT compilation time (incl runtime): 7.3 seconds 2024-05-15T23:24:26.0576110Z 2024-05-15T23:24:26.0576240Z ======================================== 2024-05-15T23:24:26.0576470Z 2024-05-15T23:24:26.0576600Z Average tokens/sec: 27.44 2024-05-15T23:24:26.0576860Z Memory used: 0.00 GB 2024-05-15T23:24:26.0577160Z ****************************************** 2024-05-15T23:24:26.0577520Z ******** INT8 group-wise quantized ******* 2024-05-15T23:24:26.0577840Z ****************************************** 2024-05-15T23:24:30.8131700Z Time for inference 1: 3.84 sec total, 52.09 tokens/sec 2024-05-15T23:24:30.8132060Z Bandwidth achieved: 1.95 GB/s 2024-05-15T23:24:30.8132500Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:31.0187770Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:31.0188130Z Loading model... 2024-05-15T23:24:31.0188330Z Time to load model: 0.02 seconds 2024-05-15T23:24:31.0188940Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:24:31.0189360Z Time to quantize model: 0.05 seconds 2024-05-15T23:24:31.0190140Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:24:31.0191510Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide and slides down. She laughs and says, "Whee!" 2024-05-15T23:24:31.0193470Z Daisy's mommy claps and says, "Good job, Daisy!" Daisy is so happy. She runs back to the slide. She slides down and says, "That was so fun!" Daisy and her mommy play on the slide all day. They are the best of friends. Once upon a time, there was a little 2024-05-15T23:24:31.0194510Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:31.0194850Z --------------------------------------------------- 2024-05-15T23:24:31.0195040Z 2024-05-15T23:24:31.0195120Z ======================================== 2024-05-15T23:24:31.0195280Z 2024-05-15T23:24:31.0195540Z Average tokens/sec: 52.09 2024-05-15T23:24:31.0195750Z Memory used: 0.00 GB 2024-05-15T23:24:39.9800140Z Time for inference 1: 7.66 sec total, 26.12 tokens/sec 2024-05-15T23:24:39.9800500Z Bandwidth achieved: 0.98 GB/s 2024-05-15T23:24:39.9801010Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:24:40.3743820Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:40.3744280Z Loading model... 2024-05-15T23:24:40.3744650Z Time to load model: 0.02 seconds 2024-05-15T23:24:40.3745260Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:24:40.3745810Z Time to quantize model: 0.05 seconds 2024-05-15T23:24:40.3746760Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:24:40.3748260Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide and slides down. She laughs and says, "Whee!" 2024-05-15T23:24:40.3749890Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" Then Daisy and her mommy went home. Daisy was so happy. She had a great day at the park. Once upon a time, there was a little girl 2024-05-15T23:24:40.3751010Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:40.3751490Z --------------------------------------------------- 2024-05-15T23:24:40.3751920Z JIT compilation time (incl runtime): 7.7 seconds 2024-05-15T23:24:40.3752250Z 2024-05-15T23:24:40.3752430Z ======================================== 2024-05-15T23:24:40.3752710Z 2024-05-15T23:24:40.3752900Z Average tokens/sec: 26.12 2024-05-15T23:24:40.3753210Z Memory used: 0.00 GB 2024-05-15T23:24:40.3753570Z ****************************************** 2024-05-15T23:24:40.3753990Z ******** INT4 group-wise quantized ******* 2024-05-15T23:24:40.3754370Z ****************************************** 2024-05-15T23:24:46.6793300Z Time for inference 1: 5.26 sec total, 38.04 tokens/sec 2024-05-15T23:24:46.6793660Z Bandwidth achieved: 1.90 GB/s 2024-05-15T23:24:46.6794090Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:46.8827920Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:46.8828380Z Loading model... 2024-05-15T23:24:46.8828600Z Time to load model: 0.02 seconds 2024-05-15T23:24:46.8829130Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:24:46.8829540Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8829920Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8830280Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8830640Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8831010Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8831350Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8831690Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8832060Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8832760Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8833100Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8833460Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8833820Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8834170Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8834510Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8834850Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8835190Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8835770Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8836120Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8836470Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8836820Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8837170Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8837510Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8837850Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8838190Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8838530Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8838870Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8839220Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8839550Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8839900Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8840230Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8840570Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8840910Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8841260Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8841600Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8841940Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8842280Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8842640Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:24:46.8842960Z Time to quantize model: 0.17 seconds 2024-05-15T23:24:46.8843660Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a big, red ball in the park. He wants to play with it. He runs to the ball and grabs it. 2024-05-15T23:24:46.8844710Z "Hey, that's my ball!" a girl says. She is looking for her ball. She sees Gus with the ball. She runs to him and grabs the ball. 2024-05-15T23:24:46.8845400Z "Give it back!" Gus says. He is angry. He does not like the girl. He thinks she is mean. 2024-05-15T23:24:46.8846050Z "No, it's mine!" the girl says. She is not nice. She likes the ball too. She does not want to share. 2024-05-15T23:24:46.8846650Z They start to pull the ball. They both want it. They pull and pull. They are not happy. 2024-05-15T23:24:46.8847210Z A dog sees them. The dog is big and brown. He likes balls too. He runs to them. He b 2024-05-15T23:24:46.8847660Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:46.8848000Z --------------------------------------------------- 2024-05-15T23:24:46.8848190Z 2024-05-15T23:24:46.8848260Z ======================================== 2024-05-15T23:24:46.8848430Z 2024-05-15T23:24:46.8848490Z Average tokens/sec: 38.04 2024-05-15T23:24:46.8848690Z Memory used: 0.00 GB 2024-05-15T23:25:01.0733920Z Time for inference 1: 12.75 sec total, 15.68 tokens/sec 2024-05-15T23:25:01.0734340Z Bandwidth achieved: 0.79 GB/s 2024-05-15T23:25:01.0734860Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:01.4701090Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:01.4701490Z Loading model... 2024-05-15T23:25:01.4701760Z Time to load model: 0.02 seconds 2024-05-15T23:25:01.4702660Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:25:01.4703210Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4703660Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4704090Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4704520Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4704940Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4705880Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4706280Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4706730Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4707160Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4707580Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4708370Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4708830Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4709250Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4709680Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4710090Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4710500Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4710940Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4711390Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4711810Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4712240Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4712660Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4713070Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4713530Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4714040Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4714510Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4715160Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4715560Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4715940Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4716440Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4716810Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4717170Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4717520Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4717850Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4718200Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4718540Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4718880Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4719240Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:25:01.4719570Z Time to quantize model: 0.17 seconds 2024-05-15T23:25:01.4720270Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a big, red ball in the park. He wants to play with it. He runs to the ball and grabs it. 2024-05-15T23:25:01.4721350Z "Hey, that's my ball!" a girl says. She is looking for her ball. She sees Gus with the ball. She runs to him and grabs the ball. 2024-05-15T23:25:01.4722040Z "Give it back!" Gus says. He is angry. He does not like the girl. He thinks she is mean. 2024-05-15T23:25:01.4722760Z "No, it's mine!" the girl says. She is not nice. She likes the ball too. She does not want to share. 2024-05-15T23:25:01.4723800Z They start to pull the ball. They pull and pull. They pull and pull. They pull and pull. They pull and pull. They pull and pull. They pull and pull. 2024-05-15T23:25:01.4724410Z Then, the ball rolls away. Gus 2024-05-15T23:25:01.4724680Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:01.4725020Z --------------------------------------------------- 2024-05-15T23:25:01.4725330Z JIT compilation time (incl runtime): 1.3e+01 seconds 2024-05-15T23:25:01.4725560Z 2024-05-15T23:25:01.4725630Z ======================================== 2024-05-15T23:25:01.4725790Z 2024-05-15T23:25:01.4725860Z Average tokens/sec: 15.68 2024-05-15T23:25:01.4726130Z Memory used: 0.00 GB 2024-05-15T23:25:01.4726450Z ############### Run inference with torch.compile for dtype float16 ############### 2024-05-15T23:25:01.4726730Z 2024-05-15T23:25:01.4726810Z ****************************************** 2024-05-15T23:25:01.4727090Z ************** non-quantized ************* 2024-05-15T23:25:01.4727340Z ****************************************** 2024-05-15T23:25:09.0726480Z Time for inference 1: 6.34 sec total, 31.56 tokens/sec 2024-05-15T23:25:09.0726850Z Bandwidth achieved: 1.54 GB/s 2024-05-15T23:25:09.0727360Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:09.4711130Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:09.4711610Z Loading model... 2024-05-15T23:25:09.4711950Z Time to load model: 0.02 seconds 2024-05-15T23:25:09.4712830Z Hello, my name is Molly. But there is one problem - there is a small bird that is suffering. It has a broken wing and it needs to be fixed. 2024-05-15T23:25:09.4713910Z Molly was very wise and she knew how to solve the problem. Every day, she checked for the bird and she knew she could help. 2024-05-15T23:25:09.4715100Z Molly bent down and picked up the bird. She brought it home and took care of it. She fed it and gave it food and water every day. She was so wise and the bird was very happy. 2024-05-15T23:25:09.4717110Z The result of Molly's kindness was that the bird's wing was healed. Now it could fly again! Molly was happy to see the bird fly away and she promised to always be wise and kind to all the animals she met. Once upon a time, there was a little boy named Timmy. Timmy loved to play with his toys, especially his toy gun. He would shoot at the screen and pretend he was 2024-05-15T23:25:09.4718800Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:09.4719270Z --------------------------------------------------- 2024-05-15T23:25:09.4719700Z JIT compilation time (incl runtime): 6.3 seconds 2024-05-15T23:25:09.4720020Z 2024-05-15T23:25:09.4720210Z ======================================== 2024-05-15T23:25:09.4720490Z 2024-05-15T23:25:09.4720670Z Average tokens/sec: 31.56 2024-05-15T23:25:09.4720990Z Memory used: 0.00 GB 2024-05-15T23:25:09.4721340Z ****************************************** 2024-05-15T23:25:09.4721760Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:25:09.4722340Z ****************************************** 2024-05-15T23:25:10.8130810Z Time for inference 1: 0.45 sec total, 441.58 tokens/sec 2024-05-15T23:25:10.8131170Z Bandwidth achieved: 17.51 GB/s 2024-05-15T23:25:10.8131610Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:11.0319630Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:11.0319950Z Loading model... 2024-05-15T23:25:11.0320160Z Time to load model: 0.02 seconds 2024-05-15T23:25:11.0320740Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:25:11.0321160Z Time to quantize model: 0.02 seconds 2024-05-15T23:25:11.0321970Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:11.0323190Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and shouts. She feels the wind in her hair. 2024-05-15T23:25:11.0324850Z Daisy sees a boy. He is playing with a ball. He is throwing the ball to his friend. Daisy wants to play too. She runs to the boy and says, "Can I play with you?" 2024-05-15T23:25:11.0325840Z The boy looks at Daisy. He sees her smiling. He smiles back. He says, "Sure, you can play with me. What do you want to play?" 2024-05-15T23:25:11.0326380Z Daisy says, "I want 2024-05-15T23:25:11.0326630Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:11.0327010Z --------------------------------------------------- 2024-05-15T23:25:11.0327210Z 2024-05-15T23:25:11.0327480Z ======================================== 2024-05-15T23:25:11.0327670Z 2024-05-15T23:25:11.0327740Z Average tokens/sec: 441.58 2024-05-15T23:25:11.0327960Z Memory used: 0.00 GB 2024-05-15T23:25:18.0375800Z Time for inference 1: 5.72 sec total, 34.94 tokens/sec 2024-05-15T23:25:18.0376170Z Bandwidth achieved: 1.39 GB/s 2024-05-15T23:25:18.0376690Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:18.4224970Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:18.4225360Z Loading model... 2024-05-15T23:25:18.4225620Z Time to load model: 0.01 seconds 2024-05-15T23:25:18.4226270Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:25:18.4226740Z Time to quantize model: 0.02 seconds 2024-05-15T23:25:18.4227580Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:18.4228850Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and shouts. She feels the wind in her hair. 2024-05-15T23:25:18.4230060Z Daisy sees a boy. He is playing with a ball. He is throwing the ball to his friend. Daisy wants to play too. She runs to the boy and says, "Can I play with you?" 2024-05-15T23:25:18.4231330Z The boy looks at Daisy. He sees her smiling. He smiles back. He says, "Sure, you can play with me. What do you want to play?" 2024-05-15T23:25:18.4231990Z Daisy says, "I want 2024-05-15T23:25:18.4232300Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:18.4232720Z --------------------------------------------------- 2024-05-15T23:25:18.4233090Z JIT compilation time (incl runtime): 5.7 seconds 2024-05-15T23:25:18.4233360Z 2024-05-15T23:25:18.4233490Z ======================================== 2024-05-15T23:25:18.4233730Z 2024-05-15T23:25:18.4233850Z Average tokens/sec: 34.94 2024-05-15T23:25:18.4234130Z Memory used: 0.00 GB 2024-05-15T23:25:18.4234430Z ****************************************** 2024-05-15T23:25:18.4234790Z ******** Emb: group-wise quantized ******* 2024-05-15T23:25:18.4235110Z ****************************************** 2024-05-15T23:25:19.8150330Z Time for inference 1: 0.49 sec total, 405.22 tokens/sec 2024-05-15T23:25:19.8150690Z Bandwidth achieved: 16.98 GB/s 2024-05-15T23:25:19.8151630Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:20.0146370Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:20.0146690Z Loading model... 2024-05-15T23:25:20.0146910Z Time to load model: 0.01 seconds 2024-05-15T23:25:20.0147470Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:25:20.0147920Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:20.0148710Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:20.0149830Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:25:20.0150920Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:25:20.0152250Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:25:20.0153100Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:20.0153450Z --------------------------------------------------- 2024-05-15T23:25:20.0153640Z 2024-05-15T23:25:20.0153720Z ======================================== 2024-05-15T23:25:20.0153880Z 2024-05-15T23:25:20.0153960Z Average tokens/sec: 405.22 2024-05-15T23:25:20.0154180Z Memory used: 0.00 GB 2024-05-15T23:25:27.1178710Z Time for inference 1: 5.82 sec total, 34.37 tokens/sec 2024-05-15T23:25:27.1179080Z Bandwidth achieved: 1.44 GB/s 2024-05-15T23:25:27.1179590Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:27.5047650Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:27.5048110Z Loading model... 2024-05-15T23:25:27.5048480Z Time to load model: 0.01 seconds 2024-05-15T23:25:27.5049120Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:25:27.5049660Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:27.5050610Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:27.5051840Z Daisy sees a big slide. She wants to go on it. She runs to the slide and climbs up the ladder. She sits on the top and slides down. She laughs and says, "Whee!" 2024-05-15T23:25:27.5052830Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:25:27.5054050Z Daisy and her mommy have a great day at the park. They play on the swings, slide down the slide, and run in the grass. Daisy is very happy. She loves her mommy and her popular slide. Once upon a time, there 2024-05-15T23:25:27.5055040Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:27.5055520Z --------------------------------------------------- 2024-05-15T23:25:27.5055940Z JIT compilation time (incl runtime): 5.8 seconds 2024-05-15T23:25:27.5056270Z 2024-05-15T23:25:27.5056450Z ======================================== 2024-05-15T23:25:27.5056730Z 2024-05-15T23:25:27.5056920Z Average tokens/sec: 34.37 2024-05-15T23:25:27.5057230Z Memory used: 0.00 GB 2024-05-15T23:25:27.5057600Z *********************************************** 2024-05-15T23:25:27.5058030Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:25:27.5058420Z *********************************************** 2024-05-15T23:25:30.0814720Z Time for inference 1: 1.66 sec total, 120.16 tokens/sec 2024-05-15T23:25:30.0815090Z Bandwidth achieved: 4.21 GB/s 2024-05-15T23:25:30.0815520Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:30.2873920Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:30.2874240Z Loading model... 2024-05-15T23:25:30.2874440Z Time to load model: 0.01 seconds 2024-05-15T23:25:30.2875070Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:25:30.2875520Z Time to quantize model: 0.02 seconds 2024-05-15T23:25:30.2876270Z Hello, my name is Jack. He is three years old and he loves to explore. One day, he was walking through the park when he saw a big, tall tree. He wanted to climb it, so he started to climb. 2024-05-15T23:25:30.2877140Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his friend, Sarah. 2024-05-15T23:25:30.2877680Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:25:30.2878120Z Sarah said, "No, it's too high. You might get hurt." 2024-05-15T23:25:30.2878950Z Jack was sad, but he kept climbing. He reached the top and looked out. He saw a beautiful view of the park and he was so happy. He shouted, "I'm so glad I climbed the tree!" 2024-05-15T23:25:30.2880040Z Sarah smiled and said, "Me too. Let's climb the tree together!" 2024-05-15T23:25:30.2880400Z So, Jack and Sarah climbed the tree and had a 2024-05-15T23:25:30.2880720Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:30.2881050Z --------------------------------------------------- 2024-05-15T23:25:30.2881240Z 2024-05-15T23:25:30.2881320Z ======================================== 2024-05-15T23:25:30.2881480Z 2024-05-15T23:25:30.2881560Z Average tokens/sec: 120.16 2024-05-15T23:25:30.2881760Z Memory used: 0.00 GB 2024-05-15T23:25:37.9834640Z Time for inference 1: 6.42 sec total, 31.15 tokens/sec 2024-05-15T23:25:37.9835590Z Bandwidth achieved: 1.09 GB/s 2024-05-15T23:25:37.9836110Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:38.3728090Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:38.3728530Z Loading model... 2024-05-15T23:25:38.3728920Z Time to load model: 0.01 seconds 2024-05-15T23:25:38.3729600Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:25:38.3730060Z Time to quantize model: 0.02 seconds 2024-05-15T23:25:38.3730840Z Hello, my name is Jack. He is three years old and he loves to explore. One day, he was walking through the park when he saw a big, tall tree. He wanted to climb it, so he started to climb. 2024-05-15T23:25:38.3731940Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his friend, Sarah. 2024-05-15T23:25:38.3732720Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:25:38.3733190Z Sarah said, "No, it's too high. You might get hurt." 2024-05-15T23:25:38.3734190Z Jack was sad, but he kept climbing. He reached the top and looked out. He saw a beautiful view of the park and he was so happy. He shouted, "I'm so glad I climbed the tree!" 2024-05-15T23:25:38.3735330Z Sarah smiled and said, "Me too. I'm glad you're safe." Once upon a time, there was a little girl named L 2024-05-15T23:25:38.3736000Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:38.3736480Z --------------------------------------------------- 2024-05-15T23:25:38.3736930Z JIT compilation time (incl runtime): 6.4 seconds 2024-05-15T23:25:38.3737270Z 2024-05-15T23:25:38.3737480Z ======================================== 2024-05-15T23:25:38.3737770Z 2024-05-15T23:25:38.3737970Z Average tokens/sec: 31.15 2024-05-15T23:25:38.3738310Z Memory used: 0.00 GB 2024-05-15T23:25:38.3738690Z *********************************************** 2024-05-15T23:25:38.3739140Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:25:38.3739550Z *********************************************** 2024-05-15T23:25:40.8863500Z Time for inference 1: 1.61 sec total, 124.03 tokens/sec 2024-05-15T23:25:40.8863870Z Bandwidth achieved: 4.63 GB/s 2024-05-15T23:25:40.8864310Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:41.0879870Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:41.0880230Z Loading model... 2024-05-15T23:25:41.0880440Z Time to load model: 0.02 seconds 2024-05-15T23:25:41.0881030Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:25:41.0881490Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:41.0881920Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her friends. 2024-05-15T23:25:41.0882730Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:25:41.0883430Z Daisy asked her friends, "Can I play with the ball?" 2024-05-15T23:25:41.0883740Z Her friends said, "Yes, of course!" 2024-05-15T23:25:41.0884310Z Daisy was so happy. She ran to the ball and started to play. She kicked the ball and it went flying. Daisy was so excited. 2024-05-15T23:25:41.0885020Z Daisy and her friends played with the ball all day. They laughed and had so much fun. 2024-05-15T23:25:41.0885990Z At the end of the day, Daisy said, "Thank you for playing with me. I had so much fun!" 2024-05-15T23:25:41.0886510Z Her friends said, "We had fun too! Let's play again soon!" 2024-05-15T23:25:41.0886810Z Daisy smiled 2024-05-15T23:25:41.0887030Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:41.0887370Z --------------------------------------------------- 2024-05-15T23:25:41.0887570Z 2024-05-15T23:25:41.0887640Z ======================================== 2024-05-15T23:25:41.0887810Z 2024-05-15T23:25:41.0887880Z Average tokens/sec: 124.03 2024-05-15T23:25:41.0888090Z Memory used: 0.00 GB 2024-05-15T23:25:48.7018960Z Time for inference 1: 6.33 sec total, 31.60 tokens/sec 2024-05-15T23:25:48.7019340Z Bandwidth achieved: 1.18 GB/s 2024-05-15T23:25:48.7019860Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:49.0916720Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:49.0917130Z Loading model... 2024-05-15T23:25:49.0917410Z Time to load model: 0.01 seconds 2024-05-15T23:25:49.0918110Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:25:49.0918620Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:49.0919100Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her friends. 2024-05-15T23:25:49.0919980Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:25:49.0920730Z Daisy asked her friends, "Can I play with the ball?" 2024-05-15T23:25:49.0921070Z Her friends said, "Yes, of course!" 2024-05-15T23:25:49.0921670Z Daisy was so happy. She ran to the ball and started to play. She kicked the ball and it went flying. Daisy was so excited. 2024-05-15T23:25:49.0922470Z Daisy and her friends played with the ball all day. They laughed and had so much fun. 2024-05-15T23:25:49.0923330Z At the end of the day, Daisy said, "Thank you for playing with me. I had so much fun!" 2024-05-15T23:25:49.0923960Z Her friends said, "We had fun too! Let's play again soon!" 2024-05-15T23:25:49.0924330Z Daisy smiled 2024-05-15T23:25:49.0924620Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:49.0925020Z --------------------------------------------------- 2024-05-15T23:25:49.0925390Z JIT compilation time (incl runtime): 6.3 seconds 2024-05-15T23:25:49.0925660Z 2024-05-15T23:25:49.0925790Z ======================================== 2024-05-15T23:25:49.0926020Z 2024-05-15T23:25:49.0926140Z Average tokens/sec: 31.60 2024-05-15T23:25:49.0926400Z Memory used: 0.00 GB 2024-05-15T23:25:49.0926700Z ****************************************** 2024-05-15T23:25:49.0927050Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:25:49.0927360Z ****************************************** 2024-05-15T23:25:50.4289060Z Time for inference 1: 0.44 sec total, 451.12 tokens/sec 2024-05-15T23:25:50.4289430Z Bandwidth achieved: 15.22 GB/s 2024-05-15T23:25:50.4289870Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:50.6297560Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:50.6297930Z Loading model... 2024-05-15T23:25:50.6298140Z Time to load model: 0.01 seconds 2024-05-15T23:25:50.6298690Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:25:50.6299090Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:50.6299860Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:50.6301190Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:25:50.6302660Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball. She picks it up. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:25:50.6303880Z Daisy and the boy are friends. They like to play at 2024-05-15T23:25:50.6304230Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:50.6304570Z --------------------------------------------------- 2024-05-15T23:25:50.6304760Z 2024-05-15T23:25:50.6304830Z ======================================== 2024-05-15T23:25:50.6305000Z 2024-05-15T23:25:50.6305070Z Average tokens/sec: 451.12 2024-05-15T23:25:50.6305270Z Memory used: 0.00 GB 2024-05-15T23:25:59.0223320Z Time for inference 1: 6.97 sec total, 28.71 tokens/sec 2024-05-15T23:25:59.0223810Z Bandwidth achieved: 0.97 GB/s 2024-05-15T23:25:59.0224430Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:25:59.4239950Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:59.4240430Z Loading model... 2024-05-15T23:25:59.4240930Z Time to load model: 0.02 seconds 2024-05-15T23:25:59.4241980Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:25:59.4242670Z Time to quantize model: 0.04 seconds 2024-05-15T23:25:59.4243950Z Hello, my name is Daisy. Daisy is very popular. Everyone wants to be her friend. One day, Daisy's mommy takes her to the park. Daisy is so excited! She loves to play. 2024-05-15T23:25:59.4245500Z Daisy sees a big slide. She wants to go on it. Daisy's mommy says, "Yes, you can go on the slide." Daisy runs to the slide. She climbs up the steps. She sits on the slide. She slides down. She laughs. 2024-05-15T23:25:59.4247060Z Daisy sees a boy. He is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball. She picks it up. She throws it back to the boy. The boy catches the ball. He throws it back to Daisy. They play together. They have fun. 2024-05-15T23:25:59.4248670Z Daisy and the boy are friends. They like to play at 2024-05-15T23:25:59.4249300Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:59.4250000Z --------------------------------------------------- 2024-05-15T23:25:59.4250520Z JIT compilation time (incl runtime): 7.0 seconds 2024-05-15T23:25:59.4250970Z 2024-05-15T23:25:59.4251170Z ======================================== 2024-05-15T23:25:59.4251550Z 2024-05-15T23:25:59.4251940Z Average tokens/sec: 28.71 2024-05-15T23:25:59.4252270Z Memory used: 0.00 GB 2024-05-15T23:25:59.4252730Z ****************************************** 2024-05-15T23:25:59.4253550Z ******** INT8 group-wise quantized ******* 2024-05-15T23:25:59.4253880Z ****************************************** 2024-05-15T23:26:02.0556090Z Time for inference 1: 1.67 sec total, 119.93 tokens/sec 2024-05-15T23:26:02.0556530Z Bandwidth achieved: 4.49 GB/s 2024-05-15T23:26:02.0556970Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:26:02.2596760Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:02.2597150Z Loading model... 2024-05-15T23:26:02.2597440Z Time to load model: 0.02 seconds 2024-05-15T23:26:02.2598130Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:26:02.2598620Z Time to quantize model: 0.05 seconds 2024-05-15T23:26:02.2599120Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:26:02.2600010Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:26:02.2601030Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:26:02.2601730Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:26:02.2603160Z Daisy and her friends played with the big, red ball all day. They laughed and had a great time. They were so happy to be together. Once upon a time, there was a little girl named Lily. She loved to play outside in the sunshine. One day, she saw a big, red apple on the ground. She picked it up and 2024-05-15T23:26:02.2604960Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:02.2605400Z --------------------------------------------------- 2024-05-15T23:26:02.2605670Z 2024-05-15T23:26:02.2605790Z ======================================== 2024-05-15T23:26:02.2605980Z 2024-05-15T23:26:02.2606120Z Average tokens/sec: 119.93 2024-05-15T23:26:02.2606380Z Memory used: 0.00 GB 2024-05-15T23:26:10.9712910Z Time for inference 1: 7.36 sec total, 27.18 tokens/sec 2024-05-15T23:26:10.9713610Z Bandwidth achieved: 1.02 GB/s 2024-05-15T23:26:10.9714880Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:26:11.3892180Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:11.3892700Z Loading model... 2024-05-15T23:26:11.3893260Z Time to load model: 0.02 seconds 2024-05-15T23:26:11.3894560Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:26:11.3895350Z Time to quantize model: 0.05 seconds 2024-05-15T23:26:11.3896200Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:26:11.3897260Z One day, Daisy and her friends were playing in the park. They were having lots of fun. Suddenly, Daisy saw a big, red ball. She wanted to play with it. 2024-05-15T23:26:11.3898370Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:26:11.3899280Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:26:11.3900800Z Daisy and her friends played with the big, red ball all day. They laughed and had a great time. They were so happy to be together. Once upon a time, there was a little girl named Lily. She loved to play outside in the sunshine. One day, she saw a big, red ball in the sky. It was the sun! 2024-05-15T23:26:11.3902250Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:11.3902910Z --------------------------------------------------- 2024-05-15T23:26:11.3903420Z JIT compilation time (incl runtime): 7.4 seconds 2024-05-15T23:26:11.3903860Z 2024-05-15T23:26:11.3904130Z ======================================== 2024-05-15T23:26:11.3904520Z 2024-05-15T23:26:11.3904860Z Average tokens/sec: 27.18 2024-05-15T23:26:11.3905310Z Memory used: 0.00 GB 2024-05-15T23:26:11.3905830Z ****************************************** 2024-05-15T23:26:11.3906310Z ******** INT4 group-wise quantized ******* 2024-05-15T23:26:11.3906790Z ****************************************** 2024-05-15T23:26:13.7237880Z Time for inference 1: 1.17 sec total, 171.31 tokens/sec 2024-05-15T23:26:13.7238580Z Bandwidth achieved: 8.58 GB/s 2024-05-15T23:26:13.7239100Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:26:13.9498930Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:13.9499440Z Loading model... 2024-05-15T23:26:13.9499710Z Time to load model: 0.02 seconds 2024-05-15T23:26:13.9500250Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:26:13.9500940Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9501520Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9501970Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9502500Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9502930Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9516230Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9516650Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9517080Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9517440Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9518190Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9518600Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9518960Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9519360Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9519720Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9520120Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9520560Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9520970Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9521560Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9521920Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9522340Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9522760Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9523150Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9523570Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9524070Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9524490Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9524940Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9525470Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9525890Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9526300Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9526800Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9527240Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9527690Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9528140Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9528550Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9528910Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9529310Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9529680Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:13.9530070Z Time to quantize model: 0.21 seconds 2024-05-15T23:26:13.9530850Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a new toy in the store. It is a shiny, blue car. He wants it very much. 2024-05-15T23:26:13.9531650Z He asks his mom, "Mom, can I have the new car?" 2024-05-15T23:26:13.9532340Z Mom says, "No, Gus. It is too expensive. You have many toys already. You don't need another one." 2024-05-15T23:26:13.9533400Z Gus is sad. He really wants the new car. He thinks of a plan. He waits until Mom is busy talking to another mom. Then he sneaks into the store. He grabs the new car and runs away. 2024-05-15T23:26:13.9534440Z "Hey, stop!" Mom shouts. "That's not your car. That's my new car. You can't have it." 2024-05-15T23:26:13.9535070Z Gus is scared. He thinks he is in trouble. He runs after the car 2024-05-15T23:26:13.9535510Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:13.9535930Z --------------------------------------------------- 2024-05-15T23:26:13.9536190Z 2024-05-15T23:26:13.9536320Z ======================================== 2024-05-15T23:26:13.9536490Z 2024-05-15T23:26:13.9536630Z Average tokens/sec: 171.31 2024-05-15T23:26:13.9536880Z Memory used: 0.00 GB 2024-05-15T23:26:24.7904970Z Time for inference 1: 9.30 sec total, 21.52 tokens/sec 2024-05-15T23:26:24.7905470Z Bandwidth achieved: 1.08 GB/s 2024-05-15T23:26:24.7906190Z *** This first iteration will include cold start effects for dynamic import, hardware caches, JIT compilation. *** 2024-05-15T23:26:25.2381240Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:25.2381910Z Loading model... 2024-05-15T23:26:25.2383060Z Time to load model: 0.02 seconds 2024-05-15T23:26:25.2383900Z Quantizing the model with: {'linear:int4': {'groupsize': 32}} 2024-05-15T23:26:25.2384980Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2385670Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2386300Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2387000Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2387690Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2388340Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2389000Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2390270Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2391030Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2391650Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2392410Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2394410Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2395750Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2396390Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2397150Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2397770Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2398410Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2399030Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2399580Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2400730Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2401720Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2402240Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2402700Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2403190Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2403590Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2403980Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2404420Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2404840Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2405260Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2405700Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2406060Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2406460Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2406910Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2407310Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2407700Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2408040Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2408470Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:26:25.2408880Z Time to quantize model: 0.19 seconds 2024-05-15T23:26:25.2409630Z Hello, my name is Gus. He has a big, red ball. He likes to play with it. One day, he sees a new toy in the store. It is a shiny, blue car. He wants it very much. 2024-05-15T23:26:25.2410330Z He asks his mom, "Mom, can I have the new car?" 2024-05-15T23:26:25.2411030Z Mom says, "No, Gus. It is too expensive. You have many toys already. You don't need another one." 2024-05-15T23:26:25.2411990Z Gus is sad. He really wants the new car. He thinks of a plan. He waits until Mom is busy with her phone. He sneaks into the store. He sees the new car. He grabs it. He runs away. 2024-05-15T23:26:25.2412950Z "Hey, that's not fair!" Mom says. "That's not yours. That's not nice. You have to give it back." 2024-05-15T23:26:25.2413630Z Gus is scared. He thinks Mom will be angry. 2024-05-15T23:26:25.2413990Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:25.2414390Z --------------------------------------------------- 2024-05-15T23:26:25.2414780Z JIT compilation time (incl runtime): 9.3 seconds 2024-05-15T23:26:25.2414990Z 2024-05-15T23:26:25.2415100Z ======================================== 2024-05-15T23:26:25.2415280Z 2024-05-15T23:26:25.2415340Z Average tokens/sec: 21.52 2024-05-15T23:26:25.2415640Z Memory used: 0.00 GB 2024-05-15T23:26:25.2696650Z Post job cleanup. 2024-05-15T23:26:25.5239250Z Post job cleanup. 2024-05-15T23:26:25.6224630Z [command]/opt/homebrew/bin/git version 2024-05-15T23:26:25.6430570Z git version 2.44.0 2024-05-15T23:26:25.6457740Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/efe8e60c-7a74-44fb-83a8-4b539cbeb882/.gitconfig' 2024-05-15T23:26:25.6465110Z Temporarily overriding HOME='/Users/runner/work/_temp/efe8e60c-7a74-44fb-83a8-4b539cbeb882' before making global git config changes 2024-05-15T23:26:25.6465940Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:26:25.6469010Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/torchchat/torchchat 2024-05-15T23:26:25.6562440Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:26:25.6634090Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-05-15T23:26:25.7827500Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:26:25.7869600Z http.https://github.com/.extraheader 2024-05-15T23:26:25.7877930Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:26:25.7929820Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-05-15T23:26:25.8565660Z Cleaning up orphan processes