Skip to content

Commit d55c2d3

Browse files
author
Sunil Thaha
authored
Merge pull request #327 from sunya-ch/bump-kepler-0.7.11
change default pipeline to ec2-0.7.11
2 parents 868a623 + 82a41c9 commit d55c2d3

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)