lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.transformers: 4.44.2 -> 4.45.0 (#344540)

authored by

Yt and committed by
GitHub
29bedb6f 26afe129

+226 -223
+183 -193
pkgs/development/python-modules/tokenizers/Cargo.lock
··· 13 13 14 14 [[package]] 15 15 name = "anstream" 16 - version = "0.6.13" 16 + version = "0.6.15" 17 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 18 + checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 19 19 dependencies = [ 20 20 "anstyle", 21 21 "anstyle-parse", 22 22 "anstyle-query", 23 23 "anstyle-wincon", 24 24 "colorchoice", 25 + "is_terminal_polyfill", 25 26 "utf8parse", 26 27 ] 27 28 28 29 [[package]] 29 30 name = "anstyle" 30 - version = "1.0.6" 31 + version = "1.0.8" 31 32 source = "registry+https://github.com/rust-lang/crates.io-index" 32 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 33 + checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 33 34 34 35 [[package]] 35 36 name = "anstyle-parse" 36 - version = "0.2.3" 37 + version = "0.2.5" 37 38 source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 39 + checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 39 40 dependencies = [ 40 41 "utf8parse", 41 42 ] 42 43 43 44 [[package]] 44 45 name = "anstyle-query" 45 - version = "1.0.2" 46 + version = "1.1.1" 46 47 source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 48 + checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 48 49 dependencies = [ 49 - "windows-sys", 50 + "windows-sys 0.52.0", 50 51 ] 51 52 52 53 [[package]] 53 54 name = "anstyle-wincon" 54 - version = "3.0.2" 55 + version = "3.0.4" 55 56 source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 57 + checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 57 58 dependencies = [ 58 59 "anstyle", 59 - "windows-sys", 60 + "windows-sys 0.52.0", 60 61 ] 61 62 62 63 [[package]] 63 64 name = "autocfg" 64 - version = "1.2.0" 65 + version = "1.3.0" 65 66 source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 67 + checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 67 68 68 69 [[package]] 69 70 name = "base64" ··· 79 80 80 81 [[package]] 81 82 name = "bitflags" 82 - version = "2.5.0" 83 + version = "2.6.0" 84 + source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 86 + 87 + [[package]] 88 + name = "byteorder" 89 + version = "1.5.0" 83 90 source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 91 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 85 92 86 93 [[package]] 87 94 name = "cc" 88 - version = "1.0.94" 95 + version = "1.1.8" 89 96 source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" 97 + checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" 91 98 92 99 [[package]] 93 100 name = "cfg-if" ··· 97 104 98 105 [[package]] 99 106 name = "colorchoice" 100 - version = "1.0.0" 107 + version = "1.0.2" 101 108 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 109 + checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 103 110 104 111 [[package]] 105 112 name = "console" ··· 111 118 "lazy_static", 112 119 "libc", 113 120 "unicode-width", 114 - "windows-sys", 121 + "windows-sys 0.52.0", 115 122 ] 116 123 117 124 [[package]] ··· 135 142 136 143 [[package]] 137 144 name = "crossbeam-utils" 138 - version = "0.8.19" 145 + version = "0.8.20" 139 146 source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 147 + checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 141 148 142 149 [[package]] 143 150 name = "darling" 144 - version = "0.20.8" 151 + version = "0.20.10" 145 152 source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 153 + checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 147 154 dependencies = [ 148 155 "darling_core", 149 156 "darling_macro", ··· 151 158 152 159 [[package]] 153 160 name = "darling_core" 154 - version = "0.20.8" 161 + version = "0.20.10" 155 162 source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" 163 + checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 157 164 dependencies = [ 158 165 "fnv", 159 166 "ident_case", ··· 165 172 166 173 [[package]] 167 174 name = "darling_macro" 168 - version = "0.20.8" 175 + version = "0.20.10" 169 176 source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 177 + checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 171 178 dependencies = [ 172 179 "darling_core", 173 180 "quote", ··· 207 214 208 215 [[package]] 209 216 name = "either" 210 - version = "1.11.0" 217 + version = "1.13.0" 211 218 source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" 219 + checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 213 220 214 221 [[package]] 215 222 name = "encode_unicode" ··· 219 226 220 227 [[package]] 221 228 name = "env_filter" 222 - version = "0.1.0" 229 + version = "0.1.2" 223 230 source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 231 + checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 225 232 dependencies = [ 226 233 "log", 227 234 "regex", ··· 229 236 230 237 [[package]] 231 238 name = "env_logger" 232 - version = "0.11.3" 239 + version = "0.11.5" 233 240 source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 241 + checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 235 242 dependencies = [ 236 243 "anstream", 237 244 "anstyle", ··· 242 249 243 250 [[package]] 244 251 name = "errno" 245 - version = "0.3.8" 252 + version = "0.3.9" 246 253 source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 254 + checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 248 255 dependencies = [ 249 256 "libc", 250 - "windows-sys", 257 + "windows-sys 0.52.0", 251 258 ] 252 259 253 260 [[package]] ··· 261 268 262 269 [[package]] 263 270 name = "fastrand" 264 - version = "2.0.2" 271 + version = "2.1.0" 265 272 source = "registry+https://github.com/rust-lang/crates.io-index" 266 - checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 273 + checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 267 274 268 275 [[package]] 269 276 name = "fnv" ··· 273 280 274 281 [[package]] 275 282 name = "getrandom" 276 - version = "0.2.14" 283 + version = "0.2.15" 277 284 source = "registry+https://github.com/rust-lang/crates.io-index" 278 - checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" 285 + checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 279 286 dependencies = [ 280 287 "cfg-if", 281 288 "libc", ··· 321 328 322 329 [[package]] 323 330 name = "instant" 324 - version = "0.1.12" 331 + version = "0.1.13" 325 332 source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 333 + checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 327 334 dependencies = [ 328 335 "cfg-if", 329 336 ] 337 + 338 + [[package]] 339 + name = "is_terminal_polyfill" 340 + version = "1.70.1" 341 + source = "registry+https://github.com/rust-lang/crates.io-index" 342 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 330 343 331 344 [[package]] 332 345 name = "itertools" ··· 354 367 355 368 [[package]] 356 369 name = "lazy_static" 357 - version = "1.4.0" 370 + version = "1.5.0" 358 371 source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 372 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 360 373 361 374 [[package]] 362 375 name = "libc" 363 - version = "0.2.153" 376 + version = "0.2.155" 364 377 source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 378 + checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 366 379 367 380 [[package]] 368 381 name = "linux-raw-sys" 369 - version = "0.4.13" 382 + version = "0.4.14" 370 383 source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 384 + checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 372 385 373 386 [[package]] 374 387 name = "lock_api" 375 - version = "0.4.11" 388 + version = "0.4.12" 376 389 source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 390 + checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 378 391 dependencies = [ 379 392 "autocfg", 380 393 "scopeguard", ··· 382 395 383 396 [[package]] 384 397 name = "log" 385 - version = "0.4.21" 398 + version = "0.4.22" 386 399 source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 400 + checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 388 401 389 402 [[package]] 390 403 name = "macro_rules_attribute" ··· 404 417 405 418 [[package]] 406 419 name = "matrixmultiply" 407 - version = "0.3.8" 420 + version = "0.3.9" 408 421 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" 422 + checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" 410 423 dependencies = [ 411 424 "autocfg", 412 425 "rawpointer", ··· 414 427 415 428 [[package]] 416 429 name = "memchr" 417 - version = "2.7.2" 430 + version = "2.7.4" 418 431 source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 432 + checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 420 433 421 434 [[package]] 422 435 name = "memoffset" ··· 435 448 436 449 [[package]] 437 450 name = "monostate" 438 - version = "0.1.12" 451 + version = "0.1.13" 439 452 source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "a20fffcd8ca4c69d31e036a71abc400147b41f90895df4edcb36497a1f8af8bf" 453 + checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e" 441 454 dependencies = [ 442 455 "monostate-impl", 443 456 "serde", ··· 445 458 446 459 [[package]] 447 460 name = "monostate-impl" 448 - version = "0.1.12" 461 + version = "0.1.13" 449 462 source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "bf307cbbbd777a9c10cec88ddafee572b3484caad5cce0c9236523c3803105a6" 463 + checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0" 451 464 dependencies = [ 452 465 "proc-macro2", 453 466 "quote", ··· 479 492 480 493 [[package]] 481 494 name = "num-complex" 482 - version = "0.4.5" 495 + version = "0.4.6" 483 496 source = "registry+https://github.com/rust-lang/crates.io-index" 484 - checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" 497 + checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 485 498 dependencies = [ 486 499 "num-traits", 487 500 ] ··· 497 510 498 511 [[package]] 499 512 name = "num-traits" 500 - version = "0.2.18" 513 + version = "0.2.19" 501 514 source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 515 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 503 516 dependencies = [ 504 517 "autocfg", 505 518 ] ··· 555 568 556 569 [[package]] 557 570 name = "parking_lot" 558 - version = "0.12.1" 571 + version = "0.12.3" 559 572 source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 573 + checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 561 574 dependencies = [ 562 575 "lock_api", 563 576 "parking_lot_core", ··· 565 578 566 579 [[package]] 567 580 name = "parking_lot_core" 568 - version = "0.9.9" 581 + version = "0.9.10" 569 582 source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 583 + checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 571 584 dependencies = [ 572 585 "cfg-if", 573 586 "libc", 574 587 "redox_syscall", 575 588 "smallvec", 576 - "windows-targets 0.48.5", 589 + "windows-targets", 577 590 ] 578 591 579 592 [[package]] 580 593 name = "paste" 581 - version = "1.0.14" 594 + version = "1.0.15" 582 595 source = "registry+https://github.com/rust-lang/crates.io-index" 583 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 596 + checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 584 597 585 598 [[package]] 586 599 name = "pkg-config" ··· 590 603 591 604 [[package]] 592 605 name = "portable-atomic" 593 - version = "1.6.0" 606 + version = "1.7.0" 594 607 source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 608 + checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" 596 609 597 610 [[package]] 598 611 name = "ppv-lite86" 599 - version = "0.2.17" 612 + version = "0.2.20" 600 613 source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 614 + checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 615 + dependencies = [ 616 + "zerocopy", 617 + ] 602 618 603 619 [[package]] 604 620 name = "proc-macro2" 605 - version = "1.0.81" 621 + version = "1.0.86" 606 622 source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" 623 + checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 608 624 dependencies = [ 609 625 "unicode-ident", 610 626 ] ··· 750 766 751 767 [[package]] 752 768 name = "redox_syscall" 753 - version = "0.4.1" 769 + version = "0.5.3" 754 770 source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 771 + checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 756 772 dependencies = [ 757 - "bitflags 1.3.2", 773 + "bitflags 2.6.0", 758 774 ] 759 775 760 776 [[package]] 761 777 name = "regex" 762 - version = "1.10.4" 778 + version = "1.10.6" 763 779 source = "registry+https://github.com/rust-lang/crates.io-index" 764 - checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 780 + checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 765 781 dependencies = [ 766 782 "aho-corasick", 767 783 "memchr", ··· 771 787 772 788 [[package]] 773 789 name = "regex-automata" 774 - version = "0.4.6" 790 + version = "0.4.7" 775 791 source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 792 + checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 777 793 dependencies = [ 778 794 "aho-corasick", 779 795 "memchr", ··· 782 798 783 799 [[package]] 784 800 name = "regex-syntax" 785 - version = "0.8.3" 801 + version = "0.8.4" 786 802 source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 803 + checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 788 804 789 805 [[package]] 790 806 name = "rustc-hash" ··· 794 810 795 811 [[package]] 796 812 name = "rustix" 797 - version = "0.38.32" 813 + version = "0.38.34" 798 814 source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 815 + checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 800 816 dependencies = [ 801 - "bitflags 2.5.0", 817 + "bitflags 2.6.0", 802 818 "errno", 803 819 "libc", 804 820 "linux-raw-sys", 805 - "windows-sys", 821 + "windows-sys 0.52.0", 806 822 ] 807 823 808 824 [[package]] 809 825 name = "ryu" 810 - version = "1.0.17" 826 + version = "1.0.18" 811 827 source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 828 + checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 813 829 814 830 [[package]] 815 831 name = "scopeguard" ··· 819 835 820 836 [[package]] 821 837 name = "serde" 822 - version = "1.0.198" 838 + version = "1.0.205" 823 839 source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc" 840 + checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" 825 841 dependencies = [ 826 842 "serde_derive", 827 843 ] 828 844 829 845 [[package]] 830 846 name = "serde_derive" 831 - version = "1.0.198" 847 + version = "1.0.205" 832 848 source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9" 849 + checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" 834 850 dependencies = [ 835 851 "proc-macro2", 836 852 "quote", ··· 839 855 840 856 [[package]] 841 857 name = "serde_json" 842 - version = "1.0.116" 858 + version = "1.0.122" 843 859 source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" 860 + checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" 845 861 dependencies = [ 846 862 "itoa", 863 + "memchr", 847 864 "ryu", 848 865 "serde", 849 866 ] ··· 868 885 869 886 [[package]] 870 887 name = "strsim" 871 - version = "0.10.0" 888 + version = "0.11.1" 872 889 source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 890 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 874 891 875 892 [[package]] 876 893 name = "syn" 877 - version = "2.0.60" 894 + version = "2.0.72" 878 895 source = "registry+https://github.com/rust-lang/crates.io-index" 879 - checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3" 896 + checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" 880 897 dependencies = [ 881 898 "proc-macro2", 882 899 "quote", ··· 885 902 886 903 [[package]] 887 904 name = "target-lexicon" 888 - version = "0.12.14" 905 + version = "0.12.16" 889 906 source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 907 + checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 891 908 892 909 [[package]] 893 910 name = "tempfile" 894 - version = "3.10.1" 911 + version = "3.12.0" 895 912 source = "registry+https://github.com/rust-lang/crates.io-index" 896 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 913 + checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 897 914 dependencies = [ 898 915 "cfg-if", 899 916 "fastrand", 917 + "once_cell", 900 918 "rustix", 901 - "windows-sys", 919 + "windows-sys 0.59.0", 902 920 ] 903 921 904 922 [[package]] 905 923 name = "thiserror" 906 - version = "1.0.58" 924 + version = "1.0.63" 907 925 source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 926 + checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 909 927 dependencies = [ 910 928 "thiserror-impl", 911 929 ] 912 930 913 931 [[package]] 914 932 name = "thiserror-impl" 915 - version = "1.0.58" 933 + version = "1.0.63" 916 934 source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 935 + checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 918 936 dependencies = [ 919 937 "proc-macro2", 920 938 "quote", ··· 923 941 924 942 [[package]] 925 943 name = "tokenizers" 926 - version = "0.19.1-rc0" 944 + version = "0.20.0-rc1" 927 945 dependencies = [ 928 946 "aho-corasick", 929 947 "derive_builder", ··· 953 971 954 972 [[package]] 955 973 name = "tokenizers-python" 956 - version = "0.19.1-rc0" 974 + version = "0.20.0-rc1" 957 975 dependencies = [ 958 976 "env_logger", 959 977 "itertools 0.12.1", 960 978 "libc", 961 979 "ndarray", 962 980 "numpy", 963 - "onig", 964 981 "pyo3", 965 982 "rayon", 966 983 "serde", ··· 992 1009 993 1010 [[package]] 994 1011 name = "unicode-width" 995 - version = "0.1.11" 1012 + version = "0.1.13" 996 1013 source = "registry+https://github.com/rust-lang/crates.io-index" 997 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1014 + checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 998 1015 999 1016 [[package]] 1000 1017 name = "unicode_categories" ··· 1010 1027 1011 1028 [[package]] 1012 1029 name = "utf8parse" 1013 - version = "0.2.1" 1030 + version = "0.2.2" 1014 1031 source = "registry+https://github.com/rust-lang/crates.io-index" 1015 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1032 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1016 1033 1017 1034 [[package]] 1018 1035 name = "wasi" ··· 1026 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1027 1044 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1028 1045 dependencies = [ 1029 - "windows-targets 0.52.5", 1046 + "windows-targets", 1030 1047 ] 1031 1048 1032 1049 [[package]] 1033 - name = "windows-targets" 1034 - version = "0.48.5" 1050 + name = "windows-sys" 1051 + version = "0.59.0" 1035 1052 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1053 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1037 1054 dependencies = [ 1038 - "windows_aarch64_gnullvm 0.48.5", 1039 - "windows_aarch64_msvc 0.48.5", 1040 - "windows_i686_gnu 0.48.5", 1041 - "windows_i686_msvc 0.48.5", 1042 - "windows_x86_64_gnu 0.48.5", 1043 - "windows_x86_64_gnullvm 0.48.5", 1044 - "windows_x86_64_msvc 0.48.5", 1055 + "windows-targets", 1045 1056 ] 1046 1057 1047 1058 [[package]] 1048 1059 name = "windows-targets" 1049 - version = "0.52.5" 1060 + version = "0.52.6" 1050 1061 source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 1062 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1052 1063 dependencies = [ 1053 - "windows_aarch64_gnullvm 0.52.5", 1054 - "windows_aarch64_msvc 0.52.5", 1055 - "windows_i686_gnu 0.52.5", 1064 + "windows_aarch64_gnullvm", 1065 + "windows_aarch64_msvc", 1066 + "windows_i686_gnu", 1056 1067 "windows_i686_gnullvm", 1057 - "windows_i686_msvc 0.52.5", 1058 - "windows_x86_64_gnu 0.52.5", 1059 - "windows_x86_64_gnullvm 0.52.5", 1060 - "windows_x86_64_msvc 0.52.5", 1068 + "windows_i686_msvc", 1069 + "windows_x86_64_gnu", 1070 + "windows_x86_64_gnullvm", 1071 + "windows_x86_64_msvc", 1061 1072 ] 1062 1073 1063 1074 [[package]] 1064 1075 name = "windows_aarch64_gnullvm" 1065 - version = "0.48.5" 1066 - source = "registry+https://github.com/rust-lang/crates.io-index" 1067 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1068 - 1069 - [[package]] 1070 - name = "windows_aarch64_gnullvm" 1071 - version = "0.52.5" 1076 + version = "0.52.6" 1072 1077 source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 1078 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1074 1079 1075 1080 [[package]] 1076 1081 name = "windows_aarch64_msvc" 1077 - version = "0.48.5" 1082 + version = "0.52.6" 1078 1083 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1080 - 1081 - [[package]] 1082 - name = "windows_aarch64_msvc" 1083 - version = "0.52.5" 1084 - source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 1084 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1086 1085 1087 1086 [[package]] 1088 1087 name = "windows_i686_gnu" 1089 - version = "0.48.5" 1088 + version = "0.52.6" 1090 1089 source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1092 - 1093 - [[package]] 1094 - name = "windows_i686_gnu" 1095 - version = "0.52.5" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 1090 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1098 1091 1099 1092 [[package]] 1100 1093 name = "windows_i686_gnullvm" 1101 - version = "0.52.5" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 1104 - 1105 - [[package]] 1106 - name = "windows_i686_msvc" 1107 - version = "0.48.5" 1094 + version = "0.52.6" 1108 1095 source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1096 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1110 1097 1111 1098 [[package]] 1112 1099 name = "windows_i686_msvc" 1113 - version = "0.52.5" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 1116 - 1117 - [[package]] 1118 - name = "windows_x86_64_gnu" 1119 - version = "0.48.5" 1100 + version = "0.52.6" 1120 1101 source = "registry+https://github.com/rust-lang/crates.io-index" 1121 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1102 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1122 1103 1123 1104 [[package]] 1124 1105 name = "windows_x86_64_gnu" 1125 - version = "0.52.5" 1106 + version = "0.52.6" 1126 1107 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 1108 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1128 1109 1129 1110 [[package]] 1130 1111 name = "windows_x86_64_gnullvm" 1131 - version = "0.48.5" 1112 + version = "0.52.6" 1132 1113 source = "registry+https://github.com/rust-lang/crates.io-index" 1133 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1114 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1134 1115 1135 1116 [[package]] 1136 - name = "windows_x86_64_gnullvm" 1137 - version = "0.52.5" 1117 + name = "windows_x86_64_msvc" 1118 + version = "0.52.6" 1138 1119 source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 1120 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1140 1121 1141 1122 [[package]] 1142 - name = "windows_x86_64_msvc" 1143 - version = "0.48.5" 1123 + name = "zerocopy" 1124 + version = "0.7.35" 1144 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1126 + checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 1127 + dependencies = [ 1128 + "byteorder", 1129 + "zerocopy-derive", 1130 + ] 1146 1131 1147 1132 [[package]] 1148 - name = "windows_x86_64_msvc" 1149 - version = "0.52.5" 1133 + name = "zerocopy-derive" 1134 + version = "0.7.35" 1150 1135 source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 1136 + checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 1137 + dependencies = [ 1138 + "proc-macro2", 1139 + "quote", 1140 + "syn", 1141 + ]
+41 -28
pkgs/development/python-modules/tokenizers/default.nix
··· 2 2 lib, 3 3 stdenv, 4 4 linkFarm, 5 + fetchurl, 5 6 buildPythonPackage, 7 + fetchFromGitHub, 8 + python, 9 + 10 + # nativeBuildInputs 11 + pkg-config, 12 + setuptools-rust, 13 + rustPlatform, 6 14 cargo, 7 - datasets, 15 + rustc, 16 + 17 + # buildInputs 18 + openssl, 19 + libiconv, 20 + Security, 21 + 22 + # dependencies 8 23 huggingface-hub, 9 - fetchFromGitHub, 10 - fetchurl, 11 - libiconv, 12 24 numpy, 13 - openssl, 14 - pkg-config, 25 + 26 + # tests 27 + datasets, 15 28 pytestCheckHook, 16 - python, 17 - pythonOlder, 18 29 requests, 19 - rustPlatform, 20 - rustc, 21 - Security, 22 - setuptools-rust, 30 + tiktoken, 23 31 }: 24 32 25 33 let ··· 28 36 test-data = linkFarm "tokenizers-test-data" { 29 37 "roberta-base-vocab.json" = fetchurl { 30 38 url = "https://s3.amazonaws.com/models.huggingface.co/bert/roberta-base-vocab.json"; 31 - sha256 = "0m86wpkfb2gdh9x9i9ng2fvwk1rva4p0s98xw996nrjxs7166zwy"; 39 + hash = "sha256-nn9jwtFdZmtS4h0lDS5RO4fJtxPPpph6gu2J5eblBlU="; 32 40 }; 33 41 "roberta-base-merges.txt" = fetchurl { 34 42 url = "https://s3.amazonaws.com/models.huggingface.co/bert/roberta-base-merges.txt"; 35 - sha256 = "1idd4rvkpqqbks51i2vjbd928inw7slij9l4r063w3y5fd3ndq8w"; 43 + hash = "sha256-HOFmR3PFDz4MyIQmGak+3EYkUltyixiKngvjO3cmrcU="; 36 44 }; 37 45 "albert-base-v1-tokenizer.json" = fetchurl { 38 46 url = "https://s3.amazonaws.com/models.huggingface.co/bert/albert-base-v1-tokenizer.json"; 39 - sha256 = "1hra9pn8rczx7378z88zjclw2qsdrdwq20m56sy42s2crbas6akf"; 47 + hash = "sha256-biqj1cpMaEG8NqUCgXnLTWPBKZMfoY/OOP2zjOxNKsM="; 40 48 }; 41 49 "bert-base-uncased-vocab.txt" = fetchurl { 42 50 url = "https://s3.amazonaws.com/models.huggingface.co/bert/bert-base-uncased-vocab.txt"; 43 - sha256 = "18rq42cmqa8zanydsbzrb34xwy4l6cz1y900r4kls57cbhvyvv07"; 51 + hash = "sha256-B+ztN1zsFE0nyQAkHz4zlHjeyVj5L928VR8pXJkgOKM="; 44 52 }; 45 53 "big.txt" = fetchurl { 46 54 url = "https://norvig.com/big.txt"; 47 - sha256 = "0yz80icdly7na03cfpl0nfk5h3j3cam55rj486n03wph81ynq1ps"; 55 + sha256 = "sha256-+gZsfUDw8gGsQUTmUqpiQw5YprOAXscGUPZ42lgE6Hs="; 48 56 }; 49 57 "bert-wiki.json" = fetchurl { 50 58 url = "https://s3.amazonaws.com/models.huggingface.co/bert/anthony/doc-pipeline/tokenizer.json"; ··· 56 64 }; 57 65 "openai-gpt-vocab.json" = fetchurl { 58 66 url = "https://s3.amazonaws.com/models.huggingface.co/bert/openai-gpt-vocab.json"; 59 - sha256 = "0y40gc9bixj5rxv674br1rxmxkd3ly29p80x1596h8yywwcrpx7x"; 67 + hash = "sha256-/fSbGefeI2hSCR2gm4Sno81eew55kWN2z0X2uBJ7gHg="; 60 68 }; 61 69 "openai-gpt-merges.txt" = fetchurl { 62 70 url = "https://s3.amazonaws.com/models.huggingface.co/bert/openai-gpt-merges.txt"; 63 - sha256 = "09a754pm4djjglv3x5pkgwd6f79i2rq8ydg0f7c3q1wmwqdbba8f"; 71 + hash = "sha256-Dqm1GuaVBzzYceA1j3AWMR1nGn/zlj42fVI2Ui8pRyU="; 64 72 }; 65 73 }; 66 74 in 67 75 buildPythonPackage rec { 68 76 pname = "tokenizers"; 69 - version = "0.19.1"; 77 + version = "0.20.0"; 70 78 pyproject = true; 71 79 72 - disabled = pythonOlder "3.7"; 73 - 74 80 src = fetchFromGitHub { 75 81 owner = "huggingface"; 76 82 repo = "tokenizers"; 77 83 rev = "refs/tags/v${version}"; 78 - hash = "sha256-sKEAt46cdme821tzz9WSKnQb3hPmFJ4zvHgBNRxjEuk="; 84 + hash = "sha256-uuSHsdyx77YQjf1aiz7EJ/X+6RaOgfmjGqHSlMaCWDI="; 79 85 }; 80 86 81 87 cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; }; ··· 100 106 ]; 101 107 102 108 dependencies = [ 103 - numpy 104 109 huggingface-hub 110 + numpy 105 111 ]; 106 112 107 113 nativeCheckInputs = [ 108 114 datasets 109 115 pytestCheckHook 110 116 requests 117 + tiktoken 111 118 ]; 112 119 113 120 postUnpack = '' ··· 127 134 "test_encode_special_tokens" 128 135 "test_splitting" 129 136 "TestTrainFromIterators" 137 + 130 138 # Those tests require more data 131 139 "test_from_pretrained" 132 140 "test_from_pretrained_revision" 133 141 "test_continuing_prefix_trainer_mistmatch" 134 142 ]; 135 143 136 - meta = with lib; { 144 + disabledTestPaths = [ 145 + # fixture 'model' not found 146 + "benches/test_tiktoken.py" 147 + ]; 148 + 149 + meta = { 137 150 description = "Fast State-of-the-Art Tokenizers optimized for Research and Production"; 138 151 homepage = "https://github.com/huggingface/tokenizers"; 139 - license = licenses.asl20; 140 - maintainers = [ ]; 141 - platforms = platforms.unix; 152 + license = lib.licenses.asl20; 153 + maintainers = with lib.maintainers; [ GaetanLepage ]; 154 + platforms = lib.platforms.unix; 142 155 }; 143 156 }
+2 -2
pkgs/development/python-modules/transformers/default.nix
··· 58 58 59 59 buildPythonPackage rec { 60 60 pname = "transformers"; 61 - version = "4.44.2"; 61 + version = "4.45.0"; 62 62 pyproject = true; 63 63 64 64 src = fetchFromGitHub { 65 65 owner = "huggingface"; 66 66 repo = "transformers"; 67 67 rev = "refs/tags/v${version}"; 68 - hash = "sha256-2nMt1orhQCTkHG0HKwqVyB7mQeJh7O6I3Eftv2bnnIc="; 68 + hash = "sha256-MVgDNSeoqad9v5TEVuUoLYvThyjGyCuOg8Z/F7+URng="; 69 69 }; 70 70 71 71 build-system = [ setuptools ];