Add example: deploy Faster-Whisper as a custom model on a SageMaker Triton MME#4888
Open
eldadcohen1 wants to merge 1 commit into
Open
Add example: deploy Faster-Whisper as a custom model on a SageMaker Triton MME#4888eldadcohen1 wants to merge 1 commit into
eldadcohen1 wants to merge 1 commit into
Conversation
…riton MME Ports the multi-model-endpoint Triton custom-model (Faster-Whisper-Large-v3) example into the new repository structure under deploy_and_monitor/, updates the CI badge URLs and kernelspec to match sibling examples, and registers the notebook in the Deploy and Monitor toctree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
4 tasks
Author
|
@mollyheamazon can you please review and approve |
|
The notebook uses Another note: This notebook uses raw boto3 calls rather than the SageMaker Python SDK. It might be a better fit for awsdocs/aws-doc-sdk-examples (which hosts boto3 examples) |
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.
Adds an example showing how to deploy a pre-trained Faster-Whisper-Large-v3 model from Hugging Face as a custom model on an Amazon SageMaker multi-model endpoint (MME) backed by Triton, including building a custom Triton container and running audio-transcription inference.
Description of changes:
deploy_and_monitor/sm-triton_mme_faster_whisper/(notebook,README.md, and a sample audio file), following the current repository structure andsm-triton_*naming convention.index.rst.conda_python3) match the sibling Triton examples.This supersedes #4608 / #4887, which targeted the legacy
mainbranch and the oldsagemaker-triton/layout. This PR targets the current default branch and the new folder structure.Testing is done:
Tested on AWS SageMaker.
Merge Checklist
black-nb -l 100 {path}/{notebook-name}.ipynbBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.