Skip to content

Commit 7b930b0

Browse files
authored
Update estimator.py
Updated supported versions
1 parent c2fbe75 commit 7b930b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ def __init__(
6969
``image_uri`` is provided. The current supported version is ``4.6.1``.
7070
tensorflow_version (str): TensorFlow version you want to use for
7171
executing your model training code. Defaults to ``None``. Required unless
72-
``pytorch_version`` is provided. The current supported version is ``1.6.0``.
72+
``pytorch_version`` is provided. The current supported version is ``2.4.1``.
7373
pytorch_version (str): PyTorch version you want to use for
7474
executing your model training code. Defaults to ``None``. Required unless
75-
``tensorflow_version`` is provided. The current supported version is ``2.4.1``.
75+
``tensorflow_version`` is provided. The current supported versions are ``1.7.1`` and ``1.6.0``.
7676
source_dir (str): Path (absolute, relative or an S3 URI) to a directory
7777
with any other training source code dependencies aside from the entry
7878
point file (default: None). If ``source_dir`` is an S3 URI, it must

0 commit comments

Comments
 (0)