trishv's picture
Upload 2383 files
96e9536
raw
history blame contribute delete
110 Bytes
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None