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 fb67735 commit 3343729Copy full SHA for 3343729
trinity/utils/monitor.py
@@ -194,6 +194,7 @@ def __init__(
194
os.environ["MLFLOW_TRACKING_PASSWORD"] = password
195
mlflow.set_tracking_uri(config.monitor.monitor_args.get("uri", "http://localhost:5000"))
196
mlflow.set_experiment(project)
197
+ mlflow.enable_system_metrics_logging()
198
mlflow.start_run(
199
run_name=f"{name}_{role}",
200
tags={
0 commit comments