Spaces:
sonalkum
/
Running on Zero

sonalkum's picture
hf peft
1e6d67a
raw
history blame
110 Bytes
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None