hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 8.99k forks source link

[Enhancement]: Add support for `huggingface-pytorch-tgi-inference` to `aws_sagemaker_prebuilt_ecr_image` data source #32060

Open Mehdi-Aiyad opened 1 year ago

Mehdi-Aiyad commented 1 year ago

Description

Hi, I'm getting this error (trying to deploy huggingface LLMs on sagemaker via terraform) : ##############################################################

Error: expected repository_name to be one of [blazingtext forecasting-deepar factorization-machines image-classification ipinsights 
kmeans knn lda linear-learner sagemaker-model-monitor-analyzer mxnet-inference mxnet-inference-eia mxnet-training ntm object2vec object-detection pca pytorch-inference pytorch-inference-eia pytorch-training randomcutforest sagemaker-scikit-learn semantic-segmentation 
seq2seq sagemaker-sparkml-serving tensorflow-inference tensorflow-inference-eia sagemaker-tensorflow-serving sagemaker-tensorflow-serving-eia tensorflow-training huggingface-tensorflow-training huggingface-tensorflow-inference huggingface-pytorch-training huggingface-pytorch-inference sagemaker-xgboost], got huggingface-pytorch-tgi-inference

############################################################## Could you please add support for huggingface-pytorch-tgi-inference images ?

Affected Resource(s) and/or Data Source(s)

aws_sagemaker_prebuilt_ecr_image

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue