Skip to content
Snippets Groups Projects
Commit 285a1ac0 authored by Gokhan OZBULAK's avatar Gokhan OZBULAK
Browse files

Fix no EOL issue for qa #60

parent 29ca2883
No related branches found
No related tags found
No related merge requests found
Pipeline #85828 failed
......@@ -152,4 +152,5 @@ def upload(
mlflow.log_artifact(train_model_temp_file)
mlflow.log_artifact(evaluation_file)
mlflow.log_artifact(evaluation_meta_file)
mlflow.log_artifact(evaluation_log_file)
\ No newline at end of file
mlflow.log_artifact(evaluation_log_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment