aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-21 19:34:09 +0100
committerJon Bratseth <bratseth@oath.com>2018-11-21 19:34:09 +0100
commit122d3580b76f97beffd205f9140bf27f0248399f (patch)
treeb25c1fe4bf95c25eedaf8721c469ffa9e2f259f4 /model-integration/README
parenteec910cdd4f9ab4eca8144d16d2f9498c0d28cc2 (diff)
Add README
Diffstat (limited to 'model-integration/README')
-rw-r--r--model-integration/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/model-integration/README b/model-integration/README
new file mode 100644
index 00000000000..7b29ac16e34
--- /dev/null
+++ b/model-integration/README
@@ -0,0 +1,8 @@
+3rd party ML models and converters from these to ranking expresssions, provided as a separate bundle.
+
+This has two purposes
+- Make converters (importers) available to config models while loading them in just a single instance even when
+ there are multiple config models.
+- Make third party models directly available to the container.
+
+TensorFlow depends on JNI code which necessitates using a separate bundle to achieve the above. \ No newline at end of file