Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sagemaker/huggingface/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ def __init__(
``image_uri`` is provided. The current supported version is ``4.4.2``.
tensorflow_version (str): TensorFlow version you want to use for
executing your model training code. Defaults to ``None``. Required unless
``pytorch_version`` is provided. The current supported version is ``1.6.0``.
``pytorch_version`` is provided. The current supported version is ``2.4.1``.
pytorch_version (str): PyTorch version you want to use for
executing your model training code. Defaults to ``None``. Required unless
``tensorflow_version`` is provided. The current supported version is ``2.4.1``.
``tensorflow_version`` is provided. The current supported version is ``1.6.0``.
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
using PyTorch, the current supported version is ``py36``. If using TensorFlow,
Expand Down