README / README.md
julien-c's picture
julien-c HF Staff
import from moon-landing codebase
49e981f
|
raw
history blame
2.98 kB
metadata
title: README
emoji: 🐠
colorFrom: pink
colorTo: purple
sdk: static
pinned: false

Hugging Face is working with Amazon Web Services to make it easier than ever for startups and enterprises to train and deploy Hugging Face models in Amazon SageMaker.

<a href="https://huggingface.co/blog/the-partnership-amazon-sagemaker-and-hugging-face" class="block overflow-hidden group"

<div
    class="w-full h-40 object-cover mb-2 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
>
    <img
        alt=""
        src="/front/assets/promo/amazon_sagemaker_x_huggingface.png"
        class="w-40"
    />
</div>
<div class="underline">Read announcement blog post</div>
Video Walkthrough with Philipp Schmid
Documentation: Hugging Face in SageMaker

To train Hugging Face models in Amazon SageMaker, you can use the Hugging Face Deep Learning Contrainers (DLCs) and the Hugging Face support in the SageMaker Python SDK.

The DLCs are fully integrated with the SageMaker distributed training libraries to train models more quickly using the latest generation of accelerated computing instances available on Amazon EC2. With the SageMaker Python SDK, you can start training with just a single line of code, enabling your teams to move from idea to production more quickly.

To deploy Hugging Face models in Amazon SageMaker, you can use the Hugging Face Deep Learning Containers with the new Hugging Face Inference Toolkit.

With the new Hugging Face Inference DLCs, deploy your trained models for inference with just one more line of code, or select any of the 10,000+ models publicly available on the 🤗 Hub, and deploy them with Amazon SageMaker, to easily create production-ready endpoints that scale seamlessly, with built-in monitoring and enterprise-level security.

More information: AWS blog post, Community Forum