File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3535 },
3636 {
3737 "type" : " command" ,
38- "command" : " if [ \" $MLFLOW_CLAUDE_TRACING_ENABLED\" = \" true\" ]; then python3 -c \" import mlflow; client=mlflow.tracking.MlflowClient(); exp=client.get_experiment_by_name('$MLFLOW_EXPERIMENT_NAME'); client.restore_experiment(exp.experiment_id) if exp and exp.lifecycle_stage == 'deleted' else None\" && mlflow autolog claude -u http://127.0.0.1:$MLFLOW_PORT -n $MLFLOW_EXPERIMENT_NAME; fi"
38+ "command" : " if [ \" $MLFLOW_CLAUDE_TRACING_ENABLED\" = \" true\" ]; then python3 -c \" import mlflow; client=mlflow.tracking.MlflowClient(tracking_uri='http://127.0.0.1:$MLFLOW_PORT' ); exp=client.get_experiment_by_name('$MLFLOW_EXPERIMENT_NAME'); client.restore_experiment(exp.experiment_id) if exp and exp.lifecycle_stage == 'deleted' else None\" && mlflow autolog claude -u http://127.0.0.1:$MLFLOW_PORT -n $MLFLOW_EXPERIMENT_NAME; fi"
3939 }
4040 ]
4141 }
You can’t perform that action at this time.
0 commit comments