Add AWS Deadline Cloud to Hugging Face on AWS docs - #2672
Open
anika-suman-amazon wants to merge 1 commit into
Open
Add AWS Deadline Cloud to Hugging Face on AWS docs#2672anika-suman-amazon wants to merge 1 commit into
anika-suman-amazon wants to merge 1 commit into
Conversation
Add Deadline Cloud alongside SageMaker, Bedrock, and EC2/ECS/EKS as an option for running Hugging Face models on AWS. Deadline Cloud job bundles cover offline batch workloads: vLLM batch inference, LoRA/QLoRA fine-tuning, text-to-image generation, model evaluation, and ESMFold prediction. - index.md: new deploy (batch inference) and train sections - tutorials/deadline-cloud/deadline-cloud-quickstart.md: new quickstart based on the deadline-cloud-samples job bundles - _toctree.yml and tutorials/index.md: navigation entries
anika-suman-amazon
marked this pull request as ready for review
July 30, 2026 23:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds AWS Deadline Cloud alongside SageMaker, Bedrock, Inference Endpoints, and EC2/ECS/EKS as an option for running Hugging Face models on AWS in the "Hugging Face on AWS" docs.
AWS Deadline Cloud is a fully managed batch compute service (job queuing, scheduling, auto-scaling GPU worker fleets) and its samples repository, aws-deadline/deadline-cloud-samples, includes a growing set of ready-to-submit job bundles built on Hugging Face models and libraries: batch LLM inference with vLLM, LoRA/QLoRA fine-tuning with Transformers + PEFT + bitsandbytes, text-to-image batch generation, FLUX.2 Klein LoRA training, LLM benchmark evaluation, and ESMFold protein structure prediction.
Changes
docs/sagemaker/source/index.md— two new sections following the existing per-service pattern (short description + quickstart link):docs/sagemaker/source/tutorials/deadline-cloud/deadline-cloud-quickstart.md— new quickstart modeled on the Bedrock/JumpStart quickstarts: why Deadline Cloud, prerequisites, batch LLM inference with thevllm_batchbundle, LoRA/QLoRA fine-tuning with thehf_finetune_lorabundle, clean-up. Commands and parameters are taken from the sample READMEs.docs/sagemaker/source/_toctree.ymlanddocs/sagemaker/source/tutorials/index.md— navigation entries.Note: I work on the AWS Deadline Cloud team and maintain the samples this references. Happy to adjust wording, structure, or link style (the quickstart links use absolute URLs to match the existing sections; they will resolve once the page is published).
Note
Low Risk
Documentation-only changes with no runtime, API, or security impact.
Overview
Documents AWS Deadline Cloud as another way to run Hugging Face workloads on AWS, alongside SageMaker, Bedrock, Inference Endpoints, and EC2/ECS/EKS.
The landing page (
index.md) gains bullet links plus two sections in the same style as existing services: batch inference under “Deploy models on AWS” and training (LoRA/QLoRA and multi-step pipelines) under “Train models on AWS”. A new Deadline Cloud Quickstart tutorial covers prerequisites,vllm_batchJSONL inference,hf_finetune_lorasubmission, PEFT loading, and cleanup, with pointers todeadline-cloud-samplesjob bundles._toctree.ymlandtutorials/index.mdadd navigation to that quickstart.Reviewed by Cursor Bugbot for commit 46b1c5b. Bugbot is set up for automated code reviews on this repo. Configure here.