Closed
Description
Describe the bug
This issue is related to the issue aws/sagemaker-python-sdk#1275
JVM detect the CPU count as 1 when more CPUs are available for the container.
To reproduce
- Clone the SaeMaker example
- Deploy the model using the same endpoint.
- Check CloudWatch logs and the number of CPU cores detected will be like
Number of CPUs: 1
Expected behavior
The CPU count from CloudWatch should match the CPU count for the used instance. For example, 4
if the instance is ml.m4.xlarge
System information
Container: pytorch-inference:1.5-gpu-py3
SageMaker inference v1.1.2
Metadata
Metadata
Assignees
Labels
No labels