We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868a623 commit 82a41c9Copy full SHA for 82a41c9
src/util/loader.py
@@ -24,7 +24,7 @@
24
## default_train_output_pipeline: a default pipeline name which is output from the training pipeline
25
default_train_output_pipeline = "std_v{}".format(version)
26
default_pipelines = {
27
- "rapl-sysfs": "ec2",
+ "rapl-sysfs": "ec2-0.7.11",
28
"acpi": "specpower"
29
}
30
base_model_url = "https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-db/main/models/v{}".format(version)
0 commit comments