From 99ca9b2907ff637fc6e4e0a61860923ac1c9dee5 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 21 Nov 2018 19:21:22 +0100 Subject: Separate model integration into a separate module This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code. --- standalone-container/vespa-standalone-container.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'standalone-container/vespa-standalone-container.spec') diff --git a/standalone-container/vespa-standalone-container.spec b/standalone-container/vespa-standalone-container.spec index f051142c516..6143df6a446 100644 --- a/standalone-container/vespa-standalone-container.spec +++ b/standalone-container/vespa-standalone-container.spec @@ -54,6 +54,7 @@ declare -a modules=( jdisc_core jdisc_http_service model-evaluation + model-integration security-utils simplemetrics standalone-container -- cgit v1.2.3