summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-12-01 09:43:36 -0800
committerJon Bratseth <bratseth@yahoo-inc.com>2017-12-01 09:43:36 -0800
commitc8c79c3363ad1149fa137f6b4899dad8369b309c (patch)
tree33ab5b4000042082a455a9c0f31fee0b0e97576e /searchlib/pom.xml
parentfc3a9e518eb0e5904609028e9e388d35ddc61db0 (diff)
Load using SavedModelBundle
This is to be able to access saved variables without reverse engineering the 'proprietary binary format' *eye-roll* used to save variables.
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 8e15e0d425c..8cb4ed8b0e3 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -44,6 +44,11 @@
<version>1.4.0</version>
</dependency>
<dependency>
+ <groupId>org.tensorflow</groupId>
+ <artifactId>tensorflow</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>test</scope>