hf-cloud-serving-image-selection Skill
Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be chosen — including when the user says "deploy this LLM", "host this HuggingFace model", "serve this fine-tuned model", "d Published by huggingface in skills.
What is hf-cloud-serving-image-selection Skill?
Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be chosen — including when the user says "deploy this LLM", "host this HuggingFace model", "serve this fine-tuned model", "d Published by huggingface in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Design and media
- Deployment use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use hf-cloud-serving-image-selection Skill
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/skills
- Skill file: skills/hf-cloud-serving-image-selection/SKILL.md
What it does
Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be chosen — including when the user says "deploy this LLM", "host this HuggingFace model", "serve this fine-tuned model", "d
Skill instructions
Serving Image Selection The serving container is the single thing most likely to break a SageMaker deployment that "looked correct on paper". Wrong container, stale tag, or the wrong AMI — all produce the same opaque Failed to pass health check error. Rule zero: HuggingFace images always win When both a HuggingFace-curated family (huggingface-vllm, huggingface-vllm-omni, huggingface-sglang, tei, huggingface-pytorch-inference) and a generic family (vllm, vllm-omni, sglang, djl-inference) can serve the model, the HuggingFace one is mandatory, not preferred. The only valid reasons to use a generic image: 1. Verified incompatibility — the model needs an architecture/modality/feature no available HuggingFace tag supports, confirmed against the catalog (not assumed). 2. No HuggingFace tag exists in the target region and mirroring is not an option. 3. The HuggingFace image is in "Known-broken images" below. A newer version number on the generic repo is not a reason. The AWS vllm repo often pu
Explore related resources
Frequently asked questions
What is hf-cloud-serving-image-selection?
hf-cloud-serving-image-selection is a open-source AI agent skill with Copy skill directory. Pick the right serving container for a SageMaker model deployment and find its current image URI.
Who is hf-cloud-serving-image-selection best for?
hf-cloud-serving-image-selection is best for reusing agent instructions, scripts, and references, deployment workflows, design and media workflows.
How do I install hf-cloud-serving-image-selection?
Install or run hf-cloud-serving-image-selection using Copy skill directory. Check hf-cloud-serving-image-selection for the latest setup command.
Is hf-cloud-serving-image-selection actively maintained?
hf-cloud-serving-image-selection may need a closer maintenance check before production use.
Auto-fetched from GitHub.