init
This commit is contained in:
5
transformers/tests/sagemaker/__init__.py
Normal file
5
transformers/tests/sagemaker/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import importlib
|
||||
|
||||
|
||||
def is_sagemaker_available():
|
||||
return importlib.util.find_spec("sagemaker") is not None
|
||||
Reference in New Issue
Block a user