onnxruntime 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4541fa78f5ee7278a4d5a05265d6a844165bd4868b7cf576d3451eed322aeed9
4
- data.tar.gz: 97d35ac5a57361be009ab1754444ba2aa28a0d2928b5567329d124602966d7de
3
+ metadata.gz: 85c2e6c0d60bd1805617c5efb4333170fd8502dcfdfbf7959cb7697f87bde7d8
4
+ data.tar.gz: 4cda1204c17b6d354962a4bbd9e77af83a09fabe3192fbc9e4744df5ce05c2a3
5
5
  SHA512:
6
- metadata.gz: 4ed34f345835dd11a51a40003f4b01d204cc5db6a40c2187168c176208bded99dd316ea2f27ed56ee6d69da127c8af6131af12d06886a09b97a1c1187b788774
7
- data.tar.gz: 1fec9a873d06fd206226a74e1148974a49579b82464cdbd1e50c509d4cf9f76dac9982a0b59e8e68000b1e16f8ce383b667e453b234158f99ce5d3302dab3944
6
+ metadata.gz: 23a79a75edbc2b19b885d4ebb01ab45e483849d6bed0548b53e2f6712629344eabaa924758414099db0a5e1ab9f8a9b3a59a91598fb375f168e6f1fe1cf7214a
7
+ data.tar.gz: 42cf1774570c207d11691fbd344132820f550cc749f14e6755ddcab9acdfdc9aafd06be98b01ba1c53fe914711b614c9cbd741618c227faf6169fd30d013e2b4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.9.4 (2025-03-08)
2
+
3
+ - Updated ONNX Runtime to 1.21.0
4
+
1
5
  ## 0.9.3 (2024-11-01)
2
6
 
3
7
  - Updated ONNX Runtime to 1.20.0
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Check out [an example](https://ankane.org/tensorflow-ruby)
6
6
 
7
+ For transformer models, check out [Informers](https://github.com/ankane/informers)
8
+
7
9
  [![Build Status](https://github.com/ankane/onnxruntime-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/onnxruntime-ruby/actions)
8
10
 
9
11
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
@@ -2108,261 +2108,6 @@ SOFTWARE.
2108
2108
 
2109
2109
  _____
2110
2110
 
2111
- TVM Open Deep Learning Compiler Stack
2112
-
2113
- Apache License
2114
- Version 2.0, January 2004
2115
- http://www.apache.org/licenses/
2116
-
2117
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2118
-
2119
- 1. Definitions.
2120
-
2121
- "License" shall mean the terms and conditions for use, reproduction,
2122
- and distribution as defined by Sections 1 through 9 of this document.
2123
-
2124
- "Licensor" shall mean the copyright owner or entity authorized by
2125
- the copyright owner that is granting the License.
2126
-
2127
- "Legal Entity" shall mean the union of the acting entity and all
2128
- other entities that control, are controlled by, or are under common
2129
- control with that entity. For the purposes of this definition,
2130
- "control" means (i) the power, direct or indirect, to cause the
2131
- direction or management of such entity, whether by contract or
2132
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2133
- outstanding shares, or (iii) beneficial ownership of such entity.
2134
-
2135
- "You" (or "Your") shall mean an individual or Legal Entity
2136
- exercising permissions granted by this License.
2137
-
2138
- "Source" form shall mean the preferred form for making modifications,
2139
- including but not limited to software source code, documentation
2140
- source, and configuration files.
2141
-
2142
- "Object" form shall mean any form resulting from mechanical
2143
- transformation or translation of a Source form, including but
2144
- not limited to compiled object code, generated documentation,
2145
- and conversions to other media types.
2146
-
2147
- "Work" shall mean the work of authorship, whether in Source or
2148
- Object form, made available under the License, as indicated by a
2149
- copyright notice that is included in or attached to the work
2150
- (an example is provided in the Appendix below).
2151
-
2152
- "Derivative Works" shall mean any work, whether in Source or Object
2153
- form, that is based on (or derived from) the Work and for which the
2154
- editorial revisions, annotations, elaborations, or other modifications
2155
- represent, as a whole, an original work of authorship. For the purposes
2156
- of this License, Derivative Works shall not include works that remain
2157
- separable from, or merely link (or bind by name) to the interfaces of,
2158
- the Work and Derivative Works thereof.
2159
-
2160
- "Contribution" shall mean any work of authorship, including
2161
- the original version of the Work and any modifications or additions
2162
- to that Work or Derivative Works thereof, that is intentionally
2163
- submitted to Licensor for inclusion in the Work by the copyright owner
2164
- or by an individual or Legal Entity authorized to submit on behalf of
2165
- the copyright owner. For the purposes of this definition, "submitted"
2166
- means any form of electronic, verbal, or written communication sent
2167
- to the Licensor or its representatives, including but not limited to
2168
- communication on electronic mailing lists, source code control systems,
2169
- and issue tracking systems that are managed by, or on behalf of, the
2170
- Licensor for the purpose of discussing and improving the Work, but
2171
- excluding communication that is conspicuously marked or otherwise
2172
- designated in writing by the copyright owner as "Not a Contribution."
2173
-
2174
- "Contributor" shall mean Licensor and any individual or Legal Entity
2175
- on behalf of whom a Contribution has been received by Licensor and
2176
- subsequently incorporated within the Work.
2177
-
2178
- 2. Grant of Copyright License. Subject to the terms and conditions of
2179
- this License, each Contributor hereby grants to You a perpetual,
2180
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2181
- copyright license to reproduce, prepare Derivative Works of,
2182
- publicly display, publicly perform, sublicense, and distribute the
2183
- Work and such Derivative Works in Source or Object form.
2184
-
2185
- 3. Grant of Patent License. Subject to the terms and conditions of
2186
- this License, each Contributor hereby grants to You a perpetual,
2187
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2188
- (except as stated in this section) patent license to make, have made,
2189
- use, offer to sell, sell, import, and otherwise transfer the Work,
2190
- where such license applies only to those patent claims licensable
2191
- by such Contributor that are necessarily infringed by their
2192
- Contribution(s) alone or by combination of their Contribution(s)
2193
- with the Work to which such Contribution(s) was submitted. If You
2194
- institute patent litigation against any entity (including a
2195
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2196
- or a Contribution incorporated within the Work constitutes direct
2197
- or contributory patent infringement, then any patent licenses
2198
- granted to You under this License for that Work shall terminate
2199
- as of the date such litigation is filed.
2200
-
2201
- 4. Redistribution. You may reproduce and distribute copies of the
2202
- Work or Derivative Works thereof in any medium, with or without
2203
- modifications, and in Source or Object form, provided that You
2204
- meet the following conditions:
2205
-
2206
- (a) You must give any other recipients of the Work or
2207
- Derivative Works a copy of this License; and
2208
-
2209
- (b) You must cause any modified files to carry prominent notices
2210
- stating that You changed the files; and
2211
-
2212
- (c) You must retain, in the Source form of any Derivative Works
2213
- that You distribute, all copyright, patent, trademark, and
2214
- attribution notices from the Source form of the Work,
2215
- excluding those notices that do not pertain to any part of
2216
- the Derivative Works; and
2217
-
2218
- (d) If the Work includes a "NOTICE" text file as part of its
2219
- distribution, then any Derivative Works that You distribute must
2220
- include a readable copy of the attribution notices contained
2221
- within such NOTICE file, excluding those notices that do not
2222
- pertain to any part of the Derivative Works, in at least one
2223
- of the following places: within a NOTICE text file distributed
2224
- as part of the Derivative Works; within the Source form or
2225
- documentation, if provided along with the Derivative Works; or,
2226
- within a display generated by the Derivative Works, if and
2227
- wherever such third-party notices normally appear. The contents
2228
- of the NOTICE file are for informational purposes only and
2229
- do not modify the License. You may add Your own attribution
2230
- notices within Derivative Works that You distribute, alongside
2231
- or as an addendum to the NOTICE text from the Work, provided
2232
- that such additional attribution notices cannot be construed
2233
- as modifying the License.
2234
-
2235
- You may add Your own copyright statement to Your modifications and
2236
- may provide additional or different license terms and conditions
2237
- for use, reproduction, or distribution of Your modifications, or
2238
- for any such Derivative Works as a whole, provided Your use,
2239
- reproduction, and distribution of the Work otherwise complies with
2240
- the conditions stated in this License.
2241
-
2242
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2243
- any Contribution intentionally submitted for inclusion in the Work
2244
- by You to the Licensor shall be under the terms and conditions of
2245
- this License, without any additional terms or conditions.
2246
- Notwithstanding the above, nothing herein shall supersede or modify
2247
- the terms of any separate license agreement you may have executed
2248
- with Licensor regarding such Contributions.
2249
-
2250
- 6. Trademarks. This License does not grant permission to use the trade
2251
- names, trademarks, service marks, or product names of the Licensor,
2252
- except as required for reasonable and customary use in describing the
2253
- origin of the Work and reproducing the content of the NOTICE file.
2254
-
2255
- 7. Disclaimer of Warranty. Unless required by applicable law or
2256
- agreed to in writing, Licensor provides the Work (and each
2257
- Contributor provides its Contributions) on an "AS IS" BASIS,
2258
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2259
- implied, including, without limitation, any warranties or conditions
2260
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2261
- PARTICULAR PURPOSE. You are solely responsible for determining the
2262
- appropriateness of using or redistributing the Work and assume any
2263
- risks associated with Your exercise of permissions under this License.
2264
-
2265
- 8. Limitation of Liability. In no event and under no legal theory,
2266
- whether in tort (including negligence), contract, or otherwise,
2267
- unless required by applicable law (such as deliberate and grossly
2268
- negligent acts) or agreed to in writing, shall any Contributor be
2269
- liable to You for damages, including any direct, indirect, special,
2270
- incidental, or consequential damages of any character arising as a
2271
- result of this License or out of the use or inability to use the
2272
- Work (including but not limited to damages for loss of goodwill,
2273
- work stoppage, computer failure or malfunction, or any and all
2274
- other commercial damages or losses), even if such Contributor
2275
- has been advised of the possibility of such damages.
2276
-
2277
- 9. Accepting Warranty or Additional Liability. While redistributing
2278
- the Work or Derivative Works thereof, You may choose to offer,
2279
- and charge a fee for, acceptance of support, warranty, indemnity,
2280
- or other liability obligations and/or rights consistent with this
2281
- License. However, in accepting such obligations, You may act only
2282
- on Your own behalf and on Your sole responsibility, not on behalf
2283
- of any other Contributor, and only if You agree to indemnify,
2284
- defend, and hold each Contributor harmless for any liability
2285
- incurred by, or claims asserted against, such Contributor by reason
2286
- of your accepting any such warranty or additional liability.
2287
-
2288
- END OF TERMS AND CONDITIONS
2289
-
2290
- APPENDIX: How to apply the Apache License to your work.
2291
-
2292
- To apply the Apache License to your work, attach the following
2293
- boilerplate notice, with the fields enclosed by brackets "{}"
2294
- replaced with your own identifying information. (Don't include
2295
- the brackets!) The text should be enclosed in the appropriate
2296
- comment syntax for the file format. We also recommend that a
2297
- file or class name and description of purpose be included on the
2298
- same "printed page" as the copyright notice for easier
2299
- identification within third-party archives.
2300
-
2301
- Copyright {yyyy} {name of copyright owner}
2302
-
2303
- Licensed under the Apache License, Version 2.0 (the "License");
2304
- you may not use this file except in compliance with the License.
2305
- You may obtain a copy of the License at
2306
-
2307
- http://www.apache.org/licenses/LICENSE-2.0
2308
-
2309
- Unless required by applicable law or agreed to in writing, software
2310
- distributed under the License is distributed on an "AS IS" BASIS,
2311
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2312
- See the License for the specific language governing permissions and
2313
- limitations under the License.
2314
-
2315
- CONTRIBUTORS
2316
-
2317
- TVM Contributors
2318
- ================
2319
- TVM adopts the Apache style model and governs by merit. We believe that it is important to create an inclusive community where everyone can use,
2320
- contribute to, and influence the direction of the project. We actively invite contributors who have earned the merit to be part of the development community.
2321
-
2322
- See the [community structure document](http://docs.tvm.ai/contribute/community.html) for the explanation of community structure and contribution guidelines.
2323
-
2324
- ## Committers
2325
- - [Tianqi Chen](https://github.com/tqchen) (PMC)
2326
- - [Thierry Moreau](http://homes.cs.washington.edu/~moreau/)
2327
- - [Ziheng Jiang](https://github.com/ZihengJiang)
2328
- - [Haichen Shen](http://homes.cs.washington.edu/~haichen/)
2329
- - [Yizhi Liu](https://github.com/yzhliu)
2330
-
2331
- ## Code Owners
2332
- - [Aditya Atluri](https://github.com/adityaatluri) ROCM
2333
- - [Leyuan Wang](https://github.com/Laurawly) TOPI
2334
- - [Yuwei Hu](https://github.com/Huyuwei) TOPI
2335
- - [Zhixun Tan](https://github.com/phisiart) OpenGL/WebGL backend
2336
- - [Nick Hynes](https://github.com/nhynes) SGX and secured computing
2337
- - [Lianmin Zheng](https://github.com/merrymercy) AutoTVM
2338
-
2339
- ## Reviewers
2340
- - [Zhi Chen](https://github.com/zhiics)
2341
- - [Xiaoqiang Dan](https://github.com/xqdan)
2342
- - [Liangfu Chen](https://github.com/liangfu)
2343
- - [Masahiro Masuda](https://github.com/masahi)
2344
- - [Kazutaka Morita](https://github.com/kazum)
2345
- - [Tatsuya Nishiyama](https://github.com/nishi-t)
2346
- - [Pariksheet Pinjari](https://github.com/PariksheetPinjari909)
2347
- - [Jared Roesch](https://github.com/jroesch)
2348
- - [Siva](https://github.com/srkreddy1238)
2349
- - [Siju Samuel](https://github.com/siju-samuel)
2350
- - [Alex Weaver](https://github.com/alex-weaver)
2351
- - [Yao Wang](https://github.com/kevinthesun)
2352
- - [Jian Weng](https://github.com/were)
2353
- - [Eddie Yan](https://github.com/eqy)
2354
- - [Joshua Z. Zhang](https://github.com/zhreshold)
2355
-
2356
- ## List of Contributors
2357
- - [Full List of Contributors](https://github.com/dmlc/tvm/graphs/contributors)
2358
- - To contributors: please add your name to the list.
2359
- - [Qiao Zhang](https://github.com/zhangqiaorjc)
2360
- - [Haolong Zhang](https://github.com/haolongzhangm)
2361
- - [Cody Hao Yu](https://github.com/comaniac)
2362
- - [Chris Nuernberger](https://github.com/cnuernber)
2363
-
2364
- _____
2365
-
2366
2111
  FreeBSD: getopt.c file
2367
2112
 
2368
2113
  Copyright (c) 1987, 1993, 1994
@@ -2492,212 +2237,6 @@ DAMAGE.
2492
2237
 
2493
2238
  _____
2494
2239
 
2495
- google/nsync
2496
-
2497
- Apache License
2498
- Version 2.0, January 2004
2499
- http://www.apache.org/licenses/
2500
-
2501
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2502
-
2503
- 1. Definitions.
2504
-
2505
- "License" shall mean the terms and conditions for use, reproduction,
2506
- and distribution as defined by Sections 1 through 9 of this document.
2507
-
2508
- "Licensor" shall mean the copyright owner or entity authorized by
2509
- the copyright owner that is granting the License.
2510
-
2511
- "Legal Entity" shall mean the union of the acting entity and all
2512
- other entities that control, are controlled by, or are under common
2513
- control with that entity. For the purposes of this definition,
2514
- "control" means (i) the power, direct or indirect, to cause the
2515
- direction or management of such entity, whether by contract or
2516
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2517
- outstanding shares, or (iii) beneficial ownership of such entity.
2518
-
2519
- "You" (or "Your") shall mean an individual or Legal Entity
2520
- exercising permissions granted by this License.
2521
-
2522
- "Source" form shall mean the preferred form for making modifications,
2523
- including but not limited to software source code, documentation
2524
- source, and configuration files.
2525
-
2526
- "Object" form shall mean any form resulting from mechanical
2527
- transformation or translation of a Source form, including but
2528
- not limited to compiled object code, generated documentation,
2529
- and conversions to other media types.
2530
-
2531
- "Work" shall mean the work of authorship, whether in Source or
2532
- Object form, made available under the License, as indicated by a
2533
- copyright notice that is included in or attached to the work
2534
- (an example is provided in the Appendix below).
2535
-
2536
- "Derivative Works" shall mean any work, whether in Source or Object
2537
- form, that is based on (or derived from) the Work and for which the
2538
- editorial revisions, annotations, elaborations, or other modifications
2539
- represent, as a whole, an original work of authorship. For the purposes
2540
- of this License, Derivative Works shall not include works that remain
2541
- separable from, or merely link (or bind by name) to the interfaces of,
2542
- the Work and Derivative Works thereof.
2543
-
2544
- "Contribution" shall mean any work of authorship, including
2545
- the original version of the Work and any modifications or additions
2546
- to that Work or Derivative Works thereof, that is intentionally
2547
- submitted to Licensor for inclusion in the Work by the copyright owner
2548
- or by an individual or Legal Entity authorized to submit on behalf of
2549
- the copyright owner. For the purposes of this definition, "submitted"
2550
- means any form of electronic, verbal, or written communication sent
2551
- to the Licensor or its representatives, including but not limited to
2552
- communication on electronic mailing lists, source code control systems,
2553
- and issue tracking systems that are managed by, or on behalf of, the
2554
- Licensor for the purpose of discussing and improving the Work, but
2555
- excluding communication that is conspicuously marked or otherwise
2556
- designated in writing by the copyright owner as "Not a Contribution."
2557
-
2558
- "Contributor" shall mean Licensor and any individual or Legal Entity
2559
- on behalf of whom a Contribution has been received by Licensor and
2560
- subsequently incorporated within the Work.
2561
-
2562
- 2. Grant of Copyright License. Subject to the terms and conditions of
2563
- this License, each Contributor hereby grants to You a perpetual,
2564
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2565
- copyright license to reproduce, prepare Derivative Works of,
2566
- publicly display, publicly perform, sublicense, and distribute the
2567
- Work and such Derivative Works in Source or Object form.
2568
-
2569
- 3. Grant of Patent License. Subject to the terms and conditions of
2570
- this License, each Contributor hereby grants to You a perpetual,
2571
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2572
- (except as stated in this section) patent license to make, have made,
2573
- use, offer to sell, sell, import, and otherwise transfer the Work,
2574
- where such license applies only to those patent claims licensable
2575
- by such Contributor that are necessarily infringed by their
2576
- Contribution(s) alone or by combination of their Contribution(s)
2577
- with the Work to which such Contribution(s) was submitted. If You
2578
- institute patent litigation against any entity (including a
2579
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2580
- or a Contribution incorporated within the Work constitutes direct
2581
- or contributory patent infringement, then any patent licenses
2582
- granted to You under this License for that Work shall terminate
2583
- as of the date such litigation is filed.
2584
-
2585
- 4. Redistribution. You may reproduce and distribute copies of the
2586
- Work or Derivative Works thereof in any medium, with or without
2587
- modifications, and in Source or Object form, provided that You
2588
- meet the following conditions:
2589
-
2590
- (a) You must give any other recipients of the Work or
2591
- Derivative Works a copy of this License; and
2592
-
2593
- (b) You must cause any modified files to carry prominent notices
2594
- stating that You changed the files; and
2595
-
2596
- (c) You must retain, in the Source form of any Derivative Works
2597
- that You distribute, all copyright, patent, trademark, and
2598
- attribution notices from the Source form of the Work,
2599
- excluding those notices that do not pertain to any part of
2600
- the Derivative Works; and
2601
-
2602
- (d) If the Work includes a "NOTICE" text file as part of its
2603
- distribution, then any Derivative Works that You distribute must
2604
- include a readable copy of the attribution notices contained
2605
- within such NOTICE file, excluding those notices that do not
2606
- pertain to any part of the Derivative Works, in at least one
2607
- of the following places: within a NOTICE text file distributed
2608
- as part of the Derivative Works; within the Source form or
2609
- documentation, if provided along with the Derivative Works; or,
2610
- within a display generated by the Derivative Works, if and
2611
- wherever such third-party notices normally appear. The contents
2612
- of the NOTICE file are for informational purposes only and
2613
- do not modify the License. You may add Your own attribution
2614
- notices within Derivative Works that You distribute, alongside
2615
- or as an addendum to the NOTICE text from the Work, provided
2616
- that such additional attribution notices cannot be construed
2617
- as modifying the License.
2618
-
2619
- You may add Your own copyright statement to Your modifications and
2620
- may provide additional or different license terms and conditions
2621
- for use, reproduction, or distribution of Your modifications, or
2622
- for any such Derivative Works as a whole, provided Your use,
2623
- reproduction, and distribution of the Work otherwise complies with
2624
- the conditions stated in this License.
2625
-
2626
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2627
- any Contribution intentionally submitted for inclusion in the Work
2628
- by You to the Licensor shall be under the terms and conditions of
2629
- this License, without any additional terms or conditions.
2630
- Notwithstanding the above, nothing herein shall supersede or modify
2631
- the terms of any separate license agreement you may have executed
2632
- with Licensor regarding such Contributions.
2633
-
2634
- 6. Trademarks. This License does not grant permission to use the trade
2635
- names, trademarks, service marks, or product names of the Licensor,
2636
- except as required for reasonable and customary use in describing the
2637
- origin of the Work and reproducing the content of the NOTICE file.
2638
-
2639
- 7. Disclaimer of Warranty. Unless required by applicable law or
2640
- agreed to in writing, Licensor provides the Work (and each
2641
- Contributor provides its Contributions) on an "AS IS" BASIS,
2642
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2643
- implied, including, without limitation, any warranties or conditions
2644
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2645
- PARTICULAR PURPOSE. You are solely responsible for determining the
2646
- appropriateness of using or redistributing the Work and assume any
2647
- risks associated with Your exercise of permissions under this License.
2648
-
2649
- 8. Limitation of Liability. In no event and under no legal theory,
2650
- whether in tort (including negligence), contract, or otherwise,
2651
- unless required by applicable law (such as deliberate and grossly
2652
- negligent acts) or agreed to in writing, shall any Contributor be
2653
- liable to You for damages, including any direct, indirect, special,
2654
- incidental, or consequential damages of any character arising as a
2655
- result of this License or out of the use or inability to use the
2656
- Work (including but not limited to damages for loss of goodwill,
2657
- work stoppage, computer failure or malfunction, or any and all
2658
- other commercial damages or losses), even if such Contributor
2659
- has been advised of the possibility of such damages.
2660
-
2661
- 9. Accepting Warranty or Additional Liability. While redistributing
2662
- the Work or Derivative Works thereof, You may choose to offer,
2663
- and charge a fee for, acceptance of support, warranty, indemnity,
2664
- or other liability obligations and/or rights consistent with this
2665
- License. However, in accepting such obligations, You may act only
2666
- on Your own behalf and on Your sole responsibility, not on behalf
2667
- of any other Contributor, and only if You agree to indemnify,
2668
- defend, and hold each Contributor harmless for any liability
2669
- incurred by, or claims asserted against, such Contributor by reason
2670
- of your accepting any such warranty or additional liability.
2671
-
2672
- END OF TERMS AND CONDITIONS
2673
-
2674
- APPENDIX: How to apply the Apache License to your work.
2675
-
2676
- To apply the Apache License to your work, attach the following
2677
- boilerplate notice, with the fields enclosed by brackets "[]"
2678
- replaced with your own identifying information. (Don't include
2679
- the brackets!) The text should be enclosed in the appropriate
2680
- comment syntax for the file format. We also recommend that a
2681
- file or class name and description of purpose be included on the
2682
- same "printed page" as the copyright notice for easier
2683
- identification within third-party archives.
2684
-
2685
- Copyright [yyyy] [name of copyright owner]
2686
-
2687
- Licensed under the Apache License, Version 2.0 (the "License");
2688
- you may not use this file except in compliance with the License.
2689
- You may obtain a copy of the License at
2690
-
2691
- http://www.apache.org/licenses/LICENSE-2.0
2692
-
2693
- Unless required by applicable law or agreed to in writing, software
2694
- distributed under the License is distributed on an "AS IS" BASIS,
2695
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2696
- See the License for the specific language governing permissions and
2697
- limitations under the License.
2698
-
2699
- _____
2700
-
2701
2240
  google/re2
2702
2241
 
2703
2242
  Copyright (c) 2009 The RE2 Authors. All rights reserved.
@@ -6506,3 +6045,38 @@ https://github.com/intel/neural-speed
6506
6045
  terms, and open source software license terms. These separate license terms
6507
6046
  govern your use of the third party programs as set forth in the
6508
6047
  "THIRD-PARTY-PROGRAMS" file.
6048
+
6049
+ _____
6050
+
6051
+ dawn
6052
+
6053
+ https://dawn.googlesource.com/dawn
6054
+
6055
+ BSD 3-Clause License
6056
+
6057
+ Copyright 2017-2023 The Dawn & Tint Authors
6058
+
6059
+ Redistribution and use in source and binary forms, with or without
6060
+ modification, are permitted provided that the following conditions are met:
6061
+
6062
+ 1. Redistributions of source code must retain the above copyright notice, this
6063
+ list of conditions and the following disclaimer.
6064
+
6065
+ 2. Redistributions in binary form must reproduce the above copyright notice,
6066
+ this list of conditions and the following disclaimer in the documentation
6067
+ and/or other materials provided with the distribution.
6068
+
6069
+ 3. Neither the name of the copyright holder nor the names of its
6070
+ contributors may be used to endorse or promote products derived from
6071
+ this software without specific prior written permission.
6072
+
6073
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
6074
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
6075
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
6076
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
6077
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
6078
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
6079
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
6080
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
6081
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6082
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-01 00:00:00.000000000 Z
10
+ date: 2025-03-08 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: ffi
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
25
  version: '0'
27
- description:
28
26
  email: andrew@ankane.org
29
27
  executables: []
30
28
  extensions: []
@@ -52,7 +50,6 @@ homepage: https://github.com/ankane/onnxruntime-ruby
52
50
  licenses:
53
51
  - MIT
54
52
  metadata: {}
55
- post_install_message:
56
53
  rdoc_options: []
57
54
  require_paths:
58
55
  - lib
@@ -67,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
64
  - !ruby/object:Gem::Version
68
65
  version: '0'
69
66
  requirements: []
70
- rubygems_version: 3.5.16
71
- signing_key:
67
+ rubygems_version: 3.6.2
72
68
  specification_version: 4
73
69
  summary: High performance scoring engine for ML models
74
70
  test_files: []