summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Add bert base embedder""Lester Solbakken2022-04-011-0/+12
| | | | This reverts commit 80556883dcdc350e2b5cfebde8ef482baeb36872.
* Revert "Add bert base embedder"Håkon Hallingstad2022-03-311-12/+0
|
* Add bert base embedderLester Solbakken2022-03-311-0/+12
|
* unify java warnings (use compiler args from parent)Arne H Juul2022-01-071-11/+0
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove Java dependencies to tensorflowLester Solbakken2021-10-041-8/+0
|
* Remove profile for rhel6 workaround.Arnstein Ressem2021-09-221-25/+0
|
* Revert "Revert "Add ONNX-RT evaluator to model-integration module""Lester Solbakken2021-05-191-0/+4
| | | | This reverts commit 97080252fac0ba45b58f9d0efb56603da518428f.
* Revert "Add ONNX-RT evaluator to model-integration module"Lester Solbakken2021-05-191-4/+0
|
* Add ONNX-RT evaluator to model-integration moduleLester Solbakken2021-05-191-0/+4
|
* Support native Vespa standalone modelsJon Bratseth2019-05-311-2/+10
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-16/+0
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-0/+16
|
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-16/+0
|
* Upgrade to latest version of protoc-jar-maven-pluginHarald Musum2019-01-291-1/+1
|
* Set 7-SNAPSHOT for new modules.gjoranv2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Upgrade protoc jar maven plugin versionLester Solbakken2018-12-041-1/+1
|
* Model the config model view of model-integrationJon Bratseth2018-11-261-0/+6
| | | | | This is to make it clearer that these methods are part of the config model API.
* Optionally exclude TF JNIJon Bratseth2018-11-231-0/+26
|
* Move all importing to model-integrationJon Bratseth2018-11-221-3/+5
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+100
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.