Skip to content

Commit 6ea72d3

Browse files
authored
Merge pull request #226 from sthaha/fix-readme-typo
fix: minor doc typo corrections
2 parents 3930957 + 2c8bb68 commit 6ea72d3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Kepler Power Model
22
[Get started with Kepler Model Server.](https://sustainable-computing.io/kepler_model_server/get_started/)
33

4-
This repository contains source code related to Kepler power model. The modules in this reposioty connects to [core Kepler project](https://github.com/sustainable-computing-io/kepler) and [kepler-model-db](https://github.com/sustainable-computing-io/kepler-model-db) as below.
4+
This repository contains source code related to Kepler power model. The modules in this repository connects to [core Kepler project](https://github.com/sustainable-computing-io/kepler) and [kepler-model-db](https://github.com/sustainable-computing-io/kepler-model-db) as below.
55
![](./fig/comm_diagram.png)
6-
7-
For more detail, check [the component diagram](./fig/model-server-components-simplified.png).
6+
For more details, check [the component diagram](./fig/model-server-components-simplified.png).
87

98
## Model server and estimator deployment
109

11-
### By Kepler Operator
10+
### Using Kepler Operator
1211

1312
```yaml
1413
apiVersion: kepler.system.sustainable.computing.io/v1alpha1
@@ -29,25 +28,25 @@ spec:
2928
initUrl: <static model URL>
3029
```
3130
32-
### By manifests with setup script:
31+
### Using manifests with setup script:
3332
Deploy with estimator sidecar
34-
```
33+
```sh
3534
OPTS="ESTIMATOR" make deploy
3635
```
3736

3837
Deploy with estimator sidecar and model server
39-
```
38+
```sh
4039
OPTS="ESTIMATOR SERVER" make deploy
4140
```
4241

43-
## Model training
42+
## Model Training
4443
- [Use Tekton pipeline](./model_training/tekton/README.md)
4544
- [Use Bash script with CPE operator](./model_training/cpe_script_instruction.md)
4645

4746
## Local test
4847
### via docker
4948
1. Build image for testing, run
50-
```
49+
```sh
5150
make build-test
5251
```
5352

@@ -65,7 +64,6 @@ OPTS="ESTIMATOR SERVER" make deploy
6564
### with native python environment
6665
Compatible version: python 3.8
6766

68-
6967
1. Prepare environment
7068

7169
```bash

0 commit comments

Comments
 (0)