ferruzzi commented on code in PR #55527:
URL: https://github.com/apache/airflow/pull/55527#discussion_r2342329116


##########
providers/amazon/tests/system/amazon/aws/example_sagemaker_endpoint.py:
##########
@@ -179,7 +179,7 @@ def set_up(env_id, role_arn, ti=None):
             {
                 "VariantName": f"{env_id}-demo",
                 "ModelName": model_name,
-                "InstanceType": "ml.t2.medium",
+                "InstanceType": "ml.m5.large",

Review Comment:
   Because I was a fool who thought I could rely on AI for one simple task and 
it told me this was the closest suitable replacement.  I'm running it locally 
with the ml.m5.medium right now and if it works I'll make the change



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to