aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/config
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove Java dependencies to tensorflowLester Solbakken2021-10-041-1/+1
|
* Order importers by their increasing probing cost.Henning Baldersheim2021-09-141-1/+2
|
* Add support for importing LightGBM modelsLester Solbakken2020-02-021-1/+2
|
* Support native Vespa standalone modelsJon Bratseth2019-05-311-0/+1
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+10
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.