We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4fd80 commit 6462e11Copy full SHA for 6462e11
src/sagemaker/pytorch/__init__.py
@@ -17,4 +17,4 @@
17
from sagemaker.pytorch.model import PyTorchModel, PyTorchPredictor # noqa: F401
18
from sagemaker.pytorch.processing import PyTorchProcessor # noqa: F401
19
20
-from sagemaker.pytorch.training_compiler.config import TrainingCompilerConfig # noqa: F401
+from sagemaker.pytorch.training_compiler.config import TrainingCompilerConfig # noqa: F401
tests/data/huggingface_byoc/requirements.txt
@@ -1 +1,2 @@
1
-transformers
+transformers
2
+datasets
0 commit comments