Skip to content

Commit c2fbe75

Browse files
authored
doc: update hf transformer version (aws#2459)
1 parent 0c34d2a commit c2fbe75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(
6666
must point to a file located at the root of ``source_dir``.
6767
transformers_version (str): Transformers version you want to use for
6868
executing your model training code. Defaults to ``None``. Required unless
69-
``image_uri`` is provided. The current supported version is ``4.4.2``.
69+
``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
7272
``pytorch_version`` is provided. The current supported version is ``1.6.0``.

0 commit comments

Comments
 (0)