Skip to content

Commit 35575bc

Browse files
authored
remove print side effect from importing deepspeed (#2704)
1 parent e4ba722 commit 35575bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deepspeed/autotuning/autotuner.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import mlflow
2727
has_mlflow = True
2828
except Exception as e:
29-
print("MLFlow does not exist. Disabling MLFlow logging")
3029
has_mlflow = False
3130

3231
ZERO_OPTIMIZATION_STAGE = "stage"

0 commit comments

Comments
 (0)