aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/README
blob: 7b29ac16e34ad74691db41ce4680361e1ea5f1c1 (plain) (blame)
1
2
3
4
5
6
7
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.