The Silver Path #172
dferguson992
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release: The Silver Path (v0.9.0)
Overview
The Silver Path release focuses the ML Container Creator on a curated, fully-tested set of models and instances — the "golden path" models that support both serverless fine-tuning and automated inference recommendations, served on NVIDIA A10G (g5) instances. Every model in this release has been validated end-to-end: generate → build → deploy → test → tune → deploy adapter → clean. This release is the "silver path" release because there are many paper cuts and issues with the release that need to be ironed in subsequent patches.
What's New Since v0.6.0
Managed Model Customization (
do/tune)Serverless fine-tuning with zero infrastructure management. Provide a dataset and technique — SageMaker handles the rest.
do/adapter add --from-tuneordo/add-ic --from-tuneBYOC Training (
do/train)Custom training jobs with your own scripts, containers, and hyperparameters.
# Configure in do/training/config.yaml, then: ./do/train ./do/train --status ./do/train --dry-runNotebook Export (
do/export --notebook)Generate a self-contained Jupyter notebook for deploying from SageMaker Studio.
--enable-lora)TUNE_SUPPORTED)AWS Marketplace Model Packages
Deploy vendor models without building containers.
ml-container-creator --deployment-config marketplace --model-name "marketplace://arn:aws:sagemaker:..."do/deploy,do/test,do/benchmark,do/cleanGolden-Path Catalog
Focused catalog for reliable, tested deployments:
E2E Validation Runner
Automated end-to-end testing across configurations.
Infrastructure Improvements
do/adapter add/list/remove/updatefor multi-adapter servingdo/benchmarkwith AIPerf integrationBreaking Changes
meta-llama/Llama-3.1-8B-Instructinstead ofjumpstart://...)Supported Models (Golden Path)
Instance Recommendations
What's Next
This discussion was created from the release The Silver Path.
Beta Was this translation helpful? Give feedback.
All reactions