philschmid / terraform-aws-llm-sagemaker

MIT License
15 stars 5 forks source link

Deploying my custom model #5

Open sher-somas opened 1 month ago

sher-somas commented 1 month ago

Hello Phil,

Suppose say, I have a model in hugging face which I'd like to deploy using this terraform module and use the deployed endpoint to enable users to post requests. Do you have a tutorial / documentation that I can follow and achieve this?

Thanks