已开启
添加daft多模态测试集成 #88
QLiangong创建于 8月4日
添加daft多模态测试集成 #88
已开启
共 38 个文件变更+4631-259
| @@ -0,0 +1,452 @@ | |||
| 1 | +# This file is automatically @generated by Cargo. | ||
| 2 | +# It is not intended for manual editing. | ||
| 3 | +version = 4 | ||
| 4 | + | ||
| 5 | +[[package]] | ||
| 6 | +name = "aho-corasick" | ||
| 7 | +version = "1.1.4" | ||
| 8 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 9 | +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | ||
| 10 | +dependencies = [ | ||
| 11 | + "memchr", | ||
| 12 | +] | ||
| 13 | + | ||
| 14 | +[[package]] | ||
| 15 | +name = "anstream" | ||
| 16 | +version = "1.0.0" | ||
| 17 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 18 | +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" | ||
| 19 | +dependencies = [ | ||
| 20 | + "anstyle", | ||
| 21 | + "anstyle-parse", | ||
| 22 | + "anstyle-query", | ||
| 23 | + "anstyle-wincon", | ||
| 24 | + "colorchoice", | ||
| 25 | + "is_terminal_polyfill", | ||
| 26 | + "utf8parse", | ||
| 27 | +] | ||
| 28 | + | ||
| 29 | +[[package]] | ||
| 30 | +name = "anstyle" | ||
| 31 | +version = "1.0.14" | ||
| 32 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 33 | +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" | ||
| 34 | + | ||
| 35 | +[[package]] | ||
| 36 | +name = "anstyle-parse" | ||
| 37 | +version = "1.0.0" | ||
| 38 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 39 | +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" | ||
| 40 | +dependencies = [ | ||
| 41 | + "utf8parse", | ||
| 42 | +] | ||
| 43 | + | ||
| 44 | +[[package]] | ||
| 45 | +name = "anstyle-query" | ||
| 46 | +version = "1.1.5" | ||
| 47 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 48 | +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" | ||
| 49 | +dependencies = [ | ||
| 50 | + "windows-sys", | ||
| 51 | +] | ||
| 52 | + | ||
| 53 | +[[package]] | ||
| 54 | +name = "anstyle-wincon" | ||
| 55 | +version = "3.0.11" | ||
| 56 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 57 | +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" | ||
| 58 | +dependencies = [ | ||
| 59 | + "anstyle", | ||
| 60 | + "once_cell_polyfill", | ||
| 61 | + "windows-sys", | ||
| 62 | +] | ||
| 63 | + | ||
| 64 | +[[package]] | ||
| 65 | +name = "anyhow" | ||
| 66 | +version = "1.0.104" | ||
| 67 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 68 | +checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" | ||
| 69 | + | ||
| 70 | +[[package]] | ||
| 71 | +name = "benchlib" | ||
| 72 | +version = "0.1.0" | ||
| 73 | +dependencies = [ | ||
| 74 | + "anyhow", | ||
| 75 | + "benchlib-macros", | ||
| 76 | + "clap", | ||
| 77 | + "ctor", | ||
| 78 | + "env_logger", | ||
| 79 | + "libc", | ||
| 80 | + "log", | ||
| 81 | + "perf-event", | ||
| 82 | + "serde", | ||
| 83 | + "serde_json", | ||
| 84 | +] | ||
| 85 | + | ||
| 86 | +[[package]] | ||
| 87 | +name = "benchlib-macros" | ||
| 88 | +version = "0.1.0" | ||
| 89 | +dependencies = [ | ||
| 90 | + "proc-macro2", | ||
| 91 | + "quote", | ||
| 92 | + "syn 2.0.119", | ||
| 93 | +] | ||
| 94 | + | ||
| 95 | +[[package]] | ||
| 96 | +name = "bitflags" | ||
| 97 | +version = "2.13.1" | ||
| 98 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 99 | +checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" | ||
| 100 | + | ||
| 101 | +[[package]] | ||
| 102 | +name = "clap" | ||
| 103 | +version = "4.6.4" | ||
| 104 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 105 | +checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" | ||
| 106 | +dependencies = [ | ||
| 107 | + "clap_builder", | ||
| 108 | + "clap_derive", | ||
| 109 | +] | ||
| 110 | + | ||
| 111 | +[[package]] | ||
| 112 | +name = "clap_builder" | ||
| 113 | +version = "4.6.2" | ||
| 114 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 115 | +checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" | ||
| 116 | +dependencies = [ | ||
| 117 | + "anstream", | ||
| 118 | + "anstyle", | ||
| 119 | + "clap_lex", | ||
| 120 | + "strsim", | ||
| 121 | +] | ||
| 122 | + | ||
| 123 | +[[package]] | ||
| 124 | +name = "clap_derive" | ||
| 125 | +version = "4.6.4" | ||
| 126 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 127 | +checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" | ||
| 128 | +dependencies = [ | ||
| 129 | + "heck", | ||
| 130 | + "proc-macro2", | ||
| 131 | + "quote", | ||
| 132 | + "syn 3.0.3", | ||
| 133 | +] | ||
| 134 | + | ||
| 135 | +[[package]] | ||
| 136 | +name = "clap_lex" | ||
| 137 | +version = "1.1.0" | ||
| 138 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 139 | +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" | ||
| 140 | + | ||
| 141 | +[[package]] | ||
| 142 | +name = "colorchoice" | ||
| 143 | +version = "1.0.5" | ||
| 144 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 145 | +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" | ||
| 146 | + | ||
| 147 | +[[package]] | ||
| 148 | +name = "ctor" | ||
| 149 | +version = "0.6.3" | ||
| 150 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 151 | +checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e" | ||
| 152 | +dependencies = [ | ||
| 153 | + "ctor-proc-macro", | ||
| 154 | + "dtor", | ||
| 155 | +] | ||
| 156 | + | ||
| 157 | +[[package]] | ||
| 158 | +name = "ctor-proc-macro" | ||
| 159 | +version = "0.0.7" | ||
| 160 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 161 | +checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" | ||
| 162 | + | ||
| 163 | +[[package]] | ||
| 164 | +name = "daft-multimodal-bench" | ||
| 165 | +version = "0.1.0" | ||
| 166 | +dependencies = [ | ||
| 167 | + "benchlib", | ||
| 168 | + "serde", | ||
| 169 | + "serde_json", | ||
| 170 | +] | ||
| 171 | + | ||
| 172 | +[[package]] | ||
| 173 | +name = "dtor" | ||
| 174 | +version = "0.1.1" | ||
| 175 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 176 | +checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301" | ||
| 177 | +dependencies = [ | ||
| 178 | + "dtor-proc-macro", | ||
| 179 | +] | ||
| 180 | + | ||
| 181 | +[[package]] | ||
| 182 | +name = "dtor-proc-macro" | ||
| 183 | +version = "0.0.6" | ||
| 184 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 185 | +checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" | ||
| 186 | + | ||
| 187 | +[[package]] | ||
| 188 | +name = "env_logger" | ||
| 189 | +version = "0.10.2" | ||
| 190 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 191 | +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" | ||
| 192 | +dependencies = [ | ||
| 193 | + "humantime", | ||
| 194 | + "is-terminal", | ||
| 195 | + "log", | ||
| 196 | + "regex", | ||
| 197 | + "termcolor", | ||
| 198 | +] | ||
| 199 | + | ||
| 200 | +[[package]] | ||
| 201 | +name = "heck" | ||
| 202 | +version = "0.5.0" | ||
| 203 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 204 | +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | ||
| 205 | + | ||
| 206 | +[[package]] | ||
| 207 | +name = "hermit-abi" | ||
| 208 | +version = "0.5.2" | ||
| 209 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 210 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" | ||
| 211 | + | ||
| 212 | +[[package]] | ||
| 213 | +name = "humantime" | ||
| 214 | +version = "2.4.0" | ||
| 215 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 216 | +checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" | ||
| 217 | + | ||
| 218 | +[[package]] | ||
| 219 | +name = "is-terminal" | ||
| 220 | +version = "0.4.17" | ||
| 221 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 222 | +checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" | ||
| 223 | +dependencies = [ | ||
| 224 | + "hermit-abi", | ||
| 225 | + "libc", | ||
| 226 | + "windows-sys", | ||
| 227 | +] | ||
| 228 | + | ||
| 229 | +[[package]] | ||
| 230 | +name = "is_terminal_polyfill" | ||
| 231 | +version = "1.70.2" | ||
| 232 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 233 | +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" | ||
| 234 | + | ||
| 235 | +[[package]] | ||
| 236 | +name = "itoa" | ||
| 237 | +version = "1.0.18" | ||
| 238 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 239 | +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" | ||
| 240 | + | ||
| 241 | +[[package]] | ||
| 242 | +name = "libc" | ||
| 243 | +version = "0.2.189" | ||
| 244 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 245 | +checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" | ||
| 246 | + | ||
| 247 | +[[package]] | ||
| 248 | +name = "log" | ||
| 249 | +version = "0.4.33" | ||
| 250 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 251 | +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" | ||
| 252 | + | ||
| 253 | +[[package]] | ||
| 254 | +name = "memchr" | ||
| 255 | +version = "2.8.3" | ||
| 256 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 257 | +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" | ||
| 258 | + | ||
| 259 | +[[package]] | ||
| 260 | +name = "once_cell_polyfill" | ||
| 261 | +version = "1.70.2" | ||
| 262 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 263 | +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" | ||
| 264 | + | ||
| 265 | +[[package]] | ||
| 266 | +name = "perf-event" | ||
| 267 | +version = "0.4.9" | ||
| 268 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 269 | +checksum = "c2529f39584dbaa980f4959510c963ae95f119c127c046012c2834365f694438" | ||
| 270 | +dependencies = [ | ||
| 271 | + "bitflags", | ||
| 272 | + "libc", | ||
| 273 | + "perf-event-open-sys", | ||
| 274 | +] | ||
| 275 | + | ||
| 276 | +[[package]] | ||
| 277 | +name = "perf-event-open-sys" | ||
| 278 | +version = "6.0.0" | ||
| 279 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 280 | +checksum = "a5f8d1487a4ffa23c80a1c355dd27235f9b66fb71ba0f261eb417e4fe8451347" | ||
| 281 | +dependencies = [ | ||
| 282 | + "libc", | ||
| 283 | +] | ||
| 284 | + | ||
| 285 | +[[package]] | ||
| 286 | +name = "proc-macro2" | ||
| 287 | +version = "1.0.107" | ||
| 288 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 289 | +checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" | ||
| 290 | +dependencies = [ | ||
| 291 | + "unicode-ident", | ||
| 292 | +] | ||
| 293 | + | ||
| 294 | +[[package]] | ||
| 295 | +name = "quote" | ||
| 296 | +version = "1.0.47" | ||
| 297 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 298 | +checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" | ||
| 299 | +dependencies = [ | ||
| 300 | + "proc-macro2", | ||
| 301 | +] | ||
| 302 | + | ||
| 303 | +[[package]] | ||
| 304 | +name = "regex" | ||
| 305 | +version = "1.13.1" | ||
| 306 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 307 | +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" | ||
| 308 | +dependencies = [ | ||
| 309 | + "aho-corasick", | ||
| 310 | + "memchr", | ||
| 311 | + "regex-automata", | ||
| 312 | + "regex-syntax", | ||
| 313 | +] | ||
| 314 | + | ||
| 315 | +[[package]] | ||
| 316 | +name = "regex-automata" | ||
| 317 | +version = "0.4.16" | ||
| 318 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 319 | +checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" | ||
| 320 | +dependencies = [ | ||
| 321 | + "aho-corasick", | ||
| 322 | + "memchr", | ||
| 323 | + "regex-syntax", | ||
| 324 | +] | ||
| 325 | + | ||
| 326 | +[[package]] | ||
| 327 | +name = "regex-syntax" | ||
| 328 | +version = "0.8.11" | ||
| 329 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 330 | +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" | ||
| 331 | + | ||
| 332 | +[[package]] | ||
| 333 | +name = "serde" | ||
| 334 | +version = "1.0.229" | ||
| 335 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 336 | +checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" | ||
| 337 | +dependencies = [ | ||
| 338 | + "serde_core", | ||
| 339 | + "serde_derive", | ||
| 340 | +] | ||
| 341 | + | ||
| 342 | +[[package]] | ||
| 343 | +name = "serde_core" | ||
| 344 | +version = "1.0.229" | ||
| 345 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 346 | +checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" | ||
| 347 | +dependencies = [ | ||
| 348 | + "serde_derive", | ||
| 349 | +] | ||
| 350 | + | ||
| 351 | +[[package]] | ||
| 352 | +name = "serde_derive" | ||
| 353 | +version = "1.0.229" | ||
| 354 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 355 | +checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" | ||
| 356 | +dependencies = [ | ||
| 357 | + "proc-macro2", | ||
| 358 | + "quote", | ||
| 359 | + "syn 3.0.3", | ||
| 360 | +] | ||
| 361 | + | ||
| 362 | +[[package]] | ||
| 363 | +name = "serde_json" | ||
| 364 | +version = "1.0.151" | ||
| 365 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 366 | +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" | ||
| 367 | +dependencies = [ | ||
| 368 | + "itoa", | ||
| 369 | + "memchr", | ||
| 370 | + "serde", | ||
| 371 | + "serde_core", | ||
| 372 | + "zmij", | ||
| 373 | +] | ||
| 374 | + | ||
| 375 | +[[package]] | ||
| 376 | +name = "strsim" | ||
| 377 | +version = "0.11.1" | ||
| 378 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 379 | +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | ||
| 380 | + | ||
| 381 | +[[package]] | ||
| 382 | +name = "syn" | ||
| 383 | +version = "2.0.119" | ||
| 384 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 385 | +checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" | ||
| 386 | +dependencies = [ | ||
| 387 | + "proc-macro2", | ||
| 388 | + "quote", | ||
| 389 | + "unicode-ident", | ||
| 390 | +] | ||
| 391 | + | ||
| 392 | +[[package]] | ||
| 393 | +name = "syn" | ||
| 394 | +version = "3.0.3" | ||
| 395 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 396 | +checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" | ||
| 397 | +dependencies = [ | ||
| 398 | + "proc-macro2", | ||
| 399 | + "quote", | ||
| 400 | + "unicode-ident", | ||
| 401 | +] | ||
| 402 | + | ||
| 403 | +[[package]] | ||
| 404 | +name = "termcolor" | ||
| 405 | +version = "1.4.1" | ||
| 406 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 407 | +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" | ||
| 408 | +dependencies = [ | ||
| 409 | + "winapi-util", | ||
| 410 | +] | ||
| 411 | + | ||
| 412 | +[[package]] | ||
| 413 | +name = "unicode-ident" | ||
| 414 | +version = "1.0.24" | ||
| 415 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 416 | +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" | ||
| 417 | + | ||
| 418 | +[[package]] | ||
| 419 | +name = "utf8parse" | ||
| 420 | +version = "0.2.2" | ||
| 421 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 422 | +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | ||
| 423 | + | ||
| 424 | +[[package]] | ||
| 425 | +name = "winapi-util" | ||
| 426 | +version = "0.1.11" | ||
| 427 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 428 | +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | ||
| 429 | +dependencies = [ | ||
| 430 | + "windows-sys", | ||
| 431 | +] | ||
| 432 | + | ||
| 433 | +[[package]] | ||
| 434 | +name = "windows-link" | ||
| 435 | +version = "0.2.1" | ||
| 436 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 437 | +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | ||
| 438 | + | ||
| 439 | +[[package]] | ||
| 440 | +name = "windows-sys" | ||
| 441 | +version = "0.61.2" | ||
| 442 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 443 | +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | ||
| 444 | +dependencies = [ | ||
| 445 | + "windows-link", | ||
| 446 | +] | ||
| 447 | + | ||
| 448 | +[[package]] | ||
| 449 | +name = "zmij" | ||
| 450 | +version = "1.0.23" | ||
| 451 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 452 | +checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" | ||