Skip to content

Commit

Permalink
chore: remove the outdated reference of cmd/main.py
Browse files Browse the repository at this point in the history
This commit removes the obsolete reference to `cmd/main.py`, aligning
the codebase with the current state of the project.

Signed-off-by: vprashar2929 <[email protected]>
  • Loading branch information
vprashar2929 committed Nov 10, 2024
1 parent 0ad326b commit b105c4e
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 229 deletions.
5 changes: 3 additions & 2 deletions model_training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
## Requirements

- git > 2.22
- hatch
- kubectl
- yq, jq
- power meter is available
- power meter if available

## Pre-step

Expand Down Expand Up @@ -71,7 +72,7 @@ There are two options to run the benchmark and collect the metrics, [CPE-operato

### With manual execution

In addition to the above two automation approach, you can manually run your own benchmarks, then collect, train, and export the models by the entrypoint `cmd/main.py`
In addition to the above two automation approach, you can manually run your own benchmarks, then collect, train, and export the models by the entrypoint

[Manual Metric Collection and Training with Entrypoint](./cmd_instruction.md)

Expand Down
Loading

0 comments on commit b105c4e

Please sign in to comment.