2024-05-15T23:19:38.5238670Z Current runner version: '2.316.1' 2024-05-15T23:19:38.5256020Z ##[group]Operating System 2024-05-15T23:19:38.5256470Z macOS 2024-05-15T23:19:38.5256740Z 14.4.1 2024-05-15T23:19:38.5257010Z 23E224 2024-05-15T23:19:38.5257290Z ##[endgroup] 2024-05-15T23:19:38.5257600Z ##[group]Runner Image 2024-05-15T23:19:38.5257940Z Image: macos-14-arm64 2024-05-15T23:19:38.5258280Z Version: 20240422.3 2024-05-15T23:19:38.5259030Z 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.5260110Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240422.3 2024-05-15T23:19:38.5260760Z ##[endgroup] 2024-05-15T23:19:38.5261080Z ##[group]Runner Image Provisioner 2024-05-15T23:19:38.5261540Z 2.0.369.1+55cddbb57f254a369b6e7b3b508cebdbee5d24be 2024-05-15T23:19:38.5261980Z ##[endgroup] 2024-05-15T23:19:38.5262710Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:19:38.5263650Z Contents: read 2024-05-15T23:19:38.5263980Z Metadata: read 2024-05-15T23:19:38.5264280Z Packages: read 2024-05-15T23:19:38.5264590Z ##[endgroup] 2024-05-15T23:19:38.5266500Z Secret source: Actions 2024-05-15T23:19:38.5266910Z Prepare workflow directory 2024-05-15T23:19:38.5870300Z Prepare all required actions 2024-05-15T23:19:38.5970780Z Getting action download info 2024-05-15T23:19:38.7576180Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:19:39.0143770Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-05-15T23:19:39.2145010Z Complete job name: test-cpu-aoti (aarch64, stories15M) 2024-05-15T23:19:39.2674770Z ##[group]Run actions/checkout@v3 2024-05-15T23:19:39.2726580Z with: 2024-05-15T23:19:39.2727000Z repository: pytorch/torchchat 2024-05-15T23:19:39.2727670Z token: *** 2024-05-15T23:19:39.2728000Z ssh-strict: true 2024-05-15T23:19:39.2728330Z persist-credentials: true 2024-05-15T23:19:39.2728700Z clean: true 2024-05-15T23:19:39.2729070Z sparse-checkout-cone-mode: true 2024-05-15T23:19:39.2729460Z fetch-depth: 1 2024-05-15T23:19:39.2729780Z fetch-tags: false 2024-05-15T23:19:39.2730090Z lfs: false 2024-05-15T23:19:39.2730400Z submodules: false 2024-05-15T23:19:39.2730740Z set-safe-directory: true 2024-05-15T23:19:39.2731090Z env: 2024-05-15T23:19:39.2731460Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:39.2731960Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:39.2732340Z ##[endgroup] 2024-05-15T23:19:39.6589360Z Syncing repository: pytorch/torchchat 2024-05-15T23:19:39.6591210Z ##[group]Getting Git version info 2024-05-15T23:19:39.6592170Z Working directory is '/Users/runner/work/torchchat/torchchat' 2024-05-15T23:19:39.6593270Z [command]/opt/homebrew/bin/git version 2024-05-15T23:19:39.7354810Z git version 2.44.0 2024-05-15T23:19:39.7360410Z ##[endgroup] 2024-05-15T23:19:39.7370830Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f738ad7f-762e-4da0-887f-50c1ac07757b/.gitconfig' 2024-05-15T23:19:39.7372510Z Temporarily overriding HOME='/Users/runner/work/_temp/f738ad7f-762e-4da0-887f-50c1ac07757b' before making global git config changes 2024-05-15T23:19:39.7373780Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:19:39.7374970Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:39.7435950Z Deleting the contents of '/Users/runner/work/torchchat/torchchat' 2024-05-15T23:19:39.7440150Z ##[group]Initializing the repository 2024-05-15T23:19:39.7441840Z [command]/opt/homebrew/bin/git init /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:39.7612020Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:19:39.7613500Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:19:39.7614390Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:19:39.7615440Z hint: 2024-05-15T23:19:39.7615940Z hint: git config --global init.defaultBranch 2024-05-15T23:19:39.7616440Z hint: 2024-05-15T23:19:39.7616970Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:19:39.7617820Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:19:39.7618450Z hint: 2024-05-15T23:19:39.7618800Z hint: git branch -m 2024-05-15T23:19:39.7619420Z Initialized empty Git repository in /Users/runner/work/torchchat/torchchat/.git/ 2024-05-15T23:19:39.7621370Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:19:39.7683380Z ##[endgroup] 2024-05-15T23:19:39.7684120Z ##[group]Disabling automatic garbage collection 2024-05-15T23:19:39.7685470Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2024-05-15T23:19:39.7739940Z ##[endgroup] 2024-05-15T23:19:39.7740680Z ##[group]Setting up auth 2024-05-15T23:19:39.7743450Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:19:39.7804010Z [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:39.8655110Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:19:39.8759150Z [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:39.9430710Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:19:39.9477090Z ##[endgroup] 2024-05-15T23:19:39.9477780Z ##[group]Fetching the repository 2024-05-15T23:19:39.9483100Z [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.4740050Z remote: Enumerating objects: 242, done. 2024-05-15T23:19:40.4740930Z remote: Counting objects: 0% (1/242) 2024-05-15T23:19:40.4741320Z remote: Counting objects: 1% (3/242) 2024-05-15T23:19:40.4741660Z remote: Counting objects: 2% (5/242) 2024-05-15T23:19:40.4741970Z remote: Counting objects: 3% (8/242) 2024-05-15T23:19:40.4742280Z remote: Counting objects: 4% (10/242) 2024-05-15T23:19:40.4742720Z remote: Counting objects: 5% (13/242) 2024-05-15T23:19:40.4743030Z remote: Counting objects: 6% (15/242) 2024-05-15T23:19:40.4743430Z remote: Counting objects: 7% (17/242) 2024-05-15T23:19:40.4743770Z remote: Counting objects: 8% (20/242) 2024-05-15T23:19:40.4744070Z remote: Counting objects: 9% (22/242) 2024-05-15T23:19:40.4744370Z remote: Counting objects: 10% (25/242) 2024-05-15T23:19:40.4744700Z remote: Counting objects: 11% (27/242) 2024-05-15T23:19:40.4745000Z remote: Counting objects: 12% (30/242) 2024-05-15T23:19:40.4745300Z remote: Counting objects: 13% (32/242) 2024-05-15T23:19:40.4745620Z remote: Counting objects: 14% (34/242) 2024-05-15T23:19:40.4745930Z remote: Counting objects: 15% (37/242) 2024-05-15T23:19:40.4746240Z remote: Counting objects: 16% (39/242) 2024-05-15T23:19:40.4746550Z remote: Counting objects: 17% (42/242) 2024-05-15T23:19:40.4746850Z remote: Counting objects: 18% (44/242) 2024-05-15T23:19:40.4747140Z remote: Counting objects: 19% (46/242) 2024-05-15T23:19:40.4747520Z remote: Counting objects: 20% (49/242) 2024-05-15T23:19:40.4747820Z remote: Counting objects: 21% (51/242) 2024-05-15T23:19:40.4748120Z remote: Counting objects: 22% (54/242) 2024-05-15T23:19:40.4748430Z remote: Counting objects: 23% (56/242) 2024-05-15T23:19:40.4749030Z remote: Counting objects: 24% (59/242) 2024-05-15T23:19:40.4749320Z remote: Counting objects: 25% (61/242) 2024-05-15T23:19:40.4749640Z remote: Counting objects: 26% (63/242) 2024-05-15T23:19:40.4749940Z remote: Counting objects: 27% (66/242) 2024-05-15T23:19:40.4750300Z remote: Counting objects: 28% (68/242) 2024-05-15T23:19:40.4750630Z remote: Counting objects: 29% (71/242) 2024-05-15T23:19:40.4750930Z remote: Counting objects: 30% (73/242) 2024-05-15T23:19:40.4751220Z remote: Counting objects: 31% (76/242) 2024-05-15T23:19:40.4751550Z remote: Counting objects: 32% (78/242) 2024-05-15T23:19:40.4751850Z remote: Counting objects: 33% (80/242) 2024-05-15T23:19:40.4752170Z remote: Counting objects: 34% (83/242) 2024-05-15T23:19:40.4752480Z remote: Counting objects: 35% (85/242) 2024-05-15T23:19:40.4752850Z remote: Counting objects: 36% (88/242) 2024-05-15T23:19:40.4753180Z remote: Counting objects: 37% (90/242) 2024-05-15T23:19:40.4753470Z remote: Counting objects: 38% (92/242) 2024-05-15T23:19:40.4753830Z remote: Counting objects: 39% (95/242) 2024-05-15T23:19:40.4754160Z remote: Counting objects: 40% (97/242) 2024-05-15T23:19:40.4754460Z remote: Counting objects: 41% (100/242) 2024-05-15T23:19:40.4754770Z remote: Counting objects: 42% (102/242) 2024-05-15T23:19:40.4755090Z remote: Counting objects: 43% (105/242) 2024-05-15T23:19:40.4755400Z remote: Counting objects: 44% (107/242) 2024-05-15T23:19:40.4755900Z remote: Counting objects: 45% (109/242) 2024-05-15T23:19:40.4756230Z remote: Counting objects: 46% (112/242) 2024-05-15T23:19:40.4756540Z remote: Counting objects: 47% (114/242) 2024-05-15T23:19:40.4756840Z remote: Counting objects: 48% (117/242) 2024-05-15T23:19:40.4757160Z remote: Counting objects: 49% (119/242) 2024-05-15T23:19:40.4757460Z remote: Counting objects: 50% (121/242) 2024-05-15T23:19:40.4757880Z remote: Counting objects: 51% (124/242) 2024-05-15T23:19:40.4758320Z remote: Counting objects: 52% (126/242) 2024-05-15T23:19:40.4758660Z remote: Counting objects: 53% (129/242) 2024-05-15T23:19:40.4759000Z remote: Counting objects: 54% (131/242) 2024-05-15T23:19:40.4759420Z remote: Counting objects: 55% (134/242) 2024-05-15T23:19:40.4780710Z remote: Counting objects: 56% (136/242) 2024-05-15T23:19:40.4781110Z remote: Counting objects: 57% (138/242) 2024-05-15T23:19:40.4781450Z remote: Counting objects: 58% (141/242) 2024-05-15T23:19:40.4781780Z remote: Counting objects: 59% (143/242) 2024-05-15T23:19:40.4782080Z remote: Counting objects: 60% (146/242) 2024-05-15T23:19:40.4782390Z remote: Counting objects: 61% (148/242) 2024-05-15T23:19:40.4782690Z remote: Counting objects: 62% (151/242) 2024-05-15T23:19:40.4782990Z remote: Counting objects: 63% (153/242) 2024-05-15T23:19:40.4783310Z remote: Counting objects: 64% (155/242) 2024-05-15T23:19:40.4783610Z remote: Counting objects: 65% (158/242) 2024-05-15T23:19:40.4783910Z remote: Counting objects: 66% (160/242) 2024-05-15T23:19:40.4784200Z remote: Counting objects: 67% (163/242) 2024-05-15T23:19:40.4784490Z remote: Counting objects: 68% (165/242) 2024-05-15T23:19:40.4784790Z remote: Counting objects: 69% (167/242) 2024-05-15T23:19:40.4785070Z remote: Counting objects: 70% (170/242) 2024-05-15T23:19:40.4785370Z remote: Counting objects: 71% (172/242) 2024-05-15T23:19:40.4785670Z remote: Counting objects: 72% (175/242) 2024-05-15T23:19:40.4785960Z remote: Counting objects: 73% (177/242) 2024-05-15T23:19:40.4786250Z remote: Counting objects: 74% (180/242) 2024-05-15T23:19:40.4786540Z remote: Counting objects: 75% (182/242) 2024-05-15T23:19:40.4786830Z remote: Counting objects: 76% (184/242) 2024-05-15T23:19:40.4787350Z remote: Counting objects: 77% (187/242) 2024-05-15T23:19:40.4787650Z remote: Counting objects: 78% (189/242) 2024-05-15T23:19:40.4787940Z remote: Counting objects: 79% (192/242) 2024-05-15T23:19:40.4788230Z remote: Counting objects: 80% (194/242) 2024-05-15T23:19:40.4788530Z remote: Counting objects: 81% (197/242) 2024-05-15T23:19:40.4788820Z remote: Counting objects: 82% (199/242) 2024-05-15T23:19:40.4789110Z remote: Counting objects: 83% (201/242) 2024-05-15T23:19:40.4789410Z remote: Counting objects: 84% (204/242) 2024-05-15T23:19:40.4824210Z remote: Counting objects: 85% (206/242) 2024-05-15T23:19:40.4824590Z remote: Counting objects: 86% (209/242) 2024-05-15T23:19:40.4824900Z remote: Counting objects: 87% (211/242) 2024-05-15T23:19:40.4825210Z remote: Counting objects: 88% (213/242) 2024-05-15T23:19:40.4825500Z remote: Counting objects: 89% (216/242) 2024-05-15T23:19:40.4825790Z remote: Counting objects: 90% (218/242) 2024-05-15T23:19:40.4826080Z remote: Counting objects: 91% (221/242) 2024-05-15T23:19:40.4826370Z remote: Counting objects: 92% (223/242) 2024-05-15T23:19:40.4826650Z remote: Counting objects: 93% (226/242) 2024-05-15T23:19:40.4826930Z remote: Counting objects: 94% (228/242) 2024-05-15T23:19:40.4827210Z remote: Counting objects: 95% (230/242) 2024-05-15T23:19:40.4827490Z remote: Counting objects: 96% (233/242) 2024-05-15T23:19:40.4827780Z remote: Counting objects: 97% (235/242) 2024-05-15T23:19:40.4828280Z remote: Counting objects: 98% (238/242) 2024-05-15T23:19:40.4828620Z remote: Counting objects: 99% (240/242) 2024-05-15T23:19:40.4828930Z remote: Counting objects: 100% (242/242) 2024-05-15T23:19:40.4829230Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:19:40.4829560Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:19:40.4829870Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:19:40.4830170Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:19:40.4830490Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:19:40.4830780Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:19:40.4831080Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:19:40.4831390Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:19:40.4831700Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:19:40.4832000Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:19:40.4832310Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:19:40.4832610Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:19:40.4832910Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:19:40.4833210Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:19:40.4833510Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:19:40.4833810Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:19:40.4834160Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:19:40.4834470Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:19:40.4834770Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:19:40.4868010Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:19:40.4868620Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:19:40.4869010Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:19:40.4869360Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:19:40.4869700Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:19:40.4870050Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:19:40.4870370Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:19:40.4870690Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:19:40.4871260Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:19:40.4871580Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:19:40.4871900Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:19:40.4872230Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:19:40.4872560Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:19:40.4872880Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:19:40.4873200Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:19:40.4873530Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:19:40.4873850Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:19:40.4874170Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:19:40.4874490Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:19:40.4874810Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:19:40.4875140Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:19:40.4875460Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:19:40.4875780Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:19:40.4876110Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:19:40.4876430Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:19:40.4907990Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:19:40.4908700Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:19:40.4909060Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:19:40.4909420Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:19:40.4910260Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:19:40.4910640Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:19:40.4910990Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:19:40.4911340Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:19:40.4911690Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:19:40.4912050Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:19:40.4912400Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:19:40.4912750Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:19:40.4913100Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:19:40.4913440Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:19:40.4913780Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:19:40.4914120Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:19:40.4914460Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:19:40.4914810Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:19:40.4915150Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:19:40.4915490Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:19:40.4915830Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:19:40.4916180Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:19:40.4916560Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:19:40.4916910Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:19:40.4942310Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:19:40.4943760Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:19:40.4944320Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:19:40.4944700Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:19:40.4945060Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:19:40.4945510Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:19:40.4945890Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:19:40.4946230Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:19:40.4946580Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:19:40.4946930Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:19:40.4948100Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:19:40.4948450Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:19:40.4948790Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:19:40.4949170Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:19:40.4949520Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:19:40.4949870Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:19:40.4950210Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:19:40.4950550Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:19:40.4950930Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:19:40.4951300Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:19:40.4951650Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:19:40.4951990Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:19:40.4952330Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:19:40.4952710Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:19:40.4953080Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:19:40.4953420Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:19:40.4953760Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:19:40.4954110Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:19:40.4954490Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:19:40.4954830Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:19:40.4955180Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:19:40.4955850Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:19:40.4956260Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:19:40.4956610Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:19:40.4956990Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:19:40.5320570Z Receiving objects: 0% (1/242) 2024-05-15T23:19:40.5321190Z Receiving objects: 1% (3/242) 2024-05-15T23:19:40.5321470Z Receiving objects: 2% (5/242) 2024-05-15T23:19:40.5331440Z Receiving objects: 3% (8/242) 2024-05-15T23:19:40.5335370Z Receiving objects: 4% (10/242) 2024-05-15T23:19:40.5335680Z Receiving objects: 5% (13/242) 2024-05-15T23:19:40.5444250Z Receiving objects: 6% (15/242) 2024-05-15T23:19:40.5444690Z Receiving objects: 7% (17/242) 2024-05-15T23:19:40.5444980Z Receiving objects: 8% (20/242) 2024-05-15T23:19:40.5445380Z Receiving objects: 9% (22/242) 2024-05-15T23:19:40.5445670Z Receiving objects: 10% (25/242) 2024-05-15T23:19:40.5446050Z Receiving objects: 11% (27/242) 2024-05-15T23:19:40.5749500Z Receiving objects: 12% (30/242) 2024-05-15T23:19:40.5751030Z Receiving objects: 13% (32/242) 2024-05-15T23:19:40.5752360Z Receiving objects: 14% (34/242) 2024-05-15T23:19:40.5753230Z Receiving objects: 15% (37/242) 2024-05-15T23:19:40.5753880Z Receiving objects: 16% (39/242) 2024-05-15T23:19:40.5756130Z Receiving objects: 17% (42/242) 2024-05-15T23:19:40.5756510Z Receiving objects: 18% (44/242) 2024-05-15T23:19:40.5756830Z Receiving objects: 19% (46/242) 2024-05-15T23:19:40.5759290Z Receiving objects: 20% (49/242) 2024-05-15T23:19:40.5759690Z Receiving objects: 21% (51/242) 2024-05-15T23:19:40.5760030Z Receiving objects: 22% (54/242) 2024-05-15T23:19:40.5836750Z Receiving objects: 23% (56/242) 2024-05-15T23:19:40.5837140Z Receiving objects: 24% (59/242) 2024-05-15T23:19:40.5837510Z Receiving objects: 25% (61/242) 2024-05-15T23:19:40.5913200Z Receiving objects: 26% (63/242) 2024-05-15T23:19:40.5913640Z Receiving objects: 27% (66/242) 2024-05-15T23:19:40.5948860Z Receiving objects: 28% (68/242) 2024-05-15T23:19:40.5949910Z Receiving objects: 29% (71/242) 2024-05-15T23:19:40.5950390Z Receiving objects: 30% (73/242) 2024-05-15T23:19:40.5950760Z Receiving objects: 31% (76/242) 2024-05-15T23:19:40.5951130Z Receiving objects: 32% (78/242) 2024-05-15T23:19:40.5951500Z Receiving objects: 33% (80/242) 2024-05-15T23:19:40.6260620Z Receiving objects: 34% (83/242) 2024-05-15T23:19:40.6261380Z Receiving objects: 35% (85/242) 2024-05-15T23:19:40.6262410Z Receiving objects: 36% (88/242) 2024-05-15T23:19:40.6263120Z Receiving objects: 37% (90/242) 2024-05-15T23:19:40.6264450Z Receiving objects: 38% (92/242) 2024-05-15T23:19:40.6265270Z Receiving objects: 39% (95/242) 2024-05-15T23:19:40.6265780Z Receiving objects: 40% (97/242) 2024-05-15T23:19:40.6266280Z Receiving objects: 41% (100/242) 2024-05-15T23:19:40.6266770Z Receiving objects: 42% (102/242) 2024-05-15T23:19:40.6267260Z Receiving objects: 43% (105/242) 2024-05-15T23:19:40.6267850Z Receiving objects: 44% (107/242) 2024-05-15T23:19:40.6268330Z Receiving objects: 45% (109/242) 2024-05-15T23:19:40.6268880Z Receiving objects: 46% (112/242) 2024-05-15T23:19:40.6455740Z Receiving objects: 47% (114/242) 2024-05-15T23:19:40.6457110Z Receiving objects: 48% (117/242) 2024-05-15T23:19:40.6457810Z Receiving objects: 49% (119/242) 2024-05-15T23:19:40.6460410Z Receiving objects: 50% (121/242) 2024-05-15T23:19:40.6461660Z Receiving objects: 51% (124/242) 2024-05-15T23:19:40.6462340Z Receiving objects: 52% (126/242) 2024-05-15T23:19:40.6462880Z Receiving objects: 53% (129/242) 2024-05-15T23:19:40.6463410Z Receiving objects: 54% (131/242) 2024-05-15T23:19:40.6463770Z Receiving objects: 55% (134/242) 2024-05-15T23:19:40.6464130Z Receiving objects: 56% (136/242) 2024-05-15T23:19:40.6464510Z Receiving objects: 57% (138/242) 2024-05-15T23:19:40.6465390Z Receiving objects: 58% (141/242) 2024-05-15T23:19:40.6785100Z Receiving objects: 59% (143/242) 2024-05-15T23:19:40.6786380Z Receiving objects: 60% (146/242) 2024-05-15T23:19:40.6787060Z Receiving objects: 61% (148/242) 2024-05-15T23:19:40.6787530Z Receiving objects: 62% (151/242) 2024-05-15T23:19:40.6789460Z Receiving objects: 63% (153/242) 2024-05-15T23:19:40.6790420Z Receiving objects: 64% (155/242) 2024-05-15T23:19:40.6791180Z Receiving objects: 65% (158/242) 2024-05-15T23:19:40.6793790Z Receiving objects: 66% (160/242) 2024-05-15T23:19:40.6796030Z Receiving objects: 67% (163/242) 2024-05-15T23:19:40.6796770Z Receiving objects: 68% (165/242) 2024-05-15T23:19:40.6798820Z Receiving objects: 69% (167/242) 2024-05-15T23:19:40.6802430Z Receiving objects: 70% (170/242) 2024-05-15T23:19:40.6804310Z Receiving objects: 71% (172/242) 2024-05-15T23:19:40.6807490Z Receiving objects: 72% (175/242) 2024-05-15T23:19:40.6813250Z Receiving objects: 73% (177/242) 2024-05-15T23:19:40.6814070Z Receiving objects: 74% (180/242) 2024-05-15T23:19:40.6814720Z Receiving objects: 75% (182/242) 2024-05-15T23:19:40.6815470Z Receiving objects: 76% (184/242) 2024-05-15T23:19:40.6817130Z Receiving objects: 77% (187/242) 2024-05-15T23:19:40.6822750Z Receiving objects: 78% (189/242) 2024-05-15T23:19:40.6823830Z Receiving objects: 79% (192/242) 2024-05-15T23:19:40.6825100Z Receiving objects: 80% (194/242) 2024-05-15T23:19:40.6826020Z Receiving objects: 81% (197/242) 2024-05-15T23:19:40.6851010Z Receiving objects: 82% (199/242) 2024-05-15T23:19:40.6851650Z Receiving objects: 83% (201/242) 2024-05-15T23:19:40.6852540Z Receiving objects: 84% (204/242) 2024-05-15T23:19:40.6853410Z Receiving objects: 85% (206/242) 2024-05-15T23:19:40.6854450Z Receiving objects: 86% (209/242) 2024-05-15T23:19:40.6855130Z Receiving objects: 87% (211/242) 2024-05-15T23:19:40.6855810Z Receiving objects: 88% (213/242) 2024-05-15T23:19:40.6856280Z Receiving objects: 89% (216/242) 2024-05-15T23:19:40.6857270Z Receiving objects: 90% (218/242) 2024-05-15T23:19:40.6894710Z Receiving objects: 91% (221/242) 2024-05-15T23:19:40.6897750Z remote: Total 242 (delta 16), reused 141 (delta 3), pack-reused 0 2024-05-15T23:19:40.6899790Z Receiving objects: 92% (223/242) 2024-05-15T23:19:40.6919290Z Receiving objects: 93% (226/242) 2024-05-15T23:19:40.6920860Z Receiving objects: 94% (228/242) 2024-05-15T23:19:40.6921530Z Receiving objects: 95% (230/242) 2024-05-15T23:19:40.6922200Z Receiving objects: 96% (233/242) 2024-05-15T23:19:40.6923140Z Receiving objects: 97% (235/242) 2024-05-15T23:19:40.6923780Z Receiving objects: 98% (238/242) 2024-05-15T23:19:40.6924440Z Receiving objects: 99% (240/242) 2024-05-15T23:19:40.6925240Z Receiving objects: 100% (242/242) 2024-05-15T23:19:40.6926570Z Receiving objects: 100% (242/242), 318.88 KiB | 1.96 MiB/s, done. 2024-05-15T23:19:40.6927490Z Resolving deltas: 0% (0/16) 2024-05-15T23:19:40.6928160Z Resolving deltas: 6% (1/16) 2024-05-15T23:19:40.6928890Z Resolving deltas: 12% (2/16) 2024-05-15T23:19:40.6929730Z Resolving deltas: 18% (3/16) 2024-05-15T23:19:40.6930290Z Resolving deltas: 25% (4/16) 2024-05-15T23:19:40.6932270Z Resolving deltas: 31% (5/16) 2024-05-15T23:19:40.6933160Z Resolving deltas: 37% (6/16) 2024-05-15T23:19:40.6933890Z Resolving deltas: 43% (7/16) 2024-05-15T23:19:40.6934400Z Resolving deltas: 50% (8/16) 2024-05-15T23:19:40.6934880Z Resolving deltas: 56% (9/16) 2024-05-15T23:19:40.6935890Z Resolving deltas: 62% (10/16) 2024-05-15T23:19:40.6936400Z Resolving deltas: 68% (11/16) 2024-05-15T23:19:40.6937010Z Resolving deltas: 75% (12/16) 2024-05-15T23:19:40.6937660Z Resolving deltas: 81% (13/16) 2024-05-15T23:19:40.6939340Z Resolving deltas: 87% (14/16) 2024-05-15T23:19:40.6940120Z Resolving deltas: 93% (15/16) 2024-05-15T23:19:40.6940720Z Resolving deltas: 100% (16/16) 2024-05-15T23:19:40.6941240Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:19:40.7146450Z From https://github.com/pytorch/torchchat 2024-05-15T23:19:40.7150430Z * [new ref] 0675758ce54b35cb210ea6a9f57b121669315979 -> pull/804/merge 2024-05-15T23:19:40.7250310Z ##[endgroup] 2024-05-15T23:19:40.7293930Z ##[group]Determining the checkout info 2024-05-15T23:19:40.7295310Z ##[endgroup] 2024-05-15T23:19:40.7296270Z ##[group]Checking out the ref 2024-05-15T23:19:40.7298350Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:19:40.7744520Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:19:40.7757240Z ##[endgroup] 2024-05-15T23:19:40.7839330Z [command]/opt/homebrew/bin/git log -1 --format='%H' 2024-05-15T23:19:40.7889350Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:19:40.8106760Z ##[group]Run actions/setup-python@v4 2024-05-15T23:19:40.8107030Z with: 2024-05-15T23:19:40.8107190Z python-version: 3.10.11 2024-05-15T23:19:40.8107400Z check-latest: false 2024-05-15T23:19:40.8107710Z token: *** 2024-05-15T23:19:40.8107880Z update-environment: true 2024-05-15T23:19:40.8108090Z allow-prereleases: false 2024-05-15T23:19:40.8108330Z env: 2024-05-15T23:19:40.8108560Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:40.8108870Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:40.8109080Z ##[endgroup] 2024-05-15T23:19:40.9448170Z ##[group]Installed versions 2024-05-15T23:19:40.9473450Z Version 3.10.11 was not found in the local cache 2024-05-15T23:19:41.8891140Z Version 3.10.11 is available for downloading 2024-05-15T23:19:41.8893110Z 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:42.9813350Z Extract downloaded archive 2024-05-15T23:19:42.9957320Z [command]/usr/bin/tar xz -C /Users/runner/work/_temp/ff46e3fe-2593-4e6b-b96f-fe868011e6f3 -f /Users/runner/work/_temp/216e3451-5bfd-4397-b757-40a8d6b2eebb 2024-05-15T23:19:43.0775620Z Execute installation script 2024-05-15T23:19:43.0987060Z Check if Python hostedtoolcache folder exist... 2024-05-15T23:19:43.1083130Z Install Python binaries from prebuilt package 2024-05-15T23:19:53.9217520Z installer: Package name is Python 2024-05-15T23:19:53.9218090Z installer: Upgrading at base path / 2024-05-15T23:19:53.9218430Z installer: The upgrade was successful. 2024-05-15T23:19:53.9228600Z Create hostedtoolcach symlinks (Required for the backward compatibility) 2024-05-15T23:19:53.9229370Z Create Python 3.10.11 folder 2024-05-15T23:19:53.9287470Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-05-15T23:19:53.9352480Z Upgrading pip... 2024-05-15T23:19:54.9775830Z Looking in links: /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/tmpmso3qyt8 2024-05-15T23:19:54.9778380Z Requirement already satisfied: setuptools in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (65.5.0) 2024-05-15T23:19:54.9781260Z 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.3243950Z Collecting pip 2024-05-15T23:19:55.3790110Z Downloading pip-24.0-py3-none-any.whl (2.1 MB) 2024-05-15T23:19:55.4468340Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 31.9 MB/s eta 0:00:00 2024-05-15T23:19:55.4470520Z 2024-05-15T23:19:55.4721020Z Installing collected packages: pip 2024-05-15T23:19:56.1844870Z Successfully installed pip-24.0 2024-05-15T23:19:56.2466470Z Install OpenSSL certificates 2024-05-15T23:19:56.5316380Z Collecting certifi 2024-05-15T23:19:56.5335730Z Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-05-15T23:19:56.5365110Z Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-05-15T23:19:56.5564030Z Installing collected packages: certifi 2024-05-15T23:19:56.5642150Z Successfully installed certifi-2024.2.2 2024-05-15T23:19:56.6629050Z ##[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.7110820Z -- pip install --upgrade certifi 2024-05-15T23:19:56.7112850Z -- removing any existing file or link 2024-05-15T23:19:56.7118700Z -- creating symlink to certifi certificate bundle 2024-05-15T23:19:56.7120580Z -- setting permissions 2024-05-15T23:19:56.7121700Z -- update complete 2024-05-15T23:19:56.7234220Z Create complete file 2024-05-15T23:19:56.7273510Z Successfully set up CPython (3.10.11) 2024-05-15T23:19:56.7274870Z ##[endgroup] 2024-05-15T23:19:56.7421680Z ##[group]Run echo "$(uname -a)" 2024-05-15T23:19:56.7422160Z echo "$(uname -a)" 2024-05-15T23:19:56.7483200Z shell: /bin/bash -e {0} 2024-05-15T23:19:56.7483470Z env: 2024-05-15T23:19:56.7483760Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:56.7484230Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:56.7484630Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7485110Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:19:56.7485660Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7486130Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7486560Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.7486880Z ##[endgroup] 2024-05-15T23:19:56.7998690Z Darwin Mac-1715814105298.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.8029280Z ##[group]Run ./install_requirements.sh 2024-05-15T23:19:56.8029620Z ./install_requirements.sh 2024-05-15T23:19:56.8029870Z pip3 list 2024-05-15T23:19:56.8030380Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-05-15T23:19:56.8082400Z shell: /bin/bash -e {0} 2024-05-15T23:19:56.8082670Z env: 2024-05-15T23:19:56.8082960Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:19:56.8083300Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:19:56.8083700Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.8084210Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:19:56.8084700Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.8085380Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.8085910Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:19:56.8086640Z ##[endgroup] 2024-05-15T23:19:57.0763900Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:19:57.2303780Z Collecting torchao (from -r requirements.txt (line 4)) 2024-05-15T23:19:57.2456360Z Downloading https://download.pytorch.org/whl/nightly/torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:19:57.2598280Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 3.7 MB/s eta 0:00:00 2024-05-15T23:19:57.3724370Z Collecting huggingface_hub (from -r requirements.txt (line 7)) 2024-05-15T23:19:57.4074950Z Downloading huggingface_hub-0.23.0-py3-none-any.whl.metadata (12 kB) 2024-05-15T23:19:57.4872450Z Collecting gguf (from -r requirements.txt (line 10)) 2024-05-15T23:19:57.4988670Z Downloading gguf-0.6.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:19:57.7416410Z Collecting tiktoken (from -r requirements.txt (line 13)) 2024-05-15T23:19:57.7521480Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.6 kB) 2024-05-15T23:19:57.9780970Z Collecting snakeviz (from -r requirements.txt (line 16)) 2024-05-15T23:19:57.9983340Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-05-15T23:19:58.1401200Z Collecting sentencepiece (from -r requirements.txt (line 17)) 2024-05-15T23:19:58.1549510Z 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.2005810Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.3 MB/s eta 0:00:00 2024-05-15T23:19:58.5934500Z Collecting numpy (from -r requirements.txt (line 18)) 2024-05-15T23:19:58.6084580Z 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.8030450Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 79.6 MB/s eta 0:00:00 2024-05-15T23:19:58.8900760Z Collecting lm-eval==0.4 (from -r requirements.txt (line 20)) 2024-05-15T23:19:58.9021240Z Downloading lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:19:58.9298810Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 457.1/457.1 kB 17.3 MB/s eta 0:00:00 2024-05-15T23:19:59.3676450Z Installing build dependencies: started 2024-05-15T23:20:00.7319210Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:00.7327350Z Getting requirements to build wheel: started 2024-05-15T23:20:00.9738500Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:00.9755580Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:01.2065910Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:01.2902050Z Collecting blobfile (from -r requirements.txt (line 21)) 2024-05-15T23:20:01.3047970Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:20:01.3108550Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 15.6 MB/s eta 0:00:00 2024-05-15T23:20:01.3952990Z Collecting wheel (from -r requirements.txt (line 24)) 2024-05-15T23:20:01.3968630Z Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 2024-05-15T23:20:01.6775270Z Collecting cmake>=3.24 (from -r requirements.txt (line 25)) 2024-05-15T23:20:01.6913140Z 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:01.9588420Z Collecting ninja (from -r requirements.txt (line 26)) 2024-05-15T23:20:01.9753370Z 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.1065450Z Collecting zstd (from -r requirements.txt (line 27)) 2024-05-15T23:20:02.1185960Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (8.9 kB) 2024-05-15T23:20:02.3655160Z Collecting flask (from -r requirements.txt (line 30)) 2024-05-15T23:20:02.3796960Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:02.6686470Z Collecting accelerate>=0.21.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:02.6838840Z Downloading accelerate-0.30.1-py3-none-any.whl.metadata (18 kB) 2024-05-15T23:20:02.9248260Z Collecting evaluate (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:02.9411700Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:03.0761560Z Collecting datasets>=2.0.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.0887080Z Downloading datasets-2.19.1-py3-none-any.whl.metadata (19 kB) 2024-05-15T23:20:03.1822810Z Collecting jsonlines (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.1963510Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:03.5005360Z Collecting numexpr (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.5172000Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.9 kB) 2024-05-15T23:20:03.7603080Z Collecting peft>=0.2.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:03.7776240Z Downloading peft-0.10.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:04.0398450Z Collecting pybind11>=2.6.2 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:04.0552100Z Downloading pybind11-2.12.0-py3-none-any.whl.metadata (9.5 kB) 2024-05-15T23:20:04.1904640Z Collecting pytablewriter (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:04.2035750Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-05-15T23:20:04.2873350Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:04.3007790Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:20:04.3190140Z Installing build dependencies: started 2024-05-15T23:20:05.2577050Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:05.2584790Z Getting requirements to build wheel: started 2024-05-15T23:20:05.3615420Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:05.3630240Z Installing backend dependencies: started 2024-05-15T23:20:06.0137500Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:06.0141070Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:06.1303240Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:06.2124940Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:06.2233770Z Downloading sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) 2024-05-15T23:20:06.2270070Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 19.6 MB/s eta 0:00:00 2024-05-15T23:20:06.4987290Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:06.5101900Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl.metadata (11 kB) 2024-05-15T23:20:06.5846990Z Collecting sqlitedict (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:06.5967650Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:20:06.6060760Z Installing build dependencies: started 2024-05-15T23:20:07.5750380Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:07.5758500Z Getting requirements to build wheel: started 2024-05-15T23:20:07.7009400Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:07.7028020Z Installing backend dependencies: started 2024-05-15T23:20:08.2155720Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:08.2164010Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:08.3763930Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:08.5393570Z Collecting torch>=1.8 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:08.5532990Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl.metadata (26 kB) 2024-05-15T23:20:08.7743450Z Collecting tqdm-multiprocess (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:08.7892180Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-05-15T23:20:09.0763870Z Collecting transformers>=4.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:09.0914760Z Downloading transformers-4.40.2-py3-none-any.whl.metadata (137 kB) 2024-05-15T23:20:09.0969350Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.0/138.0 kB 29.0 MB/s eta 0:00:00 2024-05-15T23:20:09.3533250Z Collecting zstandard (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:09.3646360Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.9 kB) 2024-05-15T23:20:09.6347590Z Collecting packaging (from torchao->-r requirements.txt (line 4)) 2024-05-15T23:20:09.6453690Z Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:09.9094490Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:09.9197430Z Downloading filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:10.0217170Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:10.0334110Z Downloading fsspec-2024.5.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:10.1428960Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:10.1569570Z Downloading https://download.pytorch.org/whl/nightly/PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB) 2024-05-15T23:20:10.1640200Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.3/169.3 kB 35.6 MB/s eta 0:00:00 2024-05-15T23:20:10.3994390Z Collecting requests (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:10.4136410Z Downloading https://download.pytorch.org/whl/nightly/requests-2.31.0-py3-none-any.whl (62 kB) 2024-05-15T23:20:10.4180710Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 18.3 MB/s eta 0:00:00 2024-05-15T23:20:10.6736380Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:10.6853780Z Downloading tqdm-4.66.4-py3-none-any.whl.metadata (57 kB) 2024-05-15T23:20:10.6911510Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 14.4 MB/s eta 0:00:00 2024-05-15T23:20:10.9161740Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:10.9265760Z Downloading typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:11.2873080Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 13)) 2024-05-15T23:20:11.2995330Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl.metadata (40 kB) 2024-05-15T23:20:11.3027410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 14.2 MB/s eta 0:00:00 2024-05-15T23:20:11.3958070Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 16)) 2024-05-15T23:20:11.4067140Z Downloading tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB) 2024-05-15T23:20:11.5351360Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:11.5487780Z 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:11.5911820Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 58.9 MB/s eta 0:00:00 2024-05-15T23:20:11.6917050Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:11.7072480Z Downloading https://download.pytorch.org/whl/nightly/urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-05-15T23:20:11.7171990Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 16.7 MB/s eta 0:00:00 2024-05-15T23:20:11.8929850Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:20:11.9064290Z Downloading lxml-4.9.4.tar.gz (3.6 MB) 2024-05-15T23:20:11.9544030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 76.5 MB/s eta 0:00:00 2024-05-15T23:20:12.2049480Z Installing build dependencies: started 2024-05-15T23:20:13.3282610Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:13.3290670Z Getting requirements to build wheel: started 2024-05-15T23:20:13.9067130Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:13.9087700Z Installing backend dependencies: started 2024-05-15T23:20:14.5586580Z Installing backend dependencies: finished with status 'done' 2024-05-15T23:20:14.5595700Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:14.7574190Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:14.8903940Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:14.8998260Z Downloading werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:14.9893770Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:15.0004830Z Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-05-15T23:20:15.2231570Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:15.2357620Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-05-15T23:20:15.3459020Z Collecting click>=8.1.3 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:15.3749080Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:15.4781820Z Collecting blinker>=1.6.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:20:15.4915720Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:15.8360910Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:15.8478160Z Downloading psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2024-05-15T23:20:16.1300140Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.1476090Z Downloading https://download.pytorch.org/whl/nightly/safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (410 kB) 2024-05-15T23:20:16.1638790Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.9/410.9 kB 34.6 MB/s eta 0:00:00 2024-05-15T23:20:16.3549640Z Collecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.3645380Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.0 kB) 2024-05-15T23:20:16.4491840Z Collecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.4639840Z Downloading https://download.pytorch.org/whl/nightly/pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:20:16.5604770Z 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:16.5774460Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:20:16.5869900Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 16.9 MB/s eta 0:00:00 2024-05-15T23:20:16.7563430Z Collecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:16.7713550Z 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:16.9393080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 74.2 MB/s eta 0:00:00 2024-05-15T23:20:17.1221710Z Collecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.1359420Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.4.1-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:20:17.4258460Z Collecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.4473540Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-05-15T23:20:17.4595100Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.8/134.8 kB 15.5 MB/s eta 0:00:00 2024-05-15T23:20:17.4750900Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:17.4879600Z Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) 2024-05-15T23:20:17.8669720Z Collecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:17.8847010Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl (389 kB) 2024-05-15T23:20:17.8957030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 389.9/389.9 kB 49.1 MB/s eta 0:00:00 2024-05-15T23:20:18.0799910Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 30)) 2024-05-15T23:20:18.0936000Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl (18 kB) 2024-05-15T23:20:18.2502000Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:18.2638510Z 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:18.2690870Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/120.4 kB 29.0 MB/s eta 0:00:00 2024-05-15T23:20:18.3531440Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:20:18.3680590Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-05-15T23:20:18.3738130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 15.0 MB/s eta 0:00:00 2024-05-15T23:20:18.3841050Z 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:18.4706960Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.4812580Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-05-15T23:20:18.5965010Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.6076900Z Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:18.7276590Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.7451080Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-05-15T23:20:18.9089670Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:18.9248650Z Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2024-05-15T23:20:19.0223250Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.0358240Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-05-15T23:20:19.1511980Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.1682730Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:20:19.3770200Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.3877640Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (60 kB) 2024-05-15T23:20:19.3919160Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 18.9 MB/s eta 0:00:00 2024-05-15T23:20:19.4746650Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.4847170Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-05-15T23:20:19.5687210Z Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.5795020Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:19.8931170Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:19.9136570Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:20:19.9921930Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 75.1 MB/s eta 0:00:00 2024-05-15T23:20:20.2437970Z Collecting networkx (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:20.2574910Z Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB) 2024-05-15T23:20:20.7976270Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:20.8116320Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB) 2024-05-15T23:20:21.1409640Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.1600610Z Downloading https://download.pytorch.org/whl/nightly/attrs-23.2.0-py3-none-any.whl (60 kB) 2024-05-15T23:20:21.1708220Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 8.0 MB/s eta 0:00:00 2024-05-15T23:20:21.2384980Z 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:21.3330720Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.3448850Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:21.5843160Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.6030820Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-05-15T23:20:21.7125350Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.7244260Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:21.8297060Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.8425540Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:21.9384690Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:21.9516460Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-05-15T23:20:22.0862110Z 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:22.0996700Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:22.2681410Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:22.2815630Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:20:22.3910750Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:22.4060550Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl (52 kB) 2024-05-15T23:20:22.4103080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 14.9 MB/s eta 0:00:00 2024-05-15T23:20:22.5893310Z 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:22.6038100Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:20:22.7443560Z 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:22.7580120Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl (79 kB) 2024-05-15T23:20:22.7620170Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 kB 29.1 MB/s eta 0:00:00 2024-05-15T23:20:22.8979680Z 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:22.9077060Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-05-15T23:20:23.0217480Z 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:23.0316180Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-05-15T23:20:23.2548130Z 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:23.2646450Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-05-15T23:20:23.3722610Z 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:23.3892190Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-05-15T23:20:23.4013280Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 49.1 MB/s eta 0:00:00 2024-05-15T23:20:23.5808570Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:23.5946710Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:20:23.6029740Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 50.2 MB/s eta 0:00:00 2024-05-15T23:20:23.7207260Z Collecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:20:23.7300530Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-05-15T23:20:23.8382480Z Downloading huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:20:23.8472490Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 57.9 MB/s eta 0:00:00 2024-05-15T23:20:23.8588200Z Downloading gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:23.8748430Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (906 kB) 2024-05-15T23:20:23.8984750Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.8/906.8 kB 40.4 MB/s eta 0:00:00 2024-05-15T23:20:23.9091590Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:20:23.9154570Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 53.1 MB/s eta 0:00:00 2024-05-15T23:20:23.9169650Z Using cached wheel-0.43.0-py3-none-any.whl (65 kB) 2024-05-15T23:20:23.9285290Z 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:24.5883690Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/51.0 MB 62.5 MB/s eta 0:00:00 2024-05-15T23:20:24.6013360Z 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:24.6065440Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 71.5 MB/s eta 0:00:00 2024-05-15T23:20:24.6186570Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl (227 kB) 2024-05-15T23:20:24.6227230Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 73.2 MB/s eta 0:00:00 2024-05-15T23:20:24.6320240Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:20:24.6379970Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 24.2 MB/s eta 0:00:00 2024-05-15T23:20:24.6513250Z Downloading accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:20:24.6559140Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.6/302.6 kB 84.4 MB/s eta 0:00:00 2024-05-15T23:20:24.6716590Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:20:24.7046670Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-05-15T23:20:24.7112640Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 20.5 MB/s eta 0:00:00 2024-05-15T23:20:24.7266630Z Downloading datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:20:24.7349510Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 542.0/542.0 kB 77.5 MB/s eta 0:00:00 2024-05-15T23:20:24.7468240Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:20:24.7509770Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 26.2 MB/s eta 0:00:00 2024-05-15T23:20:24.7604750Z Downloading filelock-3.14.0-py3-none-any.whl (12 kB) 2024-05-15T23:20:24.7747050Z Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:20:24.7799780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 51.2 MB/s eta 0:00:00 2024-05-15T23:20:24.7895810Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:20:24.8023730Z Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-05-15T23:20:24.8077410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 36.4 MB/s eta 0:00:00 2024-05-15T23:20:24.8174890Z Downloading packaging-24.0-py3-none-any.whl (53 kB) 2024-05-15T23:20:24.8216790Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 16.9 MB/s eta 0:00:00 2024-05-15T23:20:24.8331390Z Downloading peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:20:24.8398560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 37.6 MB/s eta 0:00:00 2024-05-15T23:20:24.8512890Z Downloading pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:20:24.8578120Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.0/235.0 kB 44.6 MB/s eta 0:00:00 2024-05-15T23:20:24.8694250Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl (278 kB) 2024-05-15T23:20:24.8786250Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.3/278.3 kB 34.9 MB/s eta 0:00:00 2024-05-15T23:20:24.8945600Z Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:20:24.8991090Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 31.0 MB/s eta 0:00:00 2024-05-15T23:20:24.9119590Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl (10.4 MB) 2024-05-15T23:20:25.0762890Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 71.0 MB/s eta 0:00:00 2024-05-15T23:20:25.0899300Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl (61.0 MB) 2024-05-15T23:20:25.9742660Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 MB 59.9 MB/s eta 0:00:00 2024-05-15T23:20:25.9881060Z Downloading tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl (433 kB) 2024-05-15T23:20:25.9975380Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 433.1/433.1 kB 55.2 MB/s eta 0:00:00 2024-05-15T23:20:26.0077040Z Downloading tqdm-4.66.4-py3-none-any.whl (78 kB) 2024-05-15T23:20:26.0126750Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 19.2 MB/s eta 0:00:00 2024-05-15T23:20:26.0251040Z Downloading transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:20:26.1221930Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/9.0 MB 94.0 MB/s eta 0:00:00 2024-05-15T23:20:26.1331800Z Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:20:26.1470190Z Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:20:26.1523210Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 62.5 MB/s eta 0:00:00 2024-05-15T23:20:26.1623940Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:20:26.1762710Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl (92 kB) 2024-05-15T23:20:26.1859770Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 10.2 MB/s eta 0:00:00 2024-05-15T23:20:26.1979150Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:20:26.2078220Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 12.1 MB/s eta 0:00:00 2024-05-15T23:20:26.2175970Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:20:26.2311700Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl (703 kB) 2024-05-15T23:20:26.2384940Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 703.4/703.4 kB 121.6 MB/s eta 0:00:00 2024-05-15T23:20:26.2489110Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:20:26.2625890Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:20:26.2668670Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 104.0 MB/s eta 0:00:00 2024-05-15T23:20:26.2760070Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:20:26.2880460Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:26.3023360Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl (26.0 MB) 2024-05-15T23:20:26.6900840Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/26.0 MB 63.0 MB/s eta 0:00:00 2024-05-15T23:20:26.7043240Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl (30.3 MB) 2024-05-15T23:20:27.1150690Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.3/30.3 MB 88.4 MB/s eta 0:00:00 2024-05-15T23:20:27.1285040Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:20:27.1417520Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:20:27.1555020Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:20:27.1685710Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:20:27.1826760Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB) 2024-05-15T23:20:27.1983740Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 172.5 MB/s eta 0:00:00 2024-05-15T23:20:27.2078280Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:20:27.2206730Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:20:27.2244790Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 48.0 MB/s eta 0:00:00 2024-05-15T23:20:27.2373050Z Downloading networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:20:27.2527320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 125.7 MB/s eta 0:00:00 2024-05-15T23:20:27.2659680Z Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:20:27.2760420Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 169.2 MB/s eta 0:00:00 2024-05-15T23:20:27.2854210Z Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:20:27.3024330Z Downloading psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2024-05-15T23:20:27.3064400Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.9/249.9 kB 81.6 MB/s eta 0:00:00 2024-05-15T23:20:27.3154580Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-05-15T23:20:27.3338220Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-05-15T23:20:27.3386060Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 53.8 MB/s eta 0:00:00 2024-05-15T23:20:27.3495690Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:20:27.3619450Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 47.3 MB/s eta 0:00:00 2024-05-15T23:20:27.3741150Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-05-15T23:20:27.3794260Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 52.4 MB/s eta 0:00:00 2024-05-15T23:20:27.6108160Z Building wheels for collected packages: lm-eval, lxml, rouge-score, sqlitedict 2024-05-15T23:20:27.6116140Z Building wheel for lm-eval (pyproject.toml): started 2024-05-15T23:20:29.5982890Z Building wheel for lm-eval (pyproject.toml): finished with status 'done' 2024-05-15T23:20:29.6000370Z Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=b04df991c9a4354fdb9e8d4b74d949f714505fac499daadaf704e806d6d33335 2024-05-15T23:20:29.6001520Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/45/b5/b3/4d97da1bde0b79da99e75ec0eb69f838d1fe02f83ab7a01bb4 2024-05-15T23:20:29.6084870Z Building wheel for lxml (pyproject.toml): started 2024-05-15T23:21:27.5578130Z Building wheel for lxml (pyproject.toml): finished with status 'done' 2024-05-15T23:21:27.5614430Z Created wheel for lxml: filename=lxml-4.9.4-cp310-cp310-macosx_10_9_universal2.whl size=2902652 sha256=a5079f7dfc3b99efd0e0f0cb55ae8cc1b1636cf2da5969ee77c784a31c1e4d05 2024-05-15T23:21:27.5623640Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/ed/c8/be/7f162d65337daa39c3c760f9d33ffa282c0c21377142640fa4 2024-05-15T23:21:27.5674810Z Building wheel for rouge-score (pyproject.toml): started 2024-05-15T23:21:27.7830830Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-05-15T23:21:27.7842850Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=6f347f0756e1ee38e774699072f4633ff90e914dc2c12dc40989d3280fdd03e7 2024-05-15T23:21:27.7845920Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-05-15T23:21:27.7870180Z Building wheel for sqlitedict (pyproject.toml): started 2024-05-15T23:21:28.0013740Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-05-15T23:21:28.0024910Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16862 sha256=e894991744dd34a9a84f193b3640698a3832f98b9e4a09650180899a8fd70f59 2024-05-15T23:21:28.0027980Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-05-15T23:21:28.0045030Z Successfully built lm-eval lxml rouge-score sqlitedict 2024-05-15T23:21:28.8314310Z 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:57.3204610Z 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:57.7201450Z 2024-05-15T23:21:57.7202760Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:21:57.7220930Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:21:59.3174190Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-05-15T23:21:59.6190410Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:21:59.6318840Z 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:22:00.5590500Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 MB 52.9 MB/s eta 0:00:00 2024-05-15T23:22:00.6541170Z 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:22:00.6545320Z 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:22:00.6547610Z 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:22:00.6549210Z 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:22:00.6551120Z 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:22:00.6553880Z 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:22:00.6799250Z 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:22:00.6894240Z 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:22:01.3507250Z Installing collected packages: torch 2024-05-15T23:22:01.3508150Z Attempting uninstall: torch 2024-05-15T23:22:01.3513920Z Found existing installation: torch 2.3.0 2024-05-15T23:22:01.5419000Z Uninstalling torch-2.3.0: 2024-05-15T23:22:01.5868060Z Successfully uninstalled torch-2.3.0 2024-05-15T23:22:07.5701920Z Successfully installed torch-2.4.0.dev20240507 2024-05-15T23:22:07.6133010Z 2024-05-15T23:22:07.6134380Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:22:07.6135840Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:22:08.1270760Z Package Version 2024-05-15T23:22:08.1273980Z ------------------ ----------------- 2024-05-15T23:22:08.1275420Z absl-py 2.1.0 2024-05-15T23:22:08.1276120Z accelerate 0.30.1 2024-05-15T23:22:08.1276860Z aiohttp 3.9.5 2024-05-15T23:22:08.1277520Z aiosignal 1.3.1 2024-05-15T23:22:08.1283220Z async-timeout 4.0.3 2024-05-15T23:22:08.1283860Z attrs 23.2.0 2024-05-15T23:22:08.1284560Z blinker 1.8.2 2024-05-15T23:22:08.1285840Z blobfile 2.1.1 2024-05-15T23:22:08.1286590Z certifi 2024.2.2 2024-05-15T23:22:08.1287260Z chardet 5.2.0 2024-05-15T23:22:08.1288100Z charset-normalizer 3.3.2 2024-05-15T23:22:08.1288850Z click 8.1.7 2024-05-15T23:22:08.1289630Z cmake 3.29.3 2024-05-15T23:22:08.1290260Z colorama 0.4.6 2024-05-15T23:22:08.1290930Z DataProperty 1.0.1 2024-05-15T23:22:08.1291610Z datasets 2.19.1 2024-05-15T23:22:08.1292240Z dill 0.3.8 2024-05-15T23:22:08.1292860Z evaluate 0.4.2 2024-05-15T23:22:08.1293550Z filelock 3.14.0 2024-05-15T23:22:08.1294210Z Flask 3.0.3 2024-05-15T23:22:08.1294860Z frozenlist 1.4.1 2024-05-15T23:22:08.1295580Z fsspec 2024.3.1 2024-05-15T23:22:08.1296210Z gguf 0.6.0 2024-05-15T23:22:08.1297820Z huggingface-hub 0.23.0 2024-05-15T23:22:08.1298520Z idna 3.7 2024-05-15T23:22:08.1299130Z itsdangerous 2.2.0 2024-05-15T23:22:08.1299770Z Jinja2 3.1.4 2024-05-15T23:22:08.1300460Z joblib 1.4.2 2024-05-15T23:22:08.1301110Z jsonlines 4.0.0 2024-05-15T23:22:08.1301750Z lm_eval 0.4.0 2024-05-15T23:22:08.1302420Z lxml 4.9.4 2024-05-15T23:22:08.1303010Z MarkupSafe 2.1.5 2024-05-15T23:22:08.1303640Z mbstrdecoder 1.1.3 2024-05-15T23:22:08.1304330Z mpmath 1.3.0 2024-05-15T23:22:08.1304940Z multidict 6.0.5 2024-05-15T23:22:08.1305590Z multiprocess 0.70.16 2024-05-15T23:22:08.1306400Z networkx 3.3 2024-05-15T23:22:08.1307010Z ninja 1.11.1.1 2024-05-15T23:22:08.1307660Z nltk 3.8.1 2024-05-15T23:22:08.1308320Z numexpr 2.10.0 2024-05-15T23:22:08.1308940Z numpy 1.26.4 2024-05-15T23:22:08.1309620Z packaging 24.0 2024-05-15T23:22:08.1310280Z pandas 2.2.2 2024-05-15T23:22:08.1310920Z pathvalidate 3.2.0 2024-05-15T23:22:08.1311630Z peft 0.10.0 2024-05-15T23:22:08.1312260Z pip 23.0.1 2024-05-15T23:22:08.1312890Z portalocker 2.8.2 2024-05-15T23:22:08.1313600Z psutil 5.9.8 2024-05-15T23:22:08.1314210Z pyarrow 16.1.0 2024-05-15T23:22:08.1314940Z pyarrow-hotfix 0.6 2024-05-15T23:22:08.1315620Z pybind11 2.12.0 2024-05-15T23:22:08.1316270Z pycryptodomex 3.20.0 2024-05-15T23:22:08.1316920Z pytablewriter 1.2.0 2024-05-15T23:22:08.1317760Z python-dateutil 2.9.0.post0 2024-05-15T23:22:08.1318440Z pytz 2024.1 2024-05-15T23:22:08.1319060Z PyYAML 6.0.1 2024-05-15T23:22:08.1319730Z regex 2024.5.15 2024-05-15T23:22:08.1320380Z requests 2.31.0 2024-05-15T23:22:08.1321010Z rouge_score 0.1.2 2024-05-15T23:22:08.1321700Z sacrebleu 2.4.2 2024-05-15T23:22:08.1322360Z safetensors 0.4.3 2024-05-15T23:22:08.1323110Z scikit-learn 1.4.2 2024-05-15T23:22:08.1323840Z scipy 1.13.0 2024-05-15T23:22:08.1324490Z sentencepiece 0.2.0 2024-05-15T23:22:08.1325150Z setuptools 65.5.0 2024-05-15T23:22:08.1325850Z six 1.16.0 2024-05-15T23:22:08.1326490Z snakeviz 2.2.0 2024-05-15T23:22:08.1327140Z sqlitedict 2.1.0 2024-05-15T23:22:08.1327840Z sympy 1.12 2024-05-15T23:22:08.1328490Z tabledata 1.3.3 2024-05-15T23:22:08.1329110Z tabulate 0.9.0 2024-05-15T23:22:08.1329790Z tcolorpy 0.1.6 2024-05-15T23:22:08.1330460Z threadpoolctl 3.5.0 2024-05-15T23:22:08.1331120Z tiktoken 0.7.0 2024-05-15T23:22:08.1331820Z tokenizers 0.19.1 2024-05-15T23:22:08.1332510Z torch 2.4.0.dev20240507 2024-05-15T23:22:08.1333240Z torchao 0.1 2024-05-15T23:22:08.1334050Z tornado 6.4 2024-05-15T23:22:08.1334710Z tqdm 4.66.4 2024-05-15T23:22:08.1336610Z tqdm-multiprocess 0.0.11 2024-05-15T23:22:08.1337580Z transformers 4.40.2 2024-05-15T23:22:08.1338230Z typepy 1.3.2 2024-05-15T23:22:08.1338890Z typing_extensions 4.11.0 2024-05-15T23:22:08.1354820Z tzdata 2024.1 2024-05-15T23:22:08.1355560Z urllib3 2.2.1 2024-05-15T23:22:08.1359460Z Werkzeug 3.0.3 2024-05-15T23:22:08.1361200Z wheel 0.43.0 2024-05-15T23:22:08.1361500Z xxhash 3.4.1 2024-05-15T23:22:08.1361920Z yarl 1.9.4 2024-05-15T23:22:08.1362190Z zstandard 0.22.0 2024-05-15T23:22:08.1362530Z zstd 1.5.5.1 2024-05-15T23:22:08.1687660Z 2024-05-15T23:22:08.1689010Z [notice] A new release of pip is available: 23.0.1 -> 24.0 2024-05-15T23:22:08.1690400Z [notice] To update, run: python -m pip install --upgrade pip 2024-05-15T23:22:09.0163820Z torch: ('2.4.0.dev20240507', 'e4f522910a192a919111277ce3e1c0fb0c8482bd') 2024-05-15T23:22:09.2051980Z ##[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:22:09.2054370Z 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:22:09.2368260Z shell: /bin/bash -e {0} 2024-05-15T23:22:09.2368680Z env: 2024-05-15T23:22:09.2369030Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:22:09.2369410Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:22:09.2369880Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:09.2370610Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:22:09.2371210Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:09.2371730Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:09.2372340Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:09.2372760Z ##[endgroup] 2024-05-15T23:22:09.3112490Z + MODEL_REPO=tinyllamas/stories15M 2024-05-15T23:22:09.3114980Z + 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:22:09.3118510Z + CHECKPOINT_NAME=stories15M 2024-05-15T23:22:09.3119600Z + mkdir -p checkpoints/tinyllamas/stories15M 2024-05-15T23:22:09.3169370Z + pushd checkpoints/tinyllamas/stories15M 2024-05-15T23:22:09.3170510Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-05-15T23:22:09.3171550Z + IFS=, 2024-05-15T23:22:09.3172070Z Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:22:09.3173210Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:22:09.3175900Z + echo 'Downloading: https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt' 2024-05-15T23:22:09.3176740Z + wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:22:09.3822530Z --2024-05-15 23:22:09-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-05-15T23:22:09.4346540Z Resolving huggingface.co (huggingface.co)... 108.156.211.95, 108.156.211.90, 108.156.211.51, ... 2024-05-15T23:22:09.4461100Z Connecting to huggingface.co (huggingface.co)|108.156.211.95|:443... connected. 2024-05-15T23:22:09.5789750Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:22:09.5796920Z 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=1716073572&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3MzU3Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=g41ENT0z0pH0Zx4LCVwBbmjgYfX3uo4Jec3FPUZmAJUvaCpQrErYqDJMrnZYWvAvDmpvQgkeSbJOl2fgO0CujsEpunCOhp%7EammN0KxJcQO2UlDnmmb5dKunr69MZy2gxJdfZ9w8in9Mqstu2SAk14wh0SaSinwj4xPXbipdHaL6V5fgvfkPARXBMIRgP5fXiCQ0ZuQJoTHpmbQIdai6nMUf1Rnjxh5Z%7EfuYTDA1OZThnuFjgcJRwW83boWZzE79u17PR2eoMA-HttI5FiiXlEyiOCZ%7Ev-MIeh9TAYFVm2HWohyiSWrxnP2RKAoI-By9phGJcV3GttrwNr3UuDtmxSQ__&Key-Pair-Id=KVTP0A1DKRTAX [following] 2024-05-15T23:22:09.5809210Z --2024-05-15 23:22:09-- 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=1716073572&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxNjA3MzU3Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=g41ENT0z0pH0Zx4LCVwBbmjgYfX3uo4Jec3FPUZmAJUvaCpQrErYqDJMrnZYWvAvDmpvQgkeSbJOl2fgO0CujsEpunCOhp%7EammN0KxJcQO2UlDnmmb5dKunr69MZy2gxJdfZ9w8in9Mqstu2SAk14wh0SaSinwj4xPXbipdHaL6V5fgvfkPARXBMIRgP5fXiCQ0ZuQJoTHpmbQIdai6nMUf1Rnjxh5Z%7EfuYTDA1OZThnuFjgcJRwW83boWZzE79u17PR2eoMA-HttI5FiiXlEyiOCZ%7Ev-MIeh9TAYFVm2HWohyiSWrxnP2RKAoI-By9phGJcV3GttrwNr3UuDtmxSQ__&Key-Pair-Id=KVTP0A1DKRTAX 2024-05-15T23:22:09.5931120Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.156.245.120, 108.156.245.63, 108.156.245.52, ... 2024-05-15T23:22:09.6026670Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.156.245.120|:443... connected. 2024-05-15T23:22:09.6343320Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:22:09.6345070Z Length: 60789090 (58M) [binary/octet-stream] 2024-05-15T23:22:09.6346780Z Saving to: ‘stories15M.pt’ 2024-05-15T23:22:09.6347990Z 2024-05-15T23:22:09.6441900Z 0K .......... .......... .......... .......... .......... 0% 5.04M 12s 2024-05-15T23:22:09.6486520Z 50K .......... .......... .......... .......... .......... 0% 11.4M 8s 2024-05-15T23:22:09.6587670Z 100K .......... .......... .......... .......... .......... 0% 7.30M 8s 2024-05-15T23:22:09.6590080Z 150K .......... .......... .......... .......... .......... 0% 36.0M 7s 2024-05-15T23:22:09.6595560Z 200K .......... .......... .......... .......... .......... 0% 15.8M 6s 2024-05-15T23:22:09.6647760Z 250K .......... .......... .......... .......... .......... 0% 9.59M 6s 2024-05-15T23:22:09.6665930Z 300K .......... .......... .......... .......... .......... 0% 27.6M 5s 2024-05-15T23:22:09.6692090Z 350K .......... .......... .......... .......... .......... 0% 20.3M 5s 2024-05-15T23:22:09.6706620Z 400K .......... .......... .......... .......... .......... 0% 37.1M 5s 2024-05-15T23:22:09.6731040Z 450K .......... .......... .......... .......... .......... 0% 30.8M 4s 2024-05-15T23:22:09.6763560Z 500K .......... .......... .......... .......... .......... 0% 37.3M 4s 2024-05-15T23:22:09.6766580Z 550K .......... .......... .......... .......... .......... 1% 29.3M 4s 2024-05-15T23:22:09.6771070Z 600K .......... .......... .......... .......... .......... 1% 41.6M 4s 2024-05-15T23:22:09.6806300Z 650K .......... .......... .......... .......... .......... 1% 189M 3s 2024-05-15T23:22:09.6808760Z 700K .......... .......... .......... .......... .......... 1% 30.3M 3s 2024-05-15T23:22:09.6810240Z 750K .......... .......... .......... .......... .......... 1% 25.0M 3s 2024-05-15T23:22:09.6811750Z 800K .......... .......... .......... .......... .......... 1% 89.4M 3s 2024-05-15T23:22:09.6839980Z 850K .......... .......... .......... .......... .......... 1% 14.0M 3s 2024-05-15T23:22:09.6849580Z 900K .......... .......... .......... .......... .......... 1% 61.7M 3s 2024-05-15T23:22:09.6860000Z 950K .......... .......... .......... .......... .......... 1% 47.7M 3s 2024-05-15T23:22:09.6861830Z 1000K .......... .......... .......... .......... .......... 1% 228M 3s 2024-05-15T23:22:09.6868760Z 1050K .......... .......... .......... .......... .......... 1% 81.8M 3s 2024-05-15T23:22:09.6895860Z 1100K .......... .......... .......... .......... .......... 1% 18.0M 3s 2024-05-15T23:22:09.6896940Z 1150K .......... .......... .......... .......... .......... 2% 367M 3s 2024-05-15T23:22:09.6897750Z 1200K .......... .......... .......... .......... .......... 2% 574M 3s 2024-05-15T23:22:09.6898290Z 1250K .......... .......... .......... .......... .......... 2% 775M 2s 2024-05-15T23:22:09.6898870Z 1300K .......... .......... .......... .......... .......... 2% 788M 2s 2024-05-15T23:22:09.6901620Z 1350K .......... .......... .......... .......... .......... 2% 618M 2s 2024-05-15T23:22:09.6907210Z 1400K .......... .......... .......... .......... .......... 2% 763M 2s 2024-05-15T23:22:09.6914200Z 1450K .......... .......... .......... .......... .......... 2% 78.4M 2s 2024-05-15T23:22:09.6915330Z 1500K .......... .......... .......... .......... .......... 2% 282M 2s 2024-05-15T23:22:09.6931750Z 1550K .......... .......... .......... .......... .......... 2% 18.5M 2s 2024-05-15T23:22:09.6966660Z 1600K .......... .......... .......... .......... .......... 2% 127M 2s 2024-05-15T23:22:09.6967520Z 1650K .......... .......... .......... .......... .......... 2% 112M 2s 2024-05-15T23:22:09.6968240Z 1700K .......... .......... .......... .......... .......... 2% 421M 2s 2024-05-15T23:22:09.6970310Z 1750K .......... .......... .......... .......... .......... 3% 16.8M 2s 2024-05-15T23:22:09.6979790Z 1800K .......... .......... .......... .......... .......... 3% 88.6M 2s 2024-05-15T23:22:09.6983230Z 1850K .......... .......... .......... .......... .......... 3% 130M 2s 2024-05-15T23:22:09.6983770Z 1900K .......... .......... .......... .......... .......... 3% 229M 2s 2024-05-15T23:22:09.6984230Z 1950K .......... .......... .......... .......... .......... 3% 171M 2s 2024-05-15T23:22:09.6984690Z 2000K .......... .......... .......... .......... .......... 3% 651M 2s 2024-05-15T23:22:09.6998600Z 2050K .......... .......... .......... .......... .......... 3% 36.7M 2s 2024-05-15T23:22:09.7001580Z 2100K .......... .......... .......... .......... .......... 3% 421M 2s 2024-05-15T23:22:09.7002090Z 2150K .......... .......... .......... .......... .......... 3% 740M 2s 2024-05-15T23:22:09.7005070Z 2200K .......... .......... .......... .......... .......... 3% 86.9M 2s 2024-05-15T23:22:09.7036950Z 2250K .......... .......... .......... .......... .......... 3% 23.2M 2s 2024-05-15T23:22:09.7038360Z 2300K .......... .......... .......... .......... .......... 3% 119M 2s 2024-05-15T23:22:09.7067780Z 2350K .......... .......... .......... .......... .......... 4% 15.0M 2s 2024-05-15T23:22:09.7080290Z 2400K .......... .......... .......... .......... .......... 4% 44.6M 2s 2024-05-15T23:22:09.7087830Z 2450K .......... .......... .......... .......... .......... 4% 78.4M 2s 2024-05-15T23:22:09.7130840Z 2500K .......... .......... .......... .......... .......... 4% 11.2M 2s 2024-05-15T23:22:09.7134430Z 2550K .......... .......... .......... .......... .......... 4% 69.9M 2s 2024-05-15T23:22:09.7139440Z 2600K .......... .......... .......... .......... .......... 4% 171M 2s 2024-05-15T23:22:09.7145340Z 2650K .......... .......... .......... .......... .......... 4% 160M 2s 2024-05-15T23:22:09.7146750Z 2700K .......... .......... .......... .......... .......... 4% 150M 2s 2024-05-15T23:22:09.7148030Z 2750K .......... .......... .......... .......... .......... 4% 119M 2s 2024-05-15T23:22:09.7163370Z 2800K .......... .......... .......... .......... .......... 4% 27.8M 2s 2024-05-15T23:22:09.7163960Z 2850K .......... .......... .......... .......... .......... 4% 388M 2s 2024-05-15T23:22:09.7170220Z 2900K .......... .......... .......... .......... .......... 4% 122M 2s 2024-05-15T23:22:09.7173740Z 2950K .......... .......... .......... .......... .......... 5% 59.8M 2s 2024-05-15T23:22:09.7183750Z 3000K .......... .......... .......... .......... .......... 5% 64.0M 2s 2024-05-15T23:22:09.7188730Z 3050K .......... .......... .......... .......... .......... 5% 109M 2s 2024-05-15T23:22:09.7194960Z 3100K .......... .......... .......... .......... .......... 5% 63.5M 2s 2024-05-15T23:22:09.7201810Z 3150K .......... .......... .......... .......... .......... 5% 66.9M 2s 2024-05-15T23:22:09.7213180Z 3200K .......... .......... .......... .......... .......... 5% 70.2M 1s 2024-05-15T23:22:09.7219420Z 3250K .......... .......... .......... .......... .......... 5% 54.6M 1s 2024-05-15T23:22:09.7229480Z 3300K .......... .......... .......... .......... .......... 5% 55.9M 1s 2024-05-15T23:22:09.7242220Z 3350K .......... .......... .......... .......... .......... 5% 37.7M 1s 2024-05-15T23:22:09.7261370Z 3400K .......... .......... .......... .......... .......... 5% 27.5M 1s 2024-05-15T23:22:09.7262670Z 3450K .......... .......... .......... .......... .......... 5% 187M 1s 2024-05-15T23:22:09.7275060Z 3500K .......... .......... .......... .......... .......... 5% 36.8M 1s 2024-05-15T23:22:09.7279870Z 3550K .......... .......... .......... .......... .......... 6% 67.3M 1s 2024-05-15T23:22:09.7285410Z 3600K .......... .......... .......... .......... .......... 6% 93.5M 1s 2024-05-15T23:22:09.7310100Z 3650K .......... .......... .......... .......... .......... 6% 33.4M 1s 2024-05-15T23:22:09.7318570Z 3700K .......... .......... .......... .......... .......... 6% 36.5M 1s 2024-05-15T23:22:09.7320360Z 3750K .......... .......... .......... .......... .......... 6% 96.9M 1s 2024-05-15T23:22:09.7335920Z 3800K .......... .......... .......... .......... .......... 6% 34.4M 1s 2024-05-15T23:22:09.7337150Z 3850K .......... .......... .......... .......... .......... 6% 186M 1s 2024-05-15T23:22:09.7353440Z 3900K .......... .......... .......... .......... .......... 6% 33.1M 1s 2024-05-15T23:22:09.7364250Z 3950K .......... .......... .......... .......... .......... 6% 35.1M 1s 2024-05-15T23:22:09.7395600Z 4000K .......... .......... .......... .......... .......... 6% 17.9M 1s 2024-05-15T23:22:09.7397470Z 4050K .......... .......... .......... .......... .......... 6% 465M 1s 2024-05-15T23:22:09.7401160Z 4100K .......... .......... .......... .......... .......... 6% 51.3M 1s 2024-05-15T23:22:09.7413520Z 4150K .......... .......... .......... .......... .......... 7% 48.6M 1s 2024-05-15T23:22:09.7429880Z 4200K .......... .......... .......... .......... .......... 7% 39.8M 1s 2024-05-15T23:22:09.7439860Z 4250K .......... .......... .......... .......... .......... 7% 34.0M 1s 2024-05-15T23:22:09.7453570Z 4300K .......... .......... .......... .......... .......... 7% 36.0M 1s 2024-05-15T23:22:09.7470840Z 4350K .......... .......... .......... .......... .......... 7% 26.1M 1s 2024-05-15T23:22:09.7486660Z 4400K .......... .......... .......... .......... .......... 7% 41.3M 1s 2024-05-15T23:22:09.7500470Z 4450K .......... .......... .......... .......... .......... 7% 35.9M 1s 2024-05-15T23:22:09.7509770Z 4500K .......... .......... .......... .......... .......... 7% 36.1M 1s 2024-05-15T23:22:09.7522800Z 4550K .......... .......... .......... .......... .......... 7% 36.0M 1s 2024-05-15T23:22:09.7535550Z 4600K .......... .......... .......... .......... .......... 7% 40.8M 1s 2024-05-15T23:22:09.7546990Z 4650K .......... .......... .......... .......... .......... 7% 44.8M 1s 2024-05-15T23:22:09.7562350Z 4700K .......... .......... .......... .......... .......... 8% 32.8M 1s 2024-05-15T23:22:09.7572510Z 4750K .......... .......... .......... .......... .......... 8% 41.9M 1s 2024-05-15T23:22:09.7582980Z 4800K .......... .......... .......... .......... .......... 8% 52.5M 1s 2024-05-15T23:22:09.7595520Z 4850K .......... .......... .......... .......... .......... 8% 36.2M 1s 2024-05-15T23:22:09.7618080Z 4900K .......... .......... .......... .......... .......... 8% 25.2M 1s 2024-05-15T23:22:09.7634190Z 4950K .......... .......... .......... .......... .......... 8% 29.6M 1s 2024-05-15T23:22:09.7646120Z 5000K .......... .......... .......... .......... .......... 8% 39.6M 1s 2024-05-15T23:22:09.7651340Z 5050K .......... .......... .......... .......... .......... 8% 61.7M 1s 2024-05-15T23:22:09.7666070Z 5100K .......... .......... .......... .......... .......... 8% 31.7M 1s 2024-05-15T23:22:09.7683390Z 5150K .......... .......... .......... .......... .......... 8% 29.0M 1s 2024-05-15T23:22:09.7699310Z 5200K .......... .......... .......... .......... .......... 8% 33.1M 1s 2024-05-15T23:22:09.7707200Z 5250K .......... .......... .......... .......... .......... 8% 61.3M 1s 2024-05-15T23:22:09.7715680Z 5300K .......... .......... .......... .......... .......... 9% 53.1M 1s 2024-05-15T23:22:09.7727770Z 5350K .......... .......... .......... .......... .......... 9% 40.0M 1s 2024-05-15T23:22:09.7744890Z 5400K .......... .......... .......... .......... .......... 9% 32.6M 1s 2024-05-15T23:22:09.7756600Z 5450K .......... .......... .......... .......... .......... 9% 35.8M 1s 2024-05-15T23:22:09.7766550Z 5500K .......... .......... .......... .......... .......... 9% 50.7M 1s 2024-05-15T23:22:09.7783220Z 5550K .......... .......... .......... .......... .......... 9% 28.5M 1s 2024-05-15T23:22:09.7795510Z 5600K .......... .......... .......... .......... .......... 9% 49.8M 1s 2024-05-15T23:22:09.7805800Z 5650K .......... .......... .......... .......... .......... 9% 41.0M 1s 2024-05-15T23:22:09.7815210Z 5700K .......... .......... .......... .......... .......... 9% 52.7M 1s 2024-05-15T23:22:09.7823630Z 5750K .......... .......... .......... .......... .......... 9% 47.3M 1s 2024-05-15T23:22:09.7837110Z 5800K .......... .......... .......... .......... .......... 9% 43.9M 1s 2024-05-15T23:22:09.7840800Z 5850K .......... .......... .......... .......... .......... 9% 79.7M 1s 2024-05-15T23:22:09.7851000Z 5900K .......... .......... .......... .......... .......... 10% 49.6M 1s 2024-05-15T23:22:09.7858570Z 5950K .......... .......... .......... .......... .......... 10% 72.9M 1s 2024-05-15T23:22:09.7868460Z 6000K .......... .......... .......... .......... .......... 10% 46.2M 1s 2024-05-15T23:22:09.7874930Z 6050K .......... .......... .......... .......... .......... 10% 133M 1s 2024-05-15T23:22:09.7886080Z 6100K .......... .......... .......... .......... .......... 10% 42.9M 1s 2024-05-15T23:22:09.7886680Z 6150K .......... .......... .......... .......... .......... 10% 307M 1s 2024-05-15T23:22:09.7891320Z 6200K .......... .......... .......... .......... .......... 10% 74.0M 1s 2024-05-15T23:22:09.7894340Z 6250K .......... .......... .......... .......... .......... 10% 174M 1s 2024-05-15T23:22:09.7900690Z 6300K .......... .......... .......... .......... .......... 10% 73.5M 1s 2024-05-15T23:22:09.7908510Z 6350K .......... .......... .......... .......... .......... 10% 64.1M 1s 2024-05-15T23:22:09.7918050Z 6400K .......... .......... .......... .......... .......... 10% 52.5M 1s 2024-05-15T23:22:09.7927140Z 6450K .......... .......... .......... .......... .......... 10% 55.6M 1s 2024-05-15T23:22:09.7934870Z 6500K .......... .......... .......... .......... .......... 11% 58.8M 1s 2024-05-15T23:22:09.7943170Z 6550K .......... .......... .......... .......... .......... 11% 62.0M 1s 2024-05-15T23:22:09.7954780Z 6600K .......... .......... .......... .......... .......... 11% 40.6M 1s 2024-05-15T23:22:09.7961140Z 6650K .......... .......... .......... .......... .......... 11% 102M 1s 2024-05-15T23:22:09.7971690Z 6700K .......... .......... .......... .......... .......... 11% 46.2M 1s 2024-05-15T23:22:09.7976330Z 6750K .......... .......... .......... .......... .......... 11% 78.1M 1s 2024-05-15T23:22:09.7986910Z 6800K .......... .......... .......... .......... .......... 11% 57.9M 1s 2024-05-15T23:22:09.7989680Z 6850K .......... .......... .......... .......... .......... 11% 99.6M 1s 2024-05-15T23:22:09.7999770Z 6900K .......... .......... .......... .......... .......... 11% 47.5M 1s 2024-05-15T23:22:09.8007990Z 6950K .......... .......... .......... .......... .......... 11% 69.5M 1s 2024-05-15T23:22:09.8015130Z 7000K .......... .......... .......... .......... .......... 11% 68.8M 1s 2024-05-15T23:22:09.8024500Z 7050K .......... .......... .......... .......... .......... 11% 51.7M 1s 2024-05-15T23:22:09.8026840Z 7100K .......... .......... .......... .......... .......... 12% 146M 1s 2024-05-15T23:22:09.8040770Z 7150K .......... .......... .......... .......... .......... 12% 39.8M 1s 2024-05-15T23:22:09.8044050Z 7200K .......... .......... .......... .......... .......... 12% 100M 1s 2024-05-15T23:22:09.8051820Z 7250K .......... .......... .......... .......... .......... 12% 62.2M 1s 2024-05-15T23:22:09.8062590Z 7300K .......... .......... .......... .......... .......... 12% 51.1M 1s 2024-05-15T23:22:09.8070620Z 7350K .......... .......... .......... .......... .......... 12% 64.0M 1s 2024-05-15T23:22:09.8096270Z 7400K .......... .......... .......... .......... .......... 12% 18.8M 1s 2024-05-15T23:22:09.8096740Z 7450K .......... .......... .......... .......... .......... 12% 509M 1s 2024-05-15T23:22:09.8103590Z 7500K .......... .......... .......... .......... .......... 12% 80.8M 1s 2024-05-15T23:22:09.8104050Z 7550K .......... .......... .......... .......... .......... 12% 370M 1s 2024-05-15T23:22:09.8105890Z 7600K .......... .......... .......... .......... .......... 12% 174M 1s 2024-05-15T23:22:09.8114260Z 7650K .......... .......... .......... .......... .......... 12% 70.2M 1s 2024-05-15T23:22:09.8120540Z 7700K .......... .......... .......... .......... .......... 13% 75.5M 1s 2024-05-15T23:22:09.8134660Z 7750K .......... .......... .......... .......... .......... 13% 35.4M 1s 2024-05-15T23:22:09.8138300Z 7800K .......... .......... .......... .......... .......... 13% 95.0M 1s 2024-05-15T23:22:09.8144500Z 7850K .......... .......... .......... .......... .......... 13% 89.1M 1s 2024-05-15T23:22:09.8153360Z 7900K .......... .......... .......... .......... .......... 13% 62.6M 1s 2024-05-15T23:22:09.8165960Z 7950K .......... .......... .......... .......... .......... 13% 43.0M 1s 2024-05-15T23:22:09.8174990Z 8000K .......... .......... .......... .......... .......... 13% 46.7M 1s 2024-05-15T23:22:09.8184830Z 8050K .......... .......... .......... .......... .......... 13% 51.0M 1s 2024-05-15T23:22:09.8193890Z 8100K .......... .......... .......... .......... .......... 13% 49.3M 1s 2024-05-15T23:22:09.8201330Z 8150K .......... .......... .......... .......... .......... 13% 68.1M 1s 2024-05-15T23:22:09.8211970Z 8200K .......... .......... .......... .......... .......... 13% 47.7M 1s 2024-05-15T23:22:09.8222490Z 8250K .......... .......... .......... .......... .......... 13% 41.9M 1s 2024-05-15T23:22:09.8238700Z 8300K .......... .......... .......... .......... .......... 14% 31.4M 1s 2024-05-15T23:22:09.8254590Z 8350K .......... .......... .......... .......... .......... 14% 34.5M 1s 2024-05-15T23:22:09.8255270Z 8400K .......... .......... .......... .......... .......... 14% 281M 1s 2024-05-15T23:22:09.8256580Z 8450K .......... .......... .......... .......... .......... 14% 751M 1s 2024-05-15T23:22:09.8259340Z 8500K .......... .......... .......... .......... .......... 14% 99.6M 1s 2024-05-15T23:22:09.8262840Z 8550K .......... .......... .......... .......... .......... 14% 161M 1s 2024-05-15T23:22:09.8272490Z 8600K .......... .......... .......... .......... .......... 14% 95.6M 1s 2024-05-15T23:22:09.8277360Z 8650K .......... .......... .......... .......... .......... 14% 50.1M 1s 2024-05-15T23:22:09.8283710Z 8700K .......... .......... .......... .......... .......... 14% 91.4M 1s 2024-05-15T23:22:09.8297300Z 8750K .......... .......... .......... .......... .......... 14% 38.1M 1s 2024-05-15T23:22:09.8305970Z 8800K .......... .......... .......... .......... .......... 14% 55.9M 1s 2024-05-15T23:22:09.8310820Z 8850K .......... .......... .......... .......... .......... 14% 71.4M 1s 2024-05-15T23:22:09.8322510Z 8900K .......... .......... .......... .......... .......... 15% 45.5M 1s 2024-05-15T23:22:09.8325190Z 8950K .......... .......... .......... .......... .......... 15% 195M 1s 2024-05-15T23:22:09.8334110Z 9000K .......... .......... .......... .......... .......... 15% 52.7M 1s 2024-05-15T23:22:09.8370500Z 9050K .......... .......... .......... .......... .......... 15% 54.8M 1s 2024-05-15T23:22:09.8388760Z 9100K .......... .......... .......... .......... .......... 15% 46.8M 1s 2024-05-15T23:22:09.8389460Z 9150K .......... .......... .......... .......... .......... 15% 85.5M 1s 2024-05-15T23:22:09.8390650Z 9200K .......... .......... .......... .......... .......... 15% 62.2M 1s 2024-05-15T23:22:09.8391600Z 9250K .......... .......... .......... .......... .......... 15% 76.7M 1s 2024-05-15T23:22:09.8392300Z 9300K .......... .......... .......... .......... .......... 15% 55.4M 1s 2024-05-15T23:22:09.8396950Z 9350K .......... .......... .......... .......... .......... 15% 46.8M 1s 2024-05-15T23:22:09.8397940Z 9400K .......... .......... .......... .......... .......... 15% 109M 1s 2024-05-15T23:22:09.8405250Z 9450K .......... .......... .......... .......... .......... 16% 81.4M 1s 2024-05-15T23:22:09.8410730Z 9500K .......... .......... .......... .......... .......... 16% 72.6M 1s 2024-05-15T23:22:09.8424460Z 9550K .......... .......... .......... .......... .......... 16% 37.5M 1s 2024-05-15T23:22:09.8431420Z 9600K .......... .......... .......... .......... .......... 16% 59.6M 1s 2024-05-15T23:22:09.8439920Z 9650K .......... .......... .......... .......... .......... 16% 49.6M 1s 2024-05-15T23:22:09.8450590Z 9700K .......... .......... .......... .......... .......... 16% 46.8M 1s 2024-05-15T23:22:09.8459790Z 9750K .......... .......... .......... .......... .......... 16% 59.2M 1s 2024-05-15T23:22:09.8465000Z 9800K .......... .......... .......... .......... .......... 16% 91.1M 1s 2024-05-15T23:22:09.8475020Z 9850K .......... .......... .......... .......... .......... 16% 44.8M 1s 2024-05-15T23:22:09.8484740Z 9900K .......... .......... .......... .......... .......... 16% 52.4M 1s 2024-05-15T23:22:09.8495100Z 9950K .......... .......... .......... .......... .......... 16% 43.9M 1s 2024-05-15T23:22:09.8509200Z 10000K .......... .......... .......... .......... .......... 16% 41.4M 1s 2024-05-15T23:22:09.8516760Z 10050K .......... .......... .......... .......... .......... 17% 64.2M 1s 2024-05-15T23:22:09.8522350Z 10100K .......... .......... .......... .......... .......... 17% 89.4M 1s 2024-05-15T23:22:09.8528670Z 10150K .......... .......... .......... .......... .......... 17% 62.7M 1s 2024-05-15T23:22:09.8534460Z 10200K .......... .......... .......... .......... .......... 17% 92.1M 1s 2024-05-15T23:22:09.8538800Z 10250K .......... .......... .......... .......... .......... 17% 130M 1s 2024-05-15T23:22:09.8547310Z 10300K .......... .......... .......... .......... .......... 17% 49.0M 1s 2024-05-15T23:22:09.8562890Z 10350K .......... .......... .......... .......... .......... 17% 40.0M 1s 2024-05-15T23:22:09.8565490Z 10400K .......... .......... .......... .......... .......... 17% 77.1M 1s 2024-05-15T23:22:09.8570760Z 10450K .......... .......... .......... .......... .......... 17% 107M 1s 2024-05-15T23:22:09.8582830Z 10500K .......... .......... .......... .......... .......... 17% 47.1M 1s 2024-05-15T23:22:09.8588040Z 10550K .......... .......... .......... .......... .......... 17% 69.6M 1s 2024-05-15T23:22:09.8599940Z 10600K .......... .......... .......... .......... .......... 17% 48.4M 1s 2024-05-15T23:22:09.8605740Z 10650K .......... .......... .......... .......... .......... 18% 72.8M 1s 2024-05-15T23:22:09.8608710Z 10700K .......... .......... .......... .......... .......... 18% 195M 1s 2024-05-15T23:22:09.8612360Z 10750K .......... .......... .......... .......... .......... 18% 103M 1s 2024-05-15T23:22:09.8622620Z 10800K .......... .......... .......... .......... .......... 18% 45.9M 1s 2024-05-15T23:22:09.8629860Z 10850K .......... .......... .......... .......... .......... 18% 73.0M 1s 2024-05-15T23:22:09.8634740Z 10900K .......... .......... .......... .......... .......... 18% 99.0M 1s 2024-05-15T23:22:09.8639730Z 10950K .......... .......... .......... .......... .......... 18% 118M 1s 2024-05-15T23:22:09.8647020Z 11000K .......... .......... .......... .......... .......... 18% 66.8M 1s 2024-05-15T23:22:09.8650200Z 11050K .......... .......... .......... .......... .......... 18% 103M 1s 2024-05-15T23:22:09.8656050Z 11100K .......... .......... .......... .......... .......... 18% 84.6M 1s 2024-05-15T23:22:09.8667640Z 11150K .......... .......... .......... .......... .......... 18% 42.9M 1s 2024-05-15T23:22:09.8669300Z 11200K .......... .......... .......... .......... .......... 18% 229M 1s 2024-05-15T23:22:09.8676230Z 11250K .......... .......... .......... .......... .......... 19% 81.8M 1s 2024-05-15T23:22:09.8682110Z 11300K .......... .......... .......... .......... .......... 19% 73.0M 1s 2024-05-15T23:22:09.8688780Z 11350K .......... .......... .......... .......... .......... 19% 80.4M 1s 2024-05-15T23:22:09.8694040Z 11400K .......... .......... .......... .......... .......... 19% 87.7M 1s 2024-05-15T23:22:09.8700670Z 11450K .......... .......... .......... .......... .......... 19% 69.0M 1s 2024-05-15T23:22:09.8707420Z 11500K .......... .......... .......... .......... .......... 19% 70.9M 1s 2024-05-15T23:22:09.8718630Z 11550K .......... .......... .......... .......... .......... 19% 50.5M 1s 2024-05-15T23:22:09.8726440Z 11600K .......... .......... .......... .......... .......... 19% 80.6M 1s 2024-05-15T23:22:09.8729930Z 11650K .......... .......... .......... .......... .......... 19% 77.1M 1s 2024-05-15T23:22:09.8731970Z 11700K .......... .......... .......... .......... .......... 19% 202M 1s 2024-05-15T23:22:09.8738500Z 11750K .......... .......... .......... .......... .......... 19% 211M 1s 2024-05-15T23:22:09.8740760Z 11800K .......... .......... .......... .......... .......... 19% 79.1M 1s 2024-05-15T23:22:09.8745390Z 11850K .......... .......... .......... .......... .......... 20% 131M 1s 2024-05-15T23:22:09.8747690Z 11900K .......... .......... .......... .......... .......... 20% 143M 1s 2024-05-15T23:22:09.8753820Z 11950K .......... .......... .......... .......... .......... 20% 117M 1s 2024-05-15T23:22:09.8755290Z 12000K .......... .......... .......... .......... .......... 20% 172M 1s 2024-05-15T23:22:09.8757980Z 12050K .......... .......... .......... .......... .......... 20% 147M 1s 2024-05-15T23:22:09.8760380Z 12100K .......... .......... .......... .......... .......... 20% 233M 1s 2024-05-15T23:22:09.8763720Z 12150K .......... .......... .......... .......... .......... 20% 133M 1s 2024-05-15T23:22:09.8777470Z 12200K .......... .......... .......... .......... .......... 20% 38.7M 1s 2024-05-15T23:22:09.8791410Z 12250K .......... .......... .......... .......... .......... 20% 34.5M 1s 2024-05-15T23:22:09.8793660Z 12300K .......... .......... .......... .......... .......... 20% 177M 1s 2024-05-15T23:22:09.8805750Z 12350K .......... .......... .......... .......... .......... 20% 53.4M 1s 2024-05-15T23:22:09.8806460Z 12400K .......... .......... .......... .......... .......... 20% 110M 1s 2024-05-15T23:22:09.8809320Z 12450K .......... .......... .......... .......... .......... 21% 267M 1s 2024-05-15T23:22:09.8817190Z 12500K .......... .......... .......... .......... .......... 21% 58.4M 1s 2024-05-15T23:22:09.8821210Z 12550K .......... .......... .......... .......... .......... 21% 139M 1s 2024-05-15T23:22:09.8830610Z 12600K .......... .......... .......... .......... .......... 21% 51.5M 1s 2024-05-15T23:22:09.8836120Z 12650K .......... .......... .......... .......... .......... 21% 94.8M 1s 2024-05-15T23:22:09.8840390Z 12700K .......... .......... .......... .......... .......... 21% 91.6M 1s 2024-05-15T23:22:09.8847330Z 12750K .......... .......... .......... .......... .......... 21% 72.1M 1s 2024-05-15T23:22:09.8856630Z 12800K .......... .......... .......... .......... .......... 21% 63.9M 1s 2024-05-15T23:22:09.8862020Z 12850K .......... .......... .......... .......... .......... 21% 76.5M 1s 2024-05-15T23:22:09.8863400Z 12900K .......... .......... .......... .......... .......... 21% 241M 1s 2024-05-15T23:22:09.8864940Z 12950K .......... .......... .......... .......... .......... 21% 313M 1s 2024-05-15T23:22:09.8880090Z 13000K .......... .......... .......... .......... .......... 21% 44.3M 1s 2024-05-15T23:22:09.8883890Z 13050K .......... .......... .......... .......... .......... 22% 88.3M 1s 2024-05-15T23:22:09.8887340Z 13100K .......... .......... .......... .......... .......... 22% 97.1M 1s 2024-05-15T23:22:09.8891900Z 13150K .......... .......... .......... .......... .......... 22% 88.5M 1s 2024-05-15T23:22:09.8892590Z 13200K .......... .......... .......... .......... .......... 22% 581M 1s 2024-05-15T23:22:09.8898430Z 13250K .......... .......... .......... .......... .......... 22% 85.4M 1s 2024-05-15T23:22:09.8905270Z 13300K .......... .......... .......... .......... .......... 22% 78.3M 1s 2024-05-15T23:22:09.8911540Z 13350K .......... .......... .......... .......... .......... 22% 73.0M 1s 2024-05-15T23:22:09.8920540Z 13400K .......... .......... .......... .......... .......... 22% 82.5M 1s 2024-05-15T23:22:09.8924820Z 13450K .......... .......... .......... .......... .......... 22% 89.6M 1s 2024-05-15T23:22:09.8928640Z 13500K .......... .......... .......... .......... .......... 22% 89.1M 1s 2024-05-15T23:22:09.8935740Z 13550K .......... .......... .......... .......... .......... 22% 67.3M 1s 2024-05-15T23:22:09.8941000Z 13600K .......... .......... .......... .......... .......... 22% 99.9M 1s 2024-05-15T23:22:09.8945220Z 13650K .......... .......... .......... .......... .......... 23% 186M 1s 2024-05-15T23:22:09.8946950Z 13700K .......... .......... .......... .......... .......... 23% 209M 1s 2024-05-15T23:22:09.8956950Z 13750K .......... .......... .......... .......... .......... 23% 44.2M 1s 2024-05-15T23:22:09.8957470Z 13800K .......... .......... .......... .......... .......... 23% 543M 1s 2024-05-15T23:22:09.8958010Z 13850K .......... .......... .......... .......... .......... 23% 751M 1s 2024-05-15T23:22:09.8959510Z 13900K .......... .......... .......... .......... .......... 23% 669M 1s 2024-05-15T23:22:09.8961790Z 13950K .......... .......... .......... .......... .......... 23% 140M 1s 2024-05-15T23:22:09.8962490Z 14000K .......... .......... .......... .......... .......... 23% 740M 1s 2024-05-15T23:22:09.8971280Z 14050K .......... .......... .......... .......... .......... 23% 62.0M 1s 2024-05-15T23:22:09.8978760Z 14100K .......... .......... .......... .......... .......... 23% 82.6M 1s 2024-05-15T23:22:09.8984390Z 14150K .......... .......... .......... .......... .......... 23% 73.1M 1s 2024-05-15T23:22:09.8989660Z 14200K .......... .......... .......... .......... .......... 24% 89.8M 1s 2024-05-15T23:22:09.8997390Z 14250K .......... .......... .......... .......... .......... 24% 81.7M 1s 2024-05-15T23:22:09.9002060Z 14300K .......... .......... .......... .......... .......... 24% 66.3M 1s 2024-05-15T23:22:09.9015920Z 14350K .......... .......... .......... .......... .......... 24% 39.8M 1s 2024-05-15T23:22:09.9021710Z 14400K .......... .......... .......... .......... .......... 24% 86.0M 1s 2024-05-15T23:22:09.9025190Z 14450K .......... .......... .......... .......... .......... 24% 155M 1s 2024-05-15T23:22:09.9029050Z 14500K .......... .......... .......... .......... .......... 24% 92.8M 1s 2024-05-15T23:22:09.9036530Z 14550K .......... .......... .......... .......... .......... 24% 63.6M 1s 2024-05-15T23:22:09.9038740Z 14600K .......... .......... .......... .......... .......... 24% 180M 1s 2024-05-15T23:22:09.9046160Z 14650K .......... .......... .......... .......... .......... 24% 89.3M 1s 2024-05-15T23:22:09.9050820Z 14700K .......... .......... .......... .......... .......... 24% 85.7M 1s 2024-05-15T23:22:09.9064880Z 14750K .......... .......... .......... .......... .......... 24% 39.3M 1s 2024-05-15T23:22:09.9066170Z 14800K .......... .......... .......... .......... .......... 25% 212M 1s 2024-05-15T23:22:09.9070300Z 14850K .......... .......... .......... .......... .......... 25% 122M 1s 2024-05-15T23:22:09.9071190Z 14900K .......... .......... .......... .......... .......... 25% 195M 1s 2024-05-15T23:22:09.9081440Z 14950K .......... .......... .......... .......... .......... 25% 61.8M 1s 2024-05-15T23:22:09.9084930Z 15000K .......... .......... .......... .......... .......... 25% 104M 1s 2024-05-15T23:22:09.9088940Z 15050K .......... .......... .......... .......... .......... 25% 114M 1s 2024-05-15T23:22:09.9092610Z 15100K .......... .......... .......... .......... .......... 25% 123M 1s 2024-05-15T23:22:09.9099370Z 15150K .......... .......... .......... .......... .......... 25% 81.7M 1s 2024-05-15T23:22:09.9102230Z 15200K .......... .......... .......... .......... .......... 25% 125M 1s 2024-05-15T23:22:09.9108780Z 15250K .......... .......... .......... .......... .......... 25% 93.2M 1s 2024-05-15T23:22:09.9110310Z 15300K .......... .......... .......... .......... .......... 25% 198M 1s 2024-05-15T23:22:09.9119000Z 15350K .......... .......... .......... .......... .......... 25% 55.0M 1s 2024-05-15T23:22:09.9127990Z 15400K .......... .......... .......... .......... .......... 26% 93.9M 1s 2024-05-15T23:22:09.9132380Z 15450K .......... .......... .......... .......... .......... 26% 179M 1s 2024-05-15T23:22:09.9136710Z 15500K .......... .......... .......... .......... .......... 26% 52.2M 1s 2024-05-15T23:22:09.9137970Z 15550K .......... .......... .......... .......... .......... 26% 381M 1s 2024-05-15T23:22:09.9140500Z 15600K .......... .......... .......... .......... .......... 26% 186M 1s 2024-05-15T23:22:09.9142460Z 15650K .......... .......... .......... .......... .......... 26% 170M 1s 2024-05-15T23:22:09.9144390Z 15700K .......... .......... .......... .......... .......... 26% 341M 1s 2024-05-15T23:22:09.9153480Z 15750K .......... .......... .......... .......... .......... 26% 54.7M 1s 2024-05-15T23:22:09.9165520Z 15800K .......... .......... .......... .......... .......... 26% 52.7M 1s 2024-05-15T23:22:09.9166060Z 15850K .......... .......... .......... .......... .......... 26% 128M 1s 2024-05-15T23:22:09.9168980Z 15900K .......... .......... .......... .......... .......... 26% 254M 1s 2024-05-15T23:22:09.9170320Z 15950K .......... .......... .......... .......... .......... 26% 400M 1s 2024-05-15T23:22:09.9175670Z 16000K .......... .......... .......... .......... .......... 27% 85.4M 1s 2024-05-15T23:22:09.9183410Z 16050K .......... .......... .......... .......... .......... 27% 64.0M 1s 2024-05-15T23:22:09.9184980Z 16100K .......... .......... .......... .......... .......... 27% 227M 1s 2024-05-15T23:22:09.9194440Z 16150K .......... .......... .......... .......... .......... 27% 121M 1s 2024-05-15T23:22:09.9195160Z 16200K .......... .......... .......... .......... .......... 27% 86.0M 1s 2024-05-15T23:22:09.9202540Z 16250K .......... .......... .......... .......... .......... 27% 66.2M 1s 2024-05-15T23:22:09.9206790Z 16300K .......... .......... .......... .......... .......... 27% 106M 1s 2024-05-15T23:22:09.9212590Z 16350K .......... .......... .......... .......... .......... 27% 79.7M 1s 2024-05-15T23:22:09.9215380Z 16400K .......... .......... .......... .......... .......... 27% 182M 1s 2024-05-15T23:22:09.9221700Z 16450K .......... .......... .......... .......... .......... 27% 103M 1s 2024-05-15T23:22:09.9222240Z 16500K .......... .......... .......... .......... .......... 27% 250M 1s 2024-05-15T23:22:09.9229590Z 16550K .......... .......... .......... .......... .......... 27% 62.7M 1s 2024-05-15T23:22:09.9231650Z 16600K .......... .......... .......... .......... .......... 28% 241M 1s 2024-05-15T23:22:09.9239740Z 16650K .......... .......... .......... .......... .......... 28% 74.4M 1s 2024-05-15T23:22:09.9242140Z 16700K .......... .......... .......... .......... .......... 28% 133M 1s 2024-05-15T23:22:09.9249370Z 16750K .......... .......... .......... .......... .......... 28% 81.8M 1s 2024-05-15T23:22:09.9252260Z 16800K .......... .......... .......... .......... .......... 28% 155M 1s 2024-05-15T23:22:09.9256100Z 16850K .......... .......... .......... .......... .......... 28% 116M 1s 2024-05-15T23:22:09.9259210Z 16900K .......... .......... .......... .......... .......... 28% 222M 1s 2024-05-15T23:22:09.9265900Z 16950K .......... .......... .......... .......... .......... 28% 80.8M 1s 2024-05-15T23:22:09.9272630Z 17000K .......... .......... .......... .......... .......... 28% 56.7M 1s 2024-05-15T23:22:09.9274990Z 17050K .......... .......... .......... .......... .......... 28% 236M 1s 2024-05-15T23:22:09.9280540Z 17100K .......... .......... .......... .......... .......... 28% 109M 1s 2024-05-15T23:22:09.9287380Z 17150K .......... .......... .......... .......... .......... 28% 73.0M 1s 2024-05-15T23:22:09.9288090Z 17200K .......... .......... .......... .......... .......... 29% 740M 1s 2024-05-15T23:22:09.9297120Z 17250K .......... .......... .......... .......... .......... 29% 52.5M 1s 2024-05-15T23:22:09.9300890Z 17300K .......... .......... .......... .......... .......... 29% 149M 1s 2024-05-15T23:22:09.9305330Z 17350K .......... .......... .......... .......... .......... 29% 85.5M 1s 2024-05-15T23:22:09.9306630Z 17400K .......... .......... .......... .......... .......... 29% 315M 1s 2024-05-15T23:22:09.9309860Z 17450K .......... .......... .......... .......... .......... 29% 132M 1s 2024-05-15T23:22:09.9320190Z 17500K .......... .......... .......... .......... .......... 29% 47.0M 1s 2024-05-15T23:22:09.9323580Z 17550K .......... .......... .......... .......... .......... 29% 160M 1s 2024-05-15T23:22:09.9327790Z 17600K .......... .......... .......... .......... .......... 29% 162M 1s 2024-05-15T23:22:09.9336180Z 17650K .......... .......... .......... .......... .......... 29% 57.2M 1s 2024-05-15T23:22:09.9340700Z 17700K .......... .......... .......... .......... .......... 29% 125M 1s 2024-05-15T23:22:09.9341180Z 17750K .......... .......... .......... .......... .......... 29% 588M 1s 2024-05-15T23:22:09.9347540Z 17800K .......... .......... .......... .......... .......... 30% 65.3M 1s 2024-05-15T23:22:09.9349380Z 17850K .......... .......... .......... .......... .......... 30% 189M 1s 2024-05-15T23:22:09.9356150Z 17900K .......... .......... .......... .......... .......... 30% 94.8M 1s 2024-05-15T23:22:09.9360700Z 17950K .......... .......... .......... .......... .......... 30% 92.0M 1s 2024-05-15T23:22:09.9364170Z 18000K .......... .......... .......... .......... .......... 30% 158M 1s 2024-05-15T23:22:09.9373380Z 18050K .......... .......... .......... .......... .......... 30% 71.7M 1s 2024-05-15T23:22:09.9379050Z 18100K .......... .......... .......... .......... .......... 30% 58.2M 1s 2024-05-15T23:22:09.9380960Z 18150K .......... .......... .......... .......... .......... 30% 196M 1s 2024-05-15T23:22:09.9383840Z 18200K .......... .......... .......... .......... .......... 30% 155M 1s 2024-05-15T23:22:09.9390440Z 18250K .......... .......... .......... .......... .......... 30% 90.6M 1s 2024-05-15T23:22:09.9395850Z 18300K .......... .......... .......... .......... .......... 30% 141M 1s 2024-05-15T23:22:09.9399070Z 18350K .......... .......... .......... .......... .......... 30% 82.3M 1s 2024-05-15T23:22:09.9405030Z 18400K .......... .......... .......... .......... .......... 31% 97.7M 1s 2024-05-15T23:22:09.9408710Z 18450K .......... .......... .......... .......... .......... 31% 108M 1s 2024-05-15T23:22:09.9416490Z 18500K .......... .......... .......... .......... .......... 31% 61.3M 1s 2024-05-15T23:22:09.9419200Z 18550K .......... .......... .......... .......... .......... 31% 238M 1s 2024-05-15T23:22:09.9425470Z 18600K .......... .......... .......... .......... .......... 31% 110M 1s 2024-05-15T23:22:09.9425970Z 18650K .......... .......... .......... .......... .......... 31% 181M 1s 2024-05-15T23:22:09.9433640Z 18700K .......... .......... .......... .......... .......... 31% 74.2M 1s 2024-05-15T23:22:09.9435180Z 18750K .......... .......... .......... .......... .......... 31% 231M 1s 2024-05-15T23:22:09.9441240Z 18800K .......... .......... .......... .......... .......... 31% 88.6M 1s 2024-05-15T23:22:09.9442590Z 18850K .......... .......... .......... .......... .......... 31% 177M 1s 2024-05-15T23:22:09.9447780Z 18900K .......... .......... .......... .......... .......... 31% 89.4M 1s 2024-05-15T23:22:09.9457010Z 18950K .......... .......... .......... .......... .......... 32% 52.4M 1s 2024-05-15T23:22:09.9457810Z 19000K .......... .......... .......... .......... .......... 32% 417M 1s 2024-05-15T23:22:09.9461280Z 19050K .......... .......... .......... .......... .......... 32% 177M 1s 2024-05-15T23:22:09.9469400Z 19100K .......... .......... .......... .......... .......... 32% 92.5M 1s 2024-05-15T23:22:09.9477700Z 19150K .......... .......... .......... .......... .......... 32% 45.8M 1s 2024-05-15T23:22:09.9478210Z 19200K .......... .......... .......... .......... .......... 32% 678M 1s 2024-05-15T23:22:09.9479520Z 19250K .......... .......... .......... .......... .......... 32% 543M 1s 2024-05-15T23:22:09.9488540Z 19300K .......... .......... .......... .......... .......... 32% 53.2M 1s 2024-05-15T23:22:09.9489030Z 19350K .......... .......... .......... .......... .......... 32% 417M 1s 2024-05-15T23:22:09.9499860Z 19400K .......... .......... .......... .......... .......... 32% 48.1M 1s 2024-05-15T23:22:09.9504260Z 19450K .......... .......... .......... .......... .......... 32% 317M 1s 2024-05-15T23:22:09.9506940Z 19500K .......... .......... .......... .......... .......... 32% 161M 1s 2024-05-15T23:22:09.9522080Z 19550K .......... .......... .......... .......... .......... 33% 30.0M 1s 2024-05-15T23:22:09.9526450Z 19600K .......... .......... .......... .......... .......... 33% 134M 1s 2024-05-15T23:22:09.9527060Z 19650K .......... .......... .......... .......... .......... 33% 503M 1s 2024-05-15T23:22:09.9527930Z 19700K .......... .......... .......... .......... .......... 33% 133M 1s 2024-05-15T23:22:09.9533530Z 19750K .......... .......... .......... .......... .......... 33% 210M 1s 2024-05-15T23:22:09.9534030Z 19800K .......... .......... .......... .......... .......... 33% 549M 1s 2024-05-15T23:22:09.9534470Z 19850K .......... .......... .......... .......... .......... 33% 388M 1s 2024-05-15T23:22:09.9544050Z 19900K .......... .......... .......... .......... .......... 33% 94.3M 1s 2024-05-15T23:22:09.9545850Z 19950K .......... .......... .......... .......... .......... 33% 66.9M 1s 2024-05-15T23:22:09.9553610Z 20000K .......... .......... .......... .......... .......... 33% 71.5M 1s 2024-05-15T23:22:09.9558000Z 20050K .......... .......... .......... .......... .......... 33% 121M 1s 2024-05-15T23:22:09.9564380Z 20100K .......... .......... .......... .......... .......... 33% 175M 1s 2024-05-15T23:22:09.9565480Z 20150K .......... .......... .......... .......... .......... 34% 159M 1s 2024-05-15T23:22:09.9570180Z 20200K .......... .......... .......... .......... .......... 34% 66.7M 1s 2024-05-15T23:22:09.9575390Z 20250K .......... .......... .......... .......... .......... 34% 145M 1s 2024-05-15T23:22:09.9576020Z 20300K .......... .......... .......... .......... .......... 34% 574M 1s 2024-05-15T23:22:09.9587970Z 20350K .......... .......... .......... .......... .......... 34% 52.6M 1s 2024-05-15T23:22:09.9591460Z 20400K .......... .......... .......... .......... .......... 34% 181M 1s 2024-05-15T23:22:09.9593140Z 20450K .......... .......... .......... .......... .......... 34% 537M 1s 2024-05-15T23:22:09.9594510Z 20500K .......... .......... .......... .......... .......... 34% 603M 1s 2024-05-15T23:22:09.9596360Z 20550K .......... .......... .......... .......... .......... 34% 88.8M 1s 2024-05-15T23:22:09.9597240Z 20600K .......... .......... .......... .......... .......... 34% 201M 1s 2024-05-15T23:22:09.9602670Z 20650K .......... .......... .......... .......... .......... 34% 117M 1s 2024-05-15T23:22:09.9604290Z 20700K .......... .......... .......... .......... .......... 34% 109M 1s 2024-05-15T23:22:09.9616380Z 20750K .......... .......... .......... .......... .......... 35% 79.3M 1s 2024-05-15T23:22:09.9617000Z 20800K .......... .......... .......... .......... .......... 35% 69.4M 1s 2024-05-15T23:22:09.9621380Z 20850K .......... .......... .......... .......... .......... 35% 110M 1s 2024-05-15T23:22:09.9628250Z 20900K .......... .......... .......... .......... .......... 35% 87.8M 1s 2024-05-15T23:22:09.9629050Z 20950K .......... .......... .......... .......... .......... 35% 234M 1s 2024-05-15T23:22:09.9640080Z 21000K .......... .......... .......... .......... .......... 35% 47.7M 1s 2024-05-15T23:22:09.9640670Z 21050K .......... .......... .......... .......... .......... 35% 525M 1s 2024-05-15T23:22:09.9642160Z 21100K .......... .......... .......... .......... .......... 35% 448M 1s 2024-05-15T23:22:09.9648380Z 21150K .......... .......... .......... .......... .......... 35% 89.9M 1s 2024-05-15T23:22:09.9648940Z 21200K .......... .......... .......... .......... .......... 35% 170M 1s 2024-05-15T23:22:09.9652560Z 21250K .......... .......... .......... .......... .......... 35% 162M 1s 2024-05-15T23:22:09.9658410Z 21300K .......... .......... .......... .......... .......... 35% 121M 1s 2024-05-15T23:22:09.9680220Z 21350K .......... .......... .......... .......... .......... 36% 26.0M 1s 2024-05-15T23:22:09.9682030Z 21400K .......... .......... .......... .......... .......... 36% 155M 1s 2024-05-15T23:22:09.9683140Z 21450K .......... .......... .......... .......... .......... 36% 568M 1s 2024-05-15T23:22:09.9691610Z 21500K .......... .......... .......... .......... .......... 36% 247M 1s 2024-05-15T23:22:09.9693740Z 21550K .......... .......... .......... .......... .......... 36% 400M 1s 2024-05-15T23:22:09.9696230Z 21600K .......... .......... .......... .......... .......... 36% 660M 1s 2024-05-15T23:22:09.9700120Z 21650K .......... .......... .......... .......... .......... 36% 281M 1s 2024-05-15T23:22:09.9700640Z 21700K .......... .......... .......... .......... .......... 36% 178M 1s 2024-05-15T23:22:09.9703970Z 21750K .......... .......... .......... .......... .......... 36% 163M 1s 2024-05-15T23:22:09.9708200Z 21800K .......... .......... .......... .......... .......... 36% 83.9M 1s 2024-05-15T23:22:09.9713140Z 21850K .......... .......... .......... .......... .......... 36% 470M 1s 2024-05-15T23:22:09.9713890Z 21900K .......... .......... .......... .......... .......... 36% 34.4M 1s 2024-05-15T23:22:09.9720740Z 21950K .......... .......... .......... .......... .......... 37% 63.6M 1s 2024-05-15T23:22:09.9722510Z 22000K .......... .......... .......... .......... .......... 37% 277M 1s 2024-05-15T23:22:09.9723550Z 22050K .......... .......... .......... .......... .......... 37% 763M 1s 2024-05-15T23:22:09.9743850Z 22100K .......... .......... .......... .......... .......... 37% 729M 1s 2024-05-15T23:22:09.9747910Z 22150K .......... .......... .......... .......... .......... 37% 315M 1s 2024-05-15T23:22:09.9751530Z 22200K .......... .......... .......... .......... .......... 37% 57.4M 1s 2024-05-15T23:22:09.9752310Z 22250K .......... .......... .......... .......... .......... 37% 549M 1s 2024-05-15T23:22:09.9752980Z 22300K .......... .......... .......... .......... .......... 37% 88.5M 1s 2024-05-15T23:22:09.9755080Z 22350K .......... .......... .......... .......... .......... 37% 60.5M 1s 2024-05-15T23:22:09.9756490Z 22400K .......... .......... .......... .......... .......... 37% 465M 1s 2024-05-15T23:22:09.9758850Z 22450K .......... .......... .......... .......... .......... 37% 96.9M 1s 2024-05-15T23:22:09.9759300Z 22500K .......... .......... .......... .......... .......... 37% 191M 1s 2024-05-15T23:22:09.9760670Z 22550K .......... .......... .......... .......... .......... 38% 109M 1s 2024-05-15T23:22:09.9763190Z 22600K .......... .......... .......... .......... .......... 38% 537M 1s 2024-05-15T23:22:09.9767590Z 22650K .......... .......... .......... .......... .......... 38% 80.6M 1s 2024-05-15T23:22:09.9776100Z 22700K .......... .......... .......... .......... .......... 38% 59.2M 1s 2024-05-15T23:22:09.9783300Z 22750K .......... .......... .......... .......... .......... 38% 72.2M 1s 2024-05-15T23:22:09.9784900Z 22800K .......... .......... .......... .......... .......... 38% 178M 1s 2024-05-15T23:22:09.9792640Z 22850K .......... .......... .......... .......... .......... 38% 86.9M 1s 2024-05-15T23:22:09.9795810Z 22900K .......... .......... .......... .......... .......... 38% 149M 1s 2024-05-15T23:22:09.9799640Z 22950K .......... .......... .......... .......... .......... 38% 634M 1s 2024-05-15T23:22:09.9846990Z 23000K .......... .......... .......... .......... .......... 38% 74.8M 1s 2024-05-15T23:22:09.9851910Z 23050K .......... .......... .......... .......... .......... 38% 271M 1s 2024-05-15T23:22:09.9852770Z 23100K .......... .......... .......... .......... .......... 38% 470M 1s 2024-05-15T23:22:09.9853480Z 23150K .......... .......... .......... .......... .......... 39% 111M 1s 2024-05-15T23:22:09.9854250Z 23200K .......... .......... .......... .......... .......... 39% 41.7M 1s 2024-05-15T23:22:09.9855660Z 23250K .......... .......... .......... .......... .......... 39% 651M 1s 2024-05-15T23:22:09.9856370Z 23300K .......... .......... .......... .......... .......... 39% 102M 1s 2024-05-15T23:22:09.9857120Z 23350K .......... .......... .......... .......... .......... 39% 574M 1s 2024-05-15T23:22:09.9858890Z 23400K .......... .......... .......... .......... .......... 39% 166M 1s 2024-05-15T23:22:09.9870090Z 23450K .......... .......... .......... .......... .......... 39% 137M 1s 2024-05-15T23:22:09.9877880Z 23500K .......... .......... .......... .......... .......... 39% 49.2M 1s 2024-05-15T23:22:09.9878400Z 23550K .......... .......... .......... .......... .......... 39% 483M 1s 2024-05-15T23:22:09.9880600Z 23600K .......... .......... .......... .......... .......... 39% 763M 1s 2024-05-15T23:22:09.9884430Z 23650K .......... .......... .......... .......... .......... 39% 76.7M 1s 2024-05-15T23:22:09.9885960Z 23700K .......... .......... .......... .......... .......... 40% 30.4M 1s 2024-05-15T23:22:09.9886460Z 23750K .......... .......... .......... .......... .......... 40% 452M 1s 2024-05-15T23:22:09.9886940Z 23800K .......... .......... .......... .......... .......... 40% 669M 1s 2024-05-15T23:22:09.9888160Z 23850K .......... .......... .......... .......... .......... 40% 588M 1s 2024-05-15T23:22:09.9889230Z 23900K .......... .......... .......... .......... .......... 40% 729M 1s 2024-05-15T23:22:09.9891800Z 23950K .......... .......... .......... .......... .......... 40% 62.1M 1s 2024-05-15T23:22:09.9892760Z 24000K .......... .......... .......... .......... .......... 40% 111M 1s 2024-05-15T23:22:09.9893190Z 24050K .......... .......... .......... .......... .......... 40% 136M 1s 2024-05-15T23:22:09.9893580Z 24100K .......... .......... .......... .......... .......... 40% 669M 1s 2024-05-15T23:22:09.9894990Z 24150K .......... .......... .......... .......... .......... 40% 775M 1s 2024-05-15T23:22:09.9896270Z 24200K .......... .......... .......... .......... .......... 40% 77.0M 1s 2024-05-15T23:22:09.9898960Z 24250K .......... .......... .......... .......... .......... 40% 241M 1s 2024-05-15T23:22:09.9899530Z 24300K .......... .......... .......... .......... .......... 41% 740M 1s 2024-05-15T23:22:09.9900080Z 24350K .......... .......... .......... .......... .......... 41% 173M 1s 2024-05-15T23:22:09.9905720Z 24400K .......... .......... .......... .......... .......... 41% 97.7M 1s 2024-05-15T23:22:09.9907710Z 24450K .......... .......... .......... .......... .......... 41% 130M 1s 2024-05-15T23:22:09.9912110Z 24500K .......... .......... .......... .......... .......... 41% 164M 1s 2024-05-15T23:22:09.9920380Z 24550K .......... .......... .......... .......... .......... 41% 56.2M 1s 2024-05-15T23:22:09.9921860Z 24600K .......... .......... .......... .......... .......... 41% 234M 1s 2024-05-15T23:22:09.9929590Z 24650K .......... .......... .......... .......... .......... 41% 79.8M 1s 2024-05-15T23:22:09.9934730Z 24700K .......... .......... .......... .......... .......... 41% 113M 1s 2024-05-15T23:22:09.9935370Z 24750K .......... .......... .......... .......... .......... 41% 167M 1s 2024-05-15T23:22:09.9941350Z 24800K .......... .......... .......... .......... .......... 41% 84.0M 0s 2024-05-15T23:22:09.9948790Z 24850K .......... .......... .......... .......... .......... 41% 73.6M 0s 2024-05-15T23:22:09.9953640Z 24900K .......... .......... .......... .......... .......... 42% 129M 0s 2024-05-15T23:22:09.9958500Z 24950K .......... .......... .......... .......... .......... 42% 78.4M 0s 2024-05-15T23:22:09.9963410Z 25000K .......... .......... .......... .......... .......... 42% 143M 0s 2024-05-15T23:22:09.9963910Z 25050K .......... .......... .......... .......... .......... 42% 163M 0s 2024-05-15T23:22:09.9964820Z 25100K .......... .......... .......... .......... .......... 42% 493M 0s 2024-05-15T23:22:09.9967370Z 25150K .......... .......... .......... .......... .......... 42% 198M 0s 2024-05-15T23:22:09.9969710Z 25200K .......... .......... .......... .......... .......... 42% 245M 0s 2024-05-15T23:22:09.9974010Z 25250K .......... .......... .......... .......... .......... 42% 119M 0s 2024-05-15T23:22:09.9977940Z 25300K .......... .......... .......... .......... .......... 42% 235M 0s 2024-05-15T23:22:09.9978980Z 25350K .......... .......... .......... .......... .......... 42% 250M 0s 2024-05-15T23:22:09.9981760Z 25400K .......... .......... .......... .......... .......... 42% 134M 0s 2024-05-15T23:22:09.9991970Z 25450K .......... .......... .......... .......... .......... 42% 50.7M 0s 2024-05-15T23:22:09.9994400Z 25500K .......... .......... .......... .......... .......... 43% 149M 0s 2024-05-15T23:22:09.9998570Z 25550K .......... .......... .......... .......... .......... 43% 132M 0s 2024-05-15T23:22:10.0002670Z 25600K .......... .......... .......... .......... .......... 43% 139M 0s 2024-05-15T23:22:10.0012510Z 25650K .......... .......... .......... .......... .......... 43% 47.5M 0s 2024-05-15T23:22:10.0014760Z 25700K .......... .......... .......... .......... .......... 43% 142M 0s 2024-05-15T23:22:10.0018020Z 25750K .......... .......... .......... .......... .......... 43% 258M 0s 2024-05-15T23:22:10.0021270Z 25800K .......... .......... .......... .......... .......... 43% 330M 0s 2024-05-15T23:22:10.0025720Z 25850K .......... .......... .......... .......... .......... 43% 78.3M 0s 2024-05-15T23:22:10.0030340Z 25900K .......... .......... .......... .......... .......... 43% 98.2M 0s 2024-05-15T23:22:10.0031830Z 25950K .......... .......... .......... .......... .......... 43% 432M 0s 2024-05-15T23:22:10.0032480Z 26000K .......... .......... .......... .......... .......... 43% 282M 0s 2024-05-15T23:22:10.0032880Z 26050K .......... .......... .......... .......... .......... 43% 708M 0s 2024-05-15T23:22:10.0036860Z 26100K .......... .......... .......... .......... .......... 44% 129M 0s 2024-05-15T23:22:10.0040440Z 26150K .......... .......... .......... .......... .......... 44% 145M 0s 2024-05-15T23:22:10.0046200Z 26200K .......... .......... .......... .......... .......... 44% 89.1M 0s 2024-05-15T23:22:10.0057070Z 26250K .......... .......... .......... .......... .......... 44% 60.1M 0s 2024-05-15T23:22:10.0058410Z 26300K .......... .......... .......... .......... .......... 44% 216M 0s 2024-05-15T23:22:10.0065710Z 26350K .......... .......... .......... .......... .......... 44% 66.5M 0s 2024-05-15T23:22:10.0067360Z 26400K .......... .......... .......... .......... .......... 44% 211M 0s 2024-05-15T23:22:10.0067850Z 26450K .......... .......... .......... .......... .......... 44% 452M 0s 2024-05-15T23:22:10.0071090Z 26500K .......... .......... .......... .......... .......... 44% 122M 0s 2024-05-15T23:22:10.0075800Z 26550K .......... .......... .......... .......... .......... 44% 186M 0s 2024-05-15T23:22:10.0078520Z 26600K .......... .......... .......... .......... .......... 44% 147M 0s 2024-05-15T23:22:10.0085540Z 26650K .......... .......... .......... .......... .......... 44% 78.6M 0s 2024-05-15T23:22:10.0086070Z 26700K .......... .......... .......... .......... .......... 45% 234M 0s 2024-05-15T23:22:10.0092520Z 26750K .......... .......... .......... .......... .......... 45% 130M 0s 2024-05-15T23:22:10.0097270Z 26800K .......... .......... .......... .......... .......... 45% 64.8M 0s 2024-05-15T23:22:10.0106020Z 26850K .......... .......... .......... .......... .......... 45% 58.3M 0s 2024-05-15T23:22:10.0115660Z 26900K .......... .......... .......... .......... .......... 45% 111M 0s 2024-05-15T23:22:10.0124520Z 26950K .......... .......... .......... .......... .......... 45% 40.1M 0s 2024-05-15T23:22:10.0126690Z 27000K .......... .......... .......... .......... .......... 45% 93.5M 0s 2024-05-15T23:22:10.0132710Z 27050K .......... .......... .......... .......... .......... 45% 94.4M 0s 2024-05-15T23:22:10.0133170Z 27100K .......... .......... .......... .......... .......... 45% 740M 0s 2024-05-15T23:22:10.0153730Z 27150K .......... .......... .......... .......... .......... 45% 27.7M 0s 2024-05-15T23:22:10.0164400Z 27200K .......... .......... .......... .......... .......... 45% 42.7M 0s 2024-05-15T23:22:10.0179900Z 27250K .......... .......... .......... .......... .......... 45% 28.7M 0s 2024-05-15T23:22:10.0180400Z 27300K .......... .......... .......... .......... .......... 46% 669M 0s 2024-05-15T23:22:10.0180780Z 27350K .......... .......... .......... .......... .......... 46% 407M 0s 2024-05-15T23:22:10.0198710Z 27400K .......... .......... .......... .......... .......... 46% 39.0M 0s 2024-05-15T23:22:10.0204300Z 27450K .......... .......... .......... .......... .......... 46% 42.3M 0s 2024-05-15T23:22:10.0209030Z 27500K .......... .......... .......... .......... .......... 46% 110M 0s 2024-05-15T23:22:10.0227860Z 27550K .......... .......... .......... .......... .......... 46% 28.0M 0s 2024-05-15T23:22:10.0234770Z 27600K .......... .......... .......... .......... .......... 46% 60.0M 0s 2024-05-15T23:22:10.0254850Z 27650K .......... .......... .......... .......... .......... 46% 28.9M 0s 2024-05-15T23:22:10.0265310Z 27700K .......... .......... .......... .......... .......... 46% 55.6M 0s 2024-05-15T23:22:10.0270650Z 27750K .......... .......... .......... .......... .......... 46% 48.9M 0s 2024-05-15T23:22:10.0287060Z 27800K .......... .......... .......... .......... .......... 46% 45.4M 0s 2024-05-15T23:22:10.0300440Z 27850K .......... .......... .......... .......... .......... 46% 74.9M 0s 2024-05-15T23:22:10.0312880Z 27900K .......... .......... .......... .......... .......... 47% 21.0M 0s 2024-05-15T23:22:10.0313450Z 27950K .......... .......... .......... .......... .......... 47% 362M 0s 2024-05-15T23:22:10.0328260Z 28000K .......... .......... .......... .......... .......... 47% 36.0M 0s 2024-05-15T23:22:10.0336340Z 28050K .......... .......... .......... .......... .......... 47% 63.4M 0s 2024-05-15T23:22:10.0346500Z 28100K .......... .......... .......... .......... .......... 47% 40.6M 0s 2024-05-15T23:22:10.0358820Z 28150K .......... .......... .......... .......... .......... 47% 42.9M 0s 2024-05-15T23:22:10.0367480Z 28200K .......... .......... .......... .......... .......... 47% 46.7M 0s 2024-05-15T23:22:10.0381090Z 28250K .......... .......... .......... .......... .......... 47% 39.6M 0s 2024-05-15T23:22:10.0392000Z 28300K .......... .......... .......... .......... .......... 47% 47.0M 0s 2024-05-15T23:22:10.0399580Z 28350K .......... .......... .......... .......... .......... 47% 50.9M 0s 2024-05-15T23:22:10.0408830Z 28400K .......... .......... .......... .......... .......... 47% 63.8M 0s 2024-05-15T23:22:10.0413100Z 28450K .......... .......... .......... .......... .......... 48% 86.3M 0s 2024-05-15T23:22:10.0419700Z 28500K .......... .......... .......... .......... .......... 48% 96.1M 0s 2024-05-15T23:22:10.0443050Z 28550K .......... .......... .......... .......... .......... 48% 26.0M 0s 2024-05-15T23:22:10.0443600Z 28600K .......... .......... .......... .......... .......... 48% 113M 0s 2024-05-15T23:22:10.0444340Z 28650K .......... .......... .......... .......... .......... 48% 349M 0s 2024-05-15T23:22:10.0450800Z 28700K .......... .......... .......... .......... .......... 48% 79.9M 0s 2024-05-15T23:22:10.0455170Z 28750K .......... .......... .......... .......... .......... 48% 88.9M 0s 2024-05-15T23:22:10.0463890Z 28800K .......... .......... .......... .......... .......... 48% 63.7M 0s 2024-05-15T23:22:10.0468030Z 28850K .......... .......... .......... .......... .......... 48% 93.5M 0s 2024-05-15T23:22:10.0470590Z 28900K .......... .......... .......... .......... .......... 48% 191M 0s 2024-05-15T23:22:10.0482270Z 28950K .......... .......... .......... .......... .......... 48% 43.3M 0s 2024-05-15T23:22:10.0483200Z 29000K .......... .......... .......... .......... .......... 48% 428M 0s 2024-05-15T23:22:10.0485800Z 29050K .......... .......... .......... .......... .......... 49% 120M 0s 2024-05-15T23:22:10.0501700Z 29100K .......... .......... .......... .......... .......... 49% 43.9M 0s 2024-05-15T23:22:10.0508270Z 29150K .......... .......... .......... .......... .......... 49% 53.3M 0s 2024-05-15T23:22:10.0520700Z 29200K .......... .......... .......... .......... .......... 49% 50.3M 0s 2024-05-15T23:22:10.0523210Z 29250K .......... .......... .......... .......... .......... 49% 144M 0s 2024-05-15T23:22:10.0531790Z 29300K .......... .......... .......... .......... .......... 49% 50.1M 0s 2024-05-15T23:22:10.0533560Z 29350K .......... .......... .......... .......... .......... 49% 603M 0s 2024-05-15T23:22:10.0534860Z 29400K .......... .......... .......... .......... .......... 49% 135M 0s 2024-05-15T23:22:10.0539330Z 29450K .......... .......... .......... .......... .......... 49% 119M 0s 2024-05-15T23:22:10.0546110Z 29500K .......... .......... .......... .......... .......... 49% 72.7M 0s 2024-05-15T23:22:10.0556790Z 29550K .......... .......... .......... .......... .......... 49% 49.6M 0s 2024-05-15T23:22:10.0565120Z 29600K .......... .......... .......... .......... .......... 49% 67.1M 0s 2024-05-15T23:22:10.0585740Z 29650K .......... .......... .......... .......... .......... 50% 42.5M 0s 2024-05-15T23:22:10.0588870Z 29700K .......... .......... .......... .......... .......... 50% 107M 0s 2024-05-15T23:22:10.0589520Z 29750K .......... .......... .......... .......... .......... 50% 100M 0s 2024-05-15T23:22:10.0589990Z 29800K .......... .......... .......... .......... .......... 50% 85.5M 0s 2024-05-15T23:22:10.0590460Z 29850K .......... .......... .......... .......... .......... 50% 404M 0s 2024-05-15T23:22:10.0596130Z 29900K .......... .......... .......... .......... .......... 50% 79.0M 0s 2024-05-15T23:22:10.0602800Z 29950K .......... .......... .......... .......... .......... 50% 65.3M 0s 2024-05-15T23:22:10.0608110Z 30000K .......... .......... .......... .......... .......... 50% 98.0M 0s 2024-05-15T23:22:10.0620030Z 30050K .......... .......... .......... .......... .......... 50% 52.6M 0s 2024-05-15T23:22:10.0624120Z 30100K .......... .......... .......... .......... .......... 50% 74.4M 0s 2024-05-15T23:22:10.0633190Z 30150K .......... .......... .......... .......... .......... 50% 54.5M 0s 2024-05-15T23:22:10.0639740Z 30200K .......... .......... .......... .......... .......... 50% 102M 0s 2024-05-15T23:22:10.0653090Z 30250K .......... .......... .......... .......... .......... 51% 41.7M 0s 2024-05-15T23:22:10.0653850Z 30300K .......... .......... .......... .......... .......... 51% 660M 0s 2024-05-15T23:22:10.0664940Z 30350K .......... .......... .......... .......... .......... 51% 40.9M 0s 2024-05-15T23:22:10.0665790Z 30400K .......... .......... .......... .......... .......... 51% 519M 0s 2024-05-15T23:22:10.0667310Z 30450K .......... .......... .......... .......... .......... 51% 112M 0s 2024-05-15T23:22:10.0693740Z 30500K .......... .......... .......... .......... .......... 51% 29.5M 0s 2024-05-15T23:22:10.0697340Z 30550K .......... .......... .......... .......... .......... 51% 286M 0s 2024-05-15T23:22:10.0707710Z 30600K .......... .......... .......... .......... .......... 51% 26.2M 0s 2024-05-15T23:22:10.0708830Z 30650K .......... .......... .......... .......... .......... 51% 197M 0s 2024-05-15T23:22:10.0710250Z 30700K .......... .......... .......... .......... .......... 51% 143M 0s 2024-05-15T23:22:10.0717580Z 30750K .......... .......... .......... .......... .......... 51% 77.9M 0s 2024-05-15T23:22:10.0721010Z 30800K .......... .......... .......... .......... .......... 51% 110M 0s 2024-05-15T23:22:10.0721560Z 30850K .......... .......... .......... .......... .......... 52% 488M 0s 2024-05-15T23:22:10.0839600Z 30900K .......... .......... .......... .......... .......... 52% 52.7M 0s 2024-05-15T23:22:10.0857250Z 30950K .......... .......... .......... .......... .......... 52% 13.3M 0s 2024-05-15T23:22:10.0858740Z 31000K .......... .......... .......... .......... .......... 52% 394M 0s 2024-05-15T23:22:10.0862210Z 31050K .......... .......... .......... .......... .......... 52% 537M 0s 2024-05-15T23:22:10.0863520Z 31100K .......... .......... .......... .......... .......... 52% 81.4M 0s 2024-05-15T23:22:10.0865470Z 31150K .......... .......... .......... .......... .......... 52% 40.2M 0s 2024-05-15T23:22:10.0865880Z 31200K .......... .......... .......... .......... .......... 52% 561M 0s 2024-05-15T23:22:10.0867020Z 31250K .......... .......... .......... .......... .......... 52% 669M 0s 2024-05-15T23:22:10.0867420Z 31300K .......... .......... .......... .......... .......... 52% 17.8M 0s 2024-05-15T23:22:10.0867900Z 31350K .......... .......... .......... .......... .......... 52% 356M 0s 2024-05-15T23:22:10.0869670Z 31400K .......... .......... .......... .......... .......... 52% 270M 0s 2024-05-15T23:22:10.0870200Z 31450K .......... .......... .......... .......... .......... 53% 428M 0s 2024-05-15T23:22:10.0870700Z 31500K .......... .......... .......... .......... .......... 53% 100M 0s 2024-05-15T23:22:10.0871230Z 31550K .......... .......... .......... .......... .......... 53% 37.3M 0s 2024-05-15T23:22:10.0871630Z 31600K .......... .......... .......... .......... .......... 53% 581M 0s 2024-05-15T23:22:10.0872020Z 31650K .......... .......... .......... .......... .......... 53% 410M 0s 2024-05-15T23:22:10.0872420Z 31700K .......... .......... .......... .......... .......... 53% 660M 0s 2024-05-15T23:22:10.0873150Z 31750K .......... .......... .......... .......... .......... 53% 678M 0s 2024-05-15T23:22:10.0873910Z 31800K .......... .......... .......... .......... .......... 53% 763M 0s 2024-05-15T23:22:10.0876310Z 31850K .......... .......... .......... .......... .......... 53% 32.6M 0s 2024-05-15T23:22:10.0876690Z 31900K .......... .......... .......... .......... .......... 53% 519M 0s 2024-05-15T23:22:10.0877100Z 31950K .......... .......... .......... .......... .......... 53% 549M 0s 2024-05-15T23:22:10.0877640Z 32000K .......... .......... .......... .......... .......... 53% 116M 0s 2024-05-15T23:22:10.0883020Z 32050K .......... .......... .......... .......... .......... 54% 57.0M 0s 2024-05-15T23:22:10.0886490Z 32100K .......... .......... .......... .......... .......... 54% 44.8M 0s 2024-05-15T23:22:10.0890170Z 32150K .......... .......... .......... .......... .......... 54% 101M 0s 2024-05-15T23:22:10.0896870Z 32200K .......... .......... .......... .......... .......... 54% 68.3M 0s 2024-05-15T23:22:10.0912130Z 32250K .......... .......... .......... .......... .......... 54% 41.1M 0s 2024-05-15T23:22:10.0922010Z 32300K .......... .......... .......... .......... .......... 54% 45.7M 0s 2024-05-15T23:22:10.0928560Z 32350K .......... .......... .......... .......... .......... 54% 51.3M 0s 2024-05-15T23:22:10.0937450Z 32400K .......... .......... .......... .......... .......... 54% 54.1M 0s 2024-05-15T23:22:10.0947750Z 32450K .......... .......... .......... .......... .......... 54% 49.7M 0s 2024-05-15T23:22:10.0958540Z 32500K .......... .......... .......... .......... .......... 54% 44.8M 0s 2024-05-15T23:22:10.0976360Z 32550K .......... .......... .......... .......... .......... 54% 44.4M 0s 2024-05-15T23:22:10.0991180Z 32600K .......... .......... .......... .......... .......... 54% 191M 0s 2024-05-15T23:22:10.0992020Z 32650K .......... .......... .......... .......... .......... 55% 337M 0s 2024-05-15T23:22:10.0998190Z 32700K .......... .......... .......... .......... .......... 55% 24.6M 0s 2024-05-15T23:22:10.1041540Z 32750K .......... .......... .......... .......... .......... 55% 15.9M 0s 2024-05-15T23:22:10.1042220Z 32800K .......... .......... .......... .......... .......... 55% 77.8M 0s 2024-05-15T23:22:10.1048400Z 32850K .......... .......... .......... .......... .......... 55% 63.0M 0s 2024-05-15T23:22:10.1078400Z 32900K .......... .......... .......... .......... .......... 55% 14.3M 0s 2024-05-15T23:22:10.1079320Z 32950K .......... .......... .......... .......... .......... 55% 634M 0s 2024-05-15T23:22:10.1081690Z 33000K .......... .......... .......... .......... .......... 55% 227M 0s 2024-05-15T23:22:10.1154090Z 33050K .......... .......... .......... .......... .......... 55% 543M 0s 2024-05-15T23:22:10.1161040Z 33100K .......... .......... .......... .......... .......... 55% 698M 0s 2024-05-15T23:22:10.1161920Z 33150K .......... .......... .......... .......... .......... 55% 537M 0s 2024-05-15T23:22:10.1162650Z 33200K .......... .......... .......... .......... .......... 56% 7.17M 0s 2024-05-15T23:22:10.1163140Z 33250K .......... .......... .......... .......... .......... 56% 289M 0s 2024-05-15T23:22:10.1163740Z 33300K .......... .......... .......... .......... .......... 56% 603M 0s 2024-05-15T23:22:10.1164320Z 33350K .......... .......... .......... .......... .......... 56% 626M 0s 2024-05-15T23:22:10.1164920Z 33400K .......... .......... .......... .......... .......... 56% 82.1M 0s 2024-05-15T23:22:10.1165660Z 33450K .......... .......... .......... .......... .......... 56% 128M 0s 2024-05-15T23:22:10.1166240Z 33500K .......... .......... .......... .......... .......... 56% 256M 0s 2024-05-15T23:22:10.1166860Z 33550K .......... .......... .......... .......... .......... 56% 319M 0s 2024-05-15T23:22:10.1167650Z 33600K .......... .......... .......... .......... .......... 56% 698M 0s 2024-05-15T23:22:10.1176000Z 33650K .......... .......... .......... .......... .......... 56% 669M 0s 2024-05-15T23:22:10.1176720Z 33700K .......... .......... .......... .......... .......... 56% 775M 0s 2024-05-15T23:22:10.1178110Z 33750K .......... .......... .......... .......... .......... 56% 788M 0s 2024-05-15T23:22:10.1179310Z 33800K .......... .......... .......... .......... .......... 57% 775M 0s 2024-05-15T23:22:10.1180370Z 33850K .......... .......... .......... .......... .......... 57% 688M 0s 2024-05-15T23:22:10.1182850Z 33900K .......... .......... .......... .......... .......... 57% 58.7M 0s 2024-05-15T23:22:10.1188920Z 33950K .......... .......... .......... .......... .......... 57% 33.2M 0s 2024-05-15T23:22:10.1190200Z 34000K .......... .......... .......... .......... .......... 57% 474M 0s 2024-05-15T23:22:10.1193170Z 34050K .......... .......... .......... .......... .......... 57% 136M 0s 2024-05-15T23:22:10.1198700Z 34100K .......... .......... .......... .......... .......... 57% 99.0M 0s 2024-05-15T23:22:10.1204630Z 34150K .......... .......... .......... .......... .......... 57% 89.6M 0s 2024-05-15T23:22:10.1208920Z 34200K .......... .......... .......... .......... .......... 57% 88.8M 0s 2024-05-15T23:22:10.1217710Z 34250K .......... .......... .......... .......... .......... 57% 62.6M 0s 2024-05-15T23:22:10.1226910Z 34300K .......... .......... .......... .......... .......... 57% 72.2M 0s 2024-05-15T23:22:10.1235500Z 34350K .......... .......... .......... .......... .......... 57% 41.6M 0s 2024-05-15T23:22:10.1242170Z 34400K .......... .......... .......... .......... .......... 58% 78.3M 0s 2024-05-15T23:22:10.1242660Z 34450K .......... .......... .......... .......... .......... 58% 708M 0s 2024-05-15T23:22:10.1249560Z 34500K .......... .......... .......... .......... .......... 58% 65.5M 0s 2024-05-15T23:22:10.1255110Z 34550K .......... .......... .......... .......... .......... 58% 86.4M 0s 2024-05-15T23:22:10.1267550Z 34600K .......... .......... .......... .......... .......... 58% 45.8M 0s 2024-05-15T23:22:10.1283980Z 34650K .......... .......... .......... .......... .......... 58% 29.3M 0s 2024-05-15T23:22:10.1284500Z 34700K .......... .......... .......... .......... .......... 58% 568M 0s 2024-05-15T23:22:10.1296080Z 34750K .......... .......... .......... .......... .......... 58% 53.9M 0s 2024-05-15T23:22:10.1302840Z 34800K .......... .......... .......... .......... .......... 58% 52.6M 0s 2024-05-15T23:22:10.1303890Z 34850K .......... .......... .......... .......... .......... 58% 543M 0s 2024-05-15T23:22:10.1311800Z 34900K .......... .......... .......... .......... .......... 58% 62.1M 0s 2024-05-15T23:22:10.1324410Z 34950K .......... .......... .......... .......... .......... 58% 42.1M 0s 2024-05-15T23:22:10.1324930Z 35000K .......... .......... .......... .......... .......... 59% 660M 0s 2024-05-15T23:22:10.1396380Z 35050K .......... .......... .......... .......... .......... 59% 7.38M 0s 2024-05-15T23:22:10.1398360Z 35100K .......... .......... .......... .......... .......... 59% 273M 0s 2024-05-15T23:22:10.1399590Z 35150K .......... .......... .......... .......... .......... 59% 193M 0s 2024-05-15T23:22:10.1400820Z 35200K .......... .......... .......... .......... .......... 59% 253M 0s 2024-05-15T23:22:10.1402480Z 35250K .......... .......... .......... .......... .......... 59% 294M 0s 2024-05-15T23:22:10.1439770Z 35300K .......... .......... .......... .......... .......... 59% 294M 0s 2024-05-15T23:22:10.1440920Z 35350K .......... .......... .......... .......... .......... 59% 287M 0s 2024-05-15T23:22:10.1448910Z 35400K .......... .......... .......... .......... .......... 59% 32.3M 0s 2024-05-15T23:22:10.1453090Z 35450K .......... .......... .......... .......... .......... 59% 210M 0s 2024-05-15T23:22:10.1453650Z 35500K .......... .......... .......... .......... .......... 59% 236M 0s 2024-05-15T23:22:10.1462660Z 35550K .......... .......... .......... .......... .......... 59% 14.9M 0s 2024-05-15T23:22:10.1469940Z 35600K .......... .......... .......... .......... .......... 60% 247M 0s 2024-05-15T23:22:10.1470670Z 35650K .......... .......... .......... .......... .......... 60% 256M 0s 2024-05-15T23:22:10.1471100Z 35700K .......... .......... .......... .......... .......... 60% 281M 0s 2024-05-15T23:22:10.1471610Z 35750K .......... .......... .......... .......... .......... 60% 626M 0s 2024-05-15T23:22:10.1472100Z 35800K .......... .......... .......... .......... .......... 60% 568M 0s 2024-05-15T23:22:10.1472760Z 35850K .......... .......... .......... .......... .......... 60% 603M 0s 2024-05-15T23:22:10.1473240Z 35900K .......... .......... .......... .......... .......... 60% 203M 0s 2024-05-15T23:22:10.1473630Z 35950K .......... .......... .......... .......... .......... 60% 588M 0s 2024-05-15T23:22:10.1489820Z 36000K .......... .......... .......... .......... .......... 60% 26.1M 0s 2024-05-15T23:22:10.1491340Z 36050K .......... .......... .......... .......... .......... 60% 163M 0s 2024-05-15T23:22:10.1492550Z 36100K .......... .......... .......... .......... .......... 60% 218M 0s 2024-05-15T23:22:10.1531550Z 36150K .......... .......... .......... .......... .......... 60% 11.5M 0s 2024-05-15T23:22:10.1532900Z 36200K .......... .......... .......... .......... .......... 61% 568M 0s 2024-05-15T23:22:10.1536850Z 36250K .......... .......... .......... .......... .......... 61% 514M 0s 2024-05-15T23:22:10.1538970Z 36300K .......... .......... .......... .......... .......... 61% 626M 0s 2024-05-15T23:22:10.1541530Z 36350K .......... .......... .......... .......... .......... 61% 60.6M 0s 2024-05-15T23:22:10.1552800Z 36400K .......... .......... .......... .......... .......... 61% 42.7M 0s 2024-05-15T23:22:10.1563720Z 36450K .......... .......... .......... .......... .......... 61% 45.1M 0s 2024-05-15T23:22:10.1578690Z 36500K .......... .......... .......... .......... .......... 61% 41.2M 0s 2024-05-15T23:22:10.1584030Z 36550K .......... .......... .......... .......... .......... 61% 68.2M 0s 2024-05-15T23:22:10.1597220Z 36600K .......... .......... .......... .......... .......... 61% 34.6M 0s 2024-05-15T23:22:10.1597740Z 36650K .......... .......... .......... .......... .......... 61% 669M 0s 2024-05-15T23:22:10.1606480Z 36700K .......... .......... .......... .......... .......... 61% 54.1M 0s 2024-05-15T23:22:10.1620920Z 36750K .......... .......... .......... .......... .......... 61% 33.1M 0s 2024-05-15T23:22:10.1637040Z 36800K .......... .......... .......... .......... .......... 62% 36.2M 0s 2024-05-15T23:22:10.1648010Z 36850K .......... .......... .......... .......... .......... 62% 35.2M 0s 2024-05-15T23:22:10.1660110Z 36900K .......... .......... .......... .......... .......... 62% 56.3M 0s 2024-05-15T23:22:10.1670440Z 36950K .......... .......... .......... .......... .......... 62% 45.5M 0s 2024-05-15T23:22:10.1679990Z 37000K .......... .......... .......... .......... .......... 62% 46.3M 0s 2024-05-15T23:22:10.1685330Z 37050K .......... .......... .......... .......... .......... 62% 70.9M 0s 2024-05-15T23:22:10.1698220Z 37100K .......... .......... .......... .......... .......... 62% 39.8M 0s 2024-05-15T23:22:10.1707930Z 37150K .......... .......... .......... .......... .......... 62% 46.2M 0s 2024-05-15T23:22:10.1715680Z 37200K .......... .......... .......... .......... .......... 62% 70.3M 0s 2024-05-15T23:22:10.1725630Z 37250K .......... .......... .......... .......... .......... 62% 47.3M 0s 2024-05-15T23:22:10.1732600Z 37300K .......... .......... .......... .......... .......... 62% 63.5M 0s 2024-05-15T23:22:10.1745830Z 37350K .......... .......... .......... .......... .......... 63% 38.7M 0s 2024-05-15T23:22:10.1763620Z 37400K .......... .......... .......... .......... .......... 63% 31.1M 0s 2024-05-15T23:22:10.1770840Z 37450K .......... .......... .......... .......... .......... 63% 52.6M 0s 2024-05-15T23:22:10.1783440Z 37500K .......... .......... .......... .......... .......... 63% 39.4M 0s 2024-05-15T23:22:10.1805390Z 37550K .......... .......... .......... .......... .......... 63% 25.3M 0s 2024-05-15T23:22:10.1814220Z 37600K .......... .......... .......... .......... .......... 63% 47.8M 0s 2024-05-15T23:22:10.1823430Z 37650K .......... .......... .......... .......... .......... 63% 44.9M 0s 2024-05-15T23:22:10.1835860Z 37700K .......... .......... .......... .......... .......... 63% 42.5M 0s 2024-05-15T23:22:10.1851320Z 37750K .......... .......... .......... .......... .......... 63% 33.3M 0s 2024-05-15T23:22:10.1864790Z 37800K .......... .......... .......... .......... .......... 63% 34.1M 0s 2024-05-15T23:22:10.1870840Z 37850K .......... .......... .......... .......... .......... 63% 78.8M 0s 2024-05-15T23:22:10.1879830Z 37900K .......... .......... .......... .......... .......... 63% 47.9M 0s 2024-05-15T23:22:10.1897370Z 37950K .......... .......... .......... .......... .......... 64% 31.8M 0s 2024-05-15T23:22:10.1907980Z 38000K .......... .......... .......... .......... .......... 64% 41.8M 0s 2024-05-15T23:22:10.1915230Z 38050K .......... .......... .......... .......... .......... 64% 60.6M 0s 2024-05-15T23:22:10.1925820Z 38100K .......... .......... .......... .......... .......... 64% 48.2M 0s 2024-05-15T23:22:10.1941360Z 38150K .......... .......... .......... .......... .......... 64% 37.1M 0s 2024-05-15T23:22:10.1950580Z 38200K .......... .......... .......... .......... .......... 64% 47.3M 0s 2024-05-15T23:22:10.1958040Z 38250K .......... .......... .......... .......... .......... 64% 53.0M 0s 2024-05-15T23:22:10.1969430Z 38300K .......... .......... .......... .......... .......... 64% 51.3M 0s 2024-05-15T23:22:10.1985680Z 38350K .......... .......... .......... .......... .......... 64% 27.4M 0s 2024-05-15T23:22:10.2000330Z 38400K .......... .......... .......... .......... .......... 64% 33.8M 0s 2024-05-15T23:22:10.2012470Z 38450K .......... .......... .......... .......... .......... 64% 44.8M 0s 2024-05-15T23:22:10.2026660Z 38500K .......... .......... .......... .......... .......... 64% 35.8M 0s 2024-05-15T23:22:10.2034500Z 38550K .......... .......... .......... .......... .......... 65% 79.3M 0s 2024-05-15T23:22:10.2041510Z 38600K .......... .......... .......... .......... .......... 65% 44.5M 0s 2024-05-15T23:22:10.2048930Z 38650K .......... .......... .......... .......... .......... 65% 71.7M 0s 2024-05-15T23:22:10.2062880Z 38700K .......... .......... .......... .......... .......... 65% 35.3M 0s 2024-05-15T23:22:10.2072110Z 38750K .......... .......... .......... .......... .......... 65% 49.0M 0s 2024-05-15T23:22:10.2086390Z 38800K .......... .......... .......... .......... .......... 65% 36.9M 0s 2024-05-15T23:22:10.2095210Z 38850K .......... .......... .......... .......... .......... 65% 57.1M 0s 2024-05-15T23:22:10.2105660Z 38900K .......... .......... .......... .......... .......... 65% 55.7M 0s 2024-05-15T23:22:10.2115950Z 38950K .......... .......... .......... .......... .......... 65% 40.2M 0s 2024-05-15T23:22:10.2124100Z 39000K .......... .......... .......... .......... .......... 65% 57.0M 0s 2024-05-15T23:22:10.2138820Z 39050K .......... .......... .......... .......... .......... 65% 37.6M 0s 2024-05-15T23:22:10.2149100Z 39100K .......... .......... .......... .......... .......... 65% 43.9M 0s 2024-05-15T23:22:10.2162810Z 39150K .......... .......... .......... .......... .......... 66% 34.5M 0s 2024-05-15T23:22:10.2174470Z 39200K .......... .......... .......... .......... .......... 66% 38.7M 0s 2024-05-15T23:22:10.2184910Z 39250K .......... .......... .......... .......... .......... 66% 54.5M 0s 2024-05-15T23:22:10.2191830Z 39300K .......... .......... .......... .......... .......... 66% 56.3M 0s 2024-05-15T23:22:10.2201190Z 39350K .......... .......... .......... .......... .......... 66% 52.7M 0s 2024-05-15T23:22:10.2216980Z 39400K .......... .......... .......... .......... .......... 66% 31.3M 0s 2024-05-15T23:22:10.2227510Z 39450K .......... .......... .......... .......... .......... 66% 51.5M 0s 2024-05-15T23:22:10.2240230Z 39500K .......... .......... .......... .......... .......... 66% 37.5M 0s 2024-05-15T23:22:10.2256060Z 39550K .......... .......... .......... .......... .......... 66% 30.8M 0s 2024-05-15T23:22:10.2269510Z 39600K .......... .......... .......... .......... .......... 66% 37.5M 0s 2024-05-15T23:22:10.2278110Z 39650K .......... .......... .......... .......... .......... 66% 47.9M 0s 2024-05-15T23:22:10.2292960Z 39700K .......... .......... .......... .......... .......... 66% 38.8M 0s 2024-05-15T23:22:10.2303490Z 39750K .......... .......... .......... .......... .......... 67% 43.0M 0s 2024-05-15T23:22:10.2313070Z 39800K .......... .......... .......... .......... .......... 67% 49.3M 0s 2024-05-15T23:22:10.2324430Z 39850K .......... .......... .......... .......... .......... 67% 39.6M 0s 2024-05-15T23:22:10.2354430Z 39900K .......... .......... .......... .......... .......... 67% 19.7M 0s 2024-05-15T23:22:10.2362870Z 39950K .......... .......... .......... .......... .......... 67% 37.0M 0s 2024-05-15T23:22:10.2375180Z 40000K .......... .......... .......... .......... .......... 67% 40.1M 0s 2024-05-15T23:22:10.2386570Z 40050K .......... .......... .......... .......... .......... 67% 44.1M 0s 2024-05-15T23:22:10.2401130Z 40100K .......... .......... .......... .......... .......... 67% 34.0M 0s 2024-05-15T23:22:10.2409840Z 40150K .......... .......... .......... .......... .......... 67% 56.1M 0s 2024-05-15T23:22:10.2419050Z 40200K .......... .......... .......... .......... .......... 67% 52.1M 0s 2024-05-15T23:22:10.2429380Z 40250K .......... .......... .......... .......... .......... 67% 48.1M 0s 2024-05-15T23:22:10.2444400Z 40300K .......... .......... .......... .......... .......... 67% 30.9M 0s 2024-05-15T23:22:10.2452550Z 40350K .......... .......... .......... .......... .......... 68% 79.5M 0s 2024-05-15T23:22:10.2457880Z 40400K .......... .......... .......... .......... .......... 68% 66.2M 0s 2024-05-15T23:22:10.2474950Z 40450K .......... .......... .......... .......... .......... 68% 35.8M 0s 2024-05-15T23:22:10.2479430Z 40500K .......... .......... .......... .......... .......... 68% 61.4M 0s 2024-05-15T23:22:10.2490700Z 40550K .......... .......... .......... .......... .......... 68% 47.0M 0s 2024-05-15T23:22:10.2501410Z 40600K .......... .......... .......... .......... .......... 68% 41.9M 0s 2024-05-15T23:22:10.2511020Z 40650K .......... .......... .......... .......... .......... 68% 48.6M 0s 2024-05-15T23:22:10.2522550Z 40700K .......... .......... .......... .......... .......... 68% 44.2M 0s 2024-05-15T23:22:10.2539300Z 40750K .......... .......... .......... .......... .......... 68% 29.3M 0s 2024-05-15T23:22:10.2550570Z 40800K .......... .......... .......... .......... .......... 68% 43.2M 0s 2024-05-15T23:22:10.2554600Z 40850K .......... .......... .......... .......... .......... 68% 102M 0s 2024-05-15T23:22:10.2563820Z 40900K .......... .......... .......... .......... .......... 68% 54.9M 0s 2024-05-15T23:22:10.2575480Z 40950K .......... .......... .......... .......... .......... 69% 44.3M 0s 2024-05-15T23:22:10.2585680Z 41000K .......... .......... .......... .......... .......... 69% 45.6M 0s 2024-05-15T23:22:10.2600000Z 41050K .......... .......... .......... .......... .......... 69% 34.4M 0s 2024-05-15T23:22:10.2605410Z 41100K .......... .......... .......... .......... .......... 69% 88.1M 0s 2024-05-15T23:22:10.2618190Z 41150K .......... .......... .......... .......... .......... 69% 38.4M 0s 2024-05-15T23:22:10.2629820Z 41200K .......... .......... .......... .......... .......... 69% 48.9M 0s 2024-05-15T23:22:10.2640470Z 41250K .......... .......... .......... .......... .......... 69% 42.3M 0s 2024-05-15T23:22:10.2659100Z 41300K .......... .......... .......... .......... .......... 69% 26.3M 0s 2024-05-15T23:22:10.2667310Z 41350K .......... .......... .......... .......... .......... 69% 59.6M 0s 2024-05-15T23:22:10.2675190Z 41400K .......... .......... .......... .......... .......... 69% 53.8M 0s 2024-05-15T23:22:10.2687950Z 41450K .......... .......... .......... .......... .......... 69% 45.8M 0s 2024-05-15T23:22:10.2694540Z 41500K .......... .......... .......... .......... .......... 69% 57.5M 0s 2024-05-15T23:22:10.2713580Z 41550K .......... .......... .......... .......... .......... 70% 29.0M 0s 2024-05-15T23:22:10.2720840Z 41600K .......... .......... .......... .......... .......... 70% 53.5M 0s 2024-05-15T23:22:10.2733150Z 41650K .......... .......... .......... .......... .......... 70% 41.3M 0s 2024-05-15T23:22:10.2741430Z 41700K .......... .......... .......... .......... .......... 70% 60.1M 0s 2024-05-15T23:22:10.2749880Z 41750K .......... .......... .......... .......... .......... 70% 51.2M 0s 2024-05-15T23:22:10.2761110Z 41800K .......... .......... .......... .......... .......... 70% 45.8M 0s 2024-05-15T23:22:10.2774130Z 41850K .......... .......... .......... .......... .......... 70% 41.1M 0s 2024-05-15T23:22:10.2787560Z 41900K .......... .......... .......... .......... .......... 70% 33.2M 0s 2024-05-15T23:22:10.2807880Z 41950K .......... .......... .......... .......... .......... 70% 26.0M 0s 2024-05-15T23:22:10.2816390Z 42000K .......... .......... .......... .......... .......... 70% 50.7M 0s 2024-05-15T23:22:10.2831330Z 42050K .......... .......... .......... .......... .......... 70% 34.7M 0s 2024-05-15T23:22:10.2837390Z 42100K .......... .......... .......... .......... .......... 71% 65.7M 0s 2024-05-15T23:22:10.2846640Z 42150K .......... .......... .......... .......... .......... 71% 50.5M 0s 2024-05-15T23:22:10.2862610Z 42200K .......... .......... .......... .......... .......... 71% 33.8M 0s 2024-05-15T23:22:10.2873190Z 42250K .......... .......... .......... .......... .......... 71% 40.9M 0s 2024-05-15T23:22:10.2884710Z 42300K .......... .......... .......... .......... .......... 71% 44.6M 0s 2024-05-15T23:22:10.2898140Z 42350K .......... .......... .......... .......... .......... 71% 34.1M 0s 2024-05-15T23:22:10.2906890Z 42400K .......... .......... .......... .......... .......... 71% 80.4M 0s 2024-05-15T23:22:10.2918520Z 42450K .......... .......... .......... .......... .......... 71% 44.3M 0s 2024-05-15T23:22:10.2927300Z 42500K .......... .......... .......... .......... .......... 71% 47.0M 0s 2024-05-15T23:22:10.2938230Z 42550K .......... .......... .......... .......... .......... 71% 46.5M 0s 2024-05-15T23:22:10.2944310Z 42600K .......... .......... .......... .......... .......... 71% 67.7M 0s 2024-05-15T23:22:10.2954960Z 42650K .......... .......... .......... .......... .......... 71% 48.1M 0s 2024-05-15T23:22:10.2966480Z 42700K .......... .......... .......... .......... .......... 72% 41.2M 0s 2024-05-15T23:22:10.2987200Z 42750K .......... .......... .......... .......... .......... 72% 24.9M 0s 2024-05-15T23:22:10.2992450Z 42800K .......... .......... .......... .......... .......... 72% 67.5M 0s 2024-05-15T23:22:10.3007280Z 42850K .......... .......... .......... .......... .......... 72% 37.5M 0s 2024-05-15T23:22:10.3017060Z 42900K .......... .......... .......... .......... .......... 72% 43.2M 0s 2024-05-15T23:22:10.3029750Z 42950K .......... .......... .......... .......... .......... 72% 42.2M 0s 2024-05-15T23:22:10.3044860Z 43000K .......... .......... .......... .......... .......... 72% 31.8M 0s 2024-05-15T23:22:10.3054010Z 43050K .......... .......... .......... .......... .......... 72% 54.1M 0s 2024-05-15T23:22:10.3069370Z 43100K .......... .......... .......... .......... .......... 72% 36.8M 0s 2024-05-15T23:22:10.3080370Z 43150K .......... .......... .......... .......... .......... 72% 37.3M 0s 2024-05-15T23:22:10.3091200Z 43200K .......... .......... .......... .......... .......... 72% 45.2M 0s 2024-05-15T23:22:10.3101800Z 43250K .......... .......... .......... .......... .......... 72% 44.1M 0s 2024-05-15T23:22:10.3117220Z 43300K .......... .......... .......... .......... .......... 73% 35.4M 0s 2024-05-15T23:22:10.3130540Z 43350K .......... .......... .......... .......... .......... 73% 33.1M 0s 2024-05-15T23:22:10.3140050Z 43400K .......... .......... .......... .......... .......... 73% 51.9M 0s 2024-05-15T23:22:10.3153850Z 43450K .......... .......... .......... .......... .......... 73% 38.2M 0s 2024-05-15T23:22:10.3166540Z 43500K .......... .......... .......... .......... .......... 73% 33.3M 0s 2024-05-15T23:22:10.3179070Z 43550K .......... .......... .......... .......... .......... 73% 42.5M 0s 2024-05-15T23:22:10.3188590Z 43600K .......... .......... .......... .......... .......... 73% 45.9M 0s 2024-05-15T23:22:10.3199870Z 43650K .......... .......... .......... .......... .......... 73% 60.3M 0s 2024-05-15T23:22:10.3209130Z 43700K .......... .......... .......... .......... .......... 73% 47.2M 0s 2024-05-15T23:22:10.3216670Z 43750K .......... .......... .......... .......... .......... 73% 50.6M 0s 2024-05-15T23:22:10.3232860Z 43800K .......... .......... .......... .......... .......... 73% 40.3M 0s 2024-05-15T23:22:10.3236270Z 43850K .......... .......... .......... .......... .......... 73% 75.0M 0s 2024-05-15T23:22:10.3248310Z 43900K .......... .......... .......... .......... .......... 74% 45.1M 0s 2024-05-15T23:22:10.3263580Z 43950K .......... .......... .......... .......... .......... 74% 33.5M 0s 2024-05-15T23:22:10.3276660Z 44000K .......... .......... .......... .......... .......... 74% 33.1M 0s 2024-05-15T23:22:10.3285880Z 44050K .......... .......... .......... .......... .......... 74% 49.0M 0s 2024-05-15T23:22:10.3297060Z 44100K .......... .......... .......... .......... .......... 74% 41.7M 0s 2024-05-15T23:22:10.3310240Z 44150K .......... .......... .......... .......... .......... 74% 40.5M 0s 2024-05-15T23:22:10.3341160Z 44200K .......... .......... .......... .......... .......... 74% 36.1M 0s 2024-05-15T23:22:10.3353110Z 44250K .......... .......... .......... .......... .......... 74% 24.5M 0s 2024-05-15T23:22:10.3355750Z 44300K .......... .......... .......... .......... .......... 74% 215M 0s 2024-05-15T23:22:10.3356930Z 44350K .......... .......... .......... .......... .......... 74% 61.0M 0s 2024-05-15T23:22:10.3366690Z 44400K .......... .......... .......... .......... .......... 74% 35.7M 0s 2024-05-15T23:22:10.3381080Z 44450K .......... .......... .......... .......... .......... 74% 36.0M 0s 2024-05-15T23:22:10.3391350Z 44500K .......... .......... .......... .......... .......... 75% 52.3M 0s 2024-05-15T23:22:10.3402380Z 44550K .......... .......... .......... .......... .......... 75% 53.2M 0s 2024-05-15T23:22:10.3411300Z 44600K .......... .......... .......... .......... .......... 75% 53.9M 0s 2024-05-15T23:22:10.3419280Z 44650K .......... .......... .......... .......... .......... 75% 46.3M 0s 2024-05-15T23:22:10.3427460Z 44700K .......... .......... .......... .......... .......... 75% 54.3M 0s 2024-05-15T23:22:10.3440270Z 44750K .......... .......... .......... .......... .......... 75% 37.3M 0s 2024-05-15T23:22:10.3456430Z 44800K .......... .......... .......... .......... .......... 75% 31.4M 0s 2024-05-15T23:22:10.3461920Z 44850K .......... .......... .......... .......... .......... 75% 79.0M 0s 2024-05-15T23:22:10.3475580Z 44900K .......... .......... .......... .......... .......... 75% 37.7M 0s 2024-05-15T23:22:10.3487880Z 44950K .......... .......... .......... .......... .......... 75% 45.3M 0s 2024-05-15T23:22:10.3499830Z 45000K .......... .......... .......... .......... .......... 75% 35.7M 0s 2024-05-15T23:22:10.3524260Z 45050K .......... .......... .......... .......... .......... 75% 24.1M 0s 2024-05-15T23:22:10.3526350Z 45100K .......... .......... .......... .......... .......... 76% 79.8M 0s 2024-05-15T23:22:10.3535270Z 45150K .......... .......... .......... .......... .......... 76% 63.7M 0s 2024-05-15T23:22:10.3546290Z 45200K .......... .......... .......... .......... .......... 76% 44.7M 0s 2024-05-15T23:22:10.3558720Z 45250K .......... .......... .......... .......... .......... 76% 46.2M 0s 2024-05-15T23:22:10.3564880Z 45300K .......... .......... .......... .......... .......... 76% 54.3M 0s 2024-05-15T23:22:10.3576510Z 45350K .......... .......... .......... .......... .......... 76% 51.0M 0s 2024-05-15T23:22:10.3586030Z 45400K .......... .......... .......... .......... .......... 76% 47.3M 0s 2024-05-15T23:22:10.3592840Z 45450K .......... .......... .......... .......... .......... 76% 63.1M 0s 2024-05-15T23:22:10.3600950Z 45500K .......... .......... .......... .......... .......... 76% 65.4M 0s 2024-05-15T23:22:10.3612760Z 45550K .......... .......... .......... .......... .......... 76% 37.6M 0s 2024-05-15T23:22:10.3626010Z 45600K .......... .......... .......... .......... .......... 76% 38.2M 0s 2024-05-15T23:22:10.3635980Z 45650K .......... .......... .......... .......... .......... 76% 67.3M 0s 2024-05-15T23:22:10.3641800Z 45700K .......... .......... .......... .......... .......... 77% 64.7M 0s 2024-05-15T23:22:10.3653130Z 45750K .......... .......... .......... .......... .......... 77% 44.2M 0s 2024-05-15T23:22:10.3666120Z 45800K .......... .......... .......... .......... .......... 77% 53.2M 0s 2024-05-15T23:22:10.3676940Z 45850K .......... .......... .......... .......... .......... 77% 35.7M 0s 2024-05-15T23:22:10.3684570Z 45900K .......... .......... .......... .......... .......... 77% 49.3M 0s 2024-05-15T23:22:10.3689370Z 45950K .......... .......... .......... .......... .......... 77% 86.0M 0s 2024-05-15T23:22:10.3691460Z 46000K .......... .......... .......... .......... .......... 77% 234M 0s 2024-05-15T23:22:10.3699010Z 46050K .......... .......... .......... .......... .......... 77% 74.9M 0s 2024-05-15T23:22:10.3707080Z 46100K .......... .......... .......... .......... .......... 77% 54.1M 0s 2024-05-15T23:22:10.3716240Z 46150K .......... .......... .......... .......... .......... 77% 61.6M 0s 2024-05-15T23:22:10.3721520Z 46200K .......... .......... .......... .......... .......... 77% 74.3M 0s 2024-05-15T23:22:10.4179940Z 46250K .......... .......... .......... .......... .......... 77% 1.08M 0s 2024-05-15T23:22:10.4182540Z 46300K .......... .......... .......... .......... .......... 78% 62.8M 0s 2024-05-15T23:22:10.4186840Z 46350K .......... .......... .......... .......... .......... 78% 104M 0s 2024-05-15T23:22:10.4192060Z 46400K .......... .......... .......... .......... .......... 78% 96.5M 0s 2024-05-15T23:22:10.4196340Z 46450K .......... .......... .......... .......... .......... 78% 128M 0s 2024-05-15T23:22:10.4203970Z 46500K .......... .......... .......... .......... .......... 78% 66.4M 0s 2024-05-15T23:22:10.4210360Z 46550K .......... .......... .......... .......... .......... 78% 71.5M 0s 2024-05-15T23:22:10.4211700Z 46600K .......... .......... .......... .......... .......... 78% 388M 0s 2024-05-15T23:22:10.4214590Z 46650K .......... .......... .......... .......... .......... 78% 180M 0s 2024-05-15T23:22:10.4233470Z 46700K .......... .......... .......... .......... .......... 78% 25.0M 0s 2024-05-15T23:22:10.4242250Z 46750K .......... .......... .......... .......... .......... 78% 65.9M 0s 2024-05-15T23:22:10.4246850Z 46800K .......... .......... .......... .......... .......... 78% 87.5M 0s 2024-05-15T23:22:10.4279100Z 46850K .......... .......... .......... .......... .......... 79% 146M 0s 2024-05-15T23:22:10.4280550Z 46900K .......... .......... .......... .......... .......... 79% 568M 0s 2024-05-15T23:22:10.4282790Z 46950K .......... .......... .......... .......... .......... 79% 54.9M 0s 2024-05-15T23:22:10.4284490Z 47000K .......... .......... .......... .......... .......... 79% 66.3M 0s 2024-05-15T23:22:10.4285450Z 47050K .......... .......... .......... .......... .......... 79% 678M 0s 2024-05-15T23:22:10.4286460Z 47100K .......... .......... .......... .......... .......... 79% 178M 0s 2024-05-15T23:22:10.4288510Z 47150K .......... .......... .......... .......... .......... 79% 49.6M 0s 2024-05-15T23:22:10.4291870Z 47200K .......... .......... .......... .......... .......... 79% 40.8M 0s 2024-05-15T23:22:10.4298160Z 47250K .......... .......... .......... .......... .......... 79% 83.8M 0s 2024-05-15T23:22:10.4302970Z 47300K .......... .......... .......... .......... .......... 79% 97.3M 0s 2024-05-15T23:22:10.4309320Z 47350K .......... .......... .......... .......... .......... 79% 71.1M 0s 2024-05-15T23:22:10.4313410Z 47400K .......... .......... .......... .......... .......... 79% 166M 0s 2024-05-15T23:22:10.4314560Z 47450K .......... .......... .......... .......... .......... 80% 525M 0s 2024-05-15T23:22:10.4315620Z 47500K .......... .......... .......... .......... .......... 80% 242M 0s 2024-05-15T23:22:10.4323810Z 47550K .......... .......... .......... .......... .......... 80% 65.5M 0s 2024-05-15T23:22:10.4325250Z 47600K .......... .......... .......... .......... .......... 80% 503M 0s 2024-05-15T23:22:10.4326320Z 47650K .......... .......... .......... .......... .......... 80% 156M 0s 2024-05-15T23:22:10.4341380Z 47700K .......... .......... .......... .......... .......... 80% 39.8M 0s 2024-05-15T23:22:10.4341930Z 47750K .......... .......... .......... .......... .......... 80% 141M 0s 2024-05-15T23:22:10.4342910Z 47800K .......... .......... .......... .......... .......... 80% 618M 0s 2024-05-15T23:22:10.4344210Z 47850K .......... .......... .......... .......... .......... 80% 432M 0s 2024-05-15T23:22:10.4345290Z 47900K .......... .......... .......... .......... .......... 80% 436M 0s 2024-05-15T23:22:10.4346100Z 47950K .......... .......... .......... .......... .......... 80% 488M 0s 2024-05-15T23:22:10.4347510Z 48000K .......... .......... .......... .......... .......... 80% 479M 0s 2024-05-15T23:22:10.4353300Z 48050K .......... .......... .......... .......... .......... 81% 141M 0s 2024-05-15T23:22:10.4357850Z 48100K .......... .......... .......... .......... .......... 81% 82.3M 0s 2024-05-15T23:22:10.4358950Z 48150K .......... .......... .......... .......... .......... 81% 217M 0s 2024-05-15T23:22:10.4362300Z 48200K .......... .......... .......... .......... .......... 81% 192M 0s 2024-05-15T23:22:10.4365710Z 48250K .......... .......... .......... .......... .......... 81% 254M 0s 2024-05-15T23:22:10.4368400Z 48300K .......... .......... .......... .......... .......... 81% 115M 0s 2024-05-15T23:22:10.4376860Z 48350K .......... .......... .......... .......... .......... 81% 85.8M 0s 2024-05-15T23:22:10.4378840Z 48400K .......... .......... .......... .......... .......... 81% 410M 0s 2024-05-15T23:22:10.4379970Z 48450K .......... .......... .......... .......... .......... 81% 634M 0s 2024-05-15T23:22:10.4381240Z 48500K .......... .......... .......... .......... .......... 81% 257M 0s 2024-05-15T23:22:10.4382310Z 48550K .......... .......... .......... .......... .......... 81% 493M 0s 2024-05-15T23:22:10.4383370Z 48600K .......... .......... .......... .......... .......... 81% 341M 0s 2024-05-15T23:22:10.4384820Z 48650K .......... .......... .......... .......... .......... 82% 135M 0s 2024-05-15T23:22:10.4386700Z 48700K .......... .......... .......... .......... .......... 82% 277M 0s 2024-05-15T23:22:10.4388340Z 48750K .......... .......... .......... .......... .......... 82% 349M 0s 2024-05-15T23:22:10.4389590Z 48800K .......... .......... .......... .......... .......... 82% 519M 0s 2024-05-15T23:22:10.4390660Z 48850K .......... .......... .......... .......... .......... 82% 595M 0s 2024-05-15T23:22:10.4392100Z 48900K .......... .......... .......... .......... .......... 82% 595M 0s 2024-05-15T23:22:10.4392700Z 48950K .......... .......... .......... .......... .......... 82% 555M 0s 2024-05-15T23:22:10.4393410Z 49000K .......... .......... .......... .......... .......... 82% 549M 0s 2024-05-15T23:22:10.4396610Z 49050K .......... .......... .......... .......... .......... 82% 145M 0s 2024-05-15T23:22:10.4397680Z 49100K .......... .......... .......... .......... .......... 82% 626M 0s 2024-05-15T23:22:10.4399150Z 49150K .......... .......... .......... .......... .......... 82% 498M 0s 2024-05-15T23:22:10.4400380Z 49200K .......... .......... .......... .......... .......... 82% 349M 0s 2024-05-15T23:22:10.4401440Z 49250K .......... .......... .......... .......... .......... 83% 651M 0s 2024-05-15T23:22:10.4402610Z 49300K .......... .......... .......... .......... .......... 83% 404M 0s 2024-05-15T23:22:10.4403730Z 49350K .......... .......... .......... .......... .......... 83% 379M 0s 2024-05-15T23:22:10.4405190Z 49400K .......... .......... .......... .......... .......... 83% 503M 0s 2024-05-15T23:22:10.4406560Z 49450K .......... .......... .......... .......... .......... 83% 519M 0s 2024-05-15T23:22:10.4408810Z 49500K .......... .......... .......... .......... .......... 83% 555M 0s 2024-05-15T23:22:10.4409220Z 49550K .......... .......... .......... .......... .......... 83% 384M 0s 2024-05-15T23:22:10.4409600Z 49600K .......... .......... .......... .......... .......... 83% 294M 0s 2024-05-15T23:22:10.4410430Z 49650K .......... .......... .......... .......... .......... 83% 543M 0s 2024-05-15T23:22:10.4412460Z 49700K .......... .......... .......... .......... .......... 83% 626M 0s 2024-05-15T23:22:10.4415190Z 49750K .......... .......... .......... .......... .......... 83% 626M 0s 2024-05-15T23:22:10.4415680Z 49800K .......... .......... .......... .......... .......... 83% 210M 0s 2024-05-15T23:22:10.4416080Z 49850K .......... .......... .......... .......... .......... 84% 319M 0s 2024-05-15T23:22:10.4416660Z 49900K .......... .......... .......... .......... .......... 84% 561M 0s 2024-05-15T23:22:10.4420490Z 49950K .......... .......... .......... .......... .......... 84% 103M 0s 2024-05-15T23:22:10.4423010Z 50000K .......... .......... .......... .......... .......... 84% 111M 0s 2024-05-15T23:22:10.4426750Z 50050K .......... .......... .......... .......... .......... 84% 168M 0s 2024-05-15T23:22:10.4437660Z 50100K .......... .......... .......... .......... .......... 84% 52.8M 0s 2024-05-15T23:22:10.4445500Z 50150K .......... .......... .......... .......... .......... 84% 53.0M 0s 2024-05-15T23:22:10.4452270Z 50200K .......... .......... .......... .......... .......... 84% 59.5M 0s 2024-05-15T23:22:10.4463890Z 50250K .......... .......... .......... .......... .......... 84% 48.4M 0s 2024-05-15T23:22:10.4472300Z 50300K .......... .......... .......... .......... .......... 84% 52.7M 0s 2024-05-15T23:22:10.4485990Z 50350K .......... .......... .......... .......... .......... 84% 45.1M 0s 2024-05-15T23:22:10.4497940Z 50400K .......... .......... .......... .......... .......... 84% 36.3M 0s 2024-05-15T23:22:10.4500160Z 50450K .......... .......... .......... .......... .......... 85% 117M 0s 2024-05-15T23:22:10.4510740Z 50500K .......... .......... .......... .......... .......... 85% 46.5M 0s 2024-05-15T23:22:10.4526070Z 50550K .......... .......... .......... .......... .......... 85% 34.1M 0s 2024-05-15T23:22:10.4534630Z 50600K .......... .......... .......... .......... .......... 85% 63.7M 0s 2024-05-15T23:22:10.4542780Z 50650K .......... .......... .......... .......... .......... 85% 51.1M 0s 2024-05-15T23:22:10.4549550Z 50700K .......... .......... .......... .......... .......... 85% 67.2M 0s 2024-05-15T23:22:10.4558250Z 50750K .......... .......... .......... .......... .......... 85% 55.6M 0s 2024-05-15T23:22:10.4566000Z 50800K .......... .......... .......... .......... .......... 85% 63.5M 0s 2024-05-15T23:22:10.4587470Z 50850K .......... .......... .......... .......... .......... 85% 22.9M 0s 2024-05-15T23:22:10.4588860Z 50900K .......... .......... .......... .......... .......... 85% 498M 0s 2024-05-15T23:22:10.4589500Z 50950K .......... .......... .......... .......... .......... 85% 729M 0s 2024-05-15T23:22:10.4598840Z 51000K .......... .......... .......... .......... .......... 85% 62.0M 0s 2024-05-15T23:22:10.4605380Z 51050K .......... .......... .......... .......... .......... 86% 63.6M 0s 2024-05-15T23:22:10.4616630Z 51100K .......... .......... .......... .......... .......... 86% 43.3M 0s 2024-05-15T23:22:10.4625990Z 51150K .......... .......... .......... .......... .......... 86% 53.8M 0s 2024-05-15T23:22:10.4634130Z 51200K .......... .......... .......... .......... .......... 86% 52.4M 0s 2024-05-15T23:22:10.4649420Z 51250K .......... .......... .......... .......... .......... 86% 37.4M 0s 2024-05-15T23:22:10.4659830Z 51300K .......... .......... .......... .......... .......... 86% 44.5M 0s 2024-05-15T23:22:10.4665410Z 51350K .......... .......... .......... .......... .......... 86% 69.5M 0s 2024-05-15T23:22:10.4679440Z 51400K .......... .......... .......... .......... .......... 86% 36.3M 0s 2024-05-15T23:22:10.4693080Z 51450K .......... .......... .......... .......... .......... 86% 35.1M 0s 2024-05-15T23:22:10.4704120Z 51500K .......... .......... .......... .......... .......... 86% 51.2M 0s 2024-05-15T23:22:10.4710960Z 51550K .......... .......... .......... .......... .......... 86% 57.0M 0s 2024-05-15T23:22:10.4717820Z 51600K .......... .......... .......... .......... .......... 87% 75.9M 0s 2024-05-15T23:22:10.4724700Z 51650K .......... .......... .......... .......... .......... 87% 62.5M 0s 2024-05-15T23:22:10.4734860Z 51700K .......... .......... .......... .......... .......... 87% 54.4M 0s 2024-05-15T23:22:10.4741890Z 51750K .......... .......... .......... .......... .......... 87% 59.1M 0s 2024-05-15T23:22:10.4756020Z 51800K .......... .......... .......... .......... .......... 87% 41.0M 0s 2024-05-15T23:22:10.4767230Z 51850K .......... .......... .......... .......... .......... 87% 40.6M 0s 2024-05-15T23:22:10.4780430Z 51900K .......... .......... .......... .......... .......... 87% 40.2M 0s 2024-05-15T23:22:10.4793160Z 51950K .......... .......... .......... .......... .......... 87% 32.9M 0s 2024-05-15T23:22:10.4802740Z 52000K .......... .......... .......... .......... .......... 87% 57.0M 0s 2024-05-15T23:22:10.4820070Z 52050K .......... .......... .......... .......... .......... 87% 49.0M 0s 2024-05-15T23:22:10.4822930Z 52100K .......... .......... .......... .......... .......... 87% 45.4M 0s 2024-05-15T23:22:10.4826680Z 52150K .......... .......... .......... .......... .......... 87% 149M 0s 2024-05-15T23:22:10.4831950Z 52200K .......... .......... .......... .......... .......... 88% 91.8M 0s 2024-05-15T23:22:10.4838120Z 52250K .......... .......... .......... .......... .......... 88% 67.3M 0s 2024-05-15T23:22:10.4848180Z 52300K .......... .......... .......... .......... .......... 88% 55.2M 0s 2024-05-15T23:22:10.4854790Z 52350K .......... .......... .......... .......... .......... 88% 64.4M 0s 2024-05-15T23:22:10.4862730Z 52400K .......... .......... .......... .......... .......... 88% 61.7M 0s 2024-05-15T23:22:10.4871380Z 52450K .......... .......... .......... .......... .......... 88% 57.9M 0s 2024-05-15T23:22:10.4878590Z 52500K .......... .......... .......... .......... .......... 88% 67.3M 0s 2024-05-15T23:22:10.4886790Z 52550K .......... .......... .......... .......... .......... 88% 65.0M 0s 2024-05-15T23:22:10.4894050Z 52600K .......... .......... .......... .......... .......... 88% 59.8M 0s 2024-05-15T23:22:10.4903610Z 52650K .......... .......... .......... .......... .......... 88% 53.2M 0s 2024-05-15T23:22:10.4913330Z 52700K .......... .......... .......... .......... .......... 88% 52.3M 0s 2024-05-15T23:22:10.4936190Z 52750K .......... .......... .......... .......... .......... 88% 22.9M 0s 2024-05-15T23:22:10.4942700Z 52800K .......... .......... .......... .......... .......... 89% 55.7M 0s 2024-05-15T23:22:10.4950970Z 52850K .......... .......... .......... .......... .......... 89% 64.7M 0s 2024-05-15T23:22:10.4965740Z 52900K .......... .......... .......... .......... .......... 89% 34.3M 0s 2024-05-15T23:22:10.4975180Z 52950K .......... .......... .......... .......... .......... 89% 50.2M 0s 2024-05-15T23:22:10.4983100Z 53000K .......... .......... .......... .......... .......... 89% 55.5M 0s 2024-05-15T23:22:10.4989980Z 53050K .......... .......... .......... .......... .......... 89% 72.2M 0s 2024-05-15T23:22:10.4996080Z 53100K .......... .......... .......... .......... .......... 89% 75.7M 0s 2024-05-15T23:22:10.5005920Z 53150K .......... .......... .......... .......... .......... 89% 55.4M 0s 2024-05-15T23:22:10.5012610Z 53200K .......... .......... .......... .......... .......... 89% 64.9M 0s 2024-05-15T23:22:10.5020140Z 53250K .......... .......... .......... .......... .......... 89% 62.8M 0s 2024-05-15T23:22:10.5027150Z 53300K .......... .......... .......... .......... .......... 89% 70.9M 0s 2024-05-15T23:22:10.5039830Z 53350K .......... .......... .......... .......... .......... 89% 48.6M 0s 2024-05-15T23:22:10.5050660Z 53400K .......... .......... .......... .......... .......... 90% 40.6M 0s 2024-05-15T23:22:10.5057380Z 53450K .......... .......... .......... .......... .......... 90% 63.1M 0s 2024-05-15T23:22:10.5068880Z 53500K .......... .......... .......... .......... .......... 90% 45.9M 0s 2024-05-15T23:22:10.5079900Z 53550K .......... .......... .......... .......... .......... 90% 45.9M 0s 2024-05-15T23:22:10.5086670Z 53600K .......... .......... .......... .......... .......... 90% 57.5M 0s 2024-05-15T23:22:10.5097460Z 53650K .......... .......... .......... .......... .......... 90% 45.8M 0s 2024-05-15T23:22:10.5112350Z 53700K .......... .......... .......... .......... .......... 90% 38.3M 0s 2024-05-15T23:22:10.5122600Z 53750K .......... .......... .......... .......... .......... 90% 38.6M 0s 2024-05-15T23:22:10.5134820Z 53800K .......... .......... .......... .......... .......... 90% 47.6M 0s 2024-05-15T23:22:10.5142100Z 53850K .......... .......... .......... .......... .......... 90% 63.4M 0s 2024-05-15T23:22:10.5152590Z 53900K .......... .......... .......... .......... .......... 90% 41.6M 0s 2024-05-15T23:22:10.5167210Z 53950K .......... .......... .......... .......... .......... 90% 33.7M 0s 2024-05-15T23:22:10.5180300Z 54000K .......... .......... .......... .......... .......... 91% 39.9M 0s 2024-05-15T23:22:10.5184920Z 54050K .......... .......... .......... .......... .......... 91% 100M 0s 2024-05-15T23:22:10.5196840Z 54100K .......... .......... .......... .......... .......... 91% 38.3M 0s 2024-05-15T23:22:10.5209880Z 54150K .......... .......... .......... .......... .......... 91% 42.4M 0s 2024-05-15T23:22:10.5220530Z 54200K .......... .......... .......... .......... .......... 91% 42.1M 0s 2024-05-15T23:22:10.5234680Z 54250K .......... .......... .......... .......... .......... 91% 43.6M 0s 2024-05-15T23:22:10.5240930Z 54300K .......... .......... .......... .......... .......... 91% 50.7M 0s 2024-05-15T23:22:10.5256190Z 54350K .......... .......... .......... .......... .......... 91% 36.5M 0s 2024-05-15T23:22:10.5259030Z 54400K .......... .......... .......... .......... .......... 91% 145M 0s 2024-05-15T23:22:10.5263810Z 54450K .......... .......... .......... .......... .......... 91% 78.1M 0s 2024-05-15T23:22:10.5275580Z 54500K .......... .......... .......... .......... .......... 91% 49.0M 0s 2024-05-15T23:22:10.5280300Z 54550K .......... .......... .......... .......... .......... 91% 107M 0s 2024-05-15T23:22:10.5288210Z 54600K .......... .......... .......... .......... .......... 92% 62.8M 0s 2024-05-15T23:22:10.5297050Z 54650K .......... .......... .......... .......... .......... 92% 79.1M 0s 2024-05-15T23:22:10.5308930Z 54700K .......... .......... .......... .......... .......... 92% 58.6M 0s 2024-05-15T23:22:10.5320940Z 54750K .......... .......... .......... .......... .......... 92% 66.2M 0s 2024-05-15T23:22:10.5326300Z 54800K .......... .......... .......... .......... .......... 92% 79.7M 0s 2024-05-15T23:22:10.5328040Z 54850K .......... .......... .......... .......... .......... 92% 92.7M 0s 2024-05-15T23:22:10.5329470Z 54900K .......... .......... .......... .......... .......... 92% 54.0M 0s 2024-05-15T23:22:10.5332040Z 54950K .......... .......... .......... .......... .......... 92% 175M 0s 2024-05-15T23:22:10.5340690Z 55000K .......... .......... .......... .......... .......... 92% 63.7M 0s 2024-05-15T23:22:10.5350360Z 55050K .......... .......... .......... .......... .......... 92% 61.5M 0s 2024-05-15T23:22:10.5357640Z 55100K .......... .......... .......... .......... .......... 92% 58.4M 0s 2024-05-15T23:22:10.5366380Z 55150K .......... .......... .......... .......... .......... 92% 56.1M 0s 2024-05-15T23:22:10.5376750Z 55200K .......... .......... .......... .......... .......... 93% 41.2M 0s 2024-05-15T23:22:10.5377610Z 55250K .......... .......... .......... .......... .......... 93% 286M 0s 2024-05-15T23:22:10.5381900Z 55300K .......... .......... .......... .......... .......... 93% 110M 0s 2024-05-15T23:22:10.5396240Z 55350K .......... .......... .......... .......... .......... 93% 43.6M 0s 2024-05-15T23:22:10.5402260Z 55400K .......... .......... .......... .......... .......... 93% 63.2M 0s 2024-05-15T23:22:10.5415860Z 55450K .......... .......... .......... .......... .......... 93% 39.9M 0s 2024-05-15T23:22:10.5431600Z 55500K .......... .......... .......... .......... .......... 93% 45.5M 0s 2024-05-15T23:22:10.5435640Z 55550K .......... .......... .......... .......... .......... 93% 55.4M 0s 2024-05-15T23:22:10.5438930Z 55600K .......... .......... .......... .......... .......... 93% 98.4M 0s 2024-05-15T23:22:10.5444440Z 55650K .......... .......... .......... .......... .......... 93% 74.0M 0s 2024-05-15T23:22:10.5455730Z 55700K .......... .......... .......... .......... .......... 93% 53.0M 0s 2024-05-15T23:22:10.5463720Z 55750K .......... .......... .......... .......... .......... 93% 58.8M 0s 2024-05-15T23:22:10.5471270Z 55800K .......... .......... .......... .......... .......... 94% 50.4M 0s 2024-05-15T23:22:10.5483800Z 55850K .......... .......... .......... .......... .......... 94% 42.6M 0s 2024-05-15T23:22:10.5486200Z 55900K .......... .......... .......... .......... .......... 94% 568M 0s 2024-05-15T23:22:10.5492990Z 55950K .......... .......... .......... .......... .......... 94% 71.4M 0s 2024-05-15T23:22:10.5498420Z 56000K .......... .......... .......... .......... .......... 94% 94.1M 0s 2024-05-15T23:22:10.5570740Z 56050K .......... .......... .......... .......... .......... 94% 36.7M 0s 2024-05-15T23:22:10.5573800Z 56100K .......... .......... .......... .......... .......... 94% 93.4M 0s 2024-05-15T23:22:10.5576790Z 56150K .......... .......... .......... .......... .......... 94% 89.1M 0s 2024-05-15T23:22:10.5578320Z 56200K .......... .......... .......... .......... .......... 94% 63.0M 0s 2024-05-15T23:22:10.5580340Z 56250K .......... .......... .......... .......... .......... 94% 50.8M 0s 2024-05-15T23:22:10.5582580Z 56300K .......... .......... .......... .......... .......... 94% 139M 0s 2024-05-15T23:22:10.5584940Z 56350K .......... .......... .......... .......... .......... 95% 57.7M 0s 2024-05-15T23:22:10.5585390Z 56400K .......... .......... .......... .......... .......... 95% 87.7M 0s 2024-05-15T23:22:10.5586350Z 56450K .......... .......... .......... .......... .......... 95% 114M 0s 2024-05-15T23:22:10.5587040Z 56500K .......... .......... .......... .......... .......... 95% 37.6M 0s 2024-05-15T23:22:10.5587950Z 56550K .......... .......... .......... .......... .......... 95% 107M 0s 2024-05-15T23:22:10.5589370Z 56600K .......... .......... .......... .......... .......... 95% 96.7M 0s 2024-05-15T23:22:10.5590740Z 56650K .......... .......... .......... .......... .......... 95% 91.4M 0s 2024-05-15T23:22:10.5595840Z 56700K .......... .......... .......... .......... .......... 95% 70.1M 0s 2024-05-15T23:22:10.5609410Z 56750K .......... .......... .......... .......... .......... 95% 40.1M 0s 2024-05-15T23:22:10.5617630Z 56800K .......... .......... .......... .......... .......... 95% 46.2M 0s 2024-05-15T23:22:10.5620670Z 56850K .......... .......... .......... .......... .......... 95% 135M 0s 2024-05-15T23:22:10.5632160Z 56900K .......... .......... .......... .......... .......... 95% 79.1M 0s 2024-05-15T23:22:10.5636250Z 56950K .......... .......... .......... .......... .......... 96% 59.7M 0s 2024-05-15T23:22:10.5637340Z 57000K .......... .......... .......... .......... .......... 96% 184M 0s 2024-05-15T23:22:10.5644830Z 57050K .......... .......... .......... .......... .......... 96% 71.3M 0s 2024-05-15T23:22:10.5651780Z 57100K .......... .......... .......... .......... .......... 96% 71.9M 0s 2024-05-15T23:22:10.5656780Z 57150K .......... .......... .......... .......... .......... 96% 112M 0s 2024-05-15T23:22:10.5672390Z 57200K .......... .......... .......... .......... .......... 96% 163M 0s 2024-05-15T23:22:10.5673610Z 57250K .......... .......... .......... .......... .......... 96% 74.2M 0s 2024-05-15T23:22:10.5676050Z 57300K .......... .......... .......... .......... .......... 96% 70.4M 0s 2024-05-15T23:22:10.5682070Z 57350K .......... .......... .......... .......... .......... 96% 60.5M 0s 2024-05-15T23:22:10.5685390Z 57400K .......... .......... .......... .......... .......... 96% 185M 0s 2024-05-15T23:22:10.5686010Z 57450K .......... .......... .......... .......... .......... 96% 233M 0s 2024-05-15T23:22:10.5698290Z 57500K .......... .......... .......... .......... .......... 96% 41.4M 0s 2024-05-15T23:22:10.5699840Z 57550K .......... .......... .......... .......... .......... 97% 277M 0s 2024-05-15T23:22:10.5701130Z 57600K .......... .......... .......... .......... .......... 97% 642M 0s 2024-05-15T23:22:10.5702590Z 57650K .......... .......... .......... .......... .......... 97% 718M 0s 2024-05-15T23:22:10.5711280Z 57700K .......... .......... .......... .......... .......... 97% 42.5M 0s 2024-05-15T23:22:10.5715580Z 57750K .......... .......... .......... .......... .......... 97% 147M 0s 2024-05-15T23:22:10.5717860Z 57800K .......... .......... .......... .......... .......... 97% 610M 0s 2024-05-15T23:22:10.5720040Z 57850K .......... .......... .......... .......... .......... 97% 344M 0s 2024-05-15T23:22:10.5720940Z 57900K .......... .......... .......... .......... .......... 97% 136M 0s 2024-05-15T23:22:10.5730800Z 57950K .......... .......... .......... .......... .......... 97% 52.2M 0s 2024-05-15T23:22:10.5736260Z 58000K .......... .......... .......... .......... .......... 97% 78.9M 0s 2024-05-15T23:22:10.5738120Z 58050K .......... .......... .......... .......... .......... 97% 264M 0s 2024-05-15T23:22:10.5749380Z 58100K .......... .......... .......... .......... .......... 97% 50.5M 0s 2024-05-15T23:22:10.5755920Z 58150K .......... .......... .......... .......... .......... 98% 65.2M 0s 2024-05-15T23:22:10.5761110Z 58200K .......... .......... .......... .......... .......... 98% 96.5M 0s 2024-05-15T23:22:10.5765390Z 58250K .......... .......... .......... .......... .......... 98% 128M 0s 2024-05-15T23:22:10.5774630Z 58300K .......... .......... .......... .......... .......... 98% 46.6M 0s 2024-05-15T23:22:10.5786840Z 58350K .......... .......... .......... .......... .......... 98% 38.8M 0s 2024-05-15T23:22:10.5801290Z 58400K .......... .......... .......... .......... .......... 98% 35.9M 0s 2024-05-15T23:22:10.5805960Z 58450K .......... .......... .......... .......... .......... 98% 470M 0s 2024-05-15T23:22:10.5811310Z 58500K .......... .......... .......... .......... .......... 98% 58.3M 0s 2024-05-15T23:22:10.5812420Z 58550K .......... .......... .......... .......... .......... 98% 238M 0s 2024-05-15T23:22:10.5820770Z 58600K .......... .......... .......... .......... .......... 98% 68.4M 0s 2024-05-15T23:22:10.5821840Z 58650K .......... .......... .......... .......... .......... 98% 252M 0s 2024-05-15T23:22:10.5824960Z 58700K .......... .......... .......... .......... .......... 98% 169M 0s 2024-05-15T23:22:10.5830360Z 58750K .......... .......... .......... .......... .......... 99% 86.6M 0s 2024-05-15T23:22:10.5836840Z 58800K .......... .......... .......... .......... .......... 99% 70.2M 0s 2024-05-15T23:22:10.5837970Z 58850K .......... .......... .......... .......... .......... 99% 519M 0s 2024-05-15T23:22:10.5842680Z 58900K .......... .......... .......... .......... .......... 99% 102M 0s 2024-05-15T23:22:10.5851870Z 58950K .......... .......... .......... .......... .......... 99% 68.0M 0s 2024-05-15T23:22:10.5852580Z 59000K .......... .......... .......... .......... .......... 99% 140M 0s 2024-05-15T23:22:10.5857370Z 59050K .......... .......... .......... .......... .......... 99% 109M 0s 2024-05-15T23:22:10.5865020Z 59100K .......... .......... .......... .......... .......... 99% 113M 0s 2024-05-15T23:22:10.5869570Z 59150K .......... .......... .......... .......... .......... 99% 65.7M 0s 2024-05-15T23:22:10.5872240Z 59200K .......... .......... .......... .......... .......... 99% 210M 0s 2024-05-15T23:22:10.5879130Z 59250K .......... .......... .......... .......... .......... 99% 78.6M 0s 2024-05-15T23:22:10.5881600Z 59300K .......... .......... .......... .......... .......... 99% 121M 0s 2024-05-15T23:22:10.5886130Z 59350K .......... .... 100% 180M=1.0s 2024-05-15T23:22:10.5886900Z 2024-05-15T23:22:10.5891980Z 2024-05-15 23:22:10 (60.8 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-05-15T23:22:10.5893000Z 2024-05-15T23:22:10.5905050Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:22:10.5906790Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:22:10.5908800Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.model' 2024-05-15T23:22:10.5910480Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:22:10.5977810Z --2024-05-15 23:22:10-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-05-15T23:22:10.6167690Z Resolving github.com (github.com)... 140.82.116.4 2024-05-15T23:22:10.6673120Z Connecting to github.com (github.com)|140.82.116.4|:443... connected. 2024-05-15T23:22:10.8229890Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:22:10.8231930Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-05-15T23:22:10.8241420Z --2024-05-15 23:22:10-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-05-15T23:22:10.8359510Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... 2024-05-15T23:22:10.8459310Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-05-15T23:22:10.8798640Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:22:10.8799280Z Length: 499723 (488K) [application/octet-stream] 2024-05-15T23:22:10.8799650Z Saving to: ‘tokenizer.model’ 2024-05-15T23:22:10.8803020Z 2024-05-15T23:22:10.8913230Z 0K .......... .......... .......... .......... .......... 10% 4.29M 0s 2024-05-15T23:22:10.8940640Z 50K .......... .......... .......... .......... .......... 20% 17.6M 0s 2024-05-15T23:22:10.8999390Z 100K .......... .......... .......... .......... .......... 30% 8.20M 0s 2024-05-15T23:22:10.9019110Z 150K .......... .......... .......... .......... .......... 40% 23.9M 0s 2024-05-15T23:22:10.9037380Z 200K .......... .......... .......... .......... .......... 51% 27.1M 0s 2024-05-15T23:22:10.9086490Z 250K .......... .......... .......... .......... .......... 61% 10.2M 0s 2024-05-15T23:22:10.9098490Z 300K .......... .......... .......... .......... .......... 71% 37.6M 0s 2024-05-15T23:22:10.9120050Z 350K .......... .......... .......... .......... .......... 81% 28.7M 0s 2024-05-15T23:22:10.9123640Z 400K .......... .......... .......... .......... .......... 92% 55.9M 0s 2024-05-15T23:22:10.9135380Z 450K .......... .......... .......... ........ 100% 37.8M=0.03s 2024-05-15T23:22:10.9138190Z 2024-05-15T23:22:10.9140040Z 2024-05-15 23:22:10 (14.2 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-05-15T23:22:10.9140920Z 2024-05-15T23:22:10.9143960Z + for resource in '$RESOURCES_STRING' 2024-05-15T23:22:10.9144550Z Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:22:10.9145950Z + echo 'Downloading: https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin' 2024-05-15T23:22:10.9146760Z + wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:22:10.9214970Z --2024-05-15 23:22:10-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.bin 2024-05-15T23:22:10.9340310Z Resolving github.com (github.com)... 140.82.116.4 2024-05-15T23:22:10.9850810Z Connecting to github.com (github.com)|140.82.116.4|:443... connected. 2024-05-15T23:22:11.1433630Z HTTP request sent, awaiting response... 302 Found 2024-05-15T23:22:11.1436680Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin [following] 2024-05-15T23:22:11.1443040Z --2024-05-15 23:22:11-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin 2024-05-15T23:22:11.1456650Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... 2024-05-15T23:22:11.1548790Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. 2024-05-15T23:22:11.1879230Z HTTP request sent, awaiting response... 200 OK 2024-05-15T23:22:11.1882590Z Length: 433869 (424K) [application/octet-stream] 2024-05-15T23:22:11.1888630Z Saving to: ‘tokenizer.bin’ 2024-05-15T23:22:11.1889780Z 2024-05-15T23:22:11.1971190Z 0K .......... .......... .......... .......... .......... 11% 6.06M 0s 2024-05-15T23:22:11.2005490Z 50K .......... .......... .......... .......... .......... 23% 14.9M 0s 2024-05-15T23:22:11.2072900Z 100K .......... .......... .......... .......... .......... 35% 7.35M 0s 2024-05-15T23:22:11.2085570Z 150K .......... .......... .......... .......... .......... 47% 31.1M 0s 2024-05-15T23:22:11.2098750Z 200K .......... .......... .......... .......... .......... 59% 36.0M 0s 2024-05-15T23:22:11.2165680Z 250K .......... .......... .......... .......... .......... 70% 8.30M 0s 2024-05-15T23:22:11.2177850Z 300K .......... .......... .......... .......... .......... 82% 23.3M 0s 2024-05-15T23:22:11.2181390Z 350K .......... .......... .......... .......... .......... 94% 114M 0s 2024-05-15T23:22:11.2183240Z 400K .......... .......... ... 100% 178M=0.03s 2024-05-15T23:22:11.2184350Z 2024-05-15T23:22:11.2187150Z 2024-05-15 23:22:11 (14.1 MB/s) - ‘tokenizer.bin’ saved [433869/433869] 2024-05-15T23:22:11.2188390Z 2024-05-15T23:22:11.2212780Z + popd 2024-05-15T23:22:11.2213620Z ~/work/torchchat/torchchat 2024-05-15T23:22:11.2302720Z ##[group]Run pushd ${TORCHCHAT_ROOT} 2024-05-15T23:22:11.2303670Z pushd ${TORCHCHAT_ROOT} 2024-05-15T23:22:11.2304760Z bash .ci/scripts/convert_checkpoint.sh ${REPO_NAME} 2024-05-15T23:22:11.2306590Z bash .ci/scripts/validate.sh "./checkpoints/${REPO_NAME}/model.pth" "cpu" "aoti" 2024-05-15T23:22:11.2466310Z shell: /bin/bash -e {0} 2024-05-15T23:22:11.2466940Z env: 2024-05-15T23:22:11.2467590Z TORCHCHAT_ROOT: /Users/runner/work/torchchat/torchchat 2024-05-15T23:22:11.2468490Z REPO_NAME: tinyllamas/stories15M 2024-05-15T23:22:11.2469510Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:11.2470960Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.10.11/arm64/lib/pkgconfig 2024-05-15T23:22:11.2472370Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:11.2473790Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:11.2475150Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.10.11/arm64 2024-05-15T23:22:11.2476110Z ##[endgroup] 2024-05-15T23:22:11.3144150Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-05-15T23:22:11.3166760Z ~/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M ~/work/torchchat/torchchat 2024-05-15T23:22:11.3190370Z ~/work/torchchat/torchchat 2024-05-15T23:22:11.3220990Z arg:aoti 2024-05-15T23:22:11.3221200Z Passing DTYPES=default 2024-05-15T23:22:11.3256450Z Local DTYPES=default 2024-05-15T23:22:11.3257230Z Local after default DTYPES=float32 bfloat16 float16 2024-05-15T23:22:11.3258040Z ############### Run inference with AOT Inductor for dtype float32 ############### 2024-05-15T23:22:11.3258520Z 2024-05-15T23:22:11.3259420Z ****************************************** 2024-05-15T23:22:11.3261100Z ************** non-quantized ************* 2024-05-15T23:22:11.3261470Z ****************************************** 2024-05-15T23:22:14.4801970Z Using device=cpu 2024-05-15T23:22:14.4802610Z Loading model... 2024-05-15T23:22:14.4803020Z Time to load model: 0.01 seconds 2024-05-15T23:22:14.4803780Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:22:30.2115730Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:514:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2117490Z extern "C" void cpp_fused_index_put_stack_1(const float* in_ptr0, 2024-05-15T23:22:30.2118010Z ^ 2024-05-15T23:22:30.2203150Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:954:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2213660Z extern "C" void cpp_fused_index_put_stack_6(const float* in_ptr0, 2024-05-15T23:22:30.2214030Z ^ 2024-05-15T23:22:30.2286280Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:1352:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2288060Z extern "C" void cpp_fused_index_put_stack_11(const float* in_ptr0, 2024-05-15T23:22:30.2288450Z ^ 2024-05-15T23:22:30.2379560Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:1780:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2381390Z extern "C" void cpp_fused_index_put_stack_16(const float* in_ptr0, 2024-05-15T23:22:30.2381770Z ^ 2024-05-15T23:22:30.2463380Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:2181:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2465190Z extern "C" void cpp_fused_index_put_stack_21(const float* in_ptr0, 2024-05-15T23:22:30.2465820Z ^ 2024-05-15T23:22:30.2551660Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvyvc3rtgw36oyaz63wqctibgqq2fdtes2f43tnxviaslmxclqqo.cpp:2609:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:30.2553400Z extern "C" void cpp_fused_index_put_stack_26(const float* in_ptr0, 2024-05-15T23:22:30.2553800Z ^ 2024-05-15T23:22:31.4762180Z 6 warnings generated. 2024-05-15T23:22:32.9346930Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:22:39.2000250Z Time for inference 1: 4.09 sec total, 48.84 tokens/sec 2024-05-15T23:22:39.2001030Z Bandwidth achieved: 4.77 GB/s 2024-05-15T23:22:39.2001720Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:22:39.4488860Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:22:39.4491600Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:22:39.4497500Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:22:39.4497950Z Loading model... 2024-05-15T23:22:39.4498520Z Time to load model: 0.01 seconds 2024-05-15T23:22:39.4499190Z Hello, my name is Tiny, the sun. Every morning, the sun is very bright and warm. Tiny loves to find the sunshine. 2024-05-15T23:22:39.4500290Z One day, he heard a voice from aroundstairs. He was so excited. He ran to the stairs and saw a girl. The girl was small and was wearing a bright red dress. 2024-05-15T23:22:39.4501220Z Tiny asked the girl, "Who are you?" 2024-05-15T23:22:39.4502550Z The girl said, "I'm Tiny! I was playing hide and seek with my friends. I wanted to find you." 2024-05-15T23:22:39.4503690Z "Oh," said Tiny. "Wow, Tiny. You are such a good hider. But I'm also very sleepy now. I must go home." Tiny said goodbye to the girl and started to walk. 2024-05-15T23:22:39.4504990Z The sun went down and the night came. Tiny went back to looking for the sunshine. Soon enough, Tiny found a bright yellow sunlight. He was 2024-05-15T23:22:39.4505960Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:22:39.4507490Z --------------------------------------------------- 2024-05-15T23:22:39.4507720Z 2024-05-15T23:22:39.4507860Z ======================================== 2024-05-15T23:22:39.4508150Z 2024-05-15T23:22:39.4508240Z Average tokens/sec: 48.84 2024-05-15T23:22:39.4508560Z Memory used: 0.00 GB 2024-05-15T23:22:39.4508830Z ****************************************** 2024-05-15T23:22:39.4553010Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:22:39.4553550Z ****************************************** 2024-05-15T23:22:41.8711960Z Using device=cpu 2024-05-15T23:22:41.8713270Z Loading model... 2024-05-15T23:22:41.8713970Z Time to load model: 0.01 seconds 2024-05-15T23:22:41.8716690Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:22:41.8718070Z Time to quantize model: 0.10 seconds 2024-05-15T23:22:41.8721230Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:22:53.8224070Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:523:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:53.8225990Z extern "C" void cpp_fused_index_put_stack_1(const float* in_ptr0, 2024-05-15T23:22:53.8226410Z ^ 2024-05-15T23:22:53.8317350Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:971:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:53.8319050Z extern "C" void cpp_fused_index_put_stack_6(const float* in_ptr0, 2024-05-15T23:22:53.8319490Z ^ 2024-05-15T23:22:53.8400520Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:1363:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:53.8402210Z extern "C" void cpp_fused_index_put_stack_11(const float* in_ptr0, 2024-05-15T23:22:53.8402620Z ^ 2024-05-15T23:22:53.8484780Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:1774:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:53.8486510Z extern "C" void cpp_fused_index_put_stack_16(const float* in_ptr0, 2024-05-15T23:22:53.8487060Z ^ 2024-05-15T23:22:53.8571510Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:2194:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:53.8573200Z extern "C" void cpp_fused_index_put_stack_21(const float* in_ptr0, 2024-05-15T23:22:53.8573670Z ^ 2024-05-15T23:22:53.8655740Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cnqud2b2dscruaf46cb44lagfluqogxaneo3kw6vk257oddo4ofe.cpp:2605:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:22:55.1331020Z extern "C" void cpp_fused_index_put_stack_26(const float* in_ptr0, 2024-05-15T23:22:55.1331550Z ^ 2024-05-15T23:22:55.1331830Z 6 warnings generated. 2024-05-15T23:22:56.5310680Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:23:03.4810090Z Time for inference 1: 4.43 sec total, 45.16 tokens/sec 2024-05-15T23:23:03.4810750Z Bandwidth achieved: 4.41 GB/s 2024-05-15T23:23:03.4811280Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:03.7804860Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:03.7806700Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:03.7926860Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:03.7928170Z Loading model... 2024-05-15T23:23:03.7928860Z Time to load model: 0.01 seconds 2024-05-15T23:23:03.7932440Z 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:03.7935990Z 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:23:03.7940060Z 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:23:03.7943400Z 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:23:03.7945390Z Daisy says, "I want 2024-05-15T23:23:03.7946250Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:03.7948100Z --------------------------------------------------- 2024-05-15T23:23:03.7948660Z 2024-05-15T23:23:03.7948950Z ======================================== 2024-05-15T23:23:03.7949590Z 2024-05-15T23:23:03.7949800Z Average tokens/sec: 45.16 2024-05-15T23:23:03.7950600Z Memory used: 0.00 GB 2024-05-15T23:23:03.7951520Z ****************************************** 2024-05-15T23:23:03.7952470Z ******** Emb: group-wise quantized ******* 2024-05-15T23:23:03.7953430Z ****************************************** 2024-05-15T23:23:06.3521140Z Using device=cpu 2024-05-15T23:23:06.3521570Z Loading model... 2024-05-15T23:23:06.3521960Z Time to load model: 0.01 seconds 2024-05-15T23:23:06.3523620Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:23:06.3524130Z Time to quantize model: 0.13 seconds 2024-05-15T23:23:06.3524770Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:23:19.3063120Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:523:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3068360Z extern "C" void cpp_fused_index_put_stack_1(const float* in_ptr0, 2024-05-15T23:23:19.3069550Z ^ 2024-05-15T23:23:19.3169850Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:971:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3173630Z extern "C" void cpp_fused_index_put_stack_6(const float* in_ptr0, 2024-05-15T23:23:19.3174310Z ^ 2024-05-15T23:23:19.3270040Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:1363:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3276460Z extern "C" void cpp_fused_index_put_stack_11(const float* in_ptr0, 2024-05-15T23:23:19.3277580Z ^ 2024-05-15T23:23:19.3368310Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:1774:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3374520Z extern "C" void cpp_fused_index_put_stack_16(const float* in_ptr0, 2024-05-15T23:23:19.3375650Z ^ 2024-05-15T23:23:19.3471480Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:2194:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3476350Z extern "C" void cpp_fused_index_put_stack_21(const float* in_ptr0, 2024-05-15T23:23:19.3477380Z ^ 2024-05-15T23:23:19.3568740Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cwqtjijjck3wbs3shkwdugqotwyzmbu3ljzdtatusxbsdbpgw3o5.cpp:2605:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:19.3573260Z extern "C" void cpp_fused_index_put_stack_26(const float* in_ptr0, 2024-05-15T23:23:19.3573680Z ^ 2024-05-15T23:23:20.6888630Z 6 warnings generated. 2024-05-15T23:23:21.9110460Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:23:29.4840800Z Time for inference 1: 5.20 sec total, 38.48 tokens/sec 2024-05-15T23:23:29.4841910Z Bandwidth achieved: 3.76 GB/s 2024-05-15T23:23:29.4843350Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:29.7999830Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:29.8002220Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:29.8003680Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:29.8004610Z Loading model... 2024-05-15T23:23:29.8005460Z Time to load model: 0.01 seconds 2024-05-15T23:23:29.8011560Z 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:29.8013090Z 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:29.8015600Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:23:29.8016840Z 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:29.8017850Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:29.8018310Z --------------------------------------------------- 2024-05-15T23:23:29.8018570Z 2024-05-15T23:23:29.8018650Z ======================================== 2024-05-15T23:23:29.8018900Z 2024-05-15T23:23:29.8019040Z Average tokens/sec: 38.48 2024-05-15T23:23:29.8019380Z Memory used: 0.00 GB 2024-05-15T23:23:29.8133960Z *********************************************** 2024-05-15T23:23:29.8135310Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:23:29.8136150Z *********************************************** 2024-05-15T23:23:32.5975340Z Using device=cpu 2024-05-15T23:23:32.5976400Z Loading model... 2024-05-15T23:23:32.5977050Z Time to load model: 0.01 seconds 2024-05-15T23:23:32.5978830Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:23:32.5980730Z Time to quantize model: 0.10 seconds 2024-05-15T23:23:32.5981580Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:23:45.2469450Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:556:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2474670Z extern "C" void cpp_fused_index_put_stack_2(const float* in_ptr0, 2024-05-15T23:23:45.2475880Z ^ 2024-05-15T23:23:45.2571080Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:1016:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2572940Z extern "C" void cpp_fused_index_put_stack_7(const float* in_ptr0, 2024-05-15T23:23:45.2573280Z ^ 2024-05-15T23:23:45.2678710Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:1408:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2683410Z extern "C" void cpp_fused_index_put_stack_12(const float* in_ptr0, 2024-05-15T23:23:45.2684480Z ^ 2024-05-15T23:23:45.2776710Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:1819:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2781470Z extern "C" void cpp_fused_index_put_stack_17(const float* in_ptr0, 2024-05-15T23:23:45.2782460Z ^ 2024-05-15T23:23:45.2882510Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:2239:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2885830Z extern "C" void cpp_fused_index_put_stack_22(const float* in_ptr0, 2024-05-15T23:23:45.2886330Z ^ 2024-05-15T23:23:45.2980160Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxkmocqnp46zgzmwshv7du6k7cy3ttsn3ttwktsedjdczxu6ei2t.cpp:2650:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:23:45.2984870Z extern "C" void cpp_fused_index_put_stack_27(const float* in_ptr0, 2024-05-15T23:23:45.2985960Z ^ 2024-05-15T23:23:46.5813040Z 6 warnings generated. 2024-05-15T23:23:47.7981710Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:23:55.2392510Z Time for inference 1: 5.08 sec total, 39.36 tokens/sec 2024-05-15T23:23:55.2393040Z Bandwidth achieved: 3.84 GB/s 2024-05-15T23:23:55.2393580Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:23:55.4871230Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:55.4872150Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:23:55.4872790Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:23:55.4873170Z Loading model... 2024-05-15T23:23:55.4873460Z Time to load model: 0.01 seconds 2024-05-15T23:23:55.4875370Z 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:23:55.4876560Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his mom. 2024-05-15T23:23:55.4877750Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:23:55.4878330Z His mom said, "Be careful, Jack. You don't want to get hurt." 2024-05-15T23:23:55.4878820Z Jack said, "I'm not scared. I'm brave." 2024-05-15T23:23:55.4879630Z 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:23:55.4880550Z Jack was scared and he started to cry. He tried to climb down, but he was too 2024-05-15T23:23:55.4881350Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:23:55.4881850Z --------------------------------------------------- 2024-05-15T23:23:55.4882060Z 2024-05-15T23:23:55.4882210Z ======================================== 2024-05-15T23:23:55.4882470Z 2024-05-15T23:23:55.4882550Z Average tokens/sec: 39.36 2024-05-15T23:23:55.4882940Z Memory used: 0.00 GB 2024-05-15T23:23:55.4883680Z *********************************************** 2024-05-15T23:23:55.4885850Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:23:55.4886420Z *********************************************** 2024-05-15T23:23:57.8612330Z Using device=cpu 2024-05-15T23:23:57.8612900Z Loading model... 2024-05-15T23:23:57.8613180Z Time to load model: 0.01 seconds 2024-05-15T23:23:57.8614300Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:23:57.8614840Z Time to quantize model: 0.14 seconds 2024-05-15T23:23:57.8615500Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:24:09.2166040Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:556:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2167910Z extern "C" void cpp_fused_index_put_stack_2(const float* in_ptr0, 2024-05-15T23:24:09.2168290Z ^ 2024-05-15T23:24:09.2252590Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:1016:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2254230Z extern "C" void cpp_fused_index_put_stack_7(const float* in_ptr0, 2024-05-15T23:24:09.2254630Z ^ 2024-05-15T23:24:09.2330500Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:1408:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2333000Z extern "C" void cpp_fused_index_put_stack_12(const float* in_ptr0, 2024-05-15T23:24:09.2333430Z ^ 2024-05-15T23:24:09.2409500Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:1819:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2411060Z extern "C" void cpp_fused_index_put_stack_17(const float* in_ptr0, 2024-05-15T23:24:09.2411540Z ^ 2024-05-15T23:24:09.2491760Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:2239:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2493480Z extern "C" void cpp_fused_index_put_stack_22(const float* in_ptr0, 2024-05-15T23:24:09.2493830Z ^ 2024-05-15T23:24:09.2570400Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cltsarntmy7g7pozxramta2ayqeaxsevw6vp6m6r7rsprw357ngo.cpp:2650:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:09.2572040Z extern "C" void cpp_fused_index_put_stack_27(const float* in_ptr0, 2024-05-15T23:24:09.2572410Z ^ 2024-05-15T23:24:10.3675160Z 6 warnings generated. 2024-05-15T23:24:11.4031740Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:24:16.9399970Z Time for inference 1: 3.92 sec total, 51.04 tokens/sec 2024-05-15T23:24:16.9400440Z Bandwidth achieved: 4.98 GB/s 2024-05-15T23:24:16.9401030Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:17.1539200Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:24:17.1541300Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:24:17.1543330Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:17.1543800Z Loading model... 2024-05-15T23:24:17.1545460Z Time to load model: 0.01 seconds 2024-05-15T23:24:17.1547280Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:24:17.1558480Z 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:24:17.1560380Z Mommy smiled and said, "Yes, Daisy. You can go to the store." 2024-05-15T23:24:17.1564660Z 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:24:17.1565380Z Daisy said, "Mommy, can I have this toy?" 2024-05-15T23:24:17.1568430Z Mommy said, "Yes, Daisy. You can have it." 2024-05-15T23:24:17.1570600Z Daisy was so excited. She hugged the toy and said, "Thank you, Mommy!" 2024-05-15T23:24:17.1573640Z 2024-05-15T23:24:17.1573820Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:17.1576420Z --------------------------------------------------- 2024-05-15T23:24:17.1576700Z 2024-05-15T23:24:17.1576900Z ======================================== 2024-05-15T23:24:17.1579390Z 2024-05-15T23:24:17.1579520Z Average tokens/sec: 51.04 2024-05-15T23:24:17.1581190Z Memory used: 0.00 GB 2024-05-15T23:24:17.1583550Z ****************************************** 2024-05-15T23:24:17.1584120Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:24:17.1585430Z ****************************************** 2024-05-15T23:24:19.4937560Z Using device=cpu 2024-05-15T23:24:19.4937920Z Loading model... 2024-05-15T23:24:19.4938220Z Time to load model: 0.01 seconds 2024-05-15T23:24:19.4939110Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:24:19.4939630Z Time to quantize model: 0.09 seconds 2024-05-15T23:24:19.4940290Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:24:30.7823460Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:548:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.7826470Z extern "C" void cpp_fused__to_copy_index_put_stack_2(const float* in_ptr0, 2024-05-15T23:24:30.7827090Z ^ 2024-05-15T23:24:30.7916490Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:1138:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.7918480Z extern "C" void cpp_fused__to_copy_index_put_stack_10(const float* in_ptr0, 2024-05-15T23:24:30.7918920Z ^ 2024-05-15T23:24:30.8005870Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:1685:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.8008290Z extern "C" void cpp_fused__to_copy_index_put_stack_18(const float* in_ptr0, 2024-05-15T23:24:30.8008760Z ^ 2024-05-15T23:24:30.8099830Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:2258:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.8115100Z extern "C" void cpp_fused__to_copy_index_put_stack_26(const float* in_ptr0, 2024-05-15T23:24:30.8115740Z ^ 2024-05-15T23:24:30.8201970Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:2805:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.8203910Z extern "C" void cpp_fused__to_copy_index_put_stack_34(const float* in_ptr0, 2024-05-15T23:24:30.8204310Z ^ 2024-05-15T23:24:30.8301910Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ciqzq2zqsj4hdpy6oupsmgierhrvnihgzq6xbt4jctbv4ibvbpg4.cpp:3378:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:30.8303710Z extern "C" void cpp_fused__to_copy_index_put_stack_42(const float* in_ptr0, 2024-05-15T23:24:30.8304090Z ^ 2024-05-15T23:24:32.3529510Z 6 warnings generated. 2024-05-15T23:24:33.2740950Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:24:38.8553130Z Time for inference 1: 4.07 sec total, 49.16 tokens/sec 2024-05-15T23:24:38.8557040Z Bandwidth achieved: 4.80 GB/s 2024-05-15T23:24:38.8557530Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:24:39.0690940Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:24:39.0691690Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:24:39.0692230Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:24:39.0692590Z Loading model... 2024-05-15T23:24:39.0692990Z Time to load model: 0.01 seconds 2024-05-15T23:24:39.0694320Z 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:39.0696250Z 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:39.0697780Z 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:39.0698890Z Daisy and the boy are friends. They like to play at 2024-05-15T23:24:39.0699430Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:24:39.0699930Z --------------------------------------------------- 2024-05-15T23:24:39.0700180Z 2024-05-15T23:24:39.0700250Z ======================================== 2024-05-15T23:24:39.0700470Z 2024-05-15T23:24:39.0700600Z Average tokens/sec: 49.16 2024-05-15T23:24:39.0700850Z Memory used: 0.00 GB 2024-05-15T23:24:39.0701110Z ****************************************** 2024-05-15T23:24:39.0701530Z ******** INT8 group-wise quantized ******* 2024-05-15T23:24:39.0701870Z ****************************************** 2024-05-15T23:24:41.4440020Z Using device=cpu 2024-05-15T23:24:41.4440480Z Loading model... 2024-05-15T23:24:41.4440800Z Time to load model: 0.01 seconds 2024-05-15T23:24:41.4441600Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:24:41.4442140Z Time to quantize model: 0.11 seconds 2024-05-15T23:24:41.4442810Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:24:52.3101120Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:562:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3102890Z extern "C" void cpp_fused_index_put_mul_stack_2(const float* in_ptr0, 2024-05-15T23:24:52.3103420Z ^ 2024-05-15T23:24:52.3202780Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:1164:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3204910Z extern "C" void cpp_fused_index_put_mul_stack_10(const float* in_ptr0, 2024-05-15T23:24:52.3205950Z ^ 2024-05-15T23:24:52.3312640Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:1724:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3314490Z extern "C" void cpp_fused_index_put_mul_stack_18(const float* in_ptr0, 2024-05-15T23:24:52.3314930Z ^ 2024-05-15T23:24:52.3410260Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:2314:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3412750Z extern "C" void cpp_fused_index_put_mul_stack_26(const float* in_ptr0, 2024-05-15T23:24:52.3413150Z ^ 2024-05-15T23:24:52.3507190Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:2877:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3508980Z extern "C" void cpp_fused_index_put_mul_stack_34(const float* in_ptr0, 2024-05-15T23:24:52.3509420Z ^ 2024-05-15T23:24:52.3602010Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czpfotllckzkhtoisb6ykvskyxqsgmu666wchcrqejwbft4j4man.cpp:3467:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:24:52.3603720Z extern "C" void cpp_fused_index_put_mul_stack_42(const float* in_ptr0, 2024-05-15T23:24:52.3604140Z ^ 2024-05-15T23:24:53.8041950Z 6 warnings generated. 2024-05-15T23:24:54.7327890Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:00.6176690Z Time for inference 1: 4.20 sec total, 47.57 tokens/sec 2024-05-15T23:25:00.6177190Z Bandwidth achieved: 4.64 GB/s 2024-05-15T23:25:00.6177710Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:00.8304740Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:00.8305570Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:00.8306230Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:00.8306600Z Loading model... 2024-05-15T23:25:00.8306990Z Time to load model: 0.01 seconds 2024-05-15T23:25:00.8307560Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:25:00.8308620Z 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:00.8309770Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:25:00.8310570Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:25:00.8311950Z 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:25:00.8313270Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:00.8314110Z --------------------------------------------------- 2024-05-15T23:25:00.8314430Z 2024-05-15T23:25:00.8314560Z ======================================== 2024-05-15T23:25:00.8314730Z 2024-05-15T23:25:00.8314900Z Average tokens/sec: 47.57 2024-05-15T23:25:00.8315180Z Memory used: 0.00 GB 2024-05-15T23:25:00.8315490Z ****************************************** 2024-05-15T23:25:00.8315880Z ******** INT4 group-wise quantized ******* 2024-05-15T23:25:00.8316210Z ****************************************** 2024-05-15T23:25:00.8316680Z ############### Run inference with AOT Inductor for dtype bfloat16 ############### 2024-05-15T23:25:00.8316960Z 2024-05-15T23:25:00.8440860Z ****************************************** 2024-05-15T23:25:00.8441460Z ************** non-quantized ************* 2024-05-15T23:25:00.8441840Z ****************************************** 2024-05-15T23:25:02.8996550Z Using device=cpu 2024-05-15T23:25:02.8996870Z Loading model... 2024-05-15T23:25:02.8997220Z Time to load model: 0.03 seconds 2024-05-15T23:25:02.8997870Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:13.1539330Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:519:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.1541250Z extern "C" void cpp_fused_index_put_stack_1(const bfloat16* in_ptr0, 2024-05-15T23:25:13.1541730Z ^ 2024-05-15T23:25:13.1673660Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:1010:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.1675400Z extern "C" void cpp_fused_index_put_stack_6(const bfloat16* in_ptr0, 2024-05-15T23:25:13.1675830Z ^ 2024-05-15T23:25:13.1797680Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:1456:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.1799690Z extern "C" void cpp_fused_index_put_stack_11(const bfloat16* in_ptr0, 2024-05-15T23:25:13.1800370Z ^ 2024-05-15T23:25:13.1948190Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:1939:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.1950700Z extern "C" void cpp_fused_index_put_stack_16(const bfloat16* in_ptr0, 2024-05-15T23:25:13.1951250Z ^ 2024-05-15T23:25:13.2078290Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:2390:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.2080070Z extern "C" void cpp_fused_index_put_stack_21(const bfloat16* in_ptr0, 2024-05-15T23:25:13.2080490Z ^ 2024-05-15T23:25:13.2219140Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/clcugr6ro7rvb46mhpdklvrask6rb5jp5q7ybsr7otx6jzhxdhyg.cpp:2873:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:13.2220900Z extern "C" void cpp_fused_index_put_stack_26(const bfloat16* in_ptr0, 2024-05-15T23:25:13.2221460Z ^ 2024-05-15T23:25:14.3796070Z 6 warnings generated. 2024-05-15T23:25:15.1003110Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:20.1029680Z Time for inference 1: 3.61 sec total, 55.46 tokens/sec 2024-05-15T23:25:20.1030290Z Bandwidth achieved: 2.71 GB/s 2024-05-15T23:25:20.1031270Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:20.3127830Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:20.3128520Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:20.3129050Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:20.3129480Z Loading model... 2024-05-15T23:25:20.3129780Z Time to load model: 0.02 seconds 2024-05-15T23:25:20.3130400Z Hello, my name is Daisy, the most powerful kid in the family. He always makes sure everyone enjoyed his lunch. 2024-05-15T23:25:20.3132220Z One day, Daisy had a terrible dream. He dreamt he was so scared of what had happened. When everyone watched Daisy imagine, all the people in the village were scared too. Everyone wanted to know what his dream was about. 2024-05-15T23:25:20.3133470Z Daisy was so scared that he started to cry. With a heavy heart, he left the village, leaving all to his family. 2024-05-15T23:25:20.3134290Z Daisy never recovered from the terrible dream. He was too scared to move. 2024-05-15T23:25:20.3135570Z The end. Once upon a time, there was a little girl named Lily. She loved to play outside and explore the world around her. One day, she went to her closet to find her favorite toy, a stuffed bear named Teddy. But when she opened the closet, she was surprised to find that Teddy wasn 2024-05-15T23:25:20.3136830Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:20.3137730Z --------------------------------------------------- 2024-05-15T23:25:20.3137930Z 2024-05-15T23:25:20.3138080Z ======================================== 2024-05-15T23:25:20.3138330Z 2024-05-15T23:25:20.3138400Z Average tokens/sec: 55.46 2024-05-15T23:25:20.3138760Z Memory used: 0.00 GB 2024-05-15T23:25:20.3139020Z ****************************************** 2024-05-15T23:25:20.3139380Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:25:20.3139730Z ****************************************** 2024-05-15T23:25:22.3244930Z Using device=cpu 2024-05-15T23:25:22.3245260Z Loading model... 2024-05-15T23:25:22.3245580Z Time to load model: 0.02 seconds 2024-05-15T23:25:22.3246450Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:25:22.3246960Z Time to quantize model: 0.05 seconds 2024-05-15T23:25:22.3247650Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:31.9468770Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:530:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:31.9470600Z extern "C" void cpp_fused_index_put_stack_1(const bfloat16* in_ptr0, 2024-05-15T23:25:31.9471120Z ^ 2024-05-15T23:25:31.9593420Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:1026:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:31.9595190Z extern "C" void cpp_fused_index_put_stack_6(const bfloat16* in_ptr0, 2024-05-15T23:25:31.9595600Z ^ 2024-05-15T23:25:31.9704750Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:1468:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:31.9706520Z extern "C" void cpp_fused_index_put_stack_11(const bfloat16* in_ptr0, 2024-05-15T23:25:31.9709560Z ^ 2024-05-15T23:25:31.9828090Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:1933:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:31.9830150Z extern "C" void cpp_fused_index_put_stack_16(const bfloat16* in_ptr0, 2024-05-15T23:25:31.9830570Z ^ 2024-05-15T23:25:31.9951940Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:2404:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:31.9953600Z extern "C" void cpp_fused_index_put_stack_21(const bfloat16* in_ptr0, 2024-05-15T23:25:31.9954000Z ^ 2024-05-15T23:25:32.0072090Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cilpqsm2l5zzcca6o2clkvmfsyxm5imk3wljsorjlapin4kkktca.cpp:2869:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:32.0073720Z extern "C" void cpp_fused_index_put_stack_26(const bfloat16* in_ptr0, 2024-05-15T23:25:32.0074210Z ^ 2024-05-15T23:25:33.1101140Z 6 warnings generated. 2024-05-15T23:25:33.7165180Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:38.5291620Z Time for inference 1: 3.47 sec total, 57.67 tokens/sec 2024-05-15T23:25:38.5292140Z Bandwidth achieved: 2.82 GB/s 2024-05-15T23:25:38.5292800Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:38.7523640Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:38.7524520Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:38.7525190Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:38.7525590Z Loading model... 2024-05-15T23:25:38.7525900Z Time to load model: 0.02 seconds 2024-05-15T23:25:38.7527420Z 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:38.7528690Z 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:38.7530200Z Daisy sees a boy. He is playing with a ball. He is throwing the ball to Daisy. Daisy runs to the ball and catches it. She throws it back to the boy. He catches it and throws it back. They play together. 2024-05-15T23:25:38.7531410Z Daisy and the boy have fun. They laugh and shout. They are happy. Daisy is popular. She is her friend. Once upon a time, there was 2024-05-15T23:25:38.7532110Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:38.7532630Z --------------------------------------------------- 2024-05-15T23:25:38.7532820Z 2024-05-15T23:25:38.7532940Z ======================================== 2024-05-15T23:25:38.7533190Z 2024-05-15T23:25:38.7533260Z Average tokens/sec: 57.67 2024-05-15T23:25:38.7533560Z Memory used: 0.00 GB 2024-05-15T23:25:38.7533820Z ****************************************** 2024-05-15T23:25:38.7534260Z ******** Emb: group-wise quantized ******* 2024-05-15T23:25:38.7534690Z ****************************************** 2024-05-15T23:25:40.7412300Z Using device=cpu 2024-05-15T23:25:40.7412710Z Loading model... 2024-05-15T23:25:40.7413490Z Time to load model: 0.02 seconds 2024-05-15T23:25:40.7414300Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:25:40.7414800Z Time to quantize model: 0.04 seconds 2024-05-15T23:25:40.7415520Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:50.2990820Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:530:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.2999810Z extern "C" void cpp_fused_index_put_stack_1(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3000270Z ^ 2024-05-15T23:25:50.3116630Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:1026:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.3118370Z extern "C" void cpp_fused_index_put_stack_6(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3118750Z ^ 2024-05-15T23:25:50.3228500Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:1468:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.3230100Z extern "C" void cpp_fused_index_put_stack_11(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3230500Z ^ 2024-05-15T23:25:50.3349730Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:1933:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.3351330Z extern "C" void cpp_fused_index_put_stack_16(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3351800Z ^ 2024-05-15T23:25:50.3471840Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:2404:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.3473460Z extern "C" void cpp_fused_index_put_stack_21(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3473950Z ^ 2024-05-15T23:25:50.3592070Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cncob4ivb5gyrkd4w3eb2jzbrcbteii6oghum6phqzo3lioqoqrc.cpp:2869:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:25:50.3593740Z extern "C" void cpp_fused_index_put_stack_26(const bfloat16* in_ptr0, 2024-05-15T23:25:50.3594170Z ^ 2024-05-15T23:25:51.4852470Z 6 warnings generated. 2024-05-15T23:25:52.0217870Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:25:56.8521570Z Time for inference 1: 3.49 sec total, 57.25 tokens/sec 2024-05-15T23:25:56.8522320Z Bandwidth achieved: 2.79 GB/s 2024-05-15T23:25:56.8522870Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:25:57.0728130Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:57.0729060Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:25:57.0729680Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:25:57.0730060Z Loading model... 2024-05-15T23:25:57.0730460Z Time to load model: 0.02 seconds 2024-05-15T23:25:57.0731490Z 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:57.0732730Z 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:57.0734480Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:25:57.0735710Z 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:57.0736680Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:25:57.0737140Z --------------------------------------------------- 2024-05-15T23:25:57.0737410Z 2024-05-15T23:25:57.0737480Z ======================================== 2024-05-15T23:25:57.0737700Z 2024-05-15T23:25:57.0737860Z Average tokens/sec: 57.25 2024-05-15T23:25:57.0738130Z Memory used: 0.00 GB 2024-05-15T23:25:57.0738440Z *********************************************** 2024-05-15T23:25:57.0739110Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:25:57.0740310Z *********************************************** 2024-05-15T23:25:59.0524780Z Using device=cpu 2024-05-15T23:25:59.0525120Z Loading model... 2024-05-15T23:25:59.0525510Z Time to load model: 0.02 seconds 2024-05-15T23:25:59.0526510Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:25:59.0527100Z Time to quantize model: 0.03 seconds 2024-05-15T23:25:59.0527860Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:08.5955260Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:563:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.5957040Z extern "C" void cpp_fused_index_put_stack_2(const bfloat16* in_ptr0, 2024-05-15T23:26:08.5957440Z ^ 2024-05-15T23:26:08.6080970Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:1071:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.6082830Z extern "C" void cpp_fused_index_put_stack_7(const bfloat16* in_ptr0, 2024-05-15T23:26:08.6083260Z ^ 2024-05-15T23:26:08.6193090Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:1513:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.6214380Z extern "C" void cpp_fused_index_put_stack_12(const bfloat16* in_ptr0, 2024-05-15T23:26:08.6214820Z ^ 2024-05-15T23:26:08.6331160Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:1978:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.6333180Z extern "C" void cpp_fused_index_put_stack_17(const bfloat16* in_ptr0, 2024-05-15T23:26:08.6333510Z ^ 2024-05-15T23:26:08.6450850Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:2444:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.6452610Z extern "C" void cpp_fused_index_put_stack_22(const bfloat16* in_ptr0, 2024-05-15T23:26:08.6454850Z ^ 2024-05-15T23:26:08.6572580Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/czug4yre4gc7q7ja7w5suario3cugocew2mfownvfzmi4xtok6bh.cpp:2909:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:08.6574240Z extern "C" void cpp_fused_index_put_stack_27(const bfloat16* in_ptr0, 2024-05-15T23:26:08.6574670Z ^ 2024-05-15T23:26:09.7896310Z 6 warnings generated. 2024-05-15T23:26:10.3606320Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:15.8007540Z Time for inference 1: 4.05 sec total, 49.39 tokens/sec 2024-05-15T23:26:15.8008040Z Bandwidth achieved: 2.41 GB/s 2024-05-15T23:26:15.8008570Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:26:16.0120450Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:16.0121150Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:16.0121790Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:16.0122160Z Loading model... 2024-05-15T23:26:16.0122470Z Time to load model: 0.02 seconds 2024-05-15T23:26:16.0123670Z 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, shiny box. He was curious and he wanted to know what was inside. He opened the box and found a big, red ball. He was so excited and he wanted to play with it. 2024-05-15T23:26:16.0124950Z He asked his mom, "Mom, can I play with this ball?" 2024-05-15T23:26:16.0125660Z His mom said, "Yes, but be careful. It's very special and you have to be very careful." 2024-05-15T23:26:16.0127070Z Jack was so happy and he started to play with the ball. He threw it up in the air and it bounced off the ground. He laughed and he was so excited. 2024-05-15T23:26:16.0128390Z Suddenly, he heard a loud noise. He looked around and he saw a big, scary dog. The dog was barking and it was growling. Jack was scared and he started to cry. 2024-05-15T23:26:16.0129350Z His 2024-05-15T23:26:16.0130190Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:16.0130680Z --------------------------------------------------- 2024-05-15T23:26:16.0131110Z 2024-05-15T23:26:16.0131690Z ======================================== 2024-05-15T23:26:16.0131920Z 2024-05-15T23:26:16.0132100Z Average tokens/sec: 49.39 2024-05-15T23:26:16.0132780Z Memory used: 0.00 GB 2024-05-15T23:26:16.0133250Z *********************************************** 2024-05-15T23:26:16.0133640Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:26:16.0135160Z *********************************************** 2024-05-15T23:26:17.9902470Z Using device=cpu 2024-05-15T23:26:17.9902840Z Loading model... 2024-05-15T23:26:17.9903160Z Time to load model: 0.02 seconds 2024-05-15T23:26:17.9904090Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:26:17.9907610Z Time to quantize model: 0.04 seconds 2024-05-15T23:26:17.9908210Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:28.1243090Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:563:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1244870Z extern "C" void cpp_fused_index_put_stack_2(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1245240Z ^ 2024-05-15T23:26:28.1365480Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:1071:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1367340Z extern "C" void cpp_fused_index_put_stack_7(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1367730Z ^ 2024-05-15T23:26:28.1478470Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:1513:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1480040Z extern "C" void cpp_fused_index_put_stack_12(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1480450Z ^ 2024-05-15T23:26:28.1598140Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:1978:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1599740Z extern "C" void cpp_fused_index_put_stack_17(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1600110Z ^ 2024-05-15T23:26:28.1717220Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:2444:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1718880Z extern "C" void cpp_fused_index_put_stack_22(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1719300Z ^ 2024-05-15T23:26:28.1840420Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c6d7bnvanevxrf7z7ywmldwscaq452dx4g7z4efzditawdbgixuf.cpp:2909:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:28.1842110Z extern "C" void cpp_fused_index_put_stack_27(const bfloat16* in_ptr0, 2024-05-15T23:26:28.1842500Z ^ 2024-05-15T23:26:29.3249900Z 6 warnings generated. 2024-05-15T23:26:29.9817740Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:35.4924140Z Time for inference 1: 4.05 sec total, 49.35 tokens/sec 2024-05-15T23:26:35.4924650Z Bandwidth achieved: 2.41 GB/s 2024-05-15T23:26:35.4925250Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:26:35.7064040Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:35.7065430Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:35.7066050Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:35.7066510Z Loading model... 2024-05-15T23:26:35.7066830Z Time to load model: 0.03 seconds 2024-05-15T23:26:35.7067470Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her toys. 2024-05-15T23:26:35.7069260Z 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:26:35.7070460Z Daisy asked her mommy, "Can I have it?" Her mommy said, "No, Daisy. It's too expensive." Daisy was very sad. 2024-05-15T23:26:35.7071310Z 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:26:35.7072440Z 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:26:35.7073270Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:35.7073790Z --------------------------------------------------- 2024-05-15T23:26:35.7074060Z 2024-05-15T23:26:35.7074160Z ======================================== 2024-05-15T23:26:35.7074400Z 2024-05-15T23:26:35.7074510Z Average tokens/sec: 49.35 2024-05-15T23:26:35.7074800Z Memory used: 0.00 GB 2024-05-15T23:26:35.7075050Z ****************************************** 2024-05-15T23:26:35.7075490Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:26:35.7075820Z ****************************************** 2024-05-15T23:26:38.0618080Z Using device=cpu 2024-05-15T23:26:38.0618420Z Loading model... 2024-05-15T23:26:38.0618740Z Time to load model: 0.02 seconds 2024-05-15T23:26:38.0619690Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:26:38.0620200Z Time to quantize model: 0.07 seconds 2024-05-15T23:26:38.0620850Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:48.5568210Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:553:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.5570000Z extern "C" void cpp_fused__to_copy_index_put_stack_2(const bfloat16* in_ptr0, 2024-05-15T23:26:48.5570440Z ^ 2024-05-15T23:26:48.5730830Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:1217:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.5732500Z extern "C" void cpp_fused__to_copy_index_put_stack_10(const bfloat16* in_ptr0, 2024-05-15T23:26:48.5733020Z ^ 2024-05-15T23:26:48.5884600Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:1837:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.5886350Z extern "C" void cpp_fused__to_copy_index_put_stack_18(const bfloat16* in_ptr0, 2024-05-15T23:26:48.5886860Z ^ 2024-05-15T23:26:48.6047540Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:2484:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.6050120Z extern "C" void cpp_fused__to_copy_index_put_stack_26(const bfloat16* in_ptr0, 2024-05-15T23:26:48.6050530Z ^ 2024-05-15T23:26:48.6199310Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:3104:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.6200980Z extern "C" void cpp_fused__to_copy_index_put_stack_34(const bfloat16* in_ptr0, 2024-05-15T23:26:48.6201500Z ^ 2024-05-15T23:26:48.6358860Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cgfnttyjzx2b7y2uadojdlmcadiexz6qxaiftz7h4sdhtxfkrhea.cpp:3751:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:26:48.6360560Z extern "C" void cpp_fused__to_copy_index_put_stack_42(const bfloat16* in_ptr0, 2024-05-15T23:26:48.6361070Z ^ 2024-05-15T23:26:50.0771880Z 6 warnings generated. 2024-05-15T23:26:50.5931950Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:26:57.0512360Z Time for inference 1: 5.08 sec total, 39.38 tokens/sec 2024-05-15T23:26:57.0513070Z Bandwidth achieved: 1.92 GB/s 2024-05-15T23:26:57.0513590Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:26:57.2622700Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:57.2623580Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:26:57.2624080Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:26:57.2624540Z Loading model... 2024-05-15T23:26:57.2624860Z Time to load model: 0.02 seconds 2024-05-15T23:26:57.2626050Z 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:26:57.2627510Z 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:26:57.2628920Z Daisy sees a boy. The boy is playing with a ball. He throws the ball to Daisy. Daisy runs to the ball and catches it. She throws it back to the boy. The boy says, "Good job!" 2024-05-15T23:26:57.2629900Z Daisy and the boy play together. They have fun. Daisy is happy. She likes to play with 2024-05-15T23:26:57.2630430Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:26:57.2630840Z --------------------------------------------------- 2024-05-15T23:26:57.2631110Z 2024-05-15T23:26:57.2631230Z ======================================== 2024-05-15T23:26:57.2631390Z 2024-05-15T23:26:57.2631530Z Average tokens/sec: 39.38 2024-05-15T23:26:57.2631790Z Memory used: 0.00 GB 2024-05-15T23:26:57.2632070Z ****************************************** 2024-05-15T23:26:57.2632420Z ******** INT8 group-wise quantized ******* 2024-05-15T23:26:57.2632750Z ****************************************** 2024-05-15T23:26:59.5268410Z Using device=cpu 2024-05-15T23:26:59.5268870Z Loading model... 2024-05-15T23:26:59.5269180Z Time to load model: 0.02 seconds 2024-05-15T23:26:59.5269860Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:26:59.5270410Z Time to quantize model: 0.05 seconds 2024-05-15T23:26:59.5271090Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:10.0812300Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:571:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.0820190Z extern "C" void cpp_fused_index_put_mul_stack_2(const bfloat16* in_ptr0, 2024-05-15T23:27:10.0820680Z ^ 2024-05-15T23:27:10.0997390Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:1238:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.0999270Z extern "C" void cpp_fused_index_put_mul_stack_10(const bfloat16* in_ptr0, 2024-05-15T23:27:10.0999670Z ^ 2024-05-15T23:27:10.1165220Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:1860:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.1167020Z extern "C" void cpp_fused_index_put_mul_stack_18(const bfloat16* in_ptr0, 2024-05-15T23:27:10.1167440Z ^ 2024-05-15T23:27:10.1345740Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:2519:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.1347390Z extern "C" void cpp_fused_index_put_mul_stack_26(const bfloat16* in_ptr0, 2024-05-15T23:27:10.1347800Z ^ 2024-05-15T23:27:10.1512580Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:3146:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.1514320Z extern "C" void cpp_fused_index_put_mul_stack_34(const bfloat16* in_ptr0, 2024-05-15T23:27:10.1514740Z ^ 2024-05-15T23:27:10.1693080Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/c4fel4b756gouv4hcxulvtdpyaz6cubjmssdrk7use4sxk3peb5j.cpp:3805:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:10.1694810Z extern "C" void cpp_fused_index_put_mul_stack_42(const bfloat16* in_ptr0, 2024-05-15T23:27:10.1695220Z ^ 2024-05-15T23:27:11.6891970Z 6 warnings generated. 2024-05-15T23:27:12.2634230Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:19.4943410Z Time for inference 1: 5.87 sec total, 34.08 tokens/sec 2024-05-15T23:27:19.4943870Z Bandwidth achieved: 1.66 GB/s 2024-05-15T23:27:19.4944460Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:27:19.7096780Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:19.7097490Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:19.7098160Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:27:19.7098590Z Loading model... 2024-05-15T23:27:19.7098940Z Time to load model: 0.02 seconds 2024-05-15T23:27:19.7100530Z 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:27:19.7101920Z 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:27:19.7103760Z 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:27:19.7104840Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:27:19.7105490Z --------------------------------------------------- 2024-05-15T23:27:19.7105780Z 2024-05-15T23:27:19.7105890Z ======================================== 2024-05-15T23:27:19.7106060Z 2024-05-15T23:27:19.7106180Z Average tokens/sec: 34.08 2024-05-15T23:27:19.7106420Z Memory used: 0.00 GB 2024-05-15T23:27:19.7106720Z ****************************************** 2024-05-15T23:27:19.7107060Z ******** INT4 group-wise quantized ******* 2024-05-15T23:27:19.7107370Z ****************************************** 2024-05-15T23:27:19.7107880Z ############### Run inference with AOT Inductor for dtype float16 ############### 2024-05-15T23:27:19.7108150Z 2024-05-15T23:27:19.7108290Z ****************************************** 2024-05-15T23:27:19.7108700Z ************** non-quantized ************* 2024-05-15T23:27:19.7109600Z ****************************************** 2024-05-15T23:27:21.6366050Z Using device=cpu 2024-05-15T23:27:21.6366480Z Loading model... 2024-05-15T23:27:21.6366830Z Time to load model: 0.02 seconds 2024-05-15T23:27:21.6367510Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:31.0074020Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:519:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0075990Z extern "C" void cpp_fused_index_put_stack_1(const half* in_ptr0, 2024-05-15T23:27:31.0076380Z ^ 2024-05-15T23:27:31.0140340Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:1010:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0142030Z extern "C" void cpp_fused_index_put_stack_6(const half* in_ptr0, 2024-05-15T23:27:31.0142430Z ^ 2024-05-15T23:27:31.0203030Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:1456:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0204590Z extern "C" void cpp_fused_index_put_stack_11(const half* in_ptr0, 2024-05-15T23:27:31.0204950Z ^ 2024-05-15T23:27:31.0269370Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:1939:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0270970Z extern "C" void cpp_fused_index_put_stack_16(const half* in_ptr0, 2024-05-15T23:27:31.0272330Z ^ 2024-05-15T23:27:31.0333110Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:2390:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0334670Z extern "C" void cpp_fused_index_put_stack_21(const half* in_ptr0, 2024-05-15T23:27:31.0335070Z ^ 2024-05-15T23:27:31.0399980Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/ccoezahvw2kp5lpfeuvxqudq2khi2jvfd2clmfpbmzyb2xesmnec.cpp:2873:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:31.0401580Z extern "C" void cpp_fused_index_put_stack_26(const half* in_ptr0, 2024-05-15T23:27:31.0401930Z ^ 2024-05-15T23:27:32.1095590Z 6 warnings generated. 2024-05-15T23:27:32.5621600Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:36.0984620Z Time for inference 1: 2.20 sec total, 91.02 tokens/sec 2024-05-15T23:27:36.0985150Z Bandwidth achieved: 4.44 GB/s 2024-05-15T23:27:36.0985800Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:27:36.3264430Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:36.3265360Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:36.3266010Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:27:36.3267560Z Loading model... 2024-05-15T23:27:36.3268110Z Time to load model: 0.02 seconds 2024-05-15T23:27:36.3269130Z Hello, my name is David and I'm a grown-up. We love our family and our home." 2024-05-15T23:27:36.3269750Z Amy said, "Would you like to help me take care of the plants?" 2024-05-15T23:27:36.3270620Z Dad said, "Sure, I care about this. I'm sure they will stay healthy." 2024-05-15T23:27:36.3272160Z They worked together to water the plants and take care of them. They also talked about how they grow big and strong, but also how it's important to take care of the plants. 2024-05-15T23:27:36.3273240Z One day, David asked, "Dad, what is a law?" 2024-05-15T23:27:36.3274020Z Dad explained that it was a rule that everyone must take care of the plants and not waste them. 2024-05-15T23:27:36.3275030Z David said, "I'm glad we're not being honest. We need to take care of our garden and the plants." 2024-05-15T23:27:36.3276190Z Mom and Dad were grateful for David's hard work and wise words. They knew that they were doing something good, so they made sure to take 2024-05-15T23:27:36.3277140Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:27:36.3277800Z --------------------------------------------------- 2024-05-15T23:27:36.3278180Z 2024-05-15T23:27:36.3278460Z ======================================== 2024-05-15T23:27:36.3278780Z 2024-05-15T23:27:36.3279020Z Average tokens/sec: 91.02 2024-05-15T23:27:36.3279390Z Memory used: 0.00 GB 2024-05-15T23:27:36.3279900Z ****************************************** 2024-05-15T23:27:36.3280400Z ******* Emb: channel-wise quantized ****** 2024-05-15T23:27:36.3280860Z ****************************************** 2024-05-15T23:27:38.5273500Z Using device=cpu 2024-05-15T23:27:38.5274090Z Loading model... 2024-05-15T23:27:38.5274390Z Time to load model: 0.02 seconds 2024-05-15T23:27:38.5275060Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:27:38.5275740Z Time to quantize model: 0.03 seconds 2024-05-15T23:27:38.5276440Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:48.1310450Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:530:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1312410Z extern "C" void cpp_fused_index_put_stack_1(const half* in_ptr0, 2024-05-15T23:27:48.1312790Z ^ 2024-05-15T23:27:48.1383260Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:1026:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1385000Z extern "C" void cpp_fused_index_put_stack_6(const half* in_ptr0, 2024-05-15T23:27:48.1385330Z ^ 2024-05-15T23:27:48.1442930Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:1468:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1444510Z extern "C" void cpp_fused_index_put_stack_11(const half* in_ptr0, 2024-05-15T23:27:48.1444940Z ^ 2024-05-15T23:27:48.1506520Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:1933:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1508230Z extern "C" void cpp_fused_index_put_stack_16(const half* in_ptr0, 2024-05-15T23:27:48.1508560Z ^ 2024-05-15T23:27:48.1572130Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:2404:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1573740Z extern "C" void cpp_fused_index_put_stack_21(const half* in_ptr0, 2024-05-15T23:27:48.1574180Z ^ 2024-05-15T23:27:48.1635710Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cqewtqzbhw2eciavoh5qjzx6x2sakm7iqjh6u7t74jea53f5dgn2.cpp:2869:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:48.1637380Z extern "C" void cpp_fused_index_put_stack_26(const half* in_ptr0, 2024-05-15T23:27:48.1637770Z ^ 2024-05-15T23:27:49.2638670Z 6 warnings generated. 2024-05-15T23:27:49.7717570Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:27:53.0369250Z Time for inference 1: 1.90 sec total, 105.47 tokens/sec 2024-05-15T23:27:53.0369790Z Bandwidth achieved: 5.15 GB/s 2024-05-15T23:27:53.0370290Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:27:53.2508810Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:53.2509460Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:53.2509920Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:27:53.2510240Z Loading model... 2024-05-15T23:27:53.2510550Z Time to load model: 0.02 seconds 2024-05-15T23:27:53.2640160Z 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:27:53.2641330Z 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:27:53.2642550Z 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:27:53.2643570Z 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:27:53.2644180Z Daisy says, "I want 2024-05-15T23:27:53.2644470Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:27:53.2645120Z --------------------------------------------------- 2024-05-15T23:27:53.2645340Z 2024-05-15T23:27:53.2645450Z ======================================== 2024-05-15T23:27:53.2645640Z 2024-05-15T23:27:53.2645710Z Average tokens/sec: 105.47 2024-05-15T23:27:53.2645910Z Memory used: 0.00 GB 2024-05-15T23:27:53.2646370Z ****************************************** 2024-05-15T23:27:53.2646750Z ******** Emb: group-wise quantized ******* 2024-05-15T23:27:53.2647040Z ****************************************** 2024-05-15T23:27:55.2306750Z Using device=cpu 2024-05-15T23:27:55.2307030Z Loading model... 2024-05-15T23:27:55.2307420Z Time to load model: 0.02 seconds 2024-05-15T23:27:55.2308170Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:27:55.2308650Z Time to quantize model: 0.04 seconds 2024-05-15T23:27:55.2309350Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:04.8967970Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:530:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.8969700Z extern "C" void cpp_fused_index_put_stack_1(const half* in_ptr0, 2024-05-15T23:28:04.8970020Z ^ 2024-05-15T23:28:04.9038170Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:1026:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.9039740Z extern "C" void cpp_fused_index_put_stack_6(const half* in_ptr0, 2024-05-15T23:28:04.9040130Z ^ 2024-05-15T23:28:04.9100770Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:1468:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.9102410Z extern "C" void cpp_fused_index_put_stack_11(const half* in_ptr0, 2024-05-15T23:28:04.9102800Z ^ 2024-05-15T23:28:04.9164570Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:1933:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.9166120Z extern "C" void cpp_fused_index_put_stack_16(const half* in_ptr0, 2024-05-15T23:28:04.9166560Z ^ 2024-05-15T23:28:04.9230290Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:2404:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.9232520Z extern "C" void cpp_fused_index_put_stack_21(const half* in_ptr0, 2024-05-15T23:28:04.9232920Z ^ 2024-05-15T23:28:04.9294480Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cxv6k5zt4mh64mcmjmogjszekiqasvphobzenbq7mnxohu7horaj.cpp:2869:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:04.9296140Z extern "C" void cpp_fused_index_put_stack_26(const half* in_ptr0, 2024-05-15T23:28:04.9296500Z ^ 2024-05-15T23:28:06.0298450Z 6 warnings generated. 2024-05-15T23:28:06.4797430Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:09.7263120Z Time for inference 1: 1.92 sec total, 104.15 tokens/sec 2024-05-15T23:28:09.7263560Z Bandwidth achieved: 5.08 GB/s 2024-05-15T23:28:09.7264140Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:28:09.9374090Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:09.9374910Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:09.9375420Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:28:09.9375750Z Loading model... 2024-05-15T23:28:09.9376130Z Time to load model: 0.02 seconds 2024-05-15T23:28:09.9377180Z 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:28:09.9378480Z 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:28:09.9379500Z Daisy's mommy claps and says, "Good job, Daisy! You are so brave!" Daisy smiles and says, "Thank you, mommy!" 2024-05-15T23:28:09.9380690Z 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:28:09.9381680Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:28:09.9382120Z --------------------------------------------------- 2024-05-15T23:28:09.9382370Z 2024-05-15T23:28:09.9382440Z ======================================== 2024-05-15T23:28:09.9382680Z 2024-05-15T23:28:09.9382810Z Average tokens/sec: 104.15 2024-05-15T23:28:09.9383090Z Memory used: 0.00 GB 2024-05-15T23:28:09.9383350Z *********************************************** 2024-05-15T23:28:09.9383760Z ******* Emb: 4bit channel-wise quantized ****** 2024-05-15T23:28:09.9384080Z *********************************************** 2024-05-15T23:28:11.8708230Z Using device=cpu 2024-05-15T23:28:11.8708620Z Loading model... 2024-05-15T23:28:11.8709020Z Time to load model: 0.02 seconds 2024-05-15T23:28:11.8709810Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 0, 'packed': 'True'}} 2024-05-15T23:28:11.8710320Z Time to quantize model: 0.03 seconds 2024-05-15T23:28:11.8711020Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:21.4373890Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:563:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4376550Z extern "C" void cpp_fused_index_put_stack_2(const half* in_ptr0, 2024-05-15T23:28:21.4376950Z ^ 2024-05-15T23:28:21.4444720Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:1071:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4446370Z extern "C" void cpp_fused_index_put_stack_7(const half* in_ptr0, 2024-05-15T23:28:21.4446840Z ^ 2024-05-15T23:28:21.4512880Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:1513:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4514640Z extern "C" void cpp_fused_index_put_stack_12(const half* in_ptr0, 2024-05-15T23:28:21.4515030Z ^ 2024-05-15T23:28:21.4582530Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:1978:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4584290Z extern "C" void cpp_fused_index_put_stack_17(const half* in_ptr0, 2024-05-15T23:28:21.4584710Z ^ 2024-05-15T23:28:21.4652290Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:2444:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4654030Z extern "C" void cpp_fused_index_put_stack_22(const half* in_ptr0, 2024-05-15T23:28:21.4654410Z ^ 2024-05-15T23:28:21.4716430Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cdx6wjfwawiiy6mqbx7httddtk6eadh2h6yxpmfsuga744r6pol3.cpp:2909:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:21.4718080Z extern "C" void cpp_fused_index_put_stack_27(const half* in_ptr0, 2024-05-15T23:28:21.4718490Z ^ 2024-05-15T23:28:22.5477210Z 6 warnings generated. 2024-05-15T23:28:23.0141900Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:26.9436880Z Time for inference 1: 2.56 sec total, 78.09 tokens/sec 2024-05-15T23:28:26.9437360Z Bandwidth achieved: 3.81 GB/s 2024-05-15T23:28:26.9437970Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:28:27.1567640Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:27.1568530Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:27.1569100Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:28:27.1569610Z Loading model... 2024-05-15T23:28:27.1570030Z Time to load model: 0.02 seconds 2024-05-15T23:28:27.1570990Z 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:28:27.1572140Z Suddenly, he heard a voice. "Hey, what are you doing?" It was his friend, Sarah. 2024-05-15T23:28:27.1573360Z Jack replied, "I'm climbing the tree. I want to see what's up there." 2024-05-15T23:28:27.1574020Z Sarah said, "No, it's too high. You might get hurt." 2024-05-15T23:28:27.1575050Z 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:28:27.1576430Z 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:28:27.1577160Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:28:27.1577580Z --------------------------------------------------- 2024-05-15T23:28:27.1577820Z 2024-05-15T23:28:27.1577960Z ======================================== 2024-05-15T23:28:27.1578130Z 2024-05-15T23:28:27.1578250Z Average tokens/sec: 78.09 2024-05-15T23:28:27.1578820Z Memory used: 0.00 GB 2024-05-15T23:28:27.1579110Z *********************************************** 2024-05-15T23:28:27.1579620Z ******** Emb: 4bit group-wise quantized ******* 2024-05-15T23:28:27.1579930Z *********************************************** 2024-05-15T23:28:29.1431330Z Using device=cpu 2024-05-15T23:28:29.1431740Z Loading model... 2024-05-15T23:28:29.1432010Z Time to load model: 0.02 seconds 2024-05-15T23:28:29.1432820Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 8, 'packed': 'True'}} 2024-05-15T23:28:29.1433320Z Time to quantize model: 0.04 seconds 2024-05-15T23:28:29.1433960Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:38.7203260Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:563:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7204980Z extern "C" void cpp_fused_index_put_stack_2(const half* in_ptr0, 2024-05-15T23:28:38.7205420Z ^ 2024-05-15T23:28:38.7281430Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:1071:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7283120Z extern "C" void cpp_fused_index_put_stack_7(const half* in_ptr0, 2024-05-15T23:28:38.7283530Z ^ 2024-05-15T23:28:38.7347360Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:1513:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7349520Z extern "C" void cpp_fused_index_put_stack_12(const half* in_ptr0, 2024-05-15T23:28:38.7350060Z ^ 2024-05-15T23:28:38.7423330Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:1978:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7425310Z extern "C" void cpp_fused_index_put_stack_17(const half* in_ptr0, 2024-05-15T23:28:38.7426080Z ^ 2024-05-15T23:28:38.7502450Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:2444:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7505630Z extern "C" void cpp_fused_index_put_stack_22(const half* in_ptr0, 2024-05-15T23:28:38.7506000Z ^ 2024-05-15T23:28:38.7569020Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caarew5thuwfqpek2uzblbuxdtdcw64n4tc6hgrjy4umf6ibevtk.cpp:2909:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:38.7570660Z extern "C" void cpp_fused_index_put_stack_27(const half* in_ptr0, 2024-05-15T23:28:38.7571100Z ^ 2024-05-15T23:28:39.8613900Z 6 warnings generated. 2024-05-15T23:28:40.2629180Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:44.0563520Z Time for inference 1: 2.48 sec total, 80.67 tokens/sec 2024-05-15T23:28:44.0563970Z Bandwidth achieved: 3.94 GB/s 2024-05-15T23:28:44.0564470Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:28:44.2655030Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:44.2655780Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:44.2656390Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:28:44.2656740Z Loading model... 2024-05-15T23:28:44.2657050Z Time to load model: 0.01 seconds 2024-05-15T23:28:44.2657570Z Hello, my name is Daisy. Daisy is three years old. She loves to play with her friends. 2024-05-15T23:28:44.2658590Z 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:28:44.2659320Z Daisy asked her friends, "Can I play with the ball?" 2024-05-15T23:28:44.2659730Z Her friends said, "Yes, of course!" 2024-05-15T23:28:44.2660410Z 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:28:44.2661260Z Daisy and her friends played with the ball all day. They laughed and had so much fun. 2024-05-15T23:28:44.2661850Z At the end of the day, Daisy said, "Thank you for playing with me. I had so much fun!" 2024-05-15T23:28:44.2662530Z Her friends said, "We had fun too! Let's play again soon!" 2024-05-15T23:28:44.2662900Z Daisy smiled 2024-05-15T23:28:44.2663170Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:28:44.2663770Z --------------------------------------------------- 2024-05-15T23:28:44.2663970Z 2024-05-15T23:28:44.2664100Z ======================================== 2024-05-15T23:28:44.2664340Z 2024-05-15T23:28:44.2664420Z Average tokens/sec: 80.67 2024-05-15T23:28:44.2664750Z Memory used: 0.00 GB 2024-05-15T23:28:44.2664990Z ****************************************** 2024-05-15T23:28:44.2665350Z ******* INT8 channel-wise quantized ****** 2024-05-15T23:28:44.2665710Z ****************************************** 2024-05-15T23:28:46.4842150Z Using device=cpu 2024-05-15T23:28:46.4842590Z Loading model... 2024-05-15T23:28:46.4842880Z Time to load model: 0.01 seconds 2024-05-15T23:28:46.4843740Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:28:46.4844300Z Time to quantize model: 0.03 seconds 2024-05-15T23:28:46.4844990Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:28:56.7068270Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:553:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7070710Z extern "C" void cpp_fused__to_copy_index_put_stack_2(const half* in_ptr0, 2024-05-15T23:28:56.7071150Z ^ 2024-05-15T23:28:56.7162410Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:1217:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7164140Z extern "C" void cpp_fused__to_copy_index_put_stack_10(const half* in_ptr0, 2024-05-15T23:28:56.7164570Z ^ 2024-05-15T23:28:56.7253070Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:1837:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7254790Z extern "C" void cpp_fused__to_copy_index_put_stack_18(const half* in_ptr0, 2024-05-15T23:28:56.7255200Z ^ 2024-05-15T23:28:56.7346740Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:2484:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7348400Z extern "C" void cpp_fused__to_copy_index_put_stack_26(const half* in_ptr0, 2024-05-15T23:28:56.7348830Z ^ 2024-05-15T23:28:56.7439930Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:3104:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7441610Z extern "C" void cpp_fused__to_copy_index_put_stack_34(const half* in_ptr0, 2024-05-15T23:28:56.7442120Z ^ 2024-05-15T23:28:56.7533780Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/cvl3mg44rlaz2lyw3zedwwu5sy6r7yu73jbf6wz7ctpnuukcbvaw.cpp:3751:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:28:56.7535540Z extern "C" void cpp_fused__to_copy_index_put_stack_42(const half* in_ptr0, 2024-05-15T23:28:56.7535950Z ^ 2024-05-15T23:28:58.1028680Z 6 warnings generated. 2024-05-15T23:28:58.7253440Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:29:02.9115520Z Time for inference 1: 2.75 sec total, 72.85 tokens/sec 2024-05-15T23:29:02.9116130Z Bandwidth achieved: 3.56 GB/s 2024-05-15T23:29:02.9116650Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:29:03.1268230Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:29:03.1269110Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:29:03.1269730Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:29:03.1270100Z Loading model... 2024-05-15T23:29:03.1270500Z Time to load model: 0.02 seconds 2024-05-15T23:29:03.1288170Z 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:29:03.1289620Z 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:29:03.1291540Z 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:29:03.1292510Z Daisy and the boy are friends. They like to play at 2024-05-15T23:29:03.1292860Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:29:03.1293280Z --------------------------------------------------- 2024-05-15T23:29:03.1293510Z 2024-05-15T23:29:03.1293580Z ======================================== 2024-05-15T23:29:03.1293750Z 2024-05-15T23:29:03.1293860Z Average tokens/sec: 72.85 2024-05-15T23:29:03.1294140Z Memory used: 0.00 GB 2024-05-15T23:29:03.1294640Z ****************************************** 2024-05-15T23:29:03.1295080Z ******** INT8 group-wise quantized ******* 2024-05-15T23:29:03.1295390Z ****************************************** 2024-05-15T23:29:05.4407780Z Using device=cpu 2024-05-15T23:29:05.4408330Z Loading model... 2024-05-15T23:29:05.4408630Z Time to load model: 0.02 seconds 2024-05-15T23:29:05.4409380Z Quantizing the model with: {'linear:int8': {'bitwidth': 8, 'groupsize': 8}} 2024-05-15T23:29:05.4409910Z Time to quantize model: 0.07 seconds 2024-05-15T23:29:05.4410610Z Exporting model using AOT Inductor to /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:29:15.7588440Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:571:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.7590130Z extern "C" void cpp_fused_index_put_mul_stack_2(const half* in_ptr0, 2024-05-15T23:29:15.7590610Z ^ 2024-05-15T23:29:15.7678060Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:1238:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.7679780Z extern "C" void cpp_fused_index_put_mul_stack_10(const half* in_ptr0, 2024-05-15T23:29:15.7680210Z ^ 2024-05-15T23:29:15.7760750Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:1860:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.7762490Z extern "C" void cpp_fused_index_put_mul_stack_18(const half* in_ptr0, 2024-05-15T23:29:15.7762820Z ^ 2024-05-15T23:29:15.7848810Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:2519:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.7850440Z extern "C" void cpp_fused_index_put_mul_stack_26(const half* in_ptr0, 2024-05-15T23:29:15.7850830Z ^ 2024-05-15T23:29:15.7932950Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:3146:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.7934980Z extern "C" void cpp_fused_index_put_mul_stack_34(const half* in_ptr0, 2024-05-15T23:29:15.7935390Z ^ 2024-05-15T23:29:15.8020460Z /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/caxf52hv3gdmzqtikqly3fwh7hpbsekzi6t55m7enfza2icarfvp.cpp:3805:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:29:15.8022040Z extern "C" void cpp_fused_index_put_mul_stack_42(const half* in_ptr0, 2024-05-15T23:29:15.8022470Z ^ 2024-05-15T23:29:17.2007490Z 6 warnings generated. 2024-05-15T23:29:17.6358800Z The generated DSO model can be found at: /Users/runner/work/torchchat/torchchat/checkpoints/tinyllamas/stories15M/model.so 2024-05-15T23:29:21.5098670Z Time for inference 1: 2.50 sec total, 80.00 tokens/sec 2024-05-15T23:29:21.5099250Z Bandwidth achieved: 3.91 GB/s 2024-05-15T23:29:21.5099880Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:29:21.7222650Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:29:21.7223540Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:29:21.7224070Z Using device=cpu Apple M1 (Virtual) 2024-05-15T23:29:21.7224480Z Loading model... 2024-05-15T23:29:21.7224900Z Time to load model: 0.02 seconds 2024-05-15T23:29:21.7225440Z Hello, my name is Daisy. Daisy is a very happy girl. She loves to play with her friends. 2024-05-15T23:29:21.7226430Z 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:29:21.7227450Z Daisy asked her friends, "Can I play with the ball?" Her friends said, "Yes, but be careful. It is very big." 2024-05-15T23:29:21.7228240Z Daisy was so excited. She ran to the ball and started to play. She was very happy. 2024-05-15T23:29:21.7229680Z 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:29:21.7231450Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:29:21.7232020Z --------------------------------------------------- 2024-05-15T23:29:21.7232340Z 2024-05-15T23:29:21.7232490Z ======================================== 2024-05-15T23:29:21.7232690Z 2024-05-15T23:29:21.7232870Z Average tokens/sec: 80.00 2024-05-15T23:29:21.7233210Z Memory used: 0.00 GB 2024-05-15T23:29:21.7233590Z ****************************************** 2024-05-15T23:29:21.7234030Z ******** INT4 group-wise quantized ******* 2024-05-15T23:29:21.7234800Z ****************************************** 2024-05-15T23:29:21.7468220Z Post job cleanup. 2024-05-15T23:29:22.0458740Z Post job cleanup. 2024-05-15T23:29:22.1535820Z [command]/opt/homebrew/bin/git version 2024-05-15T23:29:22.1755140Z git version 2.44.0 2024-05-15T23:29:22.1782230Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/2ae54228-1dd4-4e75-8fe5-d447c0c2b75c/.gitconfig' 2024-05-15T23:29:22.1790750Z Temporarily overriding HOME='/Users/runner/work/_temp/2ae54228-1dd4-4e75-8fe5-d447c0c2b75c' before making global git config changes 2024-05-15T23:29:22.1791560Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:29:22.1794150Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/torchchat/torchchat 2024-05-15T23:29:22.1909880Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:29:22.2045810Z [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:29:22.3021860Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:29:22.3067180Z http.https://github.com/.extraheader 2024-05-15T23:29:22.3075130Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:29:22.3137500Z [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:29:22.3806050Z Cleaning up orphan processes