aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26277 from vespa-engine/balder/compute-maxflushedHenning Baldersheim2023-03-022-2/+32
|\ | | | | Compute index.maxflushed based on concurrency
| * Compute index.maxflushed based on concurrencyHenning Baldersheim2023-03-022-2/+32
| |
* | Merge pull request #26278 from vespa-engine/bjorncs/fixBjørn Christian Seime2023-03-021-10/+10
|\ \ | | | | | | Reindent code and ensure global-phase is enabled for indexed clusters
| * | Reindent code and ensure global-phase is enabled for indexed clustersBjørn Christian Seime2023-03-021-10/+10
| |/
* / If there is a lot of memory, allow mor eflush threads.Henning Baldersheim2023-03-022-1/+7
|/
* Merge pull request #26251 from vespa-engine/hmusum/config-model-cleanup-5Harald Musum2023-03-014-47/+0
|\ | | | | Hmusum/config model cleanup 5
| * GC unused classHarald Musum2023-03-012-42/+0
| |
| * GC unused system propertyHarald Musum2023-02-282-5/+0
| |
* | Merge pull request #26229 from vespa-engine/arnej/global-phase-data-from-proxyArne H Juul2023-03-011-0/+1
|\ \ | | | | | | Arnej/global phase data from proxy
| * | ignoreArne Juul2023-02-281-0/+1
| |/
* | Merge pull request #26246 from vespa-engine/bratseth/cluster-infoValerij Fredriksen2023-03-0112-50/+173
|\ \ | | | | | | Pass ClusterInfo
| * | Pass ClusterInfoJon Bratseth2023-03-0112-50/+173
| | |
* | | Merge pull request #26226 from vespa-engine/hmusum/config-model-cleanup-4Henning Baldersheim2023-03-012-7/+6
|\ \ \ | |/ / |/| | Do hostname check when adding a new host
| * | Do hostname check when adding a new hostHarald Musum2023-02-282-7/+6
| |/
* | Bundle 'container-search-and-docproc' requires ↵Bjørn Christian Seime2023-02-282-4/+11
| | | | | | | | 'model-evaluation'+'model-integration'
* | Only setup RankProfilesEvaluator components if feature flag is enabledBjørn Christian Seime2023-02-281-4/+6
| |
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-284-3/+8
| |
* | Add temporary test artifacts to gitignoreBjørn Christian Seime2023-02-281-0/+1
|/
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-289-15/+187
|\ | | | | add new components for global-phase handling
| * rename factory class alsoArne Juul2023-02-281-2/+2
| |
| * rename classes after reviewArne Juul2023-02-282-6/+6
| |
| * add component modelingArne Juul2023-02-248-5/+186
| |
| * Revert "deeper processing of onnx inputs"Arne Juul2023-02-241-10/+1
| | | | | | | | This reverts commit 8d8f523c32fab2bd396f960496459eb079b03872.
* | Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-274-10/+13
|/ | | | | | 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`.
* validate onnx model input/output mappingsArne Juul2023-02-221-2/+31
|
* Merge pull request #26137 from vespa-engine/bjorncs/onnx-cacheBjørn Christian Seime2023-02-221-0/+1
|\ | | | | Bjorncs/onnx cache
| * Cache Onnx model instancesBjørn Christian Seime2023-02-221-0/+1
| | | | | | | | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* | Skip name check in HostSystem for hosted nodesValerij Fredriksen2023-02-211-2/+4
|/
* Merge pull request #26083 from vespa-engine/hmusum/config-model-cleanup-3gjoranv2023-02-2021-79/+32
|\ | | | | Hmusum/config model cleanup 3
| * SimplifyHarald Musum2023-02-1613-24/+6
| |
| * Make fields finalHarald Musum2023-02-162-3/+4
| |
| * Simplify and update testsHarald Musum2023-02-162-12/+18
| |
| * Remove unused methods and argumentHarald Musum2023-02-164-40/+4
| |
* | Merge pull request #26107 from ↵Jon Bratseth2023-02-201-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/arnej/metric-for-proton-config-generation add metric for current config generation
| * | add metric for current config generationArne Juul2023-02-191-0/+2
| | |
* | | Complete bcp handlingJon Bratseth2023-02-193-0/+40
| | | | | | | | | | | | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* | | Make test less specificLester Solbakken2023-02-181-3/+3
| | |
* | | Remove flan xl models for nowLester Solbakken2023-02-181-2/+0
| | |
* | | Add model ids for generator modelsLester Solbakken2023-02-181-4/+21
| | |
* | | Add metrics tracking failed RPC and status page capability checksTor Brede Vekterli2023-02-171-0/+3
| | |
* | | Garbage collect unuset metrics.yngveaasheim2023-02-171-13/+1
|/ /
* | Merge pull request #26061 from ↵Henning Baldersheim2023-02-171-1/+4
|\ \ | | | | | | | | | | | | vespa-engine/arnej/cosmetic-verify-rank-setup-fixes cosmetic changes
| * | cosmetic changesArne Juul2023-02-161-1/+4
| | |
* | | Merge pull request #26077 from vespa-engine/bjorncs/metrics-proxy-shutdownHenning Baldersheim2023-02-173-9/+14
|\ \ \ | | | | | | | | Allow metrics-proxy to spend more time during shutdown
| * | | Allow metrics-proxy to spend more time during shutdownBjørn Christian Seime2023-02-163-9/+14
| | | |
* | | | Merge pull request #26072 from vespa-engine/arnej/reparse-onnx-inputsJon Bratseth2023-02-161-1/+10
|\ \ \ \ | |/ / / |/| | | deeper processing of onnx inputs
| * | | deeper processing of onnx inputsArne Juul2023-02-161-1/+10
| | |/ | |/|
* | | Merge pull request #26076 from vespa-engine/bjorncs/capabilitiesBjørn Christian Seime2023-02-161-3/+5
|\ \ \ | |/ / |/| | Bjorncs/capabilities
| * | Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+2
| | |
| * | Add metrics for capability checksBjørn Christian Seime2023-02-161-3/+5
| |/