Skip to content

Commit ab123a1

Browse files
authored
doc: Fix Tensorflow and PyTorch supported version in HuggingFaceProcessor (#3281)
1 parent b3f3803 commit ab123a1

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
@@ -68,10 +68,10 @@ def __init__(
6868
``image_uri`` is provided. The current supported version is ``4.4.2``.
6969
tensorflow_version (str): TensorFlow version you want to use for
7070
executing your model training code. Defaults to ``None``. Required unless
71-
``pytorch_version`` is provided. The current supported version is ``1.6.0``.
71+
``pytorch_version`` is provided. The current supported version is ``2.4.1``.
7272
pytorch_version (str): PyTorch version you want to use for
7373
executing your model training code. Defaults to ``None``. Required unless
74-
``tensorflow_version`` is provided. The current supported version is ``2.4.1``.
74+
``tensorflow_version`` is provided. The current supported version is ``1.6.0``.
7575
py_version (str): Python version you want to use for executing your model training
7676
code. Defaults to ``None``. Required unless ``image_uri`` is provided. If
7777
using PyTorch, the current supported version is ``py36``. If using TensorFlow,

0 commit comments

Comments
 (0)