This commit is contained in:
2025-10-09 16:47:16 +08:00
parent c8feb4deb5
commit e27e3f16bb
5248 changed files with 1778505 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import importlib
def is_sagemaker_available():
return importlib.util.find_spec("sagemaker") is not None