Skip to content

Commit 17645f7

Browse files
committed
Integ test updates
1 parent 4bb5522 commit 17645f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integ/sagemaker/serve/test_serve_tei.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def test_tei_sagemaker_endpoint(sagemaker_session, model_builder, model_input):
107107
with timeout(minutes=SERVE_SAGEMAKER_ENDPOINT_TIMEOUT):
108108
try:
109109
logger.info("Deploying and predicting in SAGEMAKER_ENDPOINT mode...")
110-
predictor = model.deploy(instance_type="ml.g5.12xlarge", initial_instance_count=2)
111-
logger.info("Endpoint successfully deployed.")
110+
predictor = model.deploy(instance_type="ml.g5.2xlarge", initial_instance_count=1)
112111
predictor.predict(model_input)
113112
assert predictor is not None
114113
except Exception as e:

0 commit comments

Comments
 (0)