Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
transformers
like
0
Transformers
Arabic
English
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
transformers
/
tests
/
sagemaker
/
__init__.py
AbdulElahGwaith
Upload folder using huggingface_hub
a9bd396
verified
about 1 month 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