Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping to OLCUT 5.2.1 #234

Merged
merged 1 commit into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void testFileCreation() throws URISyntaxException, IOException {
"test_conda",
"oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/Onnx for CPU Python 3.7/1.0/test_conda");
Path zip = OCIUtil.createModelArtifact(new File(OCIUtilTest.class.getResource("iris-lr-model.onnx").toURI()).toPath(),config);
System.out.println(zip);
zip.toFile().delete();
}

Expand Down
8 changes: 4 additions & 4 deletions THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OLCUT 5.2.0 - BSD License
OLCUT 5.2.1 - BSD License

Copyright © 2020, 2021 Oracle and/or its affiliates.

Expand Down Expand Up @@ -113,9 +113,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

TensorFlow 0.4.0 - Apache 2.0
TensorFlow 0.4.1 - Apache 2.0

Copyright 2019, 2020, 2021 The TensorFlow Authors. All rights reserved.
Copyright 2019, 2020, 2022 The TensorFlow Authors. All rights reserved.

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1908,7 +1908,7 @@ ONNX v1.9.0 - Apache 2.0
See the License for the specific language governing permissions and
limitations under the License.

protobuf-java 3.17.3 - 3-clause BSD
protobuf-java 3.19.4 - 3-clause BSD

Copyright 2008 Google Inc. All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- MLRG dependencies -->
<olcut.version>5.2.0</olcut.version>
<olcut.version>5.2.1</olcut.version>

<!-- Oracle dependencies -->
<oci.sdk.version>2.12.0</oci.sdk.version>
Expand All @@ -58,7 +58,7 @@
<junit.version>5.7.1</junit.version>
<opencsv.version>5.4</opencsv.version>
<commonsmath.version>3.6.1</commonsmath.version>
<protobuf.version>3.17.3</protobuf.version>
<protobuf.version>3.19.4</protobuf.version>

<!-- Other properties -->
<!-- Turn off tests which rely on native code -->
Expand Down