Skip to content

Commit 31af95a

Browse files
authored
Update GPU info in test_hardware_detector
1 parent 7fc9868 commit 31af95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/serve/utils/test_hardware_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
REGION = "us-west-2"
2020
VALID_INSTANCE_TYPE = "ml.g5.48xlarge"
2121
INVALID_INSTANCE_TYPE = "fl.c5.57xxlarge"
22-
EXPECTED_INSTANCE_GPU_INFO = (8, 196608)
22+
EXPECTED_INSTANCE_GPU_INFO = (8, 183104)
2323

2424

2525
def test_get_gpu_info_success(sagemaker_session):

0 commit comments

Comments
 (0)