chendl's picture
add requirements
a1d409e
raw
history blame
110 Bytes
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None