Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
DrDavis
/
PythonProject1
like
0
Model card
Files
Files and versions
xet
Community
main
PythonProject1
/
.venv
/
transformers
/
tests
/
sagemaker
/
__init__.py
DrDavis
Upload folder using huggingface_hub
17c6d62
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
110 Bytes
import
importlib
def
is_sagemaker_available
():
return
importlib.util.find_spec(
"sagemaker"
)
is
not
None