We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c34d2a commit c2fbe75Copy full SHA for c2fbe75
src/sagemaker/huggingface/estimator.py
@@ -66,7 +66,7 @@ def __init__(
66
must point to a file located at the root of ``source_dir``.
67
transformers_version (str): Transformers version you want to use for
68
executing your model training code. Defaults to ``None``. Required unless
69
- ``image_uri`` is provided. The current supported version is ``4.4.2``.
+ ``image_uri`` is provided. The current supported version is ``4.6.1``.
70
tensorflow_version (str): TensorFlow version you want to use for
71
72
``pytorch_version`` is provided. The current supported version is ``1.6.0``.
0 commit comments