Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove the outdated reference of cmd/main.py #549

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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