Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions sagemaker-core/tests/integ/s3_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ def extract_files_from_s3(s3_url, tmpdir, sagemaker_session):

with tarfile.open(model, "r") as tar_file:
custom_extractall_tarfile(tar_file, tmpdir)
# Test-only change to verify PR-check submodule selection (no behavior change).
3 changes: 2 additions & 1 deletion sagemaker-serve/src/sagemaker/serve/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ class Network:
class Compute:
"""Compute configuration for model deployment."""
instance_type: Optional[str]
instance_count: Optional[int] = 1
instance_count: Optional[int] = 1
# Source change to verify PR-check submodule selection (no behavior change).
Loading