Discussion about this post

User's avatar
Paul Iusztin's avatar

You smashed it with your first article published in the DML newsletter. This is a great intro to deploying LLMs to SageMaker 🔥

Expand full comment
Manas Samantaray's avatar

FYI, that the pydantic here is v1 and latest version of pydantic does not come with BaseSettings.

to use the BaseSettings use either `!pip install pydantic-settings and then from pydantic_settings import BaseSettings` or use `from pydantic.v1 import BaseSettings`

Expand full comment
1 more comment...

No posts