Skip to content

Commit 3107968

Browse files
committed
Fixing syntax errors
1 parent bcb5556 commit 3107968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker_training/pytorch_xla.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ def _create_command(self):
103103
)
104104

105105
def _pytorch_xla_command(self):
106-
return [
107-
self._python_command(),
106+
return _python_command + [
108107
"-m",
109108
"torch_xla.distributed.xla_spawn",
110109
"--num_gpus",

0 commit comments

Comments
 (0)