Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sonalkum/GAMA
sonalkum
/
GAMA-IT
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GAMA-IT
/
hf
/
transformers
/
tests
/
sagemaker
/
__init__.py
sonalkum
bug fix
fa57c60
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
import
importlib
def
is_sagemaker_available
():
return
importlib.util.find_spec(
"sagemaker"
)
is
not
None