onnxruntime 0.7.4-arm64-darwin → 0.7.6-arm64-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.arm64.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: a9bb858e9a18f182248a3c611041f59ebbcfad5cfbfcf4ca1740372966b82018
|
4
|
+
data.tar.gz: 68b3c0fe71a709e8dfa962d40d593020480cef049616d22eb2c0a5801133603d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e5154859c3ea771589279bcc18750e7d9bfec39e24fc7d15c714e9a404cfd0af675c40b75bdfd11489052316c56a7bd028c2bb04300baff1605d2f68eaccdf2
|
7
|
+
data.tar.gz: 81f26eb87582751e61e47e8ad63e1c4960786c28e10af6ea0715f478b109748bc743d38a34808b3a426aa311b031621567fe8c8561e643bb5b92f0935588cef4
|
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