Skip to content

Commit e3c17a5

Browse files
authored
documentation: correct description of py_version
1 parent d18e41b commit e3c17a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
6666
Args:
6767
py_version (str): Python version you want to use for executing your model training
68-
code. Defaults to ``None``. Required unless ``image_uri`` is provided. If
68+
code. If ``image_uri`` is provided, it can be set to ``None``. If
6969
using PyTorch, the current supported version is ``py36``. If using TensorFlow,
7070
the current supported version is ``py37``.
7171
entry_point (str or PipelineVariable): Path (absolute or relative) to the Python source

0 commit comments

Comments
 (0)