Skip to content

Commit

Permalink
Add official Java Bindings with its natives to replace removed automa…
Browse files Browse the repository at this point in the history
…tic downloading mechanism.
  • Loading branch information
davidbackstein committed Apr 21, 2023
1 parent c2308de commit 57621bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tensorflow/tensorflow-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ group "ai.djl.tensorflow"
dependencies {
api project(":api")
api project(":engines:tensorflow:tensorflow-api")
// Add official Tensorflow Java bindings, since we removed DJL automatic downloading.
api group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.5.0'

testImplementation(project(":testing"))
testImplementation "org.slf4j:slf4j-simple:${slf4j_version}"
Expand Down

0 comments on commit 57621bb

Please sign in to comment.