Skip to content

Commit

Permalink
Add missing tensorflow dependency in bom
Browse files Browse the repository at this point in the history
Change-Id: I43ce189a69299cd5961346fabc4eed8e9a179330
  • Loading branch information
frankfliu committed Sep 22, 2020
1 parent 0cd9aec commit e62385c
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 @@ -25,6 +25,7 @@ dependencies {
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.tensorflow:tensorflow-native-cu101:${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 e62385c

Please sign in to comment.