aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Don't index PAD and re-factoringJo Kristian Bergum2023-09-261-9/+9
|
* Add config options + licenseJo Kristian Bergum2023-09-211-0/+1
|
* Add ColBERT embedderJo Kristian Bergum2023-09-211-0/+125
|
* Add generic metrics for embeddersBjørn Christian Seime2023-08-041-1/+2
|
* update onnx.protoArne Juul2023-06-231-2/+2
| | | | | * use latest version from https://github.com/onnx/onnx/blob/main/onnx/onnx.proto * track API changes (enum -> int32)
* Remove dead codeBjørn Christian Seime2023-05-261-36/+0
|
* Put the openai client in a separate componentJon Bratseth2023-04-252-38/+3
|
* Avoid ignored directory nameJon Bratseth2023-04-191-2/+1
|
* Llm completion abstraction and OpenAi implementationJon Bratseth2023-04-191-0/+38
|
* Support loading ONNX models through byte arrayBjørn Christian Seime2023-03-302-21/+88
| | | | Rewrite OnnxRuntimeTest to test through it's public API
* Don't reuse runtime between methodsBjørn Christian Seime2023-03-301-21/+18
| | | | Caching evaluators between test methods may have unwanted side effects
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-276-74/+85
| | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-0/+38
| | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* Add initial text generator componentLester Solbakken2023-02-182-2/+36
|
* ensure outputs with names as promised by getOutputInfo()Arne Juul2023-02-101-0/+68
|
* DJL-based HuggingFaceEmbedder prototypeAndrii Yurkiv2023-01-041-0/+50
|
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-4/+8
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-8/+4
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-4/+8
| | | | - Ensure that tests relying on order are determinsitic.
* Revert "Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-093-13/+12
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-093-12/+13
| | | | [run-systemtest]"""
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-093-13/+12
|
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-073-12/+13
|
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-043-13/+12
|
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-043-12/+13
|
* Leave the existing interface as is and add 2 accessors for accessing the ↵Henning Baldersheim2022-11-043-12/+12
| | | | tensors directly.
* Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-043-8/+7
|
* Revert "Since large constants are always tensors avoid creating a string ↵Harald Musum2022-11-043-7/+8
| | | | just…"
* Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-032-3/+3
|
* Since large constants are always tensors avoid creating a string just to ↵Henning Baldersheim2022-11-033-5/+4
| | | | | | convert it back to tensors. That is a lot of work for nothing.
* support models without tokenTypeIds (like DistilBERT)Christophe Jolif2022-10-201-0/+36
|
* Set as resolved in testJon Bratseth2022-09-021-2/+2
|
* Add 'model' config typeJon Bratseth2022-08-311-4/+3
|
* Add services.xml syntax for embeddersLester Solbakken2022-05-231-4/+5
|
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-181-0/+9
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-181-9/+0
|
* Unify input syntax across models and rank profilesJon Bratseth2022-05-181-0/+9
|
* Accept default values for URL types in configLester Solbakken2022-04-051-0/+1
|
* Skip test if onnx is not available (arm64)Lester Solbakken2022-04-011-2/+10
|
* Revert "Revert "Add bert base embedder""Lester Solbakken2022-04-011-0/+29
| | | | This reverts commit 80556883dcdc350e2b5cfebde8ef482baeb36872.
* Revert "Add bert base embedder"Håkon Hallingstad2022-03-311-29/+0
|
* Add bert base embedderLester Solbakken2022-03-311-0/+29
|
* Move method for checking if onnxruntime is availableHarald Musum2022-02-111-19/+5
| | | | Use it in model-evaluation as well
* Skip tests if onnxruntime unavailableHarald Musum2022-02-101-2/+21
|
* specialize TensorFunction etc on ReferenceArne H Juul2022-01-071-2/+3
|
* Update 2020 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2019 Oath copyrights.gjoranv2021-10-275-5/+5
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
|
* Remove Java dependencies to tensorflowLester Solbakken2021-10-0414-917/+0
|