From e3c17a5c371bcd71b2062927787e09a68dfdf56a Mon Sep 17 00:00:00 2001 From: Nate Brake <33383515+njbrake@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:46:24 -0400 Subject: [PATCH] documentation: correct description of py_version --- src/sagemaker/huggingface/estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sagemaker/huggingface/estimator.py b/src/sagemaker/huggingface/estimator.py index 86df43d4e9..742b78b5be 100644 --- a/src/sagemaker/huggingface/estimator.py +++ b/src/sagemaker/huggingface/estimator.py @@ -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