onnxruntime 0.7.4-aarch64-linux → 0.7.6-aarch64-linux

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: 0e59fdeb57ab195e7ef7723bfa0163a79f660c424fef3e0cfc00f3ce06f66b2c
4
- data.tar.gz: d71a8821ff8bd7581567b2cca19b6159fc5f0aa8e15a9105d4ad6c6fad903005
3
+ metadata.gz: 9886a31f180bdacac898676f0a60ae55d372032bb4d70d63230305dedb866dd5
4
+ data.tar.gz: 86671f773ce72154a5da99d85a1f0f60557c77a11f5c36e1355b65ac89da5b59
5
5
  SHA512:
6
- metadata.gz: 816959bdcd21bf44fe1b2d668757945c2f6bf0e8e0cee80de0709dee36301d2f688a3e9847dffed22731625a1a47dcb9ab995739f375c28b1c19af4ea87c1694
7
- data.tar.gz: 60110a93cade9aed6df6005362c554af2afc91ff53e7db7d782a408f1b1d1f0fac5211527126f20deeffdb9ad884f0c3009ffa6c02dbf540d5632b6fb2494f0a
6
+ metadata.gz: deefe5cb0ab9d8bdbb309aa298d2688909f39d62a63e2294e9b06af7b8906b8748a301c4bcf54ef07574658c243b7f974ea272db629e045ec020f6b0f5972bf8
7
+ data.tar.gz: '02658c6cbb6d3a7658f2991e5d513c99de7df7ff95ae080e8056058b4df794bafb45f2ecf8fe7fbbad4c3dddda05732c7707704ccc22a3a6a18f9c80597aaa5c'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.7.6 (2023-05-24)
2
+
3
+ - Updated ONNX Runtime to 1.15.0
4
+
5
+ ## 0.7.5 (2023-02-11)
6
+
7
+ - Updated ONNX Runtime to 1.14.0
8
+
1
9
  ## 0.7.4 (2022-10-30)
2
10
 
3
11
  - Updated ONNX Runtime to 1.13.1
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) Microsoft Corporation
4
- Copyright (c) 2019-2022 Andrew Kane
4
+ Copyright (c) 2019-2023 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.7.4"
2
+ VERSION = "0.7.6"
3
3
  end