sagemaker-core 1.0.51__tar.gz → 1.0.52__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sagemaker-core might be problematic. Click here for more details.
- {sagemaker_core-1.0.51/src/sagemaker_core.egg-info → sagemaker_core-1.0.52}/PKG-INFO +1 -1
- sagemaker_core-1.0.52/VERSION +1 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/shape_dag.py +3 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/shapes.py +6 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.51/VERSION +0 -1
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/LICENSE +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/README.rst +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/pyproject.toml +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/setup.cfg +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/resources.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.52
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
@@ -1910,6 +1910,9 @@ SHAPE_DAG = {
|
|
|
1910
1910
|
"members": [
|
|
1911
1911
|
{"name": "InstanceType", "shape": "ClusterInstanceType", "type": "string"},
|
|
1912
1912
|
{"name": "Count", "shape": "InstanceCount", "type": "integer"},
|
|
1913
|
+
{"name": "Accelerators", "shape": "AcceleratorsAmount", "type": "integer"},
|
|
1914
|
+
{"name": "VCpu", "shape": "VCpuAmount", "type": "float"},
|
|
1915
|
+
{"name": "MemoryInGiB", "shape": "MemoryInGiBAmount", "type": "float"},
|
|
1913
1916
|
],
|
|
1914
1917
|
"type": "structure",
|
|
1915
1918
|
},
|
|
@@ -4250,10 +4250,16 @@ class ComputeQuotaResourceConfig(Base):
|
|
|
4250
4250
|
----------------------
|
|
4251
4251
|
instance_type: The instance type of the instance group for the cluster.
|
|
4252
4252
|
count: The number of instances to add to the instance group of a SageMaker HyperPod cluster.
|
|
4253
|
+
accelerators: The number of accelerators to allocate. If you don't specify a value for vCPU and MemoryInGiB, SageMaker AI automatically allocates ratio-based values for those parameters based on the number of accelerators you provide. For example, if you allocate 16 out of 32 total accelerators, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU and MemoryInGiB.
|
|
4254
|
+
v_cpu: The number of vCPU to allocate. If you specify a value only for vCPU, SageMaker AI automatically allocates ratio-based values for MemoryInGiB based on this vCPU parameter. For example, if you allocate 20 out of 40 total vCPU, SageMaker AI uses the ratio of 0.5 and allocates values to MemoryInGiB. Accelerators are set to 0.
|
|
4255
|
+
memory_in_gi_b: The amount of memory in GiB to allocate. If you specify a value only for this parameter, SageMaker AI automatically allocates a ratio-based value for vCPU based on this memory that you provide. For example, if you allocate 200 out of 400 total memory in GiB, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU. Accelerators are set to 0.
|
|
4253
4256
|
"""
|
|
4254
4257
|
|
|
4255
4258
|
instance_type: str
|
|
4256
4259
|
count: Optional[int] = Unassigned()
|
|
4260
|
+
accelerators: Optional[int] = Unassigned()
|
|
4261
|
+
v_cpu: Optional[float] = Unassigned()
|
|
4262
|
+
memory_in_gi_b: Optional[float] = Unassigned()
|
|
4257
4263
|
|
|
4258
4264
|
|
|
4259
4265
|
class ResourceSharingConfig(Base):
|
sagemaker_core-1.0.51/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.51
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/main/default_configs_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.51 → sagemaker_core-1.0.52}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|