ahassoun's picture
Upload 3018 files
ee6e328
raw history blame
No virus
110 Bytes
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None