onnxruntime 0.5.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4df8503d4840fee0e897a8fc7b093e74c8af0bb7bf438b0ca4e1dd20b9d26e1
4
- data.tar.gz: cd58fd60bfa2b57ed04797bebd2f6062f5bfb7a5ec5e8707c6666e2eb771493d
3
+ metadata.gz: 4b0bef4682d8d44fb3cfd3fa619c1e7e620943014a22f259e14bfa1692dbe2ef
4
+ data.tar.gz: bfe59759c177613806ab0ddd97c4d8a68a7e3915299d81aab3e9d369ce672918
5
5
  SHA512:
6
- metadata.gz: 15538d6be0754132d2fb5f9b2ac75fb4ee263fdc75a39a169a276b8c578586b170b07bda2194ca671a5773172e89749353adcefee6531559851690b4e04a78b9
7
- data.tar.gz: e9aaaf9e5e64c54579fe279e5d0554ddefa3fc8ee01bb51523d1ecd0a22ded6a3d4b5024ffe3b677dabcf18d5d1bcb7712e12b82ad6844a1ef80425986fe3aee
6
+ metadata.gz: f0dfc6c0a91621b5637e56061b40ba26648a7e538d84cb2c135a06c1832c9f71aba2e7fb7ab849750756540d02632726b3f45732a8c50649ca4ace03befbe086
7
+ data.tar.gz: 59a01f8d955f9d31f35864a9217fcf79eb35876229e749c5c50b4572903d9dc3e312a4a7a55612e9c36e3095a797da58637442ac0bb191adcb743b62fefb0905
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.6.0 (2021-03-14)
2
+
3
+ - Updated ONNX Runtime to 1.7.0
4
+ - OpenMP is no longer required
5
+
1
6
  ## 0.5.2 (2020-12-27)
2
7
 
3
8
  - Updated ONNX Runtime to 1.6.0
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 Microsoft Corporation
4
- Copyright (c) 2019-2020 Andrew Kane
3
+ Copyright (c) Microsoft Corporation
4
+ Copyright (c) 2019-2021 Andrew Kane
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -14,12 +14,6 @@ Add this line to your application’s Gemfile:
14
14
  gem 'onnxruntime'
15
15
  ```
16
16
 
17
- On Mac, also install OpenMP:
18
-
19
- ```sh
20
- brew install libomp
21
- ```
22
-
23
17
  ## Getting Started
24
18
 
25
19
  Load a model and make predictions
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.5.2"
2
+ VERSION = "0.6.0"
3
3
  end
data/vendor/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 Microsoft Corporation
3
+ Copyright (c) Microsoft Corporation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1589,7 +1589,7 @@ AUTHORS
1589
1589
  # See the latter for an explanation.
1590
1590
  #
1591
1591
  # Names should be added to this file as:
1592
- # Name or Organization <email address>
1592
+ # Name or Organization <email address>
1593
1593
  # The email address is not required for organizations.
1594
1594
  #
1595
1595
  # Please keep the list sorted.
@@ -2168,38 +2168,6 @@ See the [community structure document](http://docs.tvm.ai/contribute/community.h
2168
2168
 
2169
2169
  _____
2170
2170
 
2171
- jemalloc
2172
-
2173
- Unless otherwise specified, files in the jemalloc source distribution are
2174
- subject to the following license:
2175
- --------------------------------------------------------------------------------
2176
- Copyright (C) 2002-2018 Jason Evans <jasone@canonware.com>.
2177
- All rights reserved.
2178
- Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
2179
- Copyright (C) 2009-2018 Facebook, Inc. All rights reserved.
2180
-
2181
- Redistribution and use in source and binary forms, with or without
2182
- modification, are permitted provided that the following conditions are met:
2183
- 1. Redistributions of source code must retain the above copyright notice(s),
2184
- this list of conditions and the following disclaimer.
2185
- 2. Redistributions in binary form must reproduce the above copyright notice(s),
2186
- this list of conditions and the following disclaimer in the documentation
2187
- and/or other materials provided with the distribution.
2188
-
2189
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
2190
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2191
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
2192
- EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
2193
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2194
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2195
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2196
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
2197
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2198
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2199
- --------------------------------------------------------------------------------
2200
-
2201
- _____
2202
-
2203
2171
  FreeBSD: getopt.c file
2204
2172
 
2205
2173
  Copyright (c) 1987, 1993, 1994
@@ -2329,425 +2297,209 @@ DAMAGE.
2329
2297
 
2330
2298
  _____
2331
2299
 
2332
- google/gemmlowp
2333
-
2334
- Copyright 2016 The Gemmlowp Authors. All rights reserved.
2335
-
2336
- Authors
2337
- Google Inc.
2338
- Intel Corporation
2339
- ARM Ltd.
2340
- Silk Labs Inc.
2341
- MIPS Tech LLC
2342
- Wave Computing Inc.
2343
-
2344
- Apache License
2345
- Version 2.0, January 2004
2346
- http://www.apache.org/licenses/
2347
-
2348
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2349
-
2350
- 1. Definitions.
2351
-
2352
- "License" shall mean the terms and conditions for use, reproduction,
2353
- and distribution as defined by Sections 1 through 9 of this document.
2354
-
2355
- "Licensor" shall mean the copyright owner or entity authorized by
2356
- the copyright owner that is granting the License.
2357
-
2358
- "Legal Entity" shall mean the union of the acting entity and all
2359
- other entities that control, are controlled by, or are under common
2360
- control with that entity. For the purposes of this definition,
2361
- "control" means (i) the power, direct or indirect, to cause the
2362
- direction or management of such entity, whether by contract or
2363
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2364
- outstanding shares, or (iii) beneficial ownership of such entity.
2365
-
2366
- "You" (or "Your") shall mean an individual or Legal Entity
2367
- exercising permissions granted by this License.
2368
-
2369
- "Source" form shall mean the preferred form for making modifications,
2370
- including but not limited to software source code, documentation
2371
- source, and configuration files.
2372
-
2373
- "Object" form shall mean any form resulting from mechanical
2374
- transformation or translation of a Source form, including but
2375
- not limited to compiled object code, generated documentation,
2376
- and conversions to other media types.
2377
-
2378
- "Work" shall mean the work of authorship, whether in Source or
2379
- Object form, made available under the License, as indicated by a
2380
- copyright notice that is included in or attached to the work
2381
- (an example is provided in the Appendix below).
2382
-
2383
- "Derivative Works" shall mean any work, whether in Source or Object
2384
- form, that is based on (or derived from) the Work and for which the
2385
- editorial revisions, annotations, elaborations, or other modifications
2386
- represent, as a whole, an original work of authorship. For the purposes
2387
- of this License, Derivative Works shall not include works that remain
2388
- separable from, or merely link (or bind by name) to the interfaces of,
2389
- the Work and Derivative Works thereof.
2390
-
2391
- "Contribution" shall mean any work of authorship, including
2392
- the original version of the Work and any modifications or additions
2393
- to that Work or Derivative Works thereof, that is intentionally
2394
- submitted to Licensor for inclusion in the Work by the copyright owner
2395
- or by an individual or Legal Entity authorized to submit on behalf of
2396
- the copyright owner. For the purposes of this definition, "submitted"
2397
- means any form of electronic, verbal, or written communication sent
2398
- to the Licensor or its representatives, including but not limited to
2399
- communication on electronic mailing lists, source code control systems,
2400
- and issue tracking systems that are managed by, or on behalf of, the
2401
- Licensor for the purpose of discussing and improving the Work, but
2402
- excluding communication that is conspicuously marked or otherwise
2403
- designated in writing by the copyright owner as "Not a Contribution."
2404
-
2405
- "Contributor" shall mean Licensor and any individual or Legal Entity
2406
- on behalf of whom a Contribution has been received by Licensor and
2407
- subsequently incorporated within the Work.
2408
-
2409
- 2. Grant of Copyright License. Subject to the terms and conditions of
2410
- this License, each Contributor hereby grants to You a perpetual,
2411
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2412
- copyright license to reproduce, prepare Derivative Works of,
2413
- publicly display, publicly perform, sublicense, and distribute the
2414
- Work and such Derivative Works in Source or Object form.
2415
-
2416
- 3. Grant of Patent License. Subject to the terms and conditions of
2417
- this License, each Contributor hereby grants to You a perpetual,
2418
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2419
- (except as stated in this section) patent license to make, have made,
2420
- use, offer to sell, sell, import, and otherwise transfer the Work,
2421
- where such license applies only to those patent claims licensable
2422
- by such Contributor that are necessarily infringed by their
2423
- Contribution(s) alone or by combination of their Contribution(s)
2424
- with the Work to which such Contribution(s) was submitted. If You
2425
- institute patent litigation against any entity (including a
2426
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2427
- or a Contribution incorporated within the Work constitutes direct
2428
- or contributory patent infringement, then any patent licenses
2429
- granted to You under this License for that Work shall terminate
2430
- as of the date such litigation is filed.
2431
-
2432
- 4. Redistribution. You may reproduce and distribute copies of the
2433
- Work or Derivative Works thereof in any medium, with or without
2434
- modifications, and in Source or Object form, provided that You
2435
- meet the following conditions:
2436
-
2437
- (a) You must give any other recipients of the Work or
2438
- Derivative Works a copy of this License; and
2439
-
2440
- (b) You must cause any modified files to carry prominent notices
2441
- stating that You changed the files; and
2442
-
2443
- (c) You must retain, in the Source form of any Derivative Works
2444
- that You distribute, all copyright, patent, trademark, and
2445
- attribution notices from the Source form of the Work,
2446
- excluding those notices that do not pertain to any part of
2447
- the Derivative Works; and
2448
-
2449
- (d) If the Work includes a "NOTICE" text file as part of its
2450
- distribution, then any Derivative Works that You distribute must
2451
- include a readable copy of the attribution notices contained
2452
- within such NOTICE file, excluding those notices that do not
2453
- pertain to any part of the Derivative Works, in at least one
2454
- of the following places: within a NOTICE text file distributed
2455
- as part of the Derivative Works; within the Source form or
2456
- documentation, if provided along with the Derivative Works; or,
2457
- within a display generated by the Derivative Works, if and
2458
- wherever such third-party notices normally appear. The contents
2459
- of the NOTICE file are for informational purposes only and
2460
- do not modify the License. You may add Your own attribution
2461
- notices within Derivative Works that You distribute, alongside
2462
- or as an addendum to the NOTICE text from the Work, provided
2463
- that such additional attribution notices cannot be construed
2464
- as modifying the License.
2465
-
2466
- You may add Your own copyright statement to Your modifications and
2467
- may provide additional or different license terms and conditions
2468
- for use, reproduction, or distribution of Your modifications, or
2469
- for any such Derivative Works as a whole, provided Your use,
2470
- reproduction, and distribution of the Work otherwise complies with
2471
- the conditions stated in this License.
2472
-
2473
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2474
- any Contribution intentionally submitted for inclusion in the Work
2475
- by You to the Licensor shall be under the terms and conditions of
2476
- this License, without any additional terms or conditions.
2477
- Notwithstanding the above, nothing herein shall supersede or modify
2478
- the terms of any separate license agreement you may have executed
2479
- with Licensor regarding such Contributions.
2480
-
2481
- 6. Trademarks. This License does not grant permission to use the trade
2482
- names, trademarks, service marks, or product names of the Licensor,
2483
- except as required for reasonable and customary use in describing the
2484
- origin of the Work and reproducing the content of the NOTICE file.
2485
-
2486
- 7. Disclaimer of Warranty. Unless required by applicable law or
2487
- agreed to in writing, Licensor provides the Work (and each
2488
- Contributor provides its Contributions) on an "AS IS" BASIS,
2489
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2490
- implied, including, without limitation, any warranties or conditions
2491
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2492
- PARTICULAR PURPOSE. You are solely responsible for determining the
2493
- appropriateness of using or redistributing the Work and assume any
2494
- risks associated with Your exercise of permissions under this License.
2495
-
2496
- 8. Limitation of Liability. In no event and under no legal theory,
2497
- whether in tort (including negligence), contract, or otherwise,
2498
- unless required by applicable law (such as deliberate and grossly
2499
- negligent acts) or agreed to in writing, shall any Contributor be
2500
- liable to You for damages, including any direct, indirect, special,
2501
- incidental, or consequential damages of any character arising as a
2502
- result of this License or out of the use or inability to use the
2503
- Work (including but not limited to damages for loss of goodwill,
2504
- work stoppage, computer failure or malfunction, or any and all
2505
- other commercial damages or losses), even if such Contributor
2506
- has been advised of the possibility of such damages.
2507
-
2508
- 9. Accepting Warranty or Additional Liability. While redistributing
2509
- the Work or Derivative Works thereof, You may choose to offer,
2510
- and charge a fee for, acceptance of support, warranty, indemnity,
2511
- or other liability obligations and/or rights consistent with this
2512
- License. However, in accepting such obligations, You may act only
2513
- on Your own behalf and on Your sole responsibility, not on behalf
2514
- of any other Contributor, and only if You agree to indemnify,
2515
- defend, and hold each Contributor harmless for any liability
2516
- incurred by, or claims asserted against, such Contributor by reason
2517
- of your accepting any such warranty or additional liability.
2518
-
2519
- END OF TERMS AND CONDITIONS
2520
-
2521
- APPENDIX: How to apply the Apache License to your work.
2522
-
2523
- To apply the Apache License to your work, attach the following
2524
- boilerplate notice, with the fields enclosed by brackets "[]"
2525
- replaced with your own identifying information. (Don't include
2526
- the brackets!) The text should be enclosed in the appropriate
2527
- comment syntax for the file format. We also recommend that a
2528
- file or class name and description of purpose be included on the
2529
- same "printed page" as the copyright notice for easier
2530
- identification within third-party archives.
2531
-
2532
- Copyright [yyyy] [name of copyright owner]
2533
-
2534
- Licensed under the Apache License, Version 2.0 (the "License");
2535
- you may not use this file except in compliance with the License.
2536
- You may obtain a copy of the License at
2537
-
2538
- http://www.apache.org/licenses/LICENSE-2.0
2539
-
2540
- Unless required by applicable law or agreed to in writing, software
2541
- distributed under the License is distributed on an "AS IS" BASIS,
2542
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2543
- See the License for the specific language governing permissions and
2544
- limitations under the License.
2545
-
2546
- _____
2547
-
2548
2300
  google/nsync
2549
2301
 
2550
2302
  Apache License
2551
- Version 2.0, January 2004
2552
- http://www.apache.org/licenses/
2553
-
2554
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2555
-
2556
- 1. Definitions.
2557
-
2558
- "License" shall mean the terms and conditions for use, reproduction,
2559
- and distribution as defined by Sections 1 through 9 of this document.
2560
-
2561
- "Licensor" shall mean the copyright owner or entity authorized by
2562
- the copyright owner that is granting the License.
2563
-
2564
- "Legal Entity" shall mean the union of the acting entity and all
2565
- other entities that control, are controlled by, or are under common
2566
- control with that entity. For the purposes of this definition,
2567
- "control" means (i) the power, direct or indirect, to cause the
2568
- direction or management of such entity, whether by contract or
2569
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2570
- outstanding shares, or (iii) beneficial ownership of such entity.
2571
-
2572
- "You" (or "Your") shall mean an individual or Legal Entity
2573
- exercising permissions granted by this License.
2574
-
2575
- "Source" form shall mean the preferred form for making modifications,
2576
- including but not limited to software source code, documentation
2577
- source, and configuration files.
2578
-
2579
- "Object" form shall mean any form resulting from mechanical
2580
- transformation or translation of a Source form, including but
2581
- not limited to compiled object code, generated documentation,
2582
- and conversions to other media types.
2583
-
2584
- "Work" shall mean the work of authorship, whether in Source or
2585
- Object form, made available under the License, as indicated by a
2586
- copyright notice that is included in or attached to the work
2587
- (an example is provided in the Appendix below).
2588
-
2589
- "Derivative Works" shall mean any work, whether in Source or Object
2590
- form, that is based on (or derived from) the Work and for which the
2591
- editorial revisions, annotations, elaborations, or other modifications
2592
- represent, as a whole, an original work of authorship. For the purposes
2593
- of this License, Derivative Works shall not include works that remain
2594
- separable from, or merely link (or bind by name) to the interfaces of,
2595
- the Work and Derivative Works thereof.
2596
-
2597
- "Contribution" shall mean any work of authorship, including
2598
- the original version of the Work and any modifications or additions
2599
- to that Work or Derivative Works thereof, that is intentionally
2600
- submitted to Licensor for inclusion in the Work by the copyright owner
2601
- or by an individual or Legal Entity authorized to submit on behalf of
2602
- the copyright owner. For the purposes of this definition, "submitted"
2603
- means any form of electronic, verbal, or written communication sent
2604
- to the Licensor or its representatives, including but not limited to
2605
- communication on electronic mailing lists, source code control systems,
2606
- and issue tracking systems that are managed by, or on behalf of, the
2607
- Licensor for the purpose of discussing and improving the Work, but
2608
- excluding communication that is conspicuously marked or otherwise
2609
- designated in writing by the copyright owner as "Not a Contribution."
2610
-
2611
- "Contributor" shall mean Licensor and any individual or Legal Entity
2612
- on behalf of whom a Contribution has been received by Licensor and
2613
- subsequently incorporated within the Work.
2614
-
2615
- 2. Grant of Copyright License. Subject to the terms and conditions of
2616
- this License, each Contributor hereby grants to You a perpetual,
2617
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2618
- copyright license to reproduce, prepare Derivative Works of,
2619
- publicly display, publicly perform, sublicense, and distribute the
2620
- Work and such Derivative Works in Source or Object form.
2621
-
2622
- 3. Grant of Patent License. Subject to the terms and conditions of
2623
- this License, each Contributor hereby grants to You a perpetual,
2624
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2625
- (except as stated in this section) patent license to make, have made,
2626
- use, offer to sell, sell, import, and otherwise transfer the Work,
2627
- where such license applies only to those patent claims licensable
2628
- by such Contributor that are necessarily infringed by their
2629
- Contribution(s) alone or by combination of their Contribution(s)
2630
- with the Work to which such Contribution(s) was submitted. If You
2631
- institute patent litigation against any entity (including a
2632
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2633
- or a Contribution incorporated within the Work constitutes direct
2634
- or contributory patent infringement, then any patent licenses
2635
- granted to You under this License for that Work shall terminate
2636
- as of the date such litigation is filed.
2637
-
2638
- 4. Redistribution. You may reproduce and distribute copies of the
2639
- Work or Derivative Works thereof in any medium, with or without
2640
- modifications, and in Source or Object form, provided that You
2641
- meet the following conditions:
2642
-
2643
- (a) You must give any other recipients of the Work or
2644
- Derivative Works a copy of this License; and
2645
-
2646
- (b) You must cause any modified files to carry prominent notices
2647
- stating that You changed the files; and
2648
-
2649
- (c) You must retain, in the Source form of any Derivative Works
2650
- that You distribute, all copyright, patent, trademark, and
2651
- attribution notices from the Source form of the Work,
2652
- excluding those notices that do not pertain to any part of
2653
- the Derivative Works; and
2654
-
2655
- (d) If the Work includes a "NOTICE" text file as part of its
2656
- distribution, then any Derivative Works that You distribute must
2657
- include a readable copy of the attribution notices contained
2658
- within such NOTICE file, excluding those notices that do not
2659
- pertain to any part of the Derivative Works, in at least one
2660
- of the following places: within a NOTICE text file distributed
2661
- as part of the Derivative Works; within the Source form or
2662
- documentation, if provided along with the Derivative Works; or,
2663
- within a display generated by the Derivative Works, if and
2664
- wherever such third-party notices normally appear. The contents
2665
- of the NOTICE file are for informational purposes only and
2666
- do not modify the License. You may add Your own attribution
2667
- notices within Derivative Works that You distribute, alongside
2668
- or as an addendum to the NOTICE text from the Work, provided
2669
- that such additional attribution notices cannot be construed
2670
- as modifying the License.
2671
-
2672
- You may add Your own copyright statement to Your modifications and
2673
- may provide additional or different license terms and conditions
2674
- for use, reproduction, or distribution of Your modifications, or
2675
- for any such Derivative Works as a whole, provided Your use,
2676
- reproduction, and distribution of the Work otherwise complies with
2677
- the conditions stated in this License.
2678
-
2679
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2680
- any Contribution intentionally submitted for inclusion in the Work
2681
- by You to the Licensor shall be under the terms and conditions of
2682
- this License, without any additional terms or conditions.
2683
- Notwithstanding the above, nothing herein shall supersede or modify
2684
- the terms of any separate license agreement you may have executed
2685
- with Licensor regarding such Contributions.
2686
-
2687
- 6. Trademarks. This License does not grant permission to use the trade
2688
- names, trademarks, service marks, or product names of the Licensor,
2689
- except as required for reasonable and customary use in describing the
2690
- origin of the Work and reproducing the content of the NOTICE file.
2691
-
2692
- 7. Disclaimer of Warranty. Unless required by applicable law or
2693
- agreed to in writing, Licensor provides the Work (and each
2694
- Contributor provides its Contributions) on an "AS IS" BASIS,
2695
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2696
- implied, including, without limitation, any warranties or conditions
2697
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2698
- PARTICULAR PURPOSE. You are solely responsible for determining the
2699
- appropriateness of using or redistributing the Work and assume any
2700
- risks associated with Your exercise of permissions under this License.
2701
-
2702
- 8. Limitation of Liability. In no event and under no legal theory,
2703
- whether in tort (including negligence), contract, or otherwise,
2704
- unless required by applicable law (such as deliberate and grossly
2705
- negligent acts) or agreed to in writing, shall any Contributor be
2706
- liable to You for damages, including any direct, indirect, special,
2707
- incidental, or consequential damages of any character arising as a
2708
- result of this License or out of the use or inability to use the
2709
- Work (including but not limited to damages for loss of goodwill,
2710
- work stoppage, computer failure or malfunction, or any and all
2711
- other commercial damages or losses), even if such Contributor
2712
- has been advised of the possibility of such damages.
2713
-
2714
- 9. Accepting Warranty or Additional Liability. While redistributing
2715
- the Work or Derivative Works thereof, You may choose to offer,
2716
- and charge a fee for, acceptance of support, warranty, indemnity,
2717
- or other liability obligations and/or rights consistent with this
2718
- License. However, in accepting such obligations, You may act only
2719
- on Your own behalf and on Your sole responsibility, not on behalf
2720
- of any other Contributor, and only if You agree to indemnify,
2721
- defend, and hold each Contributor harmless for any liability
2722
- incurred by, or claims asserted against, such Contributor by reason
2723
- of your accepting any such warranty or additional liability.
2724
-
2725
- END OF TERMS AND CONDITIONS
2726
-
2727
- APPENDIX: How to apply the Apache License to your work.
2728
-
2729
- To apply the Apache License to your work, attach the following
2730
- boilerplate notice, with the fields enclosed by brackets "[]"
2731
- replaced with your own identifying information. (Don't include
2732
- the brackets!) The text should be enclosed in the appropriate
2733
- comment syntax for the file format. We also recommend that a
2734
- file or class name and description of purpose be included on the
2735
- same "printed page" as the copyright notice for easier
2736
- identification within third-party archives.
2737
-
2738
- Copyright [yyyy] [name of copyright owner]
2739
-
2740
- Licensed under the Apache License, Version 2.0 (the "License");
2741
- you may not use this file except in compliance with the License.
2742
- You may obtain a copy of the License at
2743
-
2744
- http://www.apache.org/licenses/LICENSE-2.0
2745
-
2746
- Unless required by applicable law or agreed to in writing, software
2747
- distributed under the License is distributed on an "AS IS" BASIS,
2748
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2749
- See the License for the specific language governing permissions and
2750
- limitations under the License.
2303
+ Version 2.0, January 2004
2304
+ http://www.apache.org/licenses/
2305
+
2306
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2307
+
2308
+ 1. Definitions.
2309
+
2310
+ "License" shall mean the terms and conditions for use, reproduction,
2311
+ and distribution as defined by Sections 1 through 9 of this document.
2312
+
2313
+ "Licensor" shall mean the copyright owner or entity authorized by
2314
+ the copyright owner that is granting the License.
2315
+
2316
+ "Legal Entity" shall mean the union of the acting entity and all
2317
+ other entities that control, are controlled by, or are under common
2318
+ control with that entity. For the purposes of this definition,
2319
+ "control" means (i) the power, direct or indirect, to cause the
2320
+ direction or management of such entity, whether by contract or
2321
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2322
+ outstanding shares, or (iii) beneficial ownership of such entity.
2323
+
2324
+ "You" (or "Your") shall mean an individual or Legal Entity
2325
+ exercising permissions granted by this License.
2326
+
2327
+ "Source" form shall mean the preferred form for making modifications,
2328
+ including but not limited to software source code, documentation
2329
+ source, and configuration files.
2330
+
2331
+ "Object" form shall mean any form resulting from mechanical
2332
+ transformation or translation of a Source form, including but
2333
+ not limited to compiled object code, generated documentation,
2334
+ and conversions to other media types.
2335
+
2336
+ "Work" shall mean the work of authorship, whether in Source or
2337
+ Object form, made available under the License, as indicated by a
2338
+ copyright notice that is included in or attached to the work
2339
+ (an example is provided in the Appendix below).
2340
+
2341
+ "Derivative Works" shall mean any work, whether in Source or Object
2342
+ form, that is based on (or derived from) the Work and for which the
2343
+ editorial revisions, annotations, elaborations, or other modifications
2344
+ represent, as a whole, an original work of authorship. For the purposes
2345
+ of this License, Derivative Works shall not include works that remain
2346
+ separable from, or merely link (or bind by name) to the interfaces of,
2347
+ the Work and Derivative Works thereof.
2348
+
2349
+ "Contribution" shall mean any work of authorship, including
2350
+ the original version of the Work and any modifications or additions
2351
+ to that Work or Derivative Works thereof, that is intentionally
2352
+ submitted to Licensor for inclusion in the Work by the copyright owner
2353
+ or by an individual or Legal Entity authorized to submit on behalf of
2354
+ the copyright owner. For the purposes of this definition, "submitted"
2355
+ means any form of electronic, verbal, or written communication sent
2356
+ to the Licensor or its representatives, including but not limited to
2357
+ communication on electronic mailing lists, source code control systems,
2358
+ and issue tracking systems that are managed by, or on behalf of, the
2359
+ Licensor for the purpose of discussing and improving the Work, but
2360
+ excluding communication that is conspicuously marked or otherwise
2361
+ designated in writing by the copyright owner as "Not a Contribution."
2362
+
2363
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2364
+ on behalf of whom a Contribution has been received by Licensor and
2365
+ subsequently incorporated within the Work.
2366
+
2367
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2368
+ this License, each Contributor hereby grants to You a perpetual,
2369
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2370
+ copyright license to reproduce, prepare Derivative Works of,
2371
+ publicly display, publicly perform, sublicense, and distribute the
2372
+ Work and such Derivative Works in Source or Object form.
2373
+
2374
+ 3. Grant of Patent License. Subject to the terms and conditions of
2375
+ this License, each Contributor hereby grants to You a perpetual,
2376
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2377
+ (except as stated in this section) patent license to make, have made,
2378
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2379
+ where such license applies only to those patent claims licensable
2380
+ by such Contributor that are necessarily infringed by their
2381
+ Contribution(s) alone or by combination of their Contribution(s)
2382
+ with the Work to which such Contribution(s) was submitted. If You
2383
+ institute patent litigation against any entity (including a
2384
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2385
+ or a Contribution incorporated within the Work constitutes direct
2386
+ or contributory patent infringement, then any patent licenses
2387
+ granted to You under this License for that Work shall terminate
2388
+ as of the date such litigation is filed.
2389
+
2390
+ 4. Redistribution. You may reproduce and distribute copies of the
2391
+ Work or Derivative Works thereof in any medium, with or without
2392
+ modifications, and in Source or Object form, provided that You
2393
+ meet the following conditions:
2394
+
2395
+ (a) You must give any other recipients of the Work or
2396
+ Derivative Works a copy of this License; and
2397
+
2398
+ (b) You must cause any modified files to carry prominent notices
2399
+ stating that You changed the files; and
2400
+
2401
+ (c) You must retain, in the Source form of any Derivative Works
2402
+ that You distribute, all copyright, patent, trademark, and
2403
+ attribution notices from the Source form of the Work,
2404
+ excluding those notices that do not pertain to any part of
2405
+ the Derivative Works; and
2406
+
2407
+ (d) If the Work includes a "NOTICE" text file as part of its
2408
+ distribution, then any Derivative Works that You distribute must
2409
+ include a readable copy of the attribution notices contained
2410
+ within such NOTICE file, excluding those notices that do not
2411
+ pertain to any part of the Derivative Works, in at least one
2412
+ of the following places: within a NOTICE text file distributed
2413
+ as part of the Derivative Works; within the Source form or
2414
+ documentation, if provided along with the Derivative Works; or,
2415
+ within a display generated by the Derivative Works, if and
2416
+ wherever such third-party notices normally appear. The contents
2417
+ of the NOTICE file are for informational purposes only and
2418
+ do not modify the License. You may add Your own attribution
2419
+ notices within Derivative Works that You distribute, alongside
2420
+ or as an addendum to the NOTICE text from the Work, provided
2421
+ that such additional attribution notices cannot be construed
2422
+ as modifying the License.
2423
+
2424
+ You may add Your own copyright statement to Your modifications and
2425
+ may provide additional or different license terms and conditions
2426
+ for use, reproduction, or distribution of Your modifications, or
2427
+ for any such Derivative Works as a whole, provided Your use,
2428
+ reproduction, and distribution of the Work otherwise complies with
2429
+ the conditions stated in this License.
2430
+
2431
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2432
+ any Contribution intentionally submitted for inclusion in the Work
2433
+ by You to the Licensor shall be under the terms and conditions of
2434
+ this License, without any additional terms or conditions.
2435
+ Notwithstanding the above, nothing herein shall supersede or modify
2436
+ the terms of any separate license agreement you may have executed
2437
+ with Licensor regarding such Contributions.
2438
+
2439
+ 6. Trademarks. This License does not grant permission to use the trade
2440
+ names, trademarks, service marks, or product names of the Licensor,
2441
+ except as required for reasonable and customary use in describing the
2442
+ origin of the Work and reproducing the content of the NOTICE file.
2443
+
2444
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2445
+ agreed to in writing, Licensor provides the Work (and each
2446
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2447
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2448
+ implied, including, without limitation, any warranties or conditions
2449
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2450
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2451
+ appropriateness of using or redistributing the Work and assume any
2452
+ risks associated with Your exercise of permissions under this License.
2453
+
2454
+ 8. Limitation of Liability. In no event and under no legal theory,
2455
+ whether in tort (including negligence), contract, or otherwise,
2456
+ unless required by applicable law (such as deliberate and grossly
2457
+ negligent acts) or agreed to in writing, shall any Contributor be
2458
+ liable to You for damages, including any direct, indirect, special,
2459
+ incidental, or consequential damages of any character arising as a
2460
+ result of this License or out of the use or inability to use the
2461
+ Work (including but not limited to damages for loss of goodwill,
2462
+ work stoppage, computer failure or malfunction, or any and all
2463
+ other commercial damages or losses), even if such Contributor
2464
+ has been advised of the possibility of such damages.
2465
+
2466
+ 9. Accepting Warranty or Additional Liability. While redistributing
2467
+ the Work or Derivative Works thereof, You may choose to offer,
2468
+ and charge a fee for, acceptance of support, warranty, indemnity,
2469
+ or other liability obligations and/or rights consistent with this
2470
+ License. However, in accepting such obligations, You may act only
2471
+ on Your own behalf and on Your sole responsibility, not on behalf
2472
+ of any other Contributor, and only if You agree to indemnify,
2473
+ defend, and hold each Contributor harmless for any liability
2474
+ incurred by, or claims asserted against, such Contributor by reason
2475
+ of your accepting any such warranty or additional liability.
2476
+
2477
+ END OF TERMS AND CONDITIONS
2478
+
2479
+ APPENDIX: How to apply the Apache License to your work.
2480
+
2481
+ To apply the Apache License to your work, attach the following
2482
+ boilerplate notice, with the fields enclosed by brackets "[]"
2483
+ replaced with your own identifying information. (Don't include
2484
+ the brackets!) The text should be enclosed in the appropriate
2485
+ comment syntax for the file format. We also recommend that a
2486
+ file or class name and description of purpose be included on the
2487
+ same "printed page" as the copyright notice for easier
2488
+ identification within third-party archives.
2489
+
2490
+ Copyright [yyyy] [name of copyright owner]
2491
+
2492
+ Licensed under the Apache License, Version 2.0 (the "License");
2493
+ you may not use this file except in compliance with the License.
2494
+ You may obtain a copy of the License at
2495
+
2496
+ http://www.apache.org/licenses/LICENSE-2.0
2497
+
2498
+ Unless required by applicable law or agreed to in writing, software
2499
+ distributed under the License is distributed on an "AS IS" BASIS,
2500
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2501
+ See the License for the specific language governing permissions and
2502
+ limitations under the License.
2751
2503
 
2752
2504
  _____
2753
2505
 
@@ -4116,7 +3868,7 @@ _____
4116
3868
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4117
3869
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4118
3870
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4119
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3871
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4120
3872
  _____
4121
3873
  huggingface/transformers
4122
3874
 
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-28 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -24,50 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: bundler
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: rake
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: minitest
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '5'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '5'
69
27
  description:
70
- email: andrew@chartkick.com
28
+ email: andrew@ankane.org
71
29
  executables: []
72
30
  extensions: []
73
31
  extra_rdoc_files: []