We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ba722 commit 35575bcCopy full SHA for 35575bc
deepspeed/autotuning/autotuner.py
@@ -26,7 +26,6 @@
26
import mlflow
27
has_mlflow = True
28
except Exception as e:
29
- print("MLFlow does not exist. Disabling MLFlow logging")
30
has_mlflow = False
31
32
ZERO_OPTIMIZATION_STAGE = "stage"
0 commit comments