onnxruntime 0.11.6 → 0.11.7

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: b34421aa9d911bd40b6e7cc64875b47272fcf56ab191796fd64b637885071dff
4
- data.tar.gz: 224806056d5a7516231d410910b644475de3cdc3406df2b2be42be160e940349
3
+ metadata.gz: 4b3c400e09c349e4b477ecf8995de1518f8c6c39bd7efb37422ed931c03d6ae7
4
+ data.tar.gz: 8450062713b79096c24e5f2a1a49bc5a5bfef38f6d9a5bdc64efe105e39bceb8
5
5
  SHA512:
6
- metadata.gz: 0b2eb6580538bd351505b154686a6b1066b97380235d1584d436a1a237e707d5cd529f9eb57a2e9c0887ee3276ad7e1e9f3e1c3f233323dc60cf5ff0b80d8fbf
7
- data.tar.gz: ada7298c362ba2994b47c5e237136b038a4c6195af86c4a430c8fda5c550c641a492338ab8da5ce8953a5aeafcf9aed9e2350131c50c3416b286527e525de7f4
6
+ metadata.gz: d1f84d5f78eb1358178a8247f3450910c4d6f8e22e94142430ad83032e28a71af3e4769382ec2402144592c6b18ab37778bcec7aba6ec11b0e42d22f9c8980ee
7
+ data.tar.gz: 60ebc256ea8e1af65aa7aefff164595463309214f3e86c45370f32a4da6dc717b48da14368e9fc14d66d75c8d315dcd304343f2481bab4e8e82730c7f89c7d06
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.11.7 (2026-09-10)
2
+
3
+ - Updated ONNX Runtime to 1.30.0
4
+
1
5
  ## 0.11.6 (2026-08-12)
2
6
 
3
7
  - Updated ONNX Runtime to 1.29.0
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.11.6"
2
+ VERSION = "0.11.7"
3
3
  end
@@ -6341,4 +6341,29 @@ Copyright (c) Microsoft Corporation. All rights reserved.
6341
6341
  distributed under the License is distributed on an "AS IS" BASIS,
6342
6342
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6343
6343
  See the License for the specific language governing permissions and
6344
- limitations under the License.
6344
+ limitations under the License.
6345
+ _____
6346
+ DeepSeek DeepGEMM (https://github.com/deepseek-ai/DeepGEMM)
6347
+ Commit: 559d79fb6994a58b8a15b4b93bf13ccc16edf247
6348
+
6349
+ MIT License
6350
+
6351
+ Copyright (c) 2025 DeepSeek
6352
+
6353
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6354
+ of this software and associated documentation files (the "Software"), to deal
6355
+ in the Software without restriction, including without limitation the rights
6356
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6357
+ copies of the Software, and to permit persons to whom the Software is
6358
+ furnished to do so, subject to the following conditions:
6359
+
6360
+ The above copyright notice and this permission notice shall be included in all
6361
+ copies or substantial portions of the Software.
6362
+
6363
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6364
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6365
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6366
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6367
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6368
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6369
+ SOFTWARE.
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.6
4
+ version: 0.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane