onnxruntime 0.8.0 → 0.9.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: e53ab0c3ac8031d96c52d48bb0838c2e92798f1bcd40a5b8a6fba926c2ab6723
4
- data.tar.gz: b9cf1423d46bc22c493be988925bd9a51b6a2f4bfd8a32abe1e7fa1e735b190c
3
+ metadata.gz: d4ca46e42b083c14eca652f79018dfb36c5cb71f5164dd2175ad56e543f24b3e
4
+ data.tar.gz: b006118082cb2635cc34ed9fea66182e45a71cca286f48fae39218305fe41ee4
5
5
  SHA512:
6
- metadata.gz: be782b2837aab018c0933218dfa49855f01f512674c8caa374ff474458fa1a7d8e8661d161181d80e0e93ec85ae8b101f7a2d8e5856b40aaedb44216ae1b9480
7
- data.tar.gz: bba1f2f0c9aca5563183b633519fba033ef3fe9bb7470ee00865122e734310bb68b84f2c035dd5188200a1296ba85018601437fcd828d24582cdb13f5e530c8e
6
+ metadata.gz: 98b9563c75a2f08c8a8b0d6bd0e9e019787dcba43d004866138704d3a7340109ff1d569d98ecb3e2c2c89d91c21c3fb848ed3afc80a6d9816082948299ce8c8f
7
+ data.tar.gz: d487640f9f62afdd53e59ee0096aeb1d2b2f6dc81c860380741340f42585874618bb4df8d025d701317a673bf18c091c0e818224ce8a7573af5bcc156c5e6a22
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.9.0 (2024-02-27)
2
+
3
+ - Updated ONNX Runtime to 1.17.1
4
+
1
5
  ## 0.8.0 (2023-09-20)
2
6
 
3
7
  - Updated ONNX Runtime to 1.16.0
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) Microsoft Corporation
4
- Copyright (c) 2019-2023 Andrew Kane
4
+ Copyright (c) 2019-2024 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
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.0"
3
3
  end
@@ -6264,3 +6264,245 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
6264
6264
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
6265
6265
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6266
6266
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6267
+
6268
+ _____
6269
+
6270
+ composable_kernel
6271
+
6272
+ https://github.com/ROCmSoftwarePlatform/composable_kernel
6273
+
6274
+ Copyright (c) 2018- , Advanced Micro Devices, Inc. (Chao Liu, Jing Zhang)
6275
+ Copyright (c) 2019- , Advanced Micro Devices, Inc. (Letao Qin, Qianfeng Zhang, Liang Huang, Shaojie Wang)
6276
+ Copyright (c) 2022- , Advanced Micro Devices, Inc. (Anthony Chang, Chunyu Lai, Illia Silin, Adam Osewski, Poyen Chen, Jehandad Khan)
6277
+ Copyright (c) 2019-2021, Advanced Micro Devices, Inc. (Hanwen Chang)
6278
+ Copyright (c) 2019-2020, Advanced Micro Devices, Inc. (Tejash Shah)
6279
+ Copyright (c) 2020 , Advanced Micro Devices, Inc. (Xiaoyan Zhou)
6280
+ Copyright (c) 2021-2022, Advanced Micro Devices, Inc. (Jianfeng Yan)
6281
+
6282
+ SPDX-License-Identifier: MIT
6283
+ Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
6284
+
6285
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6286
+ of this software and associated documentation files (the "Software"), to deal
6287
+ in the Software without restriction, including without limitation the rights
6288
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6289
+ copies of the Software, and to permit persons to whom the Software is
6290
+ furnished to do so, subject to the following conditions:
6291
+
6292
+ The above copyright notice and this permission notice shall be included in all
6293
+ copies or substantial portions of the Software.
6294
+
6295
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6296
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6297
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6298
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6299
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6300
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6301
+ SOFTWARE.
6302
+
6303
+ _____
6304
+
6305
+ neural-speed
6306
+
6307
+ https://github.com/intel/neural-speed
6308
+
6309
+ Apache License
6310
+ http://www.apache.org/licenses/
6311
+
6312
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6313
+
6314
+ 1. Definitions.
6315
+
6316
+ "License" shall mean the terms and conditions for use, reproduction,
6317
+ and distribution as defined by Sections 1 through 9 of this document.
6318
+
6319
+ "Licensor" shall mean the copyright owner or entity authorized by
6320
+ the copyright owner that is granting the License.
6321
+
6322
+ "Legal Entity" shall mean the union of the acting entity and all
6323
+ other entities that control, are controlled by, or are under common
6324
+ control with that entity. For the purposes of this definition,
6325
+ "control" means (i) the power, direct or indirect, to cause the
6326
+ direction or management of such entity, whether by contract or
6327
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6328
+ outstanding shares, or (iii) beneficial ownership of such entity.
6329
+
6330
+ "You" (or "Your") shall mean an individual or Legal Entity
6331
+ exercising permissions granted by this License.
6332
+
6333
+ "Source" form shall mean the preferred form for making modifications,
6334
+ including but not limited to software source code, documentation
6335
+ source, and configuration files.
6336
+
6337
+ "Object" form shall mean any form resulting from mechanical
6338
+ transformation or translation of a Source form, including but
6339
+ not limited to compiled object code, generated documentation,
6340
+ and conversions to other media types.
6341
+
6342
+ "Work" shall mean the work of authorship, whether in Source or
6343
+ Object form, made available under the License, as indicated by a
6344
+ copyright notice that is included in or attached to the work
6345
+ (an example is provided in the Appendix below).
6346
+
6347
+ "Derivative Works" shall mean any work, whether in Source or Object
6348
+ form, that is based on (or derived from) the Work and for which the
6349
+ editorial revisions, annotations, elaborations, or other modifications
6350
+ represent, as a whole, an original work of authorship. For the purposes
6351
+ of this License, Derivative Works shall not include works that remain
6352
+ separable from, or merely link (or bind by name) to the interfaces of,
6353
+ the Work and Derivative Works thereof.
6354
+
6355
+ "Contribution" shall mean any work of authorship, including
6356
+ the original version of the Work and any modifications or additions
6357
+ to that Work or Derivative Works thereof, that is intentionally
6358
+ submitted to Licensor for inclusion in the Work by the copyright owner
6359
+ or by an individual or Legal Entity authorized to submit on behalf of
6360
+ the copyright owner. For the purposes of this definition, "submitted"
6361
+ means any form of electronic, verbal, or written communication sent
6362
+ to the Licensor or its representatives, including but not limited to
6363
+ communication on electronic mailing lists, source code control systems,
6364
+ and issue tracking systems that are managed by, or on behalf of, the
6365
+ Licensor for the purpose of discussing and improving the Work, but
6366
+ excluding communication that is conspicuously marked or otherwise
6367
+ designated in writing by the copyright owner as "Not a Contribution."
6368
+
6369
+ "Contributor" shall mean Licensor and any individual or Legal Entity
6370
+ on behalf of whom a Contribution has been received by Licensor and
6371
+ subsequently incorporated within the Work.
6372
+
6373
+ 2. Grant of Copyright License. Subject to the terms and conditions of
6374
+ this License, each Contributor hereby grants to You a perpetual,
6375
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6376
+ copyright license to reproduce, prepare Derivative Works of,
6377
+ publicly display, publicly perform, sublicense, and distribute the
6378
+ Work and such Derivative Works in Source or Object form.
6379
+
6380
+ 3. Grant of Patent License. Subject to the terms and conditions of
6381
+ this License, each Contributor hereby grants to You a perpetual,
6382
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6383
+ (except as stated in this section) patent license to make, have made,
6384
+ use, offer to sell, sell, import, and otherwise transfer the Work,
6385
+ where such license applies only to those patent claims licensable
6386
+ by such Contributor that are necessarily infringed by their
6387
+ Contribution(s) alone or by combination of their Contribution(s)
6388
+ with the Work to which such Contribution(s) was submitted. If You
6389
+ institute patent litigation against any entity (including a
6390
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
6391
+ or a Contribution incorporated within the Work constitutes direct
6392
+ or contributory patent infringement, then any patent licenses
6393
+ granted to You under this License for that Work shall terminate
6394
+ as of the date such litigation is filed.
6395
+
6396
+ 4. Redistribution. You may reproduce and distribute copies of the
6397
+ Work or Derivative Works thereof in any medium, with or without
6398
+ modifications, and in Source or Object form, provided that You
6399
+ meet the following conditions:
6400
+
6401
+ (a) You must give any other recipients of the Work or
6402
+ Derivative Works a copy of this License; and
6403
+
6404
+ (b) You must cause any modified files to carry prominent notices
6405
+ stating that You changed the files; and
6406
+
6407
+ (c) You must retain, in the Source form of any Derivative Works
6408
+ that You distribute, all copyright, patent, trademark, and
6409
+ attribution notices from the Source form of the Work,
6410
+ excluding those notices that do not pertain to any part of
6411
+ the Derivative Works; and
6412
+
6413
+ (d) If the Work includes a "NOTICE" text file as part of its
6414
+ distribution, then any Derivative Works that You distribute must
6415
+ include a readable copy of the attribution notices contained
6416
+ within such NOTICE file, excluding those notices that do not
6417
+ pertain to any part of the Derivative Works, in at least one
6418
+ of the following places: within a NOTICE text file distributed
6419
+ as part of the Derivative Works; within the Source form or
6420
+ documentation, if provided along with the Derivative Works; or,
6421
+ within a display generated by the Derivative Works, if and
6422
+ wherever such third-party notices normally appear. The contents
6423
+ of the NOTICE file are for informational purposes only and
6424
+ do not modify the License. You may add Your own attribution
6425
+ notices within Derivative Works that You distribute, alongside
6426
+ or as an addendum to the NOTICE text from the Work, provided
6427
+ that such additional attribution notices cannot be construed
6428
+ as modifying the License.
6429
+
6430
+ You may add Your own copyright statement to Your modifications and
6431
+ may provide additional or different license terms and conditions
6432
+ for use, reproduction, or distribution of Your modifications, or
6433
+ for any such Derivative Works as a whole, provided Your use,
6434
+ reproduction, and distribution of the Work otherwise complies with
6435
+ the conditions stated in this License.
6436
+
6437
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
6438
+ any Contribution intentionally submitted for inclusion in the Work
6439
+ by You to the Licensor shall be under the terms and conditions of
6440
+ this License, without any additional terms or conditions.
6441
+ Notwithstanding the above, nothing herein shall supersede or modify
6442
+ the terms of any separate license agreement you may have executed
6443
+ with Licensor regarding such Contributions.
6444
+
6445
+ 6. Trademarks. This License does not grant permission to use the trade
6446
+ names, trademarks, service marks, or product names of the Licensor,
6447
+ except as required for reasonable and customary use in describing the
6448
+ origin of the Work and reproducing the content of the NOTICE file.
6449
+
6450
+ 7. Disclaimer of Warranty. Unless required by applicable law or
6451
+ agreed to in writing, Licensor provides the Work (and each
6452
+ Contributor provides its Contributions) on an "AS IS" BASIS,
6453
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6454
+ implied, including, without limitation, any warranties or conditions
6455
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6456
+ PARTICULAR PURPOSE. You are solely responsible for determining the
6457
+ appropriateness of using or redistributing the Work and assume any
6458
+ risks associated with Your exercise of permissions under this License.
6459
+
6460
+ 8. Limitation of Liability. In no event and under no legal theory,
6461
+ whether in tort (including negligence), contract, or otherwise,
6462
+ unless required by applicable law (such as deliberate and grossly
6463
+ negligent acts) or agreed to in writing, shall any Contributor be
6464
+ liable to You for damages, including any direct, indirect, special,
6465
+ incidental, or consequential damages of any character arising as a
6466
+ result of this License or out of the use or inability to use the
6467
+ Work (including but not limited to damages for loss of goodwill,
6468
+ work stoppage, computer failure or malfunction, or any and all
6469
+ other commercial damages or losses), even if such Contributor
6470
+ has been advised of the possibility of such damages.
6471
+
6472
+ 9. Accepting Warranty or Additional Liability. While redistributing
6473
+ the Work or Derivative Works thereof, You may choose to offer,
6474
+ and charge a fee for, acceptance of support, warranty, indemnity,
6475
+ or other liability obligations and/or rights consistent with this
6476
+ License. However, in accepting such obligations, You may act only
6477
+ on Your own behalf and on Your sole responsibility, not on behalf
6478
+ of any other Contributor, and only if You agree to indemnify,
6479
+ defend, and hold each Contributor harmless for any liability
6480
+ incurred by, or claims asserted against, such Contributor by reason
6481
+ of your accepting any such warranty or additional liability.
6482
+
6483
+ END OF TERMS AND CONDITIONS
6484
+
6485
+ ============================================================================
6486
+
6487
+ Copyright 2016-2019 Intel Corporation
6488
+ Copyright 2018 YANDEX LLC
6489
+
6490
+ Licensed under the Apache License, Version 2.0 (the "License");
6491
+ you may not use this file except in compliance with the License.
6492
+ You may obtain a copy of the License at
6493
+
6494
+ http://www.apache.org/licenses/LICENSE-2.0
6495
+
6496
+ Unless required by applicable law or agreed to in writing, software
6497
+ distributed under the License is distributed on an "AS IS" BASIS,
6498
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6499
+ See the License for the specific language governing permissions and
6500
+ limitations under the License.
6501
+
6502
+ This distribution includes third party software ("third party programs").
6503
+ This third party software, even if included with the distribution of
6504
+ the Intel software, may be governed by separate license terms, including
6505
+ without limitation, third party license terms, other Intel software license
6506
+ terms, and open source software license terms. These separate license terms
6507
+ govern your use of the third party programs as set forth in the
6508
+ "THIRD-PARTY-PROGRAMS" file.
Binary file
Binary file
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.8.0
4
+ version: 0.9.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: 2023-09-21 00:00:00.000000000 Z
11
+ date: 2024-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 3.4.10
69
+ rubygems_version: 3.5.3
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: High performance scoring engine for ML models