2024-08-22T20:25:19.0428389Z Current runner version: '2.319.1' 2024-08-22T20:25:19.0434157Z Runner name: '16-core-ubuntu_65ee46261dca' 2024-08-22T20:25:19.0435065Z Runner group name: 'Default' 2024-08-22T20:25:19.0435727Z Machine name: 'runner' 2024-08-22T20:25:19.0450074Z ##[group]Operating System 2024-08-22T20:25:19.0450757Z Ubuntu 2024-08-22T20:25:19.0451064Z 22.04.4 2024-08-22T20:25:19.0451416Z LTS 2024-08-22T20:25:19.0451822Z ##[endgroup] 2024-08-22T20:25:19.0452170Z ##[group]Runner Image 2024-08-22T20:25:19.0452613Z Image: ubuntu-22.04 2024-08-22T20:25:19.0453076Z Version: 20240818.1.0 2024-08-22T20:25:19.0454240Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md 2024-08-22T20:25:19.0455709Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1 2024-08-22T20:25:19.0456673Z ##[endgroup] 2024-08-22T20:25:19.0470768Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:25:19.0472350Z Contents: read 2024-08-22T20:25:19.0473017Z Metadata: read 2024-08-22T20:25:19.0473597Z Packages: read 2024-08-22T20:25:19.0473984Z ##[endgroup] 2024-08-22T20:25:19.0476863Z Secret source: Actions 2024-08-22T20:25:19.0477441Z Prepare workflow directory 2024-08-22T20:25:19.1081489Z Prepare all required actions 2024-08-22T20:25:19.1236068Z Getting action download info 2024-08-22T20:25:19.3765909Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:25:19.5976064Z Download action repository 'actions/setup-python@v2' (SHA:e9aba2c848f5ebd159c070c61ea2c4e2b122355e) 2024-08-22T20:25:19.9805575Z Download action repository 'maxim-lobanov/setup-xcode@v1' (SHA:60606e260d2fc5762a71e64e74b2174e8ea3c8bd) 2024-08-22T20:25:20.3711820Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c) 2024-08-22T20:25:20.8042564Z Complete job name: runner-et (16-core-ubuntu) 2024-08-22T20:25:20.9089309Z ##[group]Run actions/checkout@v3 2024-08-22T20:25:20.9089785Z with: 2024-08-22T20:25:20.9090230Z submodules: true 2024-08-22T20:25:20.9090578Z repository: pytorch/torchchat 2024-08-22T20:25:20.9091162Z token: *** 2024-08-22T20:25:20.9091571Z ssh-strict: true 2024-08-22T20:25:20.9091904Z persist-credentials: true 2024-08-22T20:25:20.9092293Z clean: true 2024-08-22T20:25:20.9092694Z sparse-checkout-cone-mode: true 2024-08-22T20:25:20.9093077Z fetch-depth: 1 2024-08-22T20:25:20.9093412Z fetch-tags: false 2024-08-22T20:25:20.9094286Z lfs: false 2024-08-22T20:25:20.9094610Z set-safe-directory: true 2024-08-22T20:25:20.9095029Z ##[endgroup] 2024-08-22T20:25:21.0027710Z Syncing repository: pytorch/torchchat 2024-08-22T20:25:21.0029411Z ##[group]Getting Git version info 2024-08-22T20:25:21.0030181Z Working directory is '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:21.0031050Z [command]/usr/bin/git version 2024-08-22T20:25:21.1168654Z git version 2.46.0 2024-08-22T20:25:21.1196258Z ##[endgroup] 2024-08-22T20:25:21.1211112Z Temporarily overriding HOME='/home/runner/work/_temp/28db2114-81dc-4be5-ac55-b0b0df1a7a56' before making global git config changes 2024-08-22T20:25:21.1212257Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:25:21.1215272Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/torchchat/torchchat 2024-08-22T20:25:21.1408301Z Deleting the contents of '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:21.1411936Z ##[group]Initializing the repository 2024-08-22T20:25:21.1414835Z [command]/usr/bin/git init /home/runner/work/torchchat/torchchat 2024-08-22T20:25:21.2312037Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:25:21.2312999Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:25:21.2313880Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:25:21.2314505Z hint: 2024-08-22T20:25:21.2314992Z hint: git config --global init.defaultBranch 2024-08-22T20:25:21.2315799Z hint: 2024-08-22T20:25:21.2316369Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:25:21.2317195Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:25:21.2317822Z hint: 2024-08-22T20:25:21.2318187Z hint: git branch -m 2024-08-22T20:25:21.2431631Z Initialized empty Git repository in /home/runner/work/torchchat/torchchat/.git/ 2024-08-22T20:25:21.2441473Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:25:21.2531322Z ##[endgroup] 2024-08-22T20:25:21.2532150Z ##[group]Disabling automatic garbage collection 2024-08-22T20:25:21.2533733Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:25:21.2561695Z ##[endgroup] 2024-08-22T20:25:21.2562406Z ##[group]Setting up auth 2024-08-22T20:25:21.2566936Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:25:21.2592733Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:25:21.4595272Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:25:21.4622201Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:25:21.4870218Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:25:21.4902163Z ##[endgroup] 2024-08-22T20:25:21.4902868Z ##[group]Fetching the repository 2024-08-22T20:25:21.4909815Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9:refs/remotes/pull/1044/merge 2024-08-22T20:25:21.9115329Z remote: Enumerating objects: 237, done. 2024-08-22T20:25:21.9116355Z remote: Counting objects: 0% (1/237) 2024-08-22T20:25:21.9117194Z remote: Counting objects: 1% (3/237) 2024-08-22T20:25:21.9117661Z remote: Counting objects: 2% (5/237) 2024-08-22T20:25:21.9118150Z remote: Counting objects: 3% (8/237) 2024-08-22T20:25:21.9118896Z remote: Counting objects: 4% (10/237) 2024-08-22T20:25:21.9119424Z remote: Counting objects: 5% (12/237) 2024-08-22T20:25:21.9119886Z remote: Counting objects: 6% (15/237) 2024-08-22T20:25:21.9120462Z remote: Counting objects: 7% (17/237) 2024-08-22T20:25:21.9120959Z remote: Counting objects: 8% (19/237) 2024-08-22T20:25:21.9121434Z remote: Counting objects: 9% (22/237) 2024-08-22T20:25:21.9121977Z remote: Counting objects: 10% (24/237) 2024-08-22T20:25:21.9122474Z remote: Counting objects: 11% (27/237) 2024-08-22T20:25:21.9122945Z remote: Counting objects: 12% (29/237) 2024-08-22T20:25:21.9123530Z remote: Counting objects: 13% (31/237) 2024-08-22T20:25:21.9124026Z remote: Counting objects: 14% (34/237) 2024-08-22T20:25:21.9124496Z remote: Counting objects: 15% (36/237) 2024-08-22T20:25:21.9125043Z remote: Counting objects: 16% (38/237) 2024-08-22T20:25:21.9125533Z remote: Counting objects: 17% (41/237) 2024-08-22T20:25:21.9126000Z remote: Counting objects: 18% (43/237) 2024-08-22T20:25:21.9126551Z remote: Counting objects: 19% (46/237) 2024-08-22T20:25:21.9127052Z remote: Counting objects: 20% (48/237) 2024-08-22T20:25:21.9127501Z remote: Counting objects: 21% (50/237) 2024-08-22T20:25:21.9128114Z remote: Counting objects: 22% (53/237) 2024-08-22T20:25:21.9128631Z remote: Counting objects: 23% (55/237) 2024-08-22T20:25:21.9129106Z remote: Counting objects: 24% (57/237) 2024-08-22T20:25:21.9129657Z remote: Counting objects: 25% (60/237) 2024-08-22T20:25:21.9130145Z remote: Counting objects: 26% (62/237) 2024-08-22T20:25:21.9130832Z remote: Counting objects: 27% (64/237) 2024-08-22T20:25:21.9131390Z remote: Counting objects: 28% (67/237) 2024-08-22T20:25:21.9131881Z remote: Counting objects: 29% (69/237) 2024-08-22T20:25:21.9132346Z remote: Counting objects: 30% (72/237) 2024-08-22T20:25:21.9132853Z remote: Counting objects: 31% (74/237) 2024-08-22T20:25:21.9133397Z remote: Counting objects: 32% (76/237) 2024-08-22T20:25:21.9134089Z remote: Counting objects: 33% (79/237) 2024-08-22T20:25:21.9134723Z remote: Counting objects: 34% (81/237) 2024-08-22T20:25:21.9135261Z remote: Counting objects: 35% (83/237) 2024-08-22T20:25:21.9135721Z remote: Counting objects: 36% (86/237) 2024-08-22T20:25:21.9136279Z remote: Counting objects: 37% (88/237) 2024-08-22T20:25:21.9136703Z remote: Counting objects: 38% (91/237) 2024-08-22T20:25:21.9137157Z remote: Counting objects: 39% (93/237) 2024-08-22T20:25:21.9137693Z remote: Counting objects: 40% (95/237) 2024-08-22T20:25:21.9138112Z remote: Counting objects: 41% (98/237) 2024-08-22T20:25:21.9138598Z remote: Counting objects: 42% (100/237) 2024-08-22T20:25:21.9139148Z remote: Counting objects: 43% (102/237) 2024-08-22T20:25:21.9139592Z remote: Counting objects: 44% (105/237) 2024-08-22T20:25:21.9140090Z remote: Counting objects: 45% (107/237) 2024-08-22T20:25:21.9140619Z remote: Counting objects: 46% (110/237) 2024-08-22T20:25:21.9141055Z remote: Counting objects: 47% (112/237) 2024-08-22T20:25:21.9141540Z remote: Counting objects: 48% (114/237) 2024-08-22T20:25:21.9142067Z remote: Counting objects: 49% (117/237) 2024-08-22T20:25:21.9142498Z remote: Counting objects: 50% (119/237) 2024-08-22T20:25:21.9143167Z remote: Counting objects: 51% (121/237) 2024-08-22T20:25:21.9143718Z remote: Counting objects: 52% (124/237) 2024-08-22T20:25:21.9144177Z remote: Counting objects: 53% (126/237) 2024-08-22T20:25:21.9144641Z remote: Counting objects: 54% (128/237) 2024-08-22T20:25:21.9145163Z remote: Counting objects: 55% (131/237) 2024-08-22T20:25:21.9145641Z remote: Counting objects: 56% (133/237) 2024-08-22T20:25:21.9146067Z remote: Counting objects: 57% (136/237) 2024-08-22T20:25:21.9146593Z remote: Counting objects: 58% (138/237) 2024-08-22T20:25:21.9147067Z remote: Counting objects: 59% (140/237) 2024-08-22T20:25:21.9147494Z remote: Counting objects: 60% (143/237) 2024-08-22T20:25:21.9148013Z remote: Counting objects: 61% (145/237) 2024-08-22T20:25:21.9148491Z remote: Counting objects: 62% (147/237) 2024-08-22T20:25:21.9148918Z remote: Counting objects: 63% (150/237) 2024-08-22T20:25:21.9149473Z remote: Counting objects: 64% (152/237) 2024-08-22T20:25:21.9149938Z remote: Counting objects: 65% (155/237) 2024-08-22T20:25:21.9150367Z remote: Counting objects: 66% (157/237) 2024-08-22T20:25:21.9150919Z remote: Counting objects: 67% (159/237) 2024-08-22T20:25:21.9151381Z remote: Counting objects: 68% (162/237) 2024-08-22T20:25:21.9151804Z remote: Counting objects: 69% (164/237) 2024-08-22T20:25:21.9152340Z remote: Counting objects: 70% (166/237) 2024-08-22T20:25:21.9152797Z remote: Counting objects: 71% (169/237) 2024-08-22T20:25:21.9153223Z remote: Counting objects: 72% (171/237) 2024-08-22T20:25:21.9153779Z remote: Counting objects: 73% (174/237) 2024-08-22T20:25:21.9154236Z remote: Counting objects: 74% (176/237) 2024-08-22T20:25:21.9154657Z remote: Counting objects: 75% (178/237) 2024-08-22T20:25:21.9155188Z remote: Counting objects: 76% (181/237) 2024-08-22T20:25:21.9155653Z remote: Counting objects: 77% (183/237) 2024-08-22T20:25:21.9156179Z remote: Counting objects: 78% (185/237) 2024-08-22T20:25:21.9156768Z remote: Counting objects: 79% (188/237) 2024-08-22T20:25:21.9177257Z remote: Counting objects: 80% (190/237) 2024-08-22T20:25:21.9177948Z remote: Counting objects: 81% (192/237) 2024-08-22T20:25:21.9178414Z remote: Counting objects: 82% (195/237) 2024-08-22T20:25:21.9178884Z remote: Counting objects: 83% (197/237) 2024-08-22T20:25:21.9179544Z remote: Counting objects: 84% (200/237) 2024-08-22T20:25:21.9179975Z remote: Counting objects: 85% (202/237) 2024-08-22T20:25:21.9180477Z remote: Counting objects: 86% (204/237) 2024-08-22T20:25:21.9181032Z remote: Counting objects: 87% (207/237) 2024-08-22T20:25:21.9181469Z remote: Counting objects: 88% (209/237) 2024-08-22T20:25:21.9181962Z remote: Counting objects: 89% (211/237) 2024-08-22T20:25:21.9182502Z remote: Counting objects: 90% (214/237) 2024-08-22T20:25:21.9182947Z remote: Counting objects: 91% (216/237) 2024-08-22T20:25:21.9183447Z remote: Counting objects: 92% (219/237) 2024-08-22T20:25:21.9183985Z remote: Counting objects: 93% (221/237) 2024-08-22T20:25:21.9184465Z remote: Counting objects: 94% (223/237) 2024-08-22T20:25:21.9184912Z remote: Counting objects: 95% (226/237) 2024-08-22T20:25:21.9185476Z remote: Counting objects: 96% (228/237) 2024-08-22T20:25:21.9185962Z remote: Counting objects: 97% (230/237) 2024-08-22T20:25:21.9186422Z remote: Counting objects: 98% (233/237) 2024-08-22T20:25:21.9186908Z remote: Counting objects: 99% (235/237) 2024-08-22T20:25:21.9187386Z remote: Counting objects: 100% (237/237) 2024-08-22T20:25:21.9187884Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:25:21.9188430Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:25:21.9189137Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:25:21.9189652Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:25:21.9190172Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:25:21.9190682Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:25:21.9191194Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:25:21.9191740Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:25:21.9192244Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:25:21.9192745Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:25:21.9193279Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:25:21.9193777Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:25:21.9194263Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:25:21.9194822Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:25:21.9195275Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:25:21.9195765Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:25:21.9196325Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:25:21.9262266Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:25:21.9263224Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:25:21.9263766Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:25:21.9264246Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:25:21.9264850Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:25:21.9265357Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:25:21.9265854Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:25:21.9266403Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:25:21.9266893Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:25:21.9267379Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:25:21.9267909Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:25:21.9268417Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:25:21.9268928Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:25:21.9269923Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:25:21.9270451Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:25:21.9270969Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:25:21.9271490Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:25:21.9271990Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:25:21.9272495Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:25:21.9273010Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:25:21.9273519Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:25:21.9274035Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:25:21.9274599Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:25:21.9275078Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:25:21.9275584Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:25:21.9276139Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:25:21.9276621Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:25:21.9277107Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:25:21.9277651Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:25:21.9278121Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:25:21.9278605Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:25:21.9279156Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:25:21.9279625Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:25:21.9280110Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:25:21.9280669Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:25:21.9281117Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:25:21.9281634Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:25:21.9282383Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:25:21.9282867Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:25:21.9283371Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:25:21.9283964Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:25:21.9284452Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:25:21.9284909Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:25:21.9285478Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:25:21.9285968Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:25:21.9286434Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:25:21.9286995Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:25:21.9287491Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:25:21.9287961Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:25:21.9288515Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:25:21.9302792Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:25:21.9303533Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:25:21.9304032Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:25:21.9304555Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:25:21.9305152Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:25:21.9305626Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:25:21.9306137Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:25:21.9306784Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:25:21.9307259Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:25:21.9307764Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:25:21.9308312Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:25:21.9308772Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:25:21.9309294Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:25:21.9309847Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:25:21.9310553Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:25:21.9311040Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:25:21.9311594Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:25:21.9312083Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:25:21.9312593Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:25:21.9313153Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:25:21.9313680Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:25:21.9314150Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:25:21.9314701Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:25:21.9315221Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:25:21.9315690Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:25:21.9316260Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:25:21.9316755Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:25:21.9317215Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:25:21.9317794Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:25:21.9318289Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:25:21.9318742Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:25:21.9319321Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:25:21.9319815Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:25:21.9320265Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:25:21.9320831Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:25:21.9321357Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:25:21.9456642Z Receiving objects: 0% (1/237) 2024-08-22T20:25:21.9457381Z Receiving objects: 1% (3/237) 2024-08-22T20:25:21.9457821Z Receiving objects: 2% (5/237) 2024-08-22T20:25:21.9458409Z Receiving objects: 3% (8/237) 2024-08-22T20:25:21.9460256Z Receiving objects: 4% (10/237) 2024-08-22T20:25:21.9461112Z Receiving objects: 5% (12/237) 2024-08-22T20:25:21.9461531Z Receiving objects: 6% (15/237) 2024-08-22T20:25:21.9461981Z Receiving objects: 7% (17/237) 2024-08-22T20:25:21.9462504Z Receiving objects: 8% (19/237) 2024-08-22T20:25:21.9466029Z Receiving objects: 9% (22/237) 2024-08-22T20:25:21.9466609Z Receiving objects: 10% (24/237) 2024-08-22T20:25:21.9467011Z Receiving objects: 11% (27/237) 2024-08-22T20:25:21.9467416Z Receiving objects: 12% (29/237) 2024-08-22T20:25:21.9467889Z Receiving objects: 13% (31/237) 2024-08-22T20:25:21.9468397Z Receiving objects: 14% (34/237) 2024-08-22T20:25:21.9468896Z Receiving objects: 15% (36/237) 2024-08-22T20:25:21.9472356Z Receiving objects: 16% (38/237) 2024-08-22T20:25:21.9472762Z Receiving objects: 17% (41/237) 2024-08-22T20:25:21.9473173Z Receiving objects: 18% (43/237) 2024-08-22T20:25:21.9473652Z Receiving objects: 19% (46/237) 2024-08-22T20:25:21.9474065Z Receiving objects: 20% (48/237) 2024-08-22T20:25:21.9474533Z Receiving objects: 21% (50/237) 2024-08-22T20:25:21.9474900Z Receiving objects: 22% (53/237) 2024-08-22T20:25:21.9475287Z Receiving objects: 23% (55/237) 2024-08-22T20:25:21.9475737Z Receiving objects: 24% (57/237) 2024-08-22T20:25:21.9476102Z Receiving objects: 25% (60/237) 2024-08-22T20:25:21.9476602Z Receiving objects: 26% (62/237) 2024-08-22T20:25:21.9477077Z Receiving objects: 27% (64/237) 2024-08-22T20:25:21.9478059Z Receiving objects: 28% (67/237) 2024-08-22T20:25:21.9478418Z Receiving objects: 29% (69/237) 2024-08-22T20:25:21.9478897Z Receiving objects: 30% (72/237) 2024-08-22T20:25:21.9479301Z Receiving objects: 31% (74/237) 2024-08-22T20:25:21.9479647Z Receiving objects: 32% (76/237) 2024-08-22T20:25:21.9480099Z Receiving objects: 33% (79/237) 2024-08-22T20:25:21.9480561Z Receiving objects: 34% (81/237) 2024-08-22T20:25:21.9480913Z Receiving objects: 35% (83/237) 2024-08-22T20:25:21.9481972Z Receiving objects: 36% (86/237) 2024-08-22T20:25:21.9483875Z Receiving objects: 37% (88/237) 2024-08-22T20:25:21.9484288Z Receiving objects: 38% (91/237) 2024-08-22T20:25:21.9485608Z Receiving objects: 39% (93/237) 2024-08-22T20:25:21.9486021Z Receiving objects: 40% (95/237) 2024-08-22T20:25:21.9486429Z Receiving objects: 41% (98/237) 2024-08-22T20:25:21.9486845Z Receiving objects: 42% (100/237) 2024-08-22T20:25:21.9487246Z Receiving objects: 43% (102/237) 2024-08-22T20:25:21.9487661Z Receiving objects: 44% (105/237) 2024-08-22T20:25:21.9488094Z Receiving objects: 45% (107/237) 2024-08-22T20:25:21.9488493Z Receiving objects: 46% (110/237) 2024-08-22T20:25:21.9488893Z Receiving objects: 47% (112/237) 2024-08-22T20:25:21.9489304Z Receiving objects: 48% (114/237) 2024-08-22T20:25:21.9489697Z Receiving objects: 49% (117/237) 2024-08-22T20:25:21.9495210Z Receiving objects: 50% (119/237) 2024-08-22T20:25:21.9496579Z Receiving objects: 51% (121/237) 2024-08-22T20:25:21.9497968Z Receiving objects: 52% (124/237) 2024-08-22T20:25:21.9526736Z Receiving objects: 53% (126/237) 2024-08-22T20:25:21.9527351Z Receiving objects: 54% (128/237) 2024-08-22T20:25:21.9529194Z Receiving objects: 55% (131/237) 2024-08-22T20:25:21.9531212Z Receiving objects: 56% (133/237) 2024-08-22T20:25:21.9531821Z Receiving objects: 57% (136/237) 2024-08-22T20:25:21.9532286Z Receiving objects: 58% (138/237) 2024-08-22T20:25:21.9532767Z Receiving objects: 59% (140/237) 2024-08-22T20:25:21.9533318Z Receiving objects: 60% (143/237) 2024-08-22T20:25:21.9534027Z Receiving objects: 61% (145/237) 2024-08-22T20:25:21.9534568Z Receiving objects: 62% (147/237) 2024-08-22T20:25:21.9535145Z Receiving objects: 63% (150/237) 2024-08-22T20:25:21.9535818Z Receiving objects: 64% (152/237) 2024-08-22T20:25:21.9537483Z Receiving objects: 65% (155/237) 2024-08-22T20:25:21.9538106Z Receiving objects: 66% (157/237) 2024-08-22T20:25:21.9538810Z Receiving objects: 67% (159/237) 2024-08-22T20:25:21.9539260Z Receiving objects: 68% (162/237) 2024-08-22T20:25:21.9539865Z Receiving objects: 69% (164/237) 2024-08-22T20:25:21.9540281Z Receiving objects: 70% (166/237) 2024-08-22T20:25:21.9541013Z Receiving objects: 71% (169/237) 2024-08-22T20:25:21.9541525Z Receiving objects: 72% (171/237) 2024-08-22T20:25:21.9542186Z Receiving objects: 73% (174/237) 2024-08-22T20:25:21.9542668Z Receiving objects: 74% (176/237) 2024-08-22T20:25:21.9545211Z Receiving objects: 75% (178/237) 2024-08-22T20:25:21.9546026Z Receiving objects: 76% (181/237) 2024-08-22T20:25:21.9546850Z Receiving objects: 77% (183/237) 2024-08-22T20:25:21.9547458Z Receiving objects: 78% (185/237) 2024-08-22T20:25:21.9548706Z Receiving objects: 79% (188/237) 2024-08-22T20:25:21.9550565Z Receiving objects: 80% (190/237) 2024-08-22T20:25:21.9550989Z Receiving objects: 81% (192/237) 2024-08-22T20:25:21.9551740Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:25:21.9553018Z Receiving objects: 82% (195/237) 2024-08-22T20:25:21.9556514Z Receiving objects: 83% (197/237) 2024-08-22T20:25:21.9558008Z Receiving objects: 84% (200/237) 2024-08-22T20:25:21.9559801Z Receiving objects: 85% (202/237) 2024-08-22T20:25:21.9560486Z Receiving objects: 86% (204/237) 2024-08-22T20:25:21.9561069Z Receiving objects: 87% (207/237) 2024-08-22T20:25:21.9561653Z Receiving objects: 88% (209/237) 2024-08-22T20:25:21.9564649Z Receiving objects: 89% (211/237) 2024-08-22T20:25:21.9565078Z Receiving objects: 90% (214/237) 2024-08-22T20:25:21.9566140Z Receiving objects: 91% (216/237) 2024-08-22T20:25:21.9566541Z Receiving objects: 92% (219/237) 2024-08-22T20:25:21.9567849Z Receiving objects: 93% (221/237) 2024-08-22T20:25:21.9568644Z Receiving objects: 94% (223/237) 2024-08-22T20:25:21.9569088Z Receiving objects: 95% (226/237) 2024-08-22T20:25:21.9571257Z Receiving objects: 96% (228/237) 2024-08-22T20:25:21.9572235Z Receiving objects: 97% (230/237) 2024-08-22T20:25:21.9572652Z Receiving objects: 98% (233/237) 2024-08-22T20:25:21.9573121Z Receiving objects: 99% (235/237) 2024-08-22T20:25:21.9574193Z Receiving objects: 100% (237/237) 2024-08-22T20:25:21.9574743Z Receiving objects: 100% (237/237), 488.09 KiB | 40.67 MiB/s, done. 2024-08-22T20:25:21.9580942Z Resolving deltas: 0% (0/16) 2024-08-22T20:25:21.9581477Z Resolving deltas: 6% (1/16) 2024-08-22T20:25:21.9581838Z Resolving deltas: 12% (2/16) 2024-08-22T20:25:21.9582241Z Resolving deltas: 18% (3/16) 2024-08-22T20:25:21.9582684Z Resolving deltas: 25% (4/16) 2024-08-22T20:25:21.9583023Z Resolving deltas: 31% (5/16) 2024-08-22T20:25:21.9583421Z Resolving deltas: 43% (7/16) 2024-08-22T20:25:21.9583860Z Resolving deltas: 50% (8/16) 2024-08-22T20:25:21.9584471Z Resolving deltas: 56% (9/16) 2024-08-22T20:25:21.9585319Z Resolving deltas: 62% (10/16) 2024-08-22T20:25:21.9586185Z Resolving deltas: 68% (11/16) 2024-08-22T20:25:21.9586799Z Resolving deltas: 87% (14/16) 2024-08-22T20:25:21.9587244Z Resolving deltas: 93% (15/16) 2024-08-22T20:25:21.9588357Z Resolving deltas: 100% (16/16) 2024-08-22T20:25:21.9588762Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:25:21.9811832Z From https://github.com/pytorch/torchchat 2024-08-22T20:25:21.9812837Z * [new ref] 0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9 -> pull/1044/merge 2024-08-22T20:25:21.9886881Z ##[endgroup] 2024-08-22T20:25:21.9887478Z ##[group]Determining the checkout info 2024-08-22T20:25:21.9888862Z ##[endgroup] 2024-08-22T20:25:21.9889417Z ##[group]Checking out the ref 2024-08-22T20:25:21.9893104Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:25:22.0039126Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:25:22.0039938Z 2024-08-22T20:25:22.0040614Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:25:22.0041653Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:25:22.0042760Z state without impacting any branches by switching back to a branch. 2024-08-22T20:25:22.0043313Z 2024-08-22T20:25:22.0043658Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:25:22.0044683Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:25:22.0045176Z 2024-08-22T20:25:22.0045448Z git switch -c 2024-08-22T20:25:22.0045762Z 2024-08-22T20:25:22.0045940Z Or undo this operation with: 2024-08-22T20:25:22.0046434Z 2024-08-22T20:25:22.0046714Z git switch - 2024-08-22T20:25:22.0046942Z 2024-08-22T20:25:22.0047360Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:25:22.0047890Z 2024-08-22T20:25:22.0048457Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:25:22.0050299Z ##[endgroup] 2024-08-22T20:25:22.0051112Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:25:22.0051976Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:25:22.0084641Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:25:22.0110108Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:25:22.0136422Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:25:22.0159989Z ##[endgroup] 2024-08-22T20:25:22.0160553Z ##[group]Fetching submodules 2024-08-22T20:25:22.0162362Z [command]/usr/bin/git submodule sync 2024-08-22T20:25:22.0454385Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2024-08-22T20:25:22.0688308Z Submodule 'tokenizer/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:22.0691489Z Submodule 'tokenizer/third-party/re2' (https://github.com/google/re2.git) registered for path 'tokenizer/third-party/re2' 2024-08-22T20:25:22.0695949Z Submodule 'tokenizer/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:22.0726048Z Cloning into '/home/runner/work/torchchat/torchchat/tokenizer/third-party/abseil-cpp'... 2024-08-22T20:25:22.8871700Z Cloning into '/home/runner/work/torchchat/torchchat/tokenizer/third-party/re2'... 2024-08-22T20:25:23.3903011Z Cloning into '/home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece'... 2024-08-22T20:25:25.2643397Z From https://github.com/abseil/abseil-cpp 2024-08-22T20:25:25.2644182Z * branch 854193071498f330b71083d7e06a7cd18e02a4cc -> FETCH_HEAD 2024-08-22T20:25:25.3660780Z Submodule path 'tokenizer/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-08-22T20:25:26.4253206Z From https://github.com/google/re2 2024-08-22T20:25:26.4255026Z * branch ac82d4f628a2045d89964ae11c48403d3b091af1 -> FETCH_HEAD 2024-08-22T20:25:26.4475664Z Submodule path 'tokenizer/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-08-22T20:25:27.3745591Z From https://github.com/google/sentencepiece 2024-08-22T20:25:27.3746908Z * branch 7dcb541451b1862d73f473b3804ccf8f2a9e10f6 -> FETCH_HEAD 2024-08-22T20:25:27.5152063Z Submodule path 'tokenizer/third-party/sentencepiece': checked out '7dcb541451b1862d73f473b3804ccf8f2a9e10f6' 2024-08-22T20:25:27.5164312Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2024-08-22T20:25:27.5410028Z Entering 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:27.5608564Z Entering 'tokenizer/third-party/re2' 2024-08-22T20:25:27.5633711Z Entering 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:27.5669717Z ##[endgroup] 2024-08-22T20:25:27.5670415Z ##[group]Persisting credentials for submodules 2024-08-22T20:25:27.5673458Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-22T20:25:27.5908796Z Entering 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:27.5957934Z Entering 'tokenizer/third-party/re2' 2024-08-22T20:25:27.6003757Z Entering 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:27.6064464Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-22T20:25:27.6291431Z Entering 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:27.6332652Z file:/home/runner/work/torchchat/torchchat/.git/modules/tokenizer/third-party/abseil-cpp/config remote.origin.url 2024-08-22T20:25:27.6337213Z Entering 'tokenizer/third-party/re2' 2024-08-22T20:25:27.6380565Z file:/home/runner/work/torchchat/torchchat/.git/modules/tokenizer/third-party/re2/config remote.origin.url 2024-08-22T20:25:27.6384722Z Entering 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:27.6425487Z file:/home/runner/work/torchchat/torchchat/.git/modules/tokenizer/third-party/sentencepiece/config remote.origin.url 2024-08-22T20:25:27.6455949Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:25:27.6690251Z Entering 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:27.6716813Z Entering 'tokenizer/third-party/re2' 2024-08-22T20:25:27.6741716Z Entering 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:27.6776903Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:25:27.7005482Z Entering 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:25:27.7031017Z Entering 'tokenizer/third-party/re2' 2024-08-22T20:25:27.7053603Z Entering 'tokenizer/third-party/sentencepiece' 2024-08-22T20:25:27.7084008Z ##[endgroup] 2024-08-22T20:25:27.7115432Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:25:27.7135887Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:25:27.7395991Z ##[group]Run actions/setup-python@v2 2024-08-22T20:25:27.7396658Z with: 2024-08-22T20:25:27.7397075Z python-version: 3.10.11 2024-08-22T20:25:27.7397602Z token: *** 2024-08-22T20:25:27.7397922Z ##[endgroup] 2024-08-22T20:25:27.8529040Z Version 3.10.11 was not found in the local cache 2024-08-22T20:25:28.2655237Z Version 3.10.11 is available for downloading 2024-08-22T20:25:28.2656456Z Download from "https://github.com/actions/python-versions/releases/download/3.10.11-4626646535/python-3.10.11-linux-22.04-x64.tar.gz" 2024-08-22T20:25:29.0202851Z Extract downloaded archive 2024-08-22T20:25:29.0324009Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/358d9b28-46b3-4c3e-bcd4-c38b2a718d17 -f /home/runner/work/_temp/3d8e98ad-df1d-4807-8a6f-51a308392d5c 2024-08-22T20:25:30.3928763Z Execute installation script 2024-08-22T20:25:30.4029846Z Check if Python hostedtoolcache folder exist... 2024-08-22T20:25:30.4030478Z Create Python 3.10.11 folder 2024-08-22T20:25:30.4044764Z Copy Python binaries to hostedtoolcache folder 2024-08-22T20:25:30.9786748Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-08-22T20:25:30.9833373Z Upgrading pip... 2024-08-22T20:25:33.0293444Z Looking in links: /tmp/tmp5g49npyt 2024-08-22T20:25:33.0297708Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (65.5.0) 2024-08-22T20:25:33.0300689Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1) 2024-08-22T20:25:34.2131622Z Collecting pip 2024-08-22T20:25:34.2660688Z Downloading pip-24.2-py3-none-any.whl (1.8 MB) 2024-08-22T20:25:34.3746431Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.0 MB/s eta 0:00:00 2024-08-22T20:25:34.3747015Z 2024-08-22T20:25:34.4173633Z Installing collected packages: pip 2024-08-22T20:25:35.2391118Z Successfully installed pip-24.2 2024-08-22T20:25:35.2854596Z Create complete file 2024-08-22T20:25:35.2888546Z Successfully setup CPython (3.10.11) 2024-08-22T20:25:35.3088518Z ##[group]Run uname -a 2024-08-22T20:25:35.3088975Z uname -a 2024-08-22T20:25:35.3089363Z if [ $(uname -s) == Darwin ]; then 2024-08-22T20:25:35.3089977Z  sysctl machdep.cpu.brand_string 2024-08-22T20:25:35.3090465Z  sysctl machdep.cpu.core_count 2024-08-22T20:25:35.3090866Z fi 2024-08-22T20:25:35.4132294Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:35.4132719Z env: 2024-08-22T20:25:35.4133090Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:35.4134036Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:35.4134579Z ##[endgroup] 2024-08-22T20:25:35.4307050Z Linux runner 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:25:35.4359100Z ##[group]Run echo "Intalling pip3 packages" 2024-08-22T20:25:35.4359650Z echo "Intalling pip3 packages" 2024-08-22T20:25:35.4360158Z ./install_requirements.sh 2024-08-22T20:25:35.4360648Z pip3 list 2024-08-22T20:25:35.4361257Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:25:35.4419252Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:35.4419724Z env: 2024-08-22T20:25:35.4420114Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:35.4420726Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:35.4421281Z ##[endgroup] 2024-08-22T20:25:35.4501899Z Intalling pip3 packages 2024-08-22T20:25:35.4638733Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:35.8665283Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:36.2432509Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:25:36.2762989Z Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:36.4044812Z Collecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:25:36.4140040Z Downloading gguf-0.9.1-py3-none-any.whl.metadata (3.3 kB) 2024-08-22T20:25:36.5406402Z Collecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:25:36.5474622Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-22T20:25:36.6459573Z Collecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:25:36.6545993Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-08-22T20:25:36.7995726Z Collecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:25:36.8070195Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:25:36.8400173Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 61.6 MB/s eta 0:00:00 2024-08-22T20:25:37.3218295Z Collecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:25:37.3295828Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2024-08-22T20:25:37.4151950Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 218.0 MB/s eta 0:00:00 2024-08-22T20:25:37.7029046Z Collecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:25:37.7107759Z Downloading lm_eval-0.4.2-py3-none-any.whl.metadata (30 kB) 2024-08-22T20:25:37.8415976Z Collecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:25:37.8495380Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:25:38.1347608Z Collecting tomli>=1.1.0 (from -r requirements.txt (line 19)) 2024-08-22T20:25:38.1411606Z Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-08-22T20:25:38.4506687Z Collecting wheel (from -r requirements.txt (line 22)) 2024-08-22T20:25:38.4572412Z Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:38.6708058Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:25:38.6783286Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) 2024-08-22T20:25:38.7892664Z Collecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:25:38.7956475Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl.metadata (5.3 kB) 2024-08-22T20:25:38.9183855Z Collecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:25:38.9258345Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-08-22T20:25:39.0776053Z Collecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:25:39.0850396Z Downloading streamlit-1.37.1-py2.py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:39.1949147Z Collecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:25:39.2023569Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:39.3120586Z Collecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.3184472Z Downloading accelerate-0.33.0-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:39.4272117Z Collecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.4347778Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:25:39.5672309Z Collecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.5735301Z Downloading datasets-2.21.0-py3-none-any.whl.metadata (21 kB) 2024-08-22T20:25:39.7103310Z Collecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.7166835Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:39.8534709Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.8610032Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.2 kB) 2024-08-22T20:25:39.9584194Z Collecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.9647625Z Downloading peft-0.12.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:40.1155539Z Collecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.1219138Z Downloading pybind11-2.13.5-py3-none-any.whl.metadata (9.5 kB) 2024-08-22T20:25:40.2496091Z Collecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.2566842Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-08-22T20:25:40.3684474Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.3793953Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:25:40.3899596Z Installing build dependencies: started 2024-08-22T20:25:41.9958231Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:41.9965332Z Getting requirements to build wheel: started 2024-08-22T20:25:42.1674173Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:42.1683401Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:42.3360798Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:42.6353264Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.6419166Z Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB) 2024-08-22T20:25:43.0082475Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:43.0147061Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:43.3042203Z Collecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:43.3113763Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:25:43.3212044Z Installing build dependencies: started 2024-08-22T20:25:44.8435116Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:44.8441135Z Getting requirements to build wheel: started 2024-08-22T20:25:45.0183947Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:45.0192455Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:45.2026597Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:45.5264964Z Collecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:45.5332531Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) 2024-08-22T20:25:45.8408201Z Collecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:45.8476233Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-08-22T20:25:45.9868100Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:45.9933362Z Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB) 2024-08-22T20:25:46.3567708Z Collecting zstandard (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:46.3640442Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-08-22T20:25:46.4721253Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:46.4793528Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:25:46.5731135Z Collecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:46.5811698Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:25:46.5864892Z Installing build dependencies: started 2024-08-22T20:25:48.1223509Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:48.1229143Z Getting requirements to build wheel: started 2024-08-22T20:25:48.2744205Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:48.2753692Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:48.4357681Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:48.5348736Z Collecting more-itertools (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:48.5412319Z Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB) 2024-08-22T20:25:48.6562074Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:48.6625644Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:25:48.7962566Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:48.8039415Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:25:48.9583838Z Collecting packaging>=20.9 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:48.9649484Z Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:49.1025188Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:49.1091084Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-08-22T20:25:49.2371224Z Collecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:49.2442579Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-22T20:25:49.3943720Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:49.4008061Z Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) 2024-08-22T20:25:49.7370233Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:49.7450701Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:25:50.2721731Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:25:50.2786078Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-08-22T20:25:50.4077776Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:25:50.4144925Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2024-08-22T20:25:50.6226007Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:50.6312464Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:25:50.6449871Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 172.9 MB/s eta 0:00:00 2024-08-22T20:25:50.7848406Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:50.7913037Z Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:25:51.0886226Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:51.0966878Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.7 kB) 2024-08-22T20:25:51.2157792Z Collecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:51.2221848Z Downloading altair-5.4.0-py3-none-any.whl.metadata (9.4 kB) 2024-08-22T20:25:51.3212382Z Collecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:51.3275842Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:51.4289985Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:51.4351832Z Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-22T20:25:51.5438739Z Collecting click<9,>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:51.5503450Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:25:51.8386370Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:51.8462289Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:25:51.9255106Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 167.5 MB/s eta 0:00:00 2024-08-22T20:25:52.4406380Z Collecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:52.4471346Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-22T20:25:52.7126321Z Collecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:52.7195400Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) 2024-08-22T20:25:53.0838997Z Collecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:53.0904741Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2024-08-22T20:25:53.5384101Z Collecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:53.5448856Z Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:53.8707854Z Collecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:53.8775863Z Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:25:53.9716384Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:53.9783425Z Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) 2024-08-22T20:25:54.1055471Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.1121435Z Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:54.4265095Z Collecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.4353132Z Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB) 2024-08-22T20:25:54.7801406Z Collecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.7879736Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl.metadata (38 kB) 2024-08-22T20:25:54.9023972Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:54.9088959Z Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:25:55.0205076Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:55.0283860Z Downloading https://download.pytorch.org/whl/nightly/Jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-22T20:25:55.3108253Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:55.3176685Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-08-22T20:25:55.4948469Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.5014087Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-08-22T20:25:55.7296662Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:55.7361505Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-08-22T20:25:55.8621147Z Collecting jsonschema>=3.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:55.8684410Z Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 2024-08-22T20:25:56.1938726Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:56.2005708Z Downloading narwhals-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2024-08-22T20:25:56.4150278Z Collecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:56.4217202Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:56.5369105Z Collecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:56.5450867Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-08-22T20:25:57.1908741Z Collecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:57.1984829Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) 2024-08-22T20:25:57.5451982Z Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:57.5516280Z Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:25:57.8961452Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) 2024-08-22T20:25:57.9052667Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-22T20:25:58.2191930Z Collecting python-dateutil>=2.8.2 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:58.2258057Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-22T20:25:58.3632070Z Collecting pytz>=2020.1 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:58.3707771Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-08-22T20:25:58.4837394Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:58.4912327Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:25:58.7211221Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:58.7288973Z Downloading https://download.pytorch.org/whl/nightly/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) 2024-08-22T20:25:59.0322079Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.0400048Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-08-22T20:25:59.1654809Z Collecting certifi>=2017.4.17 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:59.1719827Z Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-22T20:25:59.2764132Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:59.2826632Z Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) 2024-08-22T20:25:59.3932964Z Collecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:59.3997207Z Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:25:59.4967526Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.5032015Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:59.5998951Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.6064070Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:25:59.7162622Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.7239149Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-22T20:25:59.8943644Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:59.9008420Z Downloading portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:59.9939299Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:00.0002790Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-08-22T20:26:00.1179078Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:00.1257174Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:26:00.3441415Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:00.3505436Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-08-22T20:26:00.6549661Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:00.6618059Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-22T20:26:00.9374441Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:00.9444057Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:26:01.0722505Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:01.0786466Z Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB) 2024-08-22T20:26:01.1996406Z Collecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:01.2078753Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:26:01.2195399Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 161.8 MB/s eta 0:00:00 2024-08-22T20:26:01.3314450Z Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:01.3391044Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:26:01.4446933Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 229.0 MB/s eta 0:00:00 2024-08-22T20:26:01.5650376Z Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:01.5731534Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:26:01.5812455Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 112.5 MB/s eta 0:00:00 2024-08-22T20:26:01.6929685Z Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:01.7006050Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:26:01.7657891Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 222.5 MB/s eta 0:00:00 2024-08-22T20:26:02.0669463Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:02.0747679Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:26:04.8906733Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 156.0 MB/s eta 0:00:00 2024-08-22T20:26:05.4536273Z Collecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:05.4612182Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:26:07.2864334Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 199.4 MB/s eta 0:00:00 2024-08-22T20:26:07.6798127Z Collecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:07.6875529Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:26:08.2019213Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 237.4 MB/s eta 0:00:00 2024-08-22T20:26:08.3955844Z Collecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:08.4036775Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:26:08.6465676Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 234.4 MB/s eta 0:00:00 2024-08-22T20:26:08.7970290Z Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:08.8045146Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:26:09.4281653Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 199.7 MB/s eta 0:00:00 2024-08-22T20:26:09.6225222Z Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:09.6303663Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:26:10.5483066Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 213.9 MB/s eta 0:00:00 2024-08-22T20:26:10.9752593Z Collecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:10.9826867Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:26:11.7234132Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 238.6 MB/s eta 0:00:00 2024-08-22T20:26:11.9519087Z Collecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:11.9595526Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:26:12.0665466Z Collecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:12.0731720Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB) 2024-08-22T20:26:12.3904240Z Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:12.3978616Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-22T20:26:12.6945617Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:12.7011340Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-08-22T20:26:12.8301533Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:12.8375213Z Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:12.8737719Z Requirement already satisfied: setuptools>=38.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (65.5.0) 2024-08-22T20:26:13.0055078Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.0132895Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:13.1220017Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.1306094Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-08-22T20:26:13.3474643Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.3555699Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:26:13.4604597Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.4679276Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:26:13.5670836Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.5747856Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:26:13.6896726Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.6974546Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:26:13.9113241Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:13.9178726Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-22T20:26:14.0260752Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.0339751Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:26:14.1847590Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.1932940Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239 kB) 2024-08-22T20:26:14.4635561Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.4715721Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2024-08-22T20:26:14.6897435Z Collecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.6972678Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB) 2024-08-22T20:26:14.7917073Z Collecting async-timeout<5.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:14.7982868Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-08-22T20:26:15.0867881Z Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:15.0932897Z Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:26:15.2039442Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:15.2103536Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:26:15.3263678Z Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:15.3327915Z Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-22T20:26:15.6373025Z Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:15.6442575Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-08-22T20:26:15.7372483Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:26:15.7456301Z Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:26:15.8444135Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:15.8508069Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-22T20:26:16.0958311Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:26:16.1045338Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:26:16.1112592Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 74.9 MB/s eta 0:00:00 2024-08-22T20:26:16.2102062Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:26:16.2342583Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 83.6 MB/s eta 0:00:00 2024-08-22T20:26:16.2408362Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:26:16.2518956Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:26:16.2636096Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:26:16.2724409Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 135.6 MB/s eta 0:00:00 2024-08-22T20:26:16.2801100Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:26:16.2898006Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:26:16.2978817Z Downloading wheel-0.44.0-py3-none-any.whl (67 kB) 2024-08-22T20:26:16.3090737Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:26:16.4704096Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 168.5 MB/s eta 0:00:00 2024-08-22T20:26:16.4770289Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:26:16.4904457Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:26:16.5023354Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 166.8 MB/s eta 0:00:00 2024-08-22T20:26:16.5119033Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:26:16.5647560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 167.4 MB/s eta 0:00:00 2024-08-22T20:26:16.5714139Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:26:16.5815095Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:26:16.5909686Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:26:16.5978333Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 104.1 MB/s eta 0:00:00 2024-08-22T20:26:16.6046188Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:16.6139872Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:26:16.6225059Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-22T20:26:16.6342350Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:26:16.6402525Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 80.4 MB/s eta 0:00:00 2024-08-22T20:26:16.6556940Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:26:16.6643969Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB) 2024-08-22T20:26:16.6725390Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:26:16.6834437Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:26:16.6952992Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) 2024-08-22T20:26:16.7437209Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 168.0 MB/s eta 0:00:00 2024-08-22T20:26:16.7501614Z Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-22T20:26:16.7598509Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:26:16.7707121Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-22T20:26:16.7946028Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 201.6 MB/s eta 0:00:00 2024-08-22T20:26:16.8009512Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:26:16.8131561Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB) 2024-08-22T20:26:17.0469924Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 171.3 MB/s eta 0:00:00 2024-08-22T20:26:17.0536840Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:26:17.0628665Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:26:17.1054767Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 166.7 MB/s eta 0:00:00 2024-08-22T20:26:17.1271272Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) 2024-08-22T20:26:17.1345832Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 111.0 MB/s eta 0:00:00 2024-08-22T20:26:17.1417063Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 kB) 2024-08-22T20:26:17.1489235Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.5/776.5 kB 117.5 MB/s eta 0:00:00 2024-08-22T20:26:17.1553509Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:26:17.1638153Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:26:17.1728416Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:26:17.1844557Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB) 2024-08-22T20:26:17.2636143Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 171.3 MB/s eta 0:00:00 2024-08-22T20:26:17.2702337Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:26:17.2792064Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:26:17.2900256Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB) 2024-08-22T20:26:21.9732745Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 MB 109.1 MB/s eta 0:00:00 2024-08-22T20:26:21.9822069Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:26:23.3196158Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 156.7 MB/s eta 0:00:00 2024-08-22T20:26:23.3268452Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:26:23.3380343Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:26:23.3473317Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:26:23.3924648Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 217.5 MB/s eta 0:00:00 2024-08-22T20:26:23.3989192Z Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 2024-08-22T20:26:23.4073901Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:26:23.4183076Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:26:23.4272753Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:26:23.4354796Z Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB) 2024-08-22T20:26:23.4462674Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405 kB) 2024-08-22T20:26:23.4584513Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:26:23.4672478Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:26:23.4788746Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2024-08-22T20:26:23.5222257Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 127.5 MB/s eta 0:00:00 2024-08-22T20:26:23.5286662Z Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-22T20:26:23.5368611Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-22T20:26:23.5468406Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:26:23.5553418Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-22T20:26:23.5657820Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 149.3 MB/s eta 0:00:00 2024-08-22T20:26:23.5720080Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:26:23.5806041Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:26:23.5899225Z Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 2024-08-22T20:26:23.5988936Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:26:23.6072381Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:26:23.6170107Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:26:23.6276409Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:26:23.6355137Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:26:23.6447630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 142.6 MB/s eta 0:00:00 2024-08-22T20:26:23.6515647Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-22T20:26:23.6679405Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:26:23.6815641Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:26:23.9123922Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 179.5 MB/s eta 0:00:00 2024-08-22T20:26:23.9196223Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:26:23.9276083Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:26:23.9372001Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:26:23.9454585Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:26:23.9573367Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:26:23.9783520Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 183.1 MB/s eta 0:00:00 2024-08-22T20:26:23.9852035Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:26:23.9943452Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:26:24.0058006Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:26:24.0174581Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 140.8 MB/s eta 0:00:00 2024-08-22T20:26:24.0235153Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:24.0317186Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) 2024-08-22T20:26:24.0414627Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:26:24.0771283Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 179.9 MB/s eta 0:00:00 2024-08-22T20:26:24.0865694Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:26:24.0955481Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:26:24.1036277Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-08-22T20:26:24.1114833Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-08-22T20:26:24.1203467Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:24.1424630Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:26:24.1506100Z Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 2024-08-22T20:26:24.1589411Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354 kB) 2024-08-22T20:26:24.1687442Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:26:24.1809243Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:26:24.2816155Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 198.7 MB/s eta 0:00:00 2024-08-22T20:26:25.3461834Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2024-08-22T20:26:25.3472374Z Building wheel for rouge-score (pyproject.toml): started 2024-08-22T20:26:25.5452970Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-08-22T20:26:25.5460384Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=bff87892ba9e70ff383fd31230f34c14f88a0d35d4228746c3054da539d3365c 2024-08-22T20:26:25.5462759Z Stored in directory: /home/runner/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-08-22T20:26:25.5484309Z Building wheel for sqlitedict (pyproject.toml): started 2024-08-22T20:26:25.7572587Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-08-22T20:26:25.7579841Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16863 sha256=2f440d657d7e4aee3b048e1d4b741ecf84be51070f5da94c1f4512c69e270d33 2024-08-22T20:26:25.7582326Z Stored in directory: /home/runner/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-08-22T20:26:25.7604179Z Building wheel for word2number (pyproject.toml): started 2024-08-22T20:26:25.9495553Z Building wheel for word2number (pyproject.toml): finished with status 'done' 2024-08-22T20:26:25.9502817Z Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5567 sha256=4cb8efffaf263768b9389d9cd13543d9564a3f4564dfafd5c7e4dde5dded7a78 2024-08-22T20:26:25.9505744Z Stored in directory: /home/runner/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2024-08-22T20:26:25.9518920Z Successfully built rouge-score sqlitedict word2number 2024-08-22T20:26:26.7150912Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, pytz, ninja, mpmath, zstandard, xxhash, wheel, watchdog, urllib3, tzdata, typing-extensions, tqdm, tornado, tomli, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, six, safetensors, rpds-py, regex, pyyaml, pygments, pycryptodomex, pybind11, psutil, protobuf, portalocker, pillow, pathvalidate, packaging, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, more-itertools, mdurl, MarkupSafe, lxml, joblib, itsdangerous, idna, fsspec, frozenlist, filelock, dill, colorama, cmake, click, charset-normalizer, chardet, certifi, cachetools, blinker, attrs, async-timeout, aiohappyeyeballs, absl-py, yarl, Werkzeug, triton, tqdm-multiprocess, snakeviz, scipy, sacrebleu, requests, referencing, python-dateutil, pyarrow, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, mbstrdecoder, markdown-it-py, jsonlines, Jinja2, gitdb, gguf, blobfile, aiosignal, typepy, tiktoken, scikit-learn, rouge-score, rich, pydeck, pandas, nvidia-cusolver-cu12, jsonschema-specifications, huggingface_hub, gitpython, flask, aiohttp, torch, tokenizers, jsonschema, transformers, datasets, DataProperty, altair, accelerate, tabledata, streamlit, peft, evaluate, pytablewriter, lm-eval 2024-08-22T20:27:33.9410635Z Successfully installed DataProperty-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.5 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 async-timeout-4.0.3 attrs-24.2.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 certifi-2024.7.4 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 filelock-3.15.4 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 idna-3.7 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 more-itertools-10.4.0 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 packaging-24.1 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 psutil-6.0.0 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.2 referencing-0.35.1 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 rpds-py-0.20.0 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 six-1.16.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 tomli-2.0.1 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 urllib3-2.2.2 watchdog-4.0.2 wheel-0.44.0 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstandard-0.23.0 zstd-1.5.5.1 2024-08-22T20:27:34.1698037Z 2024-08-22T20:27:34.1698812Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:34.1699607Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:35.6080659Z + pip3 uninstall -y triton 2024-08-22T20:27:35.9995994Z Found existing installation: triton 3.0.0 2024-08-22T20:27:36.0129692Z Uninstalling triton-3.0.0: 2024-08-22T20:27:36.0166690Z Successfully uninstalled triton-3.0.0 2024-08-22T20:27:36.1528036Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cpu torch==2.5.0.dev20240814 2024-08-22T20:27:36.5690795Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:27:36.9081196Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:27:36.9160666Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240814%2Bcpu-cp310-cp310-linux_x86_64.whl (173.5 MB) 2024-08-22T20:27:37.6791510Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/173.5 MB 229.0 MB/s eta 0:00:00 2024-08-22T20:27:37.8851870Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.15.4) 2024-08-22T20:27:37.8856086Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:27:37.8859133Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:27:37.8862511Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:27:37.8865921Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:27:37.9996576Z Collecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:27:38.0083127Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:27:38.0406891Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 200.8 MB/s eta 0:00:00 2024-08-22T20:27:38.0566670Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:27:38.0979697Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.5) 2024-08-22T20:27:38.6764905Z Installing collected packages: sympy, torch 2024-08-22T20:27:38.6765809Z Attempting uninstall: sympy 2024-08-22T20:27:38.6776659Z Found existing installation: sympy 1.13.2 2024-08-22T20:27:38.8107984Z Uninstalling sympy-1.13.2: 2024-08-22T20:27:39.0308362Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:27:43.9303013Z Attempting uninstall: torch 2024-08-22T20:27:43.9314626Z Found existing installation: torch 2.4.0 2024-08-22T20:27:44.2754222Z Uninstalling torch-2.4.0: 2024-08-22T20:27:44.3357357Z Successfully uninstalled torch-2.4.0 2024-08-22T20:27:53.8292373Z Successfully installed sympy-1.13.1 torch-2.5.0.dev20240814+cpu 2024-08-22T20:27:53.8591203Z 2024-08-22T20:27:53.8591935Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:53.8593055Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:53.9699736Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:54.3889968Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:54.3896905Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-5b6_e044 2024-08-22T20:27:54.3928116Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-5b6_e044 2024-08-22T20:27:55.2853326Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:27:55.2883587Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:55.5123098Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:55.8546981Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:55.8582705Z Preparing metadata (setup.py): started 2024-08-22T20:27:58.2454280Z Preparing metadata (setup.py): finished with status 'done' 2024-08-22T20:27:58.2491597Z Building wheels for collected packages: torchao 2024-08-22T20:27:58.2553993Z Building wheel for torchao (setup.py): started 2024-08-22T20:28:29.0933130Z Building wheel for torchao (setup.py): finished with status 'done' 2024-08-22T20:28:29.0987120Z Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp310-cp310-linux_x86_64.whl size=3666695 sha256=72503c6fac2b13267b28192be9594a1f36ba8c262e389deeaf56e42d710c9635 2024-08-22T20:28:29.0990028Z Stored in directory: /home/runner/.cache/pip/wheels/14/74/97/48f38f0ed345915878934030a4f26ab5c877ef47ce1b5c4c09 2024-08-22T20:28:29.1020848Z Successfully built torchao 2024-08-22T20:28:29.6319207Z Installing collected packages: torchao 2024-08-22T20:28:29.8933445Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:28:29.9228044Z 2024-08-22T20:28:29.9228742Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:29.9229796Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:30.2632087Z Package Version 2024-08-22T20:28:30.2633204Z ------------------------- --------------------- 2024-08-22T20:28:30.2634403Z absl-py 2.1.0 2024-08-22T20:28:30.2636138Z accelerate 0.33.0 2024-08-22T20:28:30.2637322Z aiohappyeyeballs 2.4.0 2024-08-22T20:28:30.2638913Z aiohttp 3.10.5 2024-08-22T20:28:30.2640370Z aiosignal 1.3.1 2024-08-22T20:28:30.2642011Z altair 5.4.0 2024-08-22T20:28:30.2643409Z async-timeout 4.0.3 2024-08-22T20:28:30.2644915Z attrs 24.2.0 2024-08-22T20:28:30.2646428Z blinker 1.8.2 2024-08-22T20:28:30.2647835Z blobfile 2.1.1 2024-08-22T20:28:30.2649336Z cachetools 5.5.0 2024-08-22T20:28:30.2650878Z certifi 2024.7.4 2024-08-22T20:28:30.2652281Z chardet 5.2.0 2024-08-22T20:28:30.2654214Z charset-normalizer 3.3.2 2024-08-22T20:28:30.2655744Z click 8.1.7 2024-08-22T20:28:30.2657141Z cmake 3.30.2 2024-08-22T20:28:30.2658851Z colorama 0.4.6 2024-08-22T20:28:30.2660457Z DataProperty 1.0.1 2024-08-22T20:28:30.2661820Z datasets 2.21.0 2024-08-22T20:28:30.2663261Z dill 0.3.8 2024-08-22T20:28:30.2664996Z evaluate 0.4.2 2024-08-22T20:28:30.2666209Z filelock 3.15.4 2024-08-22T20:28:30.2667662Z Flask 3.0.3 2024-08-22T20:28:30.2669190Z frozenlist 1.4.1 2024-08-22T20:28:30.2670661Z fsspec 2024.6.1 2024-08-22T20:28:30.2672061Z gguf 0.9.1 2024-08-22T20:28:30.2673546Z gitdb 4.0.11 2024-08-22T20:28:30.2675045Z GitPython 3.1.43 2024-08-22T20:28:30.2676531Z huggingface-hub 0.24.6 2024-08-22T20:28:30.2677946Z idna 3.7 2024-08-22T20:28:30.2679439Z itsdangerous 2.2.0 2024-08-22T20:28:30.2680883Z Jinja2 3.1.4 2024-08-22T20:28:30.2682367Z joblib 1.4.2 2024-08-22T20:28:30.2683803Z jsonlines 4.0.0 2024-08-22T20:28:30.2685386Z jsonschema 4.23.0 2024-08-22T20:28:30.2686836Z jsonschema-specifications 2023.12.1 2024-08-22T20:28:30.2688206Z lm_eval 0.4.2 2024-08-22T20:28:30.2689802Z lxml 4.9.4 2024-08-22T20:28:30.2691173Z markdown-it-py 3.0.0 2024-08-22T20:28:30.2692551Z MarkupSafe 2.1.5 2024-08-22T20:28:30.2694635Z mbstrdecoder 1.1.3 2024-08-22T20:28:30.2695726Z mdurl 0.1.2 2024-08-22T20:28:30.2697383Z more-itertools 10.4.0 2024-08-22T20:28:30.2698828Z mpmath 1.3.0 2024-08-22T20:28:30.2700226Z multidict 6.0.5 2024-08-22T20:28:30.2701652Z multiprocess 0.70.16 2024-08-22T20:28:30.2703051Z narwhals 1.5.2 2024-08-22T20:28:30.2704687Z networkx 3.3 2024-08-22T20:28:30.2706067Z ninja 1.11.1.1 2024-08-22T20:28:30.2707612Z nltk 3.9.1 2024-08-22T20:28:30.2709005Z numexpr 2.10.1 2024-08-22T20:28:30.2710454Z numpy 1.26.4 2024-08-22T20:28:30.2712054Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:28:30.2713424Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:28:30.2714902Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:28:30.2716409Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:28:30.2717793Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:28:30.2719253Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:28:30.2720805Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:28:30.2722174Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:28:30.2723491Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:28:30.2725179Z nvidia-nccl-cu12 2.20.5 2024-08-22T20:28:30.2726493Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:28:30.2727919Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:28:30.2729449Z packaging 24.1 2024-08-22T20:28:30.2730818Z pandas 2.2.2 2024-08-22T20:28:30.2732211Z pathvalidate 3.2.0 2024-08-22T20:28:30.2733652Z peft 0.12.0 2024-08-22T20:28:30.2735548Z pillow 10.4.0 2024-08-22T20:28:30.2736894Z pip 23.0.1 2024-08-22T20:28:30.2738372Z portalocker 2.10.1 2024-08-22T20:28:30.2739949Z protobuf 5.27.3 2024-08-22T20:28:30.2741215Z psutil 6.0.0 2024-08-22T20:28:30.2742673Z pyarrow 17.0.0 2024-08-22T20:28:30.2744064Z pybind11 2.13.5 2024-08-22T20:28:30.2745617Z pycryptodomex 3.20.0 2024-08-22T20:28:30.2746954Z pydeck 0.9.1 2024-08-22T20:28:30.2748393Z Pygments 2.18.0 2024-08-22T20:28:30.2749949Z pytablewriter 1.2.0 2024-08-22T20:28:30.2751420Z python-dateutil 2.9.0.post0 2024-08-22T20:28:30.2752738Z pytz 2024.1 2024-08-22T20:28:30.2754313Z PyYAML 6.0.2 2024-08-22T20:28:30.2755734Z referencing 0.35.1 2024-08-22T20:28:30.2757094Z regex 2024.7.24 2024-08-22T20:28:30.2758626Z requests 2.32.3 2024-08-22T20:28:30.2760022Z rich 13.7.1 2024-08-22T20:28:30.2761420Z rouge_score 0.1.2 2024-08-22T20:28:30.2762993Z rpds-py 0.20.0 2024-08-22T20:28:30.2764361Z sacrebleu 2.4.3 2024-08-22T20:28:30.2765728Z safetensors 0.4.4 2024-08-22T20:28:30.2767322Z scikit-learn 1.5.1 2024-08-22T20:28:30.2768614Z scipy 1.14.1 2024-08-22T20:28:30.2770078Z sentencepiece 0.2.0 2024-08-22T20:28:30.2771583Z setuptools 65.5.0 2024-08-22T20:28:30.2772908Z six 1.16.0 2024-08-22T20:28:30.2774598Z smmap 5.0.1 2024-08-22T20:28:30.2776202Z snakeviz 2.2.0 2024-08-22T20:28:30.2777575Z sqlitedict 2.1.0 2024-08-22T20:28:30.2778999Z streamlit 1.37.1 2024-08-22T20:28:30.2780543Z sympy 1.13.1 2024-08-22T20:28:30.2781876Z tabledata 1.3.3 2024-08-22T20:28:30.2783310Z tabulate 0.9.0 2024-08-22T20:28:30.2784861Z tcolorpy 0.1.6 2024-08-22T20:28:30.2786190Z tenacity 8.5.0 2024-08-22T20:28:30.2787644Z threadpoolctl 3.5.0 2024-08-22T20:28:30.2789184Z tiktoken 0.7.0 2024-08-22T20:28:30.2790825Z tokenizers 0.19.1 2024-08-22T20:28:30.2791840Z toml 0.10.2 2024-08-22T20:28:30.2793417Z tomli 2.0.1 2024-08-22T20:28:30.2794930Z torch 2.5.0.dev20240814+cpu 2024-08-22T20:28:30.2796321Z torchao 0.4.0+gite11201a 2024-08-22T20:28:30.2797801Z tornado 6.4.1 2024-08-22T20:28:30.2799259Z tqdm 4.66.5 2024-08-22T20:28:30.2800751Z tqdm-multiprocess 0.0.11 2024-08-22T20:28:30.2802161Z transformers 4.44.2 2024-08-22T20:28:30.2803566Z typepy 1.3.2 2024-08-22T20:28:30.2805051Z typing_extensions 4.12.2 2024-08-22T20:28:30.2806466Z tzdata 2024.1 2024-08-22T20:28:30.2807875Z urllib3 2.2.2 2024-08-22T20:28:30.2809351Z watchdog 4.0.2 2024-08-22T20:28:30.2810783Z Werkzeug 3.0.4 2024-08-22T20:28:30.2812255Z wheel 0.44.0 2024-08-22T20:28:30.2813952Z word2number 1.1 2024-08-22T20:28:30.2815417Z xxhash 3.5.0 2024-08-22T20:28:30.2816792Z yarl 1.9.4 2024-08-22T20:28:30.2818317Z zstandard 0.23.0 2024-08-22T20:28:30.2819731Z zstd 1.5.5.1 2024-08-22T20:28:31.4540809Z torch: ('2.5.0.dev20240814+cpu', '3a023a67c47bcde45538c9991e332d21ac548e46') 2024-08-22T20:28:31.6560337Z ##[group]Run export TORCHCHAT_ROOT=${PWD} 2024-08-22T20:28:31.6560977Z export TORCHCHAT_ROOT=${PWD} 2024-08-22T20:28:31.6561624Z echo "et-git-hash=$(cat ${TORCHCHAT_ROOT}/.pins/et-pin.txt)" >> "$GITHUB_ENV" 2024-08-22T20:28:31.6626886Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:31.6627288Z env: 2024-08-22T20:28:31.6627654Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:31.6628348Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:31.6628860Z ##[endgroup] 2024-08-22T20:28:31.6833935Z ##[group]Run actions/cache@v3 2024-08-22T20:28:31.6834320Z with: 2024-08-22T20:28:31.6834731Z path: ./et-build 2024-08-22T20:28:31.6835234Z key: et-build-Linux-X64-91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:31.6835933Z restore-keys: et-build-Linux-X64-91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:31.6836653Z enableCrossOsArchive: false 2024-08-22T20:28:31.6837074Z fail-on-cache-miss: false 2024-08-22T20:28:31.6837413Z lookup-only: false 2024-08-22T20:28:31.6837836Z env: 2024-08-22T20:28:31.6838238Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:31.6838797Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:31.6839440Z et-git-hash: 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:31.6840071Z cache-key: et-build-Linux-X64-91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:31.6840604Z ##[endgroup] 2024-08-22T20:28:33.4426538Z Received 0 of 704254215 (0.0%), 0.0 MBs/sec 2024-08-22T20:28:34.4434814Z Received 134217728 of 704254215 (19.1%), 63.9 MBs/sec 2024-08-22T20:28:35.4430597Z Received 260046848 of 704254215 (36.9%), 82.6 MBs/sec 2024-08-22T20:28:36.4436551Z Received 390070272 of 704254215 (55.4%), 93.0 MBs/sec 2024-08-22T20:28:37.4440065Z Received 528482304 of 704254215 (75.0%), 100.8 MBs/sec 2024-08-22T20:28:38.4443821Z Received 654311424 of 704254215 (92.9%), 103.9 MBs/sec 2024-08-22T20:28:38.8597550Z Cache Size: ~672 MB (704254215 B) 2024-08-22T20:28:38.8671976Z [command]/usr/bin/tar -xf /home/runner/work/_temp/2bb64bda-c8d7-4944-859a-b0bdd2f7eab0/cache.tzst -P -C /home/runner/work/torchchat/torchchat --use-compress-program unzstd 2024-08-22T20:28:39.4455257Z Received 704254215 of 704254215 (100.0%), 95.9 MBs/sec 2024-08-22T20:28:42.4579222Z Cache restored successfully 2024-08-22T20:28:42.6040592Z Cache restored from key: et-build-Linux-X64-91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:42.6202177Z ##[group]Run echo "ET build directory" 2024-08-22T20:28:42.6202749Z echo "ET build directory" 2024-08-22T20:28:42.6203231Z ls et-build | cat 2024-08-22T20:28:42.6203633Z  2024-08-22T20:28:42.6203982Z pushd et-build/src/executorch 2024-08-22T20:28:42.6204667Z if [ $(git rev-parse HEAD) != 91298923a0076c1b41059efb6dad2876426e4b03 ]; then 2024-08-22T20:28:42.6205560Z  echo "Mismatched hash. Make sure branch install_et.sh matches branch from Github cache." 2024-08-22T20:28:42.6206242Z  echo "On commit $(git rev-parse HEAD)" 2024-08-22T20:28:42.6206925Z  echo "Expected commit 91298923a0076c1b41059efb6dad2876426e4b03" 2024-08-22T20:28:42.6207497Z  exit 1 2024-08-22T20:28:42.6207890Z fi 2024-08-22T20:28:42.6208235Z pip install . 2024-08-22T20:28:42.6208556Z popd 2024-08-22T20:28:42.6273501Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:42.6273918Z env: 2024-08-22T20:28:42.6274498Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:28:42.6275143Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:28:42.6275788Z et-git-hash: 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:42.6276272Z ##[endgroup] 2024-08-22T20:28:42.6358335Z ET build directory 2024-08-22T20:28:42.6373378Z install 2024-08-22T20:28:42.6374265Z src 2024-08-22T20:28:42.6376434Z ~/work/torchchat/torchchat/et-build/src/executorch ~/work/torchchat/torchchat 2024-08-22T20:28:43.0656658Z Processing /home/runner/work/torchchat/torchchat/et-build/src/executorch 2024-08-22T20:28:43.0686574Z Installing build dependencies: started 2024-08-22T20:28:47.4171567Z Installing build dependencies: finished with status 'done' 2024-08-22T20:28:47.4179710Z Getting requirements to build wheel: started 2024-08-22T20:28:48.1122995Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:28:48.1133104Z Preparing metadata (pyproject.toml): started 2024-08-22T20:28:48.7901128Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:28:48.8282709Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:48.8491621Z Downloading expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:28:48.8644748Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:48.8709421Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) 2024-08-22T20:28:49.3931292Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.3998793Z Downloading hypothesis-6.111.1-py3-none-any.whl.metadata (6.2 kB) 2024-08-22T20:28:49.4156030Z Requirement already satisfied: mpmath==1.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.3.0) 2024-08-22T20:28:49.4161883Z Requirement already satisfied: numpy>=1.25.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.26.4) 2024-08-22T20:28:49.4166885Z Requirement already satisfied: packaging in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (24.1) 2024-08-22T20:28:49.4171784Z Requirement already satisfied: pandas in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (2.2.2) 2024-08-22T20:28:49.4298069Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.4374964Z Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB) 2024-08-22T20:28:49.5053390Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.5118985Z Downloading pytest-8.3.2-py3-none-any.whl.metadata (7.5 kB) 2024-08-22T20:28:49.5460434Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.5528182Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:28:49.5565234Z Requirement already satisfied: pyyaml in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (6.0.2) 2024-08-22T20:28:49.7261083Z Collecting ruamel.yaml (from executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.7326450Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) 2024-08-22T20:28:49.7370696Z Requirement already satisfied: sympy in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.13.1) 2024-08-22T20:28:49.7375876Z Requirement already satisfied: tabulate in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (0.9.0) 2024-08-22T20:28:49.7431993Z Requirement already satisfied: attrs>=22.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from hypothesis->executorch==0.4.0a0+9129892) (24.2.0) 2024-08-22T20:28:49.7588838Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.7660662Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-08-22T20:28:49.7839223Z Collecting exceptiongroup>=1.0.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.7903342Z Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-08-22T20:28:49.8258352Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2.9.0.post0) 2024-08-22T20:28:49.8264337Z Requirement already satisfied: pytz>=2020.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:28:49.8270174Z Requirement already satisfied: tzdata>=2022.7 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:28:49.8384481Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.8452144Z Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-08-22T20:28:49.8656558Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.8721810Z Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-08-22T20:28:49.8785807Z Requirement already satisfied: tomli>=1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytest->executorch==0.4.0a0+9129892) (2.0.1) 2024-08-22T20:28:49.9032527Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.9102900Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:28:49.9484774Z Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->executorch==0.4.0a0+9129892) 2024-08-22T20:28:49.9555489Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (2.2 kB) 2024-08-22T20:28:49.9762218Z Requirement already satisfied: six>=1.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.4.0a0+9129892) (1.16.0) 2024-08-22T20:28:50.0047346Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:28:50.0142957Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:28:50.0225663Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:28:50.0449189Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:28:50.0547137Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:28:50.0645434Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:28:50.0735613Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) 2024-08-22T20:28:50.0821770Z Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-08-22T20:28:50.0905916Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:28:50.0990580Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:28:50.1073224Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB) 2024-08-22T20:28:50.1140289Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 526.7/526.7 kB 77.3 MB/s eta 0:00:00 2024-08-22T20:28:50.1205030Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:28:50.1291364Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:28:50.1433339Z Building wheels for collected packages: executorch 2024-08-22T20:28:50.1442690Z Building wheel for executorch (pyproject.toml): started 2024-08-22T20:29:40.3852739Z Building wheel for executorch (pyproject.toml): finished with status 'done' 2024-08-22T20:29:40.3919533Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp310-cp310-linux_x86_64.whl size=7622251 sha256=2fd4224154a8b72c3a29967ffa108e460f1836264a9f066bec56948c776ad911 2024-08-22T20:29:40.3921447Z Stored in directory: /tmp/pip-ephem-wheel-cache-3u1logta/wheels/e7/a8/b9/be5d8ed114900e05fac01e7948139738526f563daaf7314c16 2024-08-22T20:29:40.4002741Z Successfully built executorch 2024-08-22T20:29:40.8993347Z Installing collected packages: sortedcontainers, flatbuffers, ruamel.yaml.clib, pluggy, parameterized, iniconfig, expecttest, execnet, exceptiongroup, ruamel.yaml, pytest, hypothesis, pytest-xdist, executorch 2024-08-22T20:29:42.7509845Z Successfully installed exceptiongroup-1.2.2 execnet-2.1.1 executorch-0.4.0a0+9129892 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.111.1 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.3.2 pytest-xdist-3.6.1 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 sortedcontainers-2.4.0 2024-08-22T20:29:42.7791525Z 2024-08-22T20:29:42.7792110Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:29:42.7792805Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:29:43.0543353Z ~/work/torchchat/torchchat 2024-08-22T20:29:43.0571682Z ##[group]Run # Pull submodules (re2, abseil) for Tiktoken 2024-08-22T20:29:43.0572223Z # Pull submodules (re2, abseil) for Tiktoken 2024-08-22T20:29:43.0572619Z git submodule sync 2024-08-22T20:29:43.0572931Z git submodule update --init 2024-08-22T20:29:43.0573242Z  2024-08-22T20:29:43.0573484Z export TORCHCHAT_ROOT=${PWD} 2024-08-22T20:29:43.0574137Z cmake -S . -B ./cmake-out -G Ninja 2024-08-22T20:29:43.0574537Z cmake --build ./cmake-out --target et_run 2024-08-22T20:29:43.0638976Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:43.0639268Z env: 2024-08-22T20:29:43.0639580Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:29:43.0640089Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:29:43.0640576Z et-git-hash: 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:29:43.0640947Z ##[endgroup] 2024-08-22T20:29:43.0975479Z Synchronizing submodule url for 'tokenizer/third-party/abseil-cpp' 2024-08-22T20:29:43.0976348Z Synchronizing submodule url for 'tokenizer/third-party/re2' 2024-08-22T20:29:43.0977135Z Synchronizing submodule url for 'tokenizer/third-party/sentencepiece' 2024-08-22T20:29:43.2658567Z -- The C compiler identification is GNU 11.4.0 2024-08-22T20:29:43.3168591Z -- The CXX compiler identification is GNU 11.4.0 2024-08-22T20:29:43.3560460Z -- Detecting C compiler ABI info 2024-08-22T20:29:43.5350223Z -- Detecting C compiler ABI info - done 2024-08-22T20:29:43.5499029Z -- Check for working C compiler: /usr/bin/cc - skipped 2024-08-22T20:29:43.5502331Z -- Detecting C compile features 2024-08-22T20:29:43.5506557Z -- Detecting C compile features - done 2024-08-22T20:29:43.5828785Z -- Detecting CXX compiler ABI info 2024-08-22T20:29:43.7715531Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:29:43.7868270Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-08-22T20:29:43.7871919Z -- Detecting CXX compile features 2024-08-22T20:29:43.7877890Z -- Detecting CXX compile features - done 2024-08-22T20:29:43.7999522Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2024-08-22T20:29:43.9625252Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2024-08-22T20:29:43.9625839Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2024-08-22T20:29:44.0915059Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2024-08-22T20:29:44.0955793Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:29:44.2520205Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-22T20:29:44.2528813Z -- Found Threads: TRUE 2024-08-22T20:29:44.3588162Z CMake Warning at tokenizer/third-party/abseil-cpp/CMakeLists.txt:193 (message): 2024-08-22T20:29:44.3589574Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2024-08-22T20:29:44.3590479Z 2024-08-22T20:29:44.3590485Z 2024-08-22T20:29:44.3674893Z CMake Deprecation Warning at tokenizer/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2024-08-22T20:29:44.3676484Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:44.3677116Z CMake. 2024-08-22T20:29:44.3677282Z 2024-08-22T20:29:44.3677627Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:44.3678420Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:44.3678901Z 2024-08-22T20:29:44.3678908Z 2024-08-22T20:29:44.3679075Z -- VERSION: 0.2.1 2024-08-22T20:29:44.3728304Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2024-08-22T20:29:44.3819649Z -- Using ET BUILD DIR: --[et-build]-- 2024-08-22T20:29:44.3822697Z -- TORCHCHAT_ROOT="/home/runner/work/torchchat/torchchat" 2024-08-22T20:29:44.3823387Z -- Looking for excutorch in /home/runner/work/torchchat/torchchat/et-build/install 2024-08-22T20:29:44.3838638Z etdump library is not found. 2024-08-22T20:29:44.3839882Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3845977Z bundled_program library is not found. 2024-08-22T20:29:44.3846553Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3854507Z flatccrt library is not found. 2024-08-22T20:29:44.3854956Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3861827Z coremldelegate library is not found. 2024-08-22T20:29:44.3862297Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3868963Z mpsdelegate library is not found. 2024-08-22T20:29:44.3869398Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3876073Z qnn_executorch_backend library is not found. 2024-08-22T20:29:44.3876552Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3886941Z extension_runner_util library is not found. 2024-08-22T20:29:44.3899013Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3899493Z vulkan_backend library is not found. 2024-08-22T20:29:44.3899945Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3914180Z quantized_ops_aot_lib library is not found. 2024-08-22T20:29:44.3914677Z If needed rebuild with the proper options in CMakeLists.txt 2024-08-22T20:29:44.3915425Z -- _common_include_directories="/home/runner/work/torchchat/torchchat/et-build/src" 2024-08-22T20:29:44.3917851Z CMake Warning (dev) at runner/aoti.cmake:16 (find_package): 2024-08-22T20:29:44.3918471Z Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake 2024-08-22T20:29:44.3919221Z --help-policy CMP0146" for policy details. Use the cmake_policy command to 2024-08-22T20:29:44.3919767Z set the policy and suppress this warning. 2024-08-22T20:29:44.3920043Z 2024-08-22T20:29:44.3920165Z Call Stack (most recent call first): 2024-08-22T20:29:44.3920519Z CMakeLists.txt:21 (include) 2024-08-22T20:29:44.3921117Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:29:44.3921509Z 2024-08-22T20:29:44.3944286Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-08-22T20:29:44.4009748Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-08-22T20:29:44.4070075Z CMake Warning at runner/aoti.cmake:18 (find_package): 2024-08-22T20:29:44.4070796Z By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has 2024-08-22T20:29:44.4071609Z asked CMake to find a package configuration file provided by "Torch", but 2024-08-22T20:29:44.4072250Z CMake did not find one. 2024-08-22T20:29:44.4072489Z 2024-08-22T20:29:44.4072830Z Could not find a package configuration file provided by "Torch" (requested 2024-08-22T20:29:44.4073506Z version 2.4.0) with any of the following names: 2024-08-22T20:29:44.4073920Z 2024-08-22T20:29:44.4074134Z TorchConfig.cmake 2024-08-22T20:29:44.4074608Z torch-config.cmake 2024-08-22T20:29:44.4074831Z 2024-08-22T20:29:44.4075123Z Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set 2024-08-22T20:29:44.4075894Z "Torch_DIR" to a directory containing one of the above files. If "Torch" 2024-08-22T20:29:44.4076663Z provides a separate development package or SDK, be sure it has been 2024-08-22T20:29:44.4077222Z installed. 2024-08-22T20:29:44.4077536Z Call Stack (most recent call first): 2024-08-22T20:29:44.4077953Z CMakeLists.txt:21 (include) 2024-08-22T20:29:44.4078205Z 2024-08-22T20:29:44.4078212Z 2024-08-22T20:29:44.4091617Z -- Configuring done (1.2s) 2024-08-22T20:29:44.6110778Z -- Generating done (0.2s) 2024-08-22T20:29:44.6116825Z -- Build files have been written to: /home/runner/work/torchchat/torchchat/cmake-out 2024-08-22T20:29:44.7771563Z [1/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2024-08-22T20:29:44.8617067Z [2/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2024-08-22T20:29:44.8663418Z [3/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2024-08-22T20:29:44.9682993Z [4/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2024-08-22T20:29:44.9930804Z [5/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_spinlock_wait.a 2024-08-22T20:29:45.0645033Z [6/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2024-08-22T20:29:45.0944043Z [7/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2024-08-22T20:29:45.2463627Z [8/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2024-08-22T20:29:45.2676005Z [9/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_log_severity.a 2024-08-22T20:29:45.3379219Z [10/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2024-08-22T20:29:45.3694581Z [11/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2024-08-22T20:29:45.4502698Z [12/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_raw_logging_internal.a 2024-08-22T20:29:45.4946452Z [13/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2024-08-22T20:29:45.5204678Z [14/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2024-08-22T20:29:45.5407163Z [15/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2024-08-22T20:29:45.5715251Z [16/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2024-08-22T20:29:45.6481574Z [17/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2024-08-22T20:29:45.6517879Z [18/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_throw_delegate.a 2024-08-22T20:29:45.7007850Z [19/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2024-08-22T20:29:45.7208800Z [20/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2024-08-22T20:29:45.7303469Z [21/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2024-08-22T20:29:45.8235721Z [22/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2024-08-22T20:29:45.8915677Z [23/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2024-08-22T20:29:45.9149758Z [24/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2024-08-22T20:29:45.9403789Z [25/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2024-08-22T20:29:45.9601081Z [26/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_base.a 2024-08-22T20:29:45.9832884Z [27/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2024-08-22T20:29:46.0053209Z [28/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag_internal.a 2024-08-22T20:29:46.0172343Z [29/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2024-08-22T20:29:46.0386061Z [30/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2024-08-22T20:29:46.0590738Z [31/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2024-08-22T20:29:46.0805530Z [32/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_malloc_internal.a 2024-08-22T20:29:46.1944775Z [33/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cpu_detect.a 2024-08-22T20:29:46.2089834Z [34/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/sentencepiece.cpp.o 2024-08-22T20:29:46.2261551Z [35/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_debugging_internal.a 2024-08-22T20:29:46.2304108Z [36/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2024-08-22T20:29:46.2851314Z [37/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_demangle_internal.a 2024-08-22T20:29:46.4100792Z [38/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_internal.a 2024-08-22T20:29:46.4681157Z [39/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_stacktrace.a 2024-08-22T20:29:46.4793303Z [40/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2024-08-22T20:29:46.5174982Z [41/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2024-08-22T20:29:46.5439543Z [42/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2024-08-22T20:29:46.5542615Z [43/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2024-08-22T20:29:46.5834893Z [44/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2024-08-22T20:29:46.7225876Z [45/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2024-08-22T20:29:46.7591403Z [46/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2024-08-22T20:29:46.7988717Z [47/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2024-08-22T20:29:46.9454118Z [48/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/tiktoken.cpp.o 2024-08-22T20:29:46.9522733Z [49/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2024-08-22T20:29:46.9535459Z [50/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2024-08-22T20:29:46.9701902Z [51/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2024-08-22T20:29:46.9790419Z [52/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_city.a 2024-08-22T20:29:47.0129614Z [53/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/profiling/libabsl_exponential_biased.a 2024-08-22T20:29:47.0215602Z [54/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2024-08-22T20:29:47.0838600Z [55/222] Building CXX object CMakeFiles/et_run.dir/runner/run.cpp.o 2024-08-22T20:29:47.1221708Z [56/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2024-08-22T20:29:47.1383048Z [57/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/numeric/libabsl_int128.a 2024-08-22T20:29:47.1678711Z [58/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_string_view.a 2024-08-22T20:29:47.1748001Z [59/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2024-08-22T20:29:47.1814364Z [60/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2024-08-22T20:29:47.1950686Z [61/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2024-08-22T20:29:47.2506262Z [62/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2024-08-22T20:29:47.2580542Z [63/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2024-08-22T20:29:47.3194517Z [64/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_low_level_hash.a 2024-08-22T20:29:47.3526437Z [65/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2024-08-22T20:29:47.4108258Z [66/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2024-08-22T20:29:47.4313413Z [67/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2024-08-22T20:29:47.4871054Z [68/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2024-08-22T20:29:47.4958242Z [69/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2024-08-22T20:29:47.5537565Z [70/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2024-08-22T20:29:47.5721951Z [71/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2024-08-22T20:29:47.8392579Z [72/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2024-08-22T20:29:47.8682837Z [73/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2024-08-22T20:29:47.8920951Z [74/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2024-08-22T20:29:47.9517515Z [75/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2024-08-22T20:29:47.9526983Z [76/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2024-08-22T20:29:48.0350859Z [77/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2024-08-22T20:29:48.0752180Z [78/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2024-08-22T20:29:48.0965203Z [79/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2024-08-22T20:29:48.1181023Z [80/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings_internal.a 2024-08-22T20:29:48.2426903Z [81/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2024-08-22T20:29:48.3963825Z [82/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2024-08-22T20:29:48.3986864Z [83/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2024-08-22T20:29:48.4272648Z [84/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2024-08-22T20:29:48.4448310Z [85/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings.a 2024-08-22T20:29:48.4596103Z [86/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2024-08-22T20:29:48.5323908Z [87/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2024-08-22T20:29:48.5378673Z [88/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2024-08-22T20:29:48.5961503Z [89/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2024-08-22T20:29:48.6035952Z [90/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2024-08-22T20:29:48.6583772Z [91/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2024-08-22T20:29:48.6864117Z [92/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_symbolize.a 2024-08-22T20:29:48.7035506Z [93/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2024-08-22T20:29:48.7577044Z [94/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_str_format_internal.a 2024-08-22T20:29:48.8223557Z [95/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2024-08-22T20:29:48.8333319Z [96/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_functions.a 2024-08-22T20:29:48.8474580Z [97/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2024-08-22T20:29:48.8957079Z [98/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2024-08-22T20:29:48.9101527Z [99/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2024-08-22T20:29:48.9491710Z [100/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc32c.a 2024-08-22T20:29:49.0483600Z [101/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2024-08-22T20:29:49.1690876Z [102/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cord_state.a 2024-08-22T20:29:49.2284652Z [103/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2024-08-22T20:29:49.2713426Z [104/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2024-08-22T20:29:49.3090022Z [105/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2024-08-22T20:29:49.3240348Z [106/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2024-08-22T20:29:49.3250646Z [107/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a 2024-08-22T20:29:49.3419820Z [108/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2024-08-22T20:29:49.4278258Z [109/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2024-08-22T20:29:49.4381477Z [110/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord_internal.a 2024-08-22T20:29:49.4454011Z [111/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2024-08-22T20:29:49.5312468Z [112/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2024-08-22T20:29:49.5894521Z [113/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2024-08-22T20:29:49.5975986Z [114/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2024-08-22T20:29:49.6459694Z [115/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2024-08-22T20:29:49.7065148Z [116/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2024-08-22T20:29:49.7842356Z [117/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2024-08-22T20:29:49.9266578Z [118/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2024-08-22T20:29:50.0728434Z [119/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2024-08-22T20:29:50.0795825Z [120/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2024-08-22T20:29:50.1442026Z [121/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2024-08-22T20:29:50.1611671Z [122/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_civil_time.a 2024-08-22T20:29:50.1721590Z [123/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2024-08-22T20:29:50.1945050Z [124/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2024-08-22T20:29:50.2009165Z [125/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2024-08-22T20:29:50.2021804Z [126/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2024-08-22T20:29:50.2153044Z [127/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2024-08-22T20:29:50.2379202Z [128/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2024-08-22T20:29:50.2408405Z [129/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2024-08-22T20:29:50.2424881Z [130/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2024-08-22T20:29:50.3020556Z [131/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2024-08-22T20:29:50.3103372Z [132/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2024-08-22T20:29:50.3346702Z [133/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2024-08-22T20:29:50.3492165Z [134/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2024-08-22T20:29:50.3594200Z [135/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2024-08-22T20:29:50.3732177Z [136/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_optional_access.a 2024-08-22T20:29:50.4077366Z [137/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2024-08-22T20:29:50.4381843Z [138/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2024-08-22T20:29:50.4826253Z [139/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2024-08-22T20:29:50.6059685Z [140/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_marshalling.a 2024-08-22T20:29:50.6258262Z [141/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_variant_access.a 2024-08-22T20:29:50.6448539Z [142/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag.a 2024-08-22T20:29:50.8781025Z [143/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_private_handle_accessor.a 2024-08-22T20:29:50.8938143Z [144/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_hash.a 2024-08-22T20:29:50.9827100Z [145/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2024-08-22T20:29:50.9837653Z [146/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2024-08-22T20:29:50.9981104Z [147/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2024-08-22T20:29:51.0844432Z [148/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2024-08-22T20:29:51.1268658Z [149/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2024-08-22T20:29:51.1479101Z [150/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2024-08-22T20:29:51.2734873Z [151/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time_zone.a 2024-08-22T20:29:51.3824377Z [152/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2024-08-22T20:29:51.4480976Z [153/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2024-08-22T20:29:51.5267468Z [154/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2024-08-22T20:29:51.5596287Z [155/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time.a 2024-08-22T20:29:51.6591594Z [156/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2024-08-22T20:29:51.7129253Z [157/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2024-08-22T20:29:51.7187066Z [158/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2024-08-22T20:29:51.7713627Z [159/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_kernel_timeout_internal.a 2024-08-22T20:29:51.7756070Z [160/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2024-08-22T20:29:51.9322292Z [161/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_synchronization.a 2024-08-22T20:29:52.0454240Z [162/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2024-08-22T20:29:52.0664602Z [163/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2024-08-22T20:29:52.0854121Z [164/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2024-08-22T20:29:52.1290691Z [165/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a 2024-08-22T20:29:52.2046924Z [166/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2024-08-22T20:29:52.2206993Z [167/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_handle.a 2024-08-22T20:29:52.2515856Z [168/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_program_name.a 2024-08-22T20:29:52.2687428Z [169/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2024-08-22T20:29:52.3197882Z [170/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_raw_hash_set.a 2024-08-22T20:29:52.3485457Z [171/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2024-08-22T20:29:52.3624742Z [172/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2024-08-22T20:29:52.3960906Z [173/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_config.a 2024-08-22T20:29:52.4079536Z [174/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_info.a 2024-08-22T20:29:52.5027758Z [175/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2024-08-22T20:29:52.5631183Z [176/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2024-08-22T20:29:52.5659225Z [177/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord.a 2024-08-22T20:29:52.5925844Z [178/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_internal.a 2024-08-22T20:29:52.7449905Z [179/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2024-08-22T20:29:52.7470936Z [180/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2024-08-22T20:29:52.8352783Z [181/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_reflection.a 2024-08-22T20:29:52.8676775Z [182/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2024-08-22T20:29:52.8888295Z [183/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2024-08-22T20:29:53.1082664Z [184/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2024-08-22T20:29:53.2055654Z [185/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2024-08-22T20:29:53.2492650Z [186/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2024-08-22T20:29:53.2584466Z [187/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2024-08-22T20:29:53.3066141Z [188/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2024-08-22T20:29:53.4160841Z [189/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2024-08-22T20:29:53.4876238Z [190/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2024-08-22T20:29:53.5478781Z [191/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2024-08-22T20:29:53.5937490Z [192/222] Linking CXX static library tokenizer/third-party/re2/libre2.a 2024-08-22T20:29:53.6801242Z [193/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2024-08-22T20:29:53.9403347Z [194/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2024-08-22T20:29:53.9582000Z [195/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2024-08-22T20:29:54.0330270Z [196/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2024-08-22T20:29:54.0331974Z In file included from /usr/include/string.h:535, 2024-08-22T20:29:54.0334112Z from /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/port.h:39, 2024-08-22T20:29:54.0336912Z from /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/macros.h:34, 2024-08-22T20:29:54.0339665Z from /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h:46, 2024-08-22T20:29:54.0342397Z from /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h:45, 2024-08-22T20:29:54.0344927Z from /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/third_party/protobuf-lite/message_lite.cc:36: 2024-08-22T20:29:54.0455235Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-08-22T20:29:54.0458569Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h:699:16, 2024-08-22T20:29:54.0464127Z inlined from ‘virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const’ at /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/implicit_weak_message.h:85:28, 2024-08-22T20:29:54.0469131Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /home/runner/work/torchchat/torchchat/tokenizer/third-party/sentencepiece/third_party/protobuf-lite/message_lite.cc:419:30: 2024-08-22T20:29:54.0473725Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-08-22T20:29:54.0476333Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2024-08-22T20:29:54.0477097Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:54.0477823Z 30 | __glibc_objsize0 (__dest)); 2024-08-22T20:29:54.0478537Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:54.1849960Z [197/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2024-08-22T20:29:54.3975645Z [198/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2024-08-22T20:29:54.6013591Z [199/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2024-08-22T20:29:54.6161142Z [200/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2024-08-22T20:29:54.6187061Z [201/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2024-08-22T20:29:55.0645595Z [202/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2024-08-22T20:29:55.2864039Z [203/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2024-08-22T20:29:55.3488435Z [204/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2024-08-22T20:29:55.5655311Z [205/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2024-08-22T20:29:55.5985838Z [206/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2024-08-22T20:29:55.8764461Z [207/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2024-08-22T20:29:55.8836787Z [208/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2024-08-22T20:29:55.9904553Z [209/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2024-08-22T20:29:56.0010868Z [210/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2024-08-22T20:29:56.1458759Z [211/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2024-08-22T20:29:56.1786672Z [212/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2024-08-22T20:29:56.2373172Z [213/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2024-08-22T20:29:56.3778480Z [214/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2024-08-22T20:29:56.5361805Z [215/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2024-08-22T20:29:56.6375922Z [216/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2024-08-22T20:29:56.6737603Z [217/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2024-08-22T20:29:58.2137048Z [218/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2024-08-22T20:29:58.5783692Z [219/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2024-08-22T20:29:58.7216189Z [220/222] Linking CXX static library tokenizer/third-party/sentencepiece/src/libsentencepiece.a 2024-08-22T20:29:58.8161769Z [221/222] Linking CXX static library tokenizer/libtokenizer.a 2024-08-22T20:29:59.4391326Z [222/222] Linking CXX executable et_run 2024-08-22T20:29:59.4587239Z ##[group]Run python torchchat.py download stories15M 2024-08-22T20:29:59.4587760Z python torchchat.py download stories15M 2024-08-22T20:29:59.4588397Z wget -O ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:29:59.4588970Z  2024-08-22T20:29:59.4589488Z export PRMT="Once upon a time in a land far away" 2024-08-22T20:29:59.4589888Z  2024-08-22T20:29:59.4590365Z python torchchat.py generate stories15M --temperature 0 --prompt "${PRMT}" --device cpu 2024-08-22T20:29:59.4590920Z  2024-08-22T20:29:59.4591307Z python torchchat.py export stories15M --output-pte-path ./model.pte 2024-08-22T20:29:59.4591974Z ./cmake-out/et_run ./model.pte -z ./tokenizer.model -t 0 -i "${PRMT}" 2024-08-22T20:29:59.4592447Z  2024-08-22T20:29:59.4592794Z for dtype in fp32 fp16; do # bf16 needs to be supported 2024-08-22T20:29:59.4593347Z  echo "Testing export + runner with dtype=$dtype" 2024-08-22T20:29:59.4593987Z  python torchchat.py export stories15M --dtype $dtype --output-pte-path ./model.pte 2024-08-22T20:29:59.4594696Z  ./cmake-out/et_run ./model.pte -z ./tokenizer.model -t 0 -i "${PRMT}" 2024-08-22T20:29:59.4595172Z done 2024-08-22T20:29:59.4595406Z  2024-08-22T20:29:59.4595643Z echo "Tests complete." 2024-08-22T20:29:59.4660028Z shell: /usr/bin/bash -e {0} 2024-08-22T20:29:59.4660322Z env: 2024-08-22T20:29:59.4660633Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:29:59.4661145Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:29:59.4661632Z et-git-hash: 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:29:59.4662009Z ##[endgroup] 2024-08-22T20:30:00.6434277Z Downloading https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt... 2024-08-22T20:30:01.0356645Z Downloading https://github.com/karpathy/llama2.c/raw/master/tokenizer.model... 2024-08-22T20:30:01.1218616Z Moving model to /home/runner/.torchchat/model-cache/stories15M. 2024-08-22T20:30:01.4029766Z --2024-08-22 20:30:01-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:30:01.4064814Z Resolving github.com (github.com)... 140.82.116.3 2024-08-22T20:30:01.4108714Z Connecting to github.com (github.com)|140.82.116.3|:443... connected. 2024-08-22T20:30:01.4305673Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:30:01.4306413Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:30:01.4307504Z --2024-08-22 20:30:01-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:30:01.4309846Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... 2024-08-22T20:30:01.4354900Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. 2024-08-22T20:30:01.4768450Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:30:01.4769203Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:30:01.4769846Z Saving to: ‘./tokenizer.model’ 2024-08-22T20:30:01.4770503Z 2024-08-22T20:30:01.4814657Z 0K .......... .......... .......... .......... .......... 10% 11.1M 0s 2024-08-22T20:30:01.4856953Z 50K .......... .......... .......... .......... .......... 20% 11.5M 0s 2024-08-22T20:30:01.4863592Z 100K .......... .......... .......... .......... .......... 30% 71.7M 0s 2024-08-22T20:30:01.4872820Z 150K .......... .......... .......... .......... .......... 40% 51.2M 0s 2024-08-22T20:30:01.4902304Z 200K .......... .......... .......... .......... .......... 51% 16.8M 0s 2024-08-22T20:30:01.4904803Z 250K .......... .......... .......... .......... .......... 61% 155M 0s 2024-08-22T20:30:01.4908871Z 300K .......... .......... .......... .......... .......... 71% 133M 0s 2024-08-22T20:30:01.4919396Z 350K .......... .......... .......... .......... .......... 81% 49.2M 0s 2024-08-22T20:30:01.4922788Z 400K .......... .......... .......... .......... .......... 92% 119M 0s 2024-08-22T20:30:01.4924520Z 450K .......... .......... .......... ........ 100% 191M=0.02s 2024-08-22T20:30:01.4924875Z 2024-08-22T20:30:01.4925535Z 2024-08-22 20:30:01 (30.8 MB/s) - ‘./tokenizer.model’ saved [499723/499723] 2024-08-22T20:30:01.4925949Z 2024-08-22T20:30:03.5029879Z NumExpr defaulting to 16 threads. 2024-08-22T20:30:03.8705326Z PyTorch version 2.5.0.dev20240814+cpu available. 2024-08-22T20:30:05.3125180Z 2024-08-22T20:30:05.3128925Z Downloading builder script: 0%| | 0.00/5.67k [00:00