Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Yuvarraj
/
MASR
like
0
arxiv:
2305.13516
Model card
Files
Files and versions
Community
main
MASR
/
transformers
/
tests
/
sagemaker
/
__init__.py
Yuvarraj
Initial commit
a0db2f9
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