onnxruntime 0.6.3 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +8 -7
- data/lib/onnxruntime/version.rb +1 -1
- data/vendor/ThirdPartyNotices.txt +98 -34
- data/vendor/libonnxruntime.dylib +0 -0
- data/vendor/libonnxruntime.so +0 -0
- data/vendor/onnxruntime.dll +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0bbcaf188ac63f1294a4a404c198278b0483f2f7e3e7be8d53c5aa78b0fb3fe
|
4
|
+
data.tar.gz: 8561ae1785c96803fea056d0d64dee018c3e73d724d168f527cf985d614906d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e121f6048292498b97e624634b6086e0471770fe1e42fcfa5e308008d5fe0e11bf021c99407093d34a4584ffe6457fed351520a01c0c90ba8512eb62d5f8828
|
7
|
+
data.tar.gz: adc31dfcb37169cd9605ffeec79cf77d1ed18333796b78c156eda093ae042f11144b32054ea332f43f062437b1ad2ef8869f62d1d6ca606fb152a206745db827
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
## 0.6.6 (2022-03-27)
|
2
|
+
|
3
|
+
- Updated ONNX Runtime to 1.11.0
|
4
|
+
|
5
|
+
## 0.6.5 (2021-12-07)
|
6
|
+
|
7
|
+
- Updated ONNX Runtime to 1.10.0
|
8
|
+
|
9
|
+
## 0.6.4 (2021-09-22)
|
10
|
+
|
11
|
+
- Updated ONNX Runtime to 1.9.0
|
12
|
+
|
1
13
|
## 0.6.3 (2021-07-08)
|
2
14
|
|
3
15
|
- Updated ONNX Runtime to 1.8.1
|
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
|
data/lib/onnxruntime/version.rb
CHANGED
@@ -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
|
@@ -4713,3 +4679,101 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4713
4679
|
SOFTWARE.
|
4714
4680
|
|
4715
4681
|
_____
|
4682
|
+
|
4683
|
+
pytorch/cpuinfo
|
4684
|
+
|
4685
|
+
BSD 2-Clause "Simplified" License
|
4686
|
+
|
4687
|
+
https://github.com/pytorch/cpuinfo
|
4688
|
+
|
4689
|
+
Copyright (c) 2019 Google LLC
|
4690
|
+
Copyright (c) 2017-2018 Facebook Inc.
|
4691
|
+
Copyright (C) 2012-2017 Georgia Institute of Technology
|
4692
|
+
Copyright (C) 2010-2012 Marat Dukhan
|
4693
|
+
|
4694
|
+
All rights reserved.
|
4695
|
+
|
4696
|
+
Redistribution and use in source and binary forms, with or without
|
4697
|
+
modification, are permitted provided that the following conditions are met:
|
4698
|
+
|
4699
|
+
* Redistributions of source code must retain the above copyright notice, this
|
4700
|
+
list of conditions and the following disclaimer.
|
4701
|
+
|
4702
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
4703
|
+
this list of conditions and the following disclaimer in the documentation
|
4704
|
+
and/or other materials provided with the distribution.
|
4705
|
+
|
4706
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
4707
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
4708
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
4709
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
4710
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
4711
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
4712
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
4713
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
4714
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
4715
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
4716
|
+
|
4717
|
+
_____
|
4718
|
+
|
4719
|
+
SQLite Is Public Domain
|
4720
|
+
|
4721
|
+
All of the code and documentation in SQLite has been dedicated to the public
|
4722
|
+
domain by the authors. All code authors, and representatives of the companies
|
4723
|
+
they work for, have signed affidavits dedicating their contributions to the
|
4724
|
+
public domain and originals of those signed affidavits are stored in a firesafe
|
4725
|
+
at the main offices of Hwaci. Anyone is free to copy, modify, publish, use,
|
4726
|
+
compile, sell, or distribute the original SQLite code, either in source code
|
4727
|
+
form or as a compiled binary, for any purpose, commercial or non-commercial,
|
4728
|
+
and by any means.
|
4729
|
+
|
4730
|
+
The previous paragraph applies to the deliverable code and documentation in
|
4731
|
+
SQLite - those parts of the SQLite library that you actually bundle and ship
|
4732
|
+
with a larger application. Some scripts used as part of the build process (for
|
4733
|
+
example the "configure" scripts generated by autoconf) might fall under other
|
4734
|
+
open-source licenses. Nothing from these build scripts ever reaches the final
|
4735
|
+
deliverable SQLite library, however, and so the licenses associated with those
|
4736
|
+
scripts should not be a factor in assessing your rights to copy and use the
|
4737
|
+
SQLite library.
|
4738
|
+
|
4739
|
+
All of the deliverable code in SQLite has been written from scratch. No code
|
4740
|
+
has been taken from other projects or from the open internet. Every line of
|
4741
|
+
code can be traced back to its original author, and all of those authors have
|
4742
|
+
public domain dedications on file. So the SQLite code base is clean and is
|
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.
|
data/vendor/libonnxruntime.dylib
CHANGED
Binary file
|
data/vendor/libonnxruntime.so
CHANGED
Binary file
|
data/vendor/onnxruntime.dll
CHANGED
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
|
+
version: 0.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-27 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.
|
67
|
+
rubygems_version: 3.3.7
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: High performance scoring engine for ML models
|