Spaces:
sonalkum
/
Running on Zero

sonalkum's picture
run
2ba374e
raw
history blame
110 Bytes
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None