Yuvarraj's picture
Initial commit
a0db2f9
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None