aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI specTor Brede Vekterli2023-11-031-1/+2
|
* Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+1
|
* Merge pull request #29173 from vespa-engine/hmusum/minor-cleanupØyvind Grønnesby2023-11-021-9/+4
|\ | | | | Minor cleanup
| * Minor cleanupHarald Musum2023-10-311-9/+4
| |
* | Update ABI specjonmv2023-11-011-4/+0
| |
* | Remove and mark for removal outdated model flagsjonmv2023-11-011-5/+1
|/
* Update copyrights.Tor Egge2023-10-311-1/+1
|
* Merge pull request #28903 from ↵Jon Marius Venstad2023-10-281-1/+1
|\ | | | | | | | | vespa-engine/jonmv/reconfigurable-dispatcher-cleanup Always use reconfigurable dispatcher
| * Always use reconfigurable dispatcherjonmv2023-10-121-1/+1
| |
* | Add default implementation to interfaceHarald Musum2023-10-262-4/+6
| |
* | Supply application id to OnnxModelCost.newCalculatorHarald Musum2023-10-252-7/+31
| |
* | Remove unused, deprecated APIHarald Musum2023-10-232-7/+0
| |
* | Track new metrics `malloc_peak` and `malloc_current`Bjørn Christian Seime2023-10-193-0/+78
| | | | | | | | Move class to config-model-api to be shared with internal config server integration.
* | Revert "Revert "Use actual files in application package to validate ↵Harald Musum2023-10-171-11/+11
| | | | | | | | file/directory in…""
* | Revert "Use actual files in application package to validate file/directory ↵Harald Musum2023-10-171-11/+11
| | | | | | | | in…"
* | Use actual files in application package to validate file/directory in user ↵Harald Musum2023-10-151-11/+11
|/ | | | config
* Warn by default when unknown config definitions are usedHarald Musum2023-10-121-1/+1
|
* Update copyrightJon Bratseth2023-10-0969-68/+70
|
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-042-1/+3
|
* Add note about these API being internal public APIsHarald Musum2023-09-284-4/+4
|
* Add public APIs and abi-spec.json to config-model-apiHarald Musum2023-09-286-0/+1725
|
* Add type for machine-learned models and ensure correct file reference is ↵Bjørn Christian Seime2023-09-271-2/+6
| | | | passed to `OnnxModelCost`
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-0/+1
|
* Revert "Try to add back method removed from API but still in use"Harald Musum2023-09-261-1/+0
|
* Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-251-0/+1
|\ | | | | Add feature flag to control how we handle user config for unknown con…
| * Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-251-3/+72
| |\
| * | Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-251-0/+1
| | | | | | | | | | | | definitions
* | | Merge pull request #28656 from vespa-engine/hmusum/fix-onnx-model-costHarald Musum2023-09-251-0/+1
|\ \ \ | | | | | | | | Try to add back method removed from API but still in use
| * | | Try to add back method removed from API but still in useHarald Musum2023-09-251-0/+1
| | | |
* | | | Merge pull request #28646 from vespa-engine/mpolden/remove-fallbackMartin Polden2023-09-251-7/+1
|\ \ \ \ | |/ / / |/| | | Remove fallback to zone-scoped endpoint building
| * | | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-7/+1
| | |/ | |/|
* | | Merge pull request #28645 from vespa-engine/bjorncs/analyze-modelBjørn Christian Seime2023-09-251-2/+3
|\ \ \ | |/ / |/| | Bjorncs/analyze model
| * | Use memory statistics from model probing in calculationBjørn Christian Seime2023-09-251-2/+3
| |/
* / Revert "Remove unused endpoint name building from config-model"Martin Polden2023-09-251-3/+72
|/
* Merge pull request #28639 from ↵Martin Polden2023-09-251-72/+3
|\ | | | | | | | | vespa-engine/mpolden/remove-duplicate-endpoint-building Remove unused endpoint name building from config-model
| * Convert to recordMartin Polden2023-09-251-14/+1
| |
| * Remove unused endpoint name building from config-modelMartin Polden2023-09-251-58/+2
| |
* | Add feature flag to enable new JVM heap size calculationBjørn Christian Seime2023-09-221-0/+1
| |
* | Aggregate Onnx model cost for JVM heap size calculationBjørn Christian Seime2023-09-221-2/+1
| |
* | Add calculator for adjusting JVM heap size based on model sizeBjørn Christian Seime2023-09-221-0/+30
| |
* | Add overloads taking supplier and throwableBjørn Christian Seime2023-09-221-0/+5
| |
* | Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-0/+2
|/
* Remove obsolete flagMorten Tokle2023-09-131-1/+1
|
* Add feature flag for new content layer metadata featuresTor Brede Vekterli2023-09-121-0/+1
| | | | | | | | | | | | | Exposed as an integer rather than a bool to account for future additions without needing to add more feature flags to the mix. In particular this is because those additions are expected to require the other additions to be present, so it's not a mix and match situation. Only values 0 (legacy) and 1 (operation cancellation) map to any underlying configs at this time, though any higher number will transparently enable cancellation. Value 2 is documented based on its intended future semantics.
* Set default auth method for older config modelsMartin Polden2023-09-041-1/+1
|
* SpellingMartin Polden2023-09-041-3/+3
|
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-29/+55
|
* Revert "Add auth method to ApplicationClusterEndpoint"Harald Musum2023-09-042-55/+29
|
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-29/+55
|
* - Avoid single use of google's EqualsTesterHenning Baldersheim2023-09-034-26/+47
| | | | - GC all references to unused packages.