Skip to content

Commit

Permalink
Add missing tensorflow dependency in bom
Browse files Browse the repository at this point in the history
Change-Id: I0fda2873f44df7b0669bde92c7dbd977a19b9dba
  • Loading branch information
frankfliu committed Sep 21, 2020
1 parent 2c7103e commit 0cd9aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
api "ai.djl.tensorflow:tensorflow-engine:${version}"
api "ai.djl.tensorflow:tensorflow-model-zoo:${version}"
api "ai.djl.tensorflow:tensorflow-native-auto:${tensorflow_version}"
api "ai.djl.tensorflow:tensorflow-native-cpu:${tensorflow_version}"
api "ai.djl.pytorch:pytorch-engine:${version}"
api "ai.djl.pytorch:pytorch-model-zoo:${version}"
api "ai.djl.pytorch:pytorch-native-auto:${pytorch_version}"
Expand Down

0 comments on commit 0cd9aec

Please sign in to comment.