Skip to content

Commit 75e8b6b

Browse files
committed
Typos
1 parent d35be2b commit 75e8b6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/measuring/measuring-ai-ml-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [our example ML example application](https://github.com/green-coding-solutio
1515

1616
### Example for GenAI Text LLM workload
1717

18-
The simplest way is to use [ollama](https://ollama.com) as a manager and encapsulte it inside of the GMT.
18+
The simplest way is to use [ollama](https://ollama.com) as a manager and encapsulate it inside of the GMT.
1919

2020
See [our example ollama LLM example application](https://github.com/green-coding-solutions/example-applications/tree/main/ai-model) to have a usage scenario to get started.
2121

@@ -29,7 +29,7 @@ Measure a sample query like this: `bash run-template.sh ai "How cool is the GMT?
2929

3030
It will download ollama, setup the containers and download an example model (*gemma3:1b*). Once you got this quick measurement running iterate on it by using our [our example ollama LLM example application](https://github.com/green-coding-solutions/example-applications/tree/main/ai-model).
3131

32-
Bonus tipp: If you apply `--quick` to the `run-template.sh` call the measurement is quicker for debugging purposes. However results will be not as reliable. Use only for debugging!
32+
Bonus tip: If you apply `--quick` to the `run-template.sh` call the measurement is quicker for debugging purposes. However results will be not as reliable. Use only for debugging!
3333

3434
#### Trying out our hosted service
3535

content/en/docs/measuring/measuring-websites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 841
77
toc: true
88
---
99

10-
GMT can also measure websites and takes a multi-dimenisonal approach here:
10+
GMT can also measure websites and takes a multi-dimensional approach here:
1111
- The energy of the browser is measured to display and render the page
1212
- The network transfer energy is measured that was needed to download the HTML and page assets
1313

@@ -25,7 +25,7 @@ Measure a sample query like this: `bash run-template.sh website "https://www.gre
2525

2626
It will download the needed containers, setup them up and run the measurement. Once you got this quick measurement running iterate on it by extending the [example measurement file](https://github.com/green-coding-solutions/green-metrics-tool/blob/main/templates/website/usage_scenario.yml) with more steps, for instance measuring all the sub-pages on your domain
2727

28-
Bonus tipp: If you apply `--quick` to the `run-template.sh` call the measurement is quicker for debugging purposes. However results will be not as reliable. Use only for debugging!
28+
Bonus tip: If you apply `--quick` to the `run-template.sh` call the measurement is quicker for debugging purposes. However results will be not as reliable. Use only for debugging!
2929

3030
#### Trying out our hosted service
3131

0 commit comments

Comments
 (0)