Skip to content

Commit b5c00c1

Browse files
authored
Merge branch 'master' into master
2 parents 001cac5 + 2779afc commit b5c00c1

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.48.2 (2021-07-12)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* default time for compilation jobs
8+
* skip hf inference test
9+
310
## v2.48.1 (2021-07-08)
411

512
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.48.2.dev0
1+
2.48.3.dev0

doc/api/inference/model_monitor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Model Monitor
2626
:members:
2727
:undoc-members:
2828
:show-inheritance:
29+
30+
.. automodule:: sagemaker.model_monitor.clarify_model_monitoring
31+
:members:
32+
:undoc-members:
33+
:show-inheritance:

doc/frameworks/huggingface/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ For general information about using the SageMaker Python SDK, see :ref:`overview
99
:maxdepth: 2
1010

1111
sagemaker.huggingface
12-
Use Hugging Face with the SageMaker Python SDK <https://huggingface.co/transformers/sagemaker.html>
12+
Train Hugging Face models on Amazon SageMaker with the SageMaker Python SDK <https://huggingface.co/docs/sagemaker/train>
13+
Deploy Hugging Face models to Amazon SageMaker with the SageMaker Python SDK <https://huggingface.co/docs/sagemaker/inference>

src/sagemaker/model_monitor/clarify_model_monitoring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ def suggested_constraints(self, file_name=None, kms_key=None):
12481248
"""Returns a sagemaker.model_monitor.
12491249
12501250
Constraints object representing the constraints JSON file generated by this baselining job.
1251+
12511252
Args:
12521253
file_name (str): Keep this parameter to align with method signature in super class,
12531254
but it will be ignored.

0 commit comments

Comments
 (0)