Skip to content

Commit 0617fc8

Browse files
committed
documentation: Fix tensorflow and pytorch supported version
1 parent cc38f05 commit 0617fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/huggingface/processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ def __init__(
6262
``image_uri`` is provided. The current supported version is ``4.4.2``.
6363
tensorflow_version (str): TensorFlow version you want to use for
6464
executing your model training code. Defaults to ``None``. Required unless
65-
``pytorch_version`` is provided. The current supported version is ``1.6.0``.
65+
``pytorch_version`` is provided. The current supported version is ``2.4.1``.
6666
pytorch_version (str): PyTorch version you want to use for
6767
executing your model training code. Defaults to ``None``. Required unless
68-
``tensorflow_version`` is provided. The current supported version is ``2.4.1``.
68+
``tensorflow_version`` is provided. The current supported version is ``1.6.0``.
6969
py_version (str): Python version you want to use for executing your model training
7070
code. Defaults to ``None``. Required unless ``image_uri`` is provided. If
7171
using PyTorch, the current supported version is ``py36``. If using TensorFlow,

0 commit comments

Comments
 (0)