onnxruntime 0.6.4 → 0.6.5

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: 1bac0cf274d3b553fa451b1a2a3f6ad38266c69eb44f836f832889945b2704e1
4
- data.tar.gz: ca9e4c8db2a8319cd07d13d2ee004ecf24eaa0193319251331fc0c1af80337d3
3
+ metadata.gz: cc44bf1eb0c6238943559059aa89b53a5c9f6a0d417b746396d06d061e4e50d8
4
+ data.tar.gz: 040f930797a6535977817de935199546c3d7003c52214dda926741f84c39ef3e
5
5
  SHA512:
6
- metadata.gz: f9a624c11d17a10750689f9edfa88023450ba48322b6639300829b7cdb9ad4834176820cacf0bb22c6b74bedd7505fbd708310d8bedf54c5d9778c21778f1c75
7
- data.tar.gz: d7310e147eeb0bdda3c9103583b43050b3497419acaa0a1433c1894af0a436b4db9995fc144e969b522b9e5c425184d16dc1ccd593de5ca3909aa93c3cad7027
6
+ metadata.gz: ae90e403d6e329edfb75ec677915249384bf2e4953eeea34578d6269f862043818586a5855c00912da8a042a0962235051920f037cde05d6e6370e1b2d6261c3
7
+ data.tar.gz: 9138182d0e586be8c9a5961e8ffc6c90616d52b8e77b13ae2bf64670806ace76a7a6934f83403969c72582c5961410300929bb715185a5a970f73e360c9713a5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.6.5 (2021-12-07)
2
+
3
+ - Updated ONNX Runtime to 1.10.0
4
+
1
5
  ## 0.6.4 (2021-09-22)
2
6
 
3
7
  - Updated ONNX Runtime to 1.9.0
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # ONNX Runtime
1
+ # ONNX Runtime Ruby
2
2
 
3
3
  :fire: [ONNX Runtime](https://github.com/Microsoft/onnxruntime) - the high performance scoring engine for ML models - for Ruby
4
4
 
5
5
  Check out [an example](https://ankane.org/tensorflow-ruby)
6
6
 
7
- [![Build Status](https://github.com/ankane/onnxruntime/workflows/build/badge.svg?branch=master)](https://github.com/ankane/onnxruntime/actions)
7
+ [![Build Status](https://github.com/ankane/onnxruntime-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/onnxruntime-ruby/actions)
8
8
 
9
9
  ## Installation
10
10
 
@@ -78,6 +78,7 @@ OnnxRuntime::Model.new(path_or_bytes, {
78
78
 
79
79
  ```ruby
80
80
  model.predict(input_feed, {
81
+ output_names: nil,
81
82
  log_severity_level: 2,
82
83
  log_verbosity_level: 0,
83
84
  logid: nil,
@@ -111,22 +112,22 @@ OnnxRuntime.ffi_lib = "path/to/lib/libonnxruntime.so" # onnxruntime.dll for Wind
111
112
 
112
113
  ## History
113
114
 
114
- View the [changelog](https://github.com/ankane/onnxruntime/blob/master/CHANGELOG.md)
115
+ View the [changelog](https://github.com/ankane/onnxruntime-ruby/blob/master/CHANGELOG.md)
115
116
 
116
117
  ## Contributing
117
118
 
118
119
  Everyone is encouraged to help improve this project. Here are a few ways you can help:
119
120
 
120
- - [Report bugs](https://github.com/ankane/onnxruntime/issues)
121
- - Fix bugs and [submit pull requests](https://github.com/ankane/onnxruntime/pulls)
121
+ - [Report bugs](https://github.com/ankane/onnxruntime-ruby/issues)
122
+ - Fix bugs and [submit pull requests](https://github.com/ankane/onnxruntime-ruby/pulls)
122
123
  - Write, clarify, or fix documentation
123
124
  - Suggest or add new features
124
125
 
125
126
  To get started with development and testing:
126
127
 
127
128
  ```sh
128
- git clone https://github.com/ankane/onnxruntime.git
129
- cd onnxruntime
129
+ git clone https://github.com/ankane/onnxruntime-ruby.git
130
+ cd onnxruntime-ruby
130
131
  bundle install
131
132
  bundle exec rake vendor:all
132
133
  bundle exec rake test
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.5"
3
3
  end
@@ -4387,40 +4387,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4387
4387
 
4388
4388
  _____
4389
4389
 
4390
- optional-lite
4391
-
4392
- Copyright (c) 2014-2018 Martin Moene
4393
-
4394
- https://github.com/martinmoene/optional-lite
4395
-
4396
- Distributed under the Boost Software License, Version 1.0.
4397
-
4398
- Boost Software License - Version 1.0 - August 17th, 2003
4399
-
4400
- Permission is hereby granted, free of charge, to any person or organization
4401
- obtaining a copy of the software and accompanying documentation covered by
4402
- this license (the "Software") to use, reproduce, display, distribute,
4403
- execute, and transmit the Software, and to prepare derivative works of the
4404
- Software, and to permit third-parties to whom the Software is furnished to
4405
- do so, all subject to the following:
4406
-
4407
- The copyright notices in the Software and this entire statement, including
4408
- the above license grant, this restriction and the following disclaimer,
4409
- must be included in all copies of the Software, in whole or in part, and
4410
- all derivative works of the Software, unless such copies or derivative
4411
- works are solely in the form of machine-executable object code generated by
4412
- a source language processor.
4413
-
4414
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4415
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4416
- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
4417
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
4418
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
4419
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4420
- DEALINGS IN THE SOFTWARE.
4421
-
4422
- _____
4423
-
4424
4390
  DLPack
4425
4391
 
4426
4392
  https://github.com/dmlc/dlpack
@@ -4775,3 +4741,39 @@ has been taken from other projects or from the open internet. Every line of
4775
4741
  code can be traced back to its original author, and all of those authors have
4776
4742
  public domain dedications on file. So the SQLite code base is clean and is
4777
4743
  uncontaminated with licensed code from other projects.
4744
+
4745
+ _____
4746
+
4747
+ google/XNNPACK
4748
+
4749
+ BSD License
4750
+
4751
+ For XNNPACK software
4752
+
4753
+ Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
4754
+ Copyright 2019 Google LLC
4755
+
4756
+ Redistribution and use in source and binary forms, with or without modification,
4757
+ are permitted provided that the following conditions are met:
4758
+
4759
+ * Redistributions of source code must retain the above copyright notice, this
4760
+ list of conditions and the following disclaimer.
4761
+
4762
+ * Redistributions in binary form must reproduce the above copyright notice,
4763
+ this list of conditions and the following disclaimer in the documentation
4764
+ and/or other materials provided with the distribution.
4765
+
4766
+ * Neither the name Facebook nor the names of its contributors may be used to
4767
+ endorse or promote products derived from this software without specific
4768
+ prior written permission.
4769
+
4770
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4771
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4772
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4773
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
4774
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4775
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4776
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4777
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4778
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4779
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-23 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -45,7 +45,7 @@ files:
45
45
  - vendor/libonnxruntime.dylib
46
46
  - vendor/libonnxruntime.so
47
47
  - vendor/onnxruntime.dll
48
- homepage: https://github.com/ankane/onnxruntime
48
+ homepage: https://github.com/ankane/onnxruntime-ruby
49
49
  licenses:
50
50
  - MIT
51
51
  metadata: {}
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 3.2.22
67
+ rubygems_version: 3.2.32
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: High performance scoring engine for ML models