We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eaca4 commit 6158dd1Copy full SHA for 6158dd1
src/sagemaker/huggingface/__init__.py
@@ -14,3 +14,4 @@
14
from __future__ import absolute_import
15
16
from sagemaker.huggingface.estimator import HuggingFace # noqa: F401
17
+from sagemaker.huggingface.model import HuggingFaceModel, HuggingFacePredictor # noqa: F401
0 commit comments