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 d18e41b commit e3c17a5Copy full SHA for e3c17a5
src/sagemaker/huggingface/estimator.py
@@ -65,7 +65,7 @@ def __init__(
65
66
Args:
67
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
+ code. If ``image_uri`` is provided, it can be set to ``None``. If
69
using PyTorch, the current supported version is ``py36``. If using TensorFlow,
70
the current supported version is ``py37``.
71
entry_point (str or PipelineVariable): Path (absolute or relative) to the Python source
0 commit comments