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 a4a5e71 commit 6762840Copy full SHA for 6762840
src/sagemaker_training/pytorch_xla.py
@@ -125,7 +125,7 @@ def __check_compatibility(self):
125
) from exception
126
127
try:
128
- import torch_xla.distributed.xla_spawn # pylint: disable=unused-import
+ import torch_xla.distributed.xla_spawn # pylint: disable=unused-import # noqa: F401
129
except ModuleNotFoundError as exception:
130
raise ModuleNotFoundError(
131
"Unable to find SageMaker integration code in PT-XLA. "
0 commit comments