summaryrefslogtreecommitdiffstats
path: root/model-integration
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+1
|
* support models without tokenTypeIds (like DistilBERT)Christophe Jolif2022-10-204-3/+97
|
* Use tensor vocabularyJon Bratseth2022-09-287-16/+16
|
* Drop 'arithmetic' from nameJon Bratseth2022-09-287-36/+34
|
* Merge pull request #24058 from vespa-engine/bratseth/mode-def-fileJon Bratseth2022-09-153-3/+32
|\ | | | | Move the BERT config def to model-integration
| * Move the BERT config def to model-integrationJon Bratseth2022-09-143-3/+32
| |
* | Simplify token type ids for BERT embedderLester Solbakken2022-09-151-1/+1
|/
* Set as resolved in testJon Bratseth2022-09-021-2/+2
|
* Use Path as user type for modelsJon Bratseth2022-09-011-2/+2
|
* Add 'model' config typeJon Bratseth2022-08-312-19/+5
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* GC unused methodsHenning Baldersheim2022-06-081-7/+0
|
* Remove TensorFlow feature converterLester Solbakken2022-06-081-41/+1
|
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-081-1/+1
|
* Remove array operation support on Vespa 8Jon Bratseth2022-06-081-1/+1
|
* Add services.xml syntax for embeddersLester Solbakken2022-05-232-7/+19
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-184-30/+339
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-184-339/+30
|
* Unify input syntax across models and rank profilesJon Bratseth2022-05-184-4/+51
|
* Unify constant syntax across models and rank profilesJon Bratseth2022-05-182-28/+290
|
* Revert "Revert "Bratseth/constants cleanup 2""Jon Bratseth2022-05-161-2/+3
| | | | This reverts commit 02f96c03fd5b434788e1c5e77436c99bb7562f77.
* Revert "Bratseth/constants cleanup 2"Harald Musum2022-05-151-3/+2
|
* Merge pull request #22600 from vespa-engine/bratseth/constants-cleanup-2Jon Bratseth2022-05-151-2/+3
|\ | | | | Bratseth/constants cleanup 2
| * Propagate full messageJon Bratseth2022-05-131-2/+3
| |
* | No functional changesJon Bratseth2022-05-132-3/+3
|/
* Allow models referencing functions they don't defineJon Bratseth2022-04-291-0/+1
| | | | | | | | ML models may not be designed to be used standalone but only in context of another ranking expression, which then supplies functions referenced by the model. Tolerate such models in stateløess evaluation.
* Merge pull request #21982 from vespa-engine/lesters/default-url-configLester Solbakken2022-04-193-27/+2
|\ | | | | Accept default values for URL types in config
| * Move embedder config def to configdefinitions and serialize as referenceLester Solbakken2022-04-062-29/+0
| |
| * Accept default values for URL types in configLester Solbakken2022-04-054-4/+8
| |
* | Allow creatibng reference nodes from simple reference stringsJon Bratseth2022-04-071-2/+2
|/
* Skip test if onnx is not available (arm64)Lester Solbakken2022-04-012-3/+15
|
* Revert "Revert "Add bert base embedder""Lester Solbakken2022-04-017-0/+320
| | | | This reverts commit 80556883dcdc350e2b5cfebde8ef482baeb36872.
* Revert "Add bert base embedder"Håkon Hallingstad2022-03-317-320/+0
|
* Add bert base embedderLester Solbakken2022-03-317-0/+320
|
* CleanupJon Bratseth2022-03-091-2/+2
|
* Move method for checking if onnxruntime is availableHarald Musum2022-02-112-19/+14
| | | | Use it in model-evaluation as well
* Skip tests if onnxruntime unavailableHarald Musum2022-02-101-2/+21
|
* unify java warnings (use compiler args from parent)Arne H Juul2022-01-071-11/+0
|
* specialize TensorFunction etc on ReferenceArne H Juul2022-01-0741-133/+165
|
* Update 2020 Oath copyrights.gjoranv2021-10-2722-22/+22
|
* Update 2019 Oath copyrights.gjoranv2021-10-2717-17/+17
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-0722-22/+22
|
* Update 2018 copyright notices.gjoranv2021-10-0742-42/+42
|
* Remove Java dependencies to tensorflowLester Solbakken2021-10-0472-104097/+2
|
* Support tf2onnx versions >= 1.9.1Lester Solbakken2021-10-041-1/+2
| | | Tf2onnx introduced a change to use structured inputs by default from version 1.9.1. Vespa import assumes the actual graph name. The tf2onnx option "--use-graph_names" enables old behavior.
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-302-6/+66
|
* Remove profile for rhel6 workaround.Arnstein Ressem2021-09-221-25/+0
|
* Order importers by their increasing probing cost.Henning Baldersheim2021-09-141-1/+2
|