onnxruntime 0.7.4-x86_64-darwin → 0.7.6-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +1 -1
- data/lib/onnxruntime/version.rb +1 -1
- data/vendor/ThirdPartyNotices.txt +1289 -44
- data/vendor/libonnxruntime.dylib +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f881d157acc14187151ce00f36c21a25f564c9c31f2180b40875c651fa1d8a10
|
4
|
+
data.tar.gz: 415218dc495e171815dbe8ca4fe2c4623f1ebd359b5cf7162f6a3c8e9c348edf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4f16a8dff69f871030e03d5710bfd97a9c15031465aeab2be76c3d52f162606ca3aa29523744c4f023ebee80b9e67a833b301754060249d9d5c7465f1cebf5b
|
7
|
+
data.tar.gz: 12b9f1e13da2d984c4441781e0db434b68893c11043c63b6932dc774889fe3dc0a257cc7680f78dd0a51aba902d68cc715fd8746956e1a0462530dbbd110aebe
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
3
|
Copyright (c) Microsoft Corporation
|
4
|
-
Copyright (c) 2019-
|
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
|
data/lib/onnxruntime/version.rb
CHANGED