Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sagemaker/huggingface/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(

Args:
py_version (str): Python version you want to use for executing your model training
code. Defaults to ``None``. Required unless ``image_uri`` is provided. If
code. If ``image_uri`` is provided, it can be set to ``None``. If
using PyTorch, the current supported version is ``py36``. If using TensorFlow,
the current supported version is ``py37``.
entry_point (str or PipelineVariable): Path (absolute or relative) to the Python source
Expand Down
Loading