__init__.py 110 Bytes
Newer Older
Philipp Schmid's avatar
Philipp Schmid committed
1
2
3
4
5
import importlib


def is_sagemaker_available():
    return importlib.util.find_spec("sagemaker") is not None