aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/java/ai
Commit message (Expand)AuthorAgeFilesLines
...
| * Use quarter vcpu by default if execution mode is parallelBjørn Christian Seime2023-04-171-5/+9
* | Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-181-2/+2
|\ \
| * | Build with jdk20Jon Bratseth2023-04-171-2/+2
* | | Pull endtokenJon Bratseth2023-04-181-1/+1
* | | Revert "Merge pull request #26744 from vespa-engine/revert-26708-allow-start-...Jon Bratseth2023-04-181-8/+10
| |/ |/|
* | Revert "Allow start end sequence tokens as args bertbaseembedder"Jon Bratseth2023-04-141-10/+8
|/
* Include createTokenTypeIdsconnell gough2023-04-131-0/+1
* Remove separator input and fix spelling errorconnell gough2023-04-131-3/+2
* Add special tokens as arguments and allow tokenTypeIds to be nullconnell gough2023-04-131-7/+9
* Support loading ONNX models through byte arrayBjørn Christian Seime2023-03-302-15/+74
* Revert "Arnej/unify cell type conversion"Henning Baldersheim2023-03-122-39/+20
* cell-type conversions should matchArne Juul2023-03-102-20/+39
* Extend AbstractComponent not AbstractResourceBjørn Christian Seime2023-02-283-9/+9
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-277-154/+234
* handle non-identifier onnx input/output names: instead of the conflictingArne Juul2023-02-221-0/+30
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-0/+88
* Make OnnxEvaluator closableBjørn Christian Seime2023-02-221-1/+12
* Implement equals()/hashCode()Bjørn Christian Seime2023-02-221-1/+17
* Add initial text generator componentLester Solbakken2023-02-182-0/+260
* ensure outputs with names as promised by getOutputInfo()Arne Juul2023-02-101-1/+21
* Fix GPU detectionMartin Polden2023-02-091-1/+1
* Allow fallback to CPU if nodes are provisioned without GPUMartin Polden2023-02-082-13/+24
* Remove 'required' attributeMartin Polden2023-01-262-22/+14
* Skip CUDA entirely if GPU device is optionalMartin Polden2023-01-262-24/+39
* Do not filter on error codeMartin Polden2023-01-241-4/+1
* Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-231-1/+24
* Unify on Streams.toList()Henning Baldersheim2023-01-172-4/+3
* DJL-based HuggingFaceEmbedder prototypeAndrii Yurkiv2023-01-041-0/+158
* trying to make an OnnxEvaluator with empty path would failArne Juul2022-12-121-0/+8
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-044-4/+4
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-044-4/+4
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-024-4/+4
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-12/+10
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-10/+12
* - Reduce usage of guava.Henning Baldersheim2022-12-011-12/+10
* Revert "Revert "Revert "Revert "Balder/model importing code in config model [...Henning Baldersheim2022-11-092-1/+24
* Revert "Revert "Revert "Balder/model importing code in config model [run-syst...Henning Baldersheim2022-11-092-24/+1
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-092-1/+24
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-072-24/+1
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-042-1/+24
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-042-24/+1
* Avoid deprecation warnings.Henning Baldersheim2022-11-041-0/+2
* Leave the existing interface as is and add 2 accessors for accessing the tens...Henning Baldersheim2022-11-042-5/+24
* Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-042-4/+6
* Revert "Since large constants are always tensors avoid creating a string just...Harald Musum2022-11-042-6/+4
* Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-032-2/+2
* Since large constants are always tensors avoid creating a string just to conv...Henning Baldersheim2022-11-032-2/+4
* support models without tokenTypeIds (like DistilBERT)Christophe Jolif2022-10-201-3/+12
* Use tensor vocabularyJon Bratseth2022-09-287-16/+16
* Drop 'arithmetic' from nameJon Bratseth2022-09-287-36/+34