onnxruntime 0.6.3 → 0.6.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: 92a95c76ba5d9fafd2da2c58b7b52e1e37164eb45762e14168d3ad74b52c7760
4
- data.tar.gz: 1369b775cc262bc55cdaa1f6c3cf458ead6b357b839d2285ca5d6bc5f598b3b7
3
+ metadata.gz: 1bac0cf274d3b553fa451b1a2a3f6ad38266c69eb44f836f832889945b2704e1
4
+ data.tar.gz: ca9e4c8db2a8319cd07d13d2ee004ecf24eaa0193319251331fc0c1af80337d3
5
5
  SHA512:
6
- metadata.gz: a39f7d7f0da8fa4927c15164392e2bc8cd44d1bf71f88c94a2f8dc3d1b08304e618bb0ba41912137c3755a4c949a21fb4af2fc16383f61c7f0555976f2423f19
7
- data.tar.gz: 457661ea92fb0c5cb1d9c96ce7ea7fb0a928a77fa65aaa49b418d246695a0ed28ddeeb7a346dfc54ba26d6ec64f1cd8b334a48f15610ee6248280cd1b6ed5e04
6
+ metadata.gz: f9a624c11d17a10750689f9edfa88023450ba48322b6639300829b7cdb9ad4834176820cacf0bb22c6b74bedd7505fbd708310d8bedf54c5d9778c21778f1c75
7
+ data.tar.gz: d7310e147eeb0bdda3c9103583b43050b3497419acaa0a1433c1894af0a436b4db9995fc144e969b522b9e5c425184d16dc1ccd593de5ca3909aa93c3cad7027
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.6.4 (2021-09-22)
2
+
3
+ - Updated ONNX Runtime to 1.9.0
4
+
1
5
  ## 0.6.3 (2021-07-08)
2
6
 
3
7
  - Updated ONNX Runtime to 1.8.1
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
@@ -4713,3 +4713,65 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4713
4713
  SOFTWARE.
4714
4714
 
4715
4715
  _____
4716
+
4717
+ pytorch/cpuinfo
4718
+
4719
+ BSD 2-Clause "Simplified" License
4720
+
4721
+ https://github.com/pytorch/cpuinfo
4722
+
4723
+ Copyright (c) 2019 Google LLC
4724
+ Copyright (c) 2017-2018 Facebook Inc.
4725
+ Copyright (C) 2012-2017 Georgia Institute of Technology
4726
+ Copyright (C) 2010-2012 Marat Dukhan
4727
+
4728
+ All rights reserved.
4729
+
4730
+ Redistribution and use in source and binary forms, with or without
4731
+ modification, are permitted provided that the following conditions are met:
4732
+
4733
+ * Redistributions of source code must retain the above copyright notice, this
4734
+ list of conditions and the following disclaimer.
4735
+
4736
+ * Redistributions in binary form must reproduce the above copyright notice,
4737
+ this list of conditions and the following disclaimer in the documentation
4738
+ and/or other materials provided with the distribution.
4739
+
4740
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4741
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4742
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4743
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
4744
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4745
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4746
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4747
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4748
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4749
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4750
+
4751
+ _____
4752
+
4753
+ SQLite Is Public Domain
4754
+
4755
+ All of the code and documentation in SQLite has been dedicated to the public
4756
+ domain by the authors. All code authors, and representatives of the companies
4757
+ they work for, have signed affidavits dedicating their contributions to the
4758
+ public domain and originals of those signed affidavits are stored in a firesafe
4759
+ at the main offices of Hwaci. Anyone is free to copy, modify, publish, use,
4760
+ compile, sell, or distribute the original SQLite code, either in source code
4761
+ form or as a compiled binary, for any purpose, commercial or non-commercial,
4762
+ and by any means.
4763
+
4764
+ The previous paragraph applies to the deliverable code and documentation in
4765
+ SQLite - those parts of the SQLite library that you actually bundle and ship
4766
+ with a larger application. Some scripts used as part of the build process (for
4767
+ example the "configure" scripts generated by autoconf) might fall under other
4768
+ open-source licenses. Nothing from these build scripts ever reaches the final
4769
+ deliverable SQLite library, however, and so the licenses associated with those
4770
+ scripts should not be a factor in assessing your rights to copy and use the
4771
+ SQLite library.
4772
+
4773
+ All of the deliverable code in SQLite has been written from scratch. No code
4774
+ has been taken from other projects or from the open internet. Every line of
4775
+ code can be traced back to its original author, and all of those authors have
4776
+ public domain dedications on file. So the SQLite code base is clean and is
4777
+ uncontaminated with licensed code from other projects.
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.3
4
+ version: 0.6.4
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-07-08 00:00:00.000000000 Z
11
+ date: 2021-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -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.3
67
+ rubygems_version: 3.2.22
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: High performance scoring engine for ML models