Skip to content

Commit 82a41c9

Browse files
committed
change default pipeline to ec2-0.7.11
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
1 parent 868a623 commit 82a41c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## default_train_output_pipeline: a default pipeline name which is output from the training pipeline
2525
default_train_output_pipeline = "std_v{}".format(version)
2626
default_pipelines = {
27-
"rapl-sysfs": "ec2",
27+
"rapl-sysfs": "ec2-0.7.11",
2828
"acpi": "specpower"
2929
}
3030
base_model_url = "https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-db/main/models/v{}".format(version)

0 commit comments

Comments
 (0)