Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#475 Feature/sg 000 clean start prints

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-000_clean_start_prints
@@ -18,7 +18,7 @@ try:
 
 
     _imported_clear_ml_failure = None
     _imported_clear_ml_failure = None
 except (ImportError, NameError, ModuleNotFoundError) as import_err:
 except (ImportError, NameError, ModuleNotFoundError) as import_err:
-    logger.warn("Failed to import deci_lab_client")
+    logger.debug("Failed to import clearml")
     _imported_clear_ml_failure = import_err
     _imported_clear_ml_failure = import_err
 
 
 
 
Discard
Tip!

Press p or to see the previous file or, n or to see the next file