kepler-model-server icon indicating copy to clipboard operation
kepler-model-server copied to clipboard

Model Server for Kepler

Results 106 kepler-model-server issues
Sort by recently updated
recently updated
newest added

### What would you like to be added? Add similarity function to the model selection logic in addition to specific node type specify. In addition, include this similarity value on...

kind/feature

### What would you like to be added? In addition to pipeline URL, Server API may load models from COS. ### Why is this needed? We have tekton automation to...

kind/feature

### What would you like to be added? This is corresponding to https://github.com/sustainable-computing-io/kepler/issues/943. ### Why is this needed? To cover memory-intensive workload

kind/feature

### What would you like to be added? We should find an approach to detect and filter out irrelevant metric on train. - The simplest one may be providing a...

kind/feature

This is to support the idea to automatically determine node_type from benchmark results which is still under discussion. - Benchmark Operator: https://github.com/cloud-bulldozer/benchmark-operator - PARSEC: https://parsec.cs.princeton.edu - Microservice (Acemeair): https://developer.ibm.com/tutorials/deploy-acme-air-on-openshift-on-power/

covered

### What would you like to be added? Currently, we need network to load initial model from the URL. Or, we could directly mount any storage such as host path...

kind/feature

**Describe the bug** I'm trying to install kepler on openshift (4.12 and kube 1.25), But i get no data in the grafana and when i take a look on /metrics...

kind/bug

This is the log ``` mount path: /mnt Successfully load https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-server/main/tests/test_models/AbsComponentPower/Full/KerasCompFullPipeline/metadata.json to /data/models/AbsComponentPower/Full/KerasCompFullPipeline/metadata.json Successfully load https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-server/main/tests/test_models/AbsComponentPower/Full/KerasCompFullPipeline.zip to /data/models/AbsComponentPower/Full/KerasCompFullPipeline.zip Failed to load https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-server/main/tests/test_models/AbsComponentPower/WorkloadOnly/KerasCompFullPipeline/metadata.json to /data/models/AbsComponentPower/WorkloadOnly/KerasCompFullPipeline/metadata.json: 404: Failed to load https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-server/main/tests/test_models/AbsComponentPower/CounterOnly/KerasCompFullPipeline/metadata.json to...

kind/bug

There is no Kepler exported metric provides a mapping from CPU core to package. Also, per-CPU report in cpu_time metric is removed. So, we cannot do fine-grained (per-package) model training....

discussion

The Model Server should have a health check path when the kepler is started with the MODEL_SERVER_ENABLE = true. We might add init container in the way discussed in [this...

kind/feature