You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In "4.6. Deploy & run Inference on the fine-tuned model" section, the instance type is set to "ml.p2.xlarge"; however, it's not supported for the "BERT Base Cased" model. Here is the error message when creating the endpoint with p2.xlarge instance:
Invalid combination: instance p2 and Cuda 12.2. Please provide a supported configuration for this region.
To reproduce
Running the notebook with default settings will replicate the error.