惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
月光博客
月光博客
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
IT之家
IT之家
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
爱范儿
爱范儿

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
Amazon SageMaker HyperPod Slurm 集群现在支持通过持续预置...
Amazon Web Services · 2026-05-27 · via Recent Announcements

发布于: 2026年5月27日

Amazon SageMaker HyperPod 现在支持使用 Slurm 编排和持续预置为集群指定最低容量要求(MinCount)。通过持续预置,HyperPod 可为集群预置可用的部分容量,这样您就可以快速启动 AI/ML 作业,同时继续在后台异步预置剩余实例。虽然这提供了灵活性,但某些训练工作负载需要保证最低数量的节点才能有效启动。MinCount 允许您指定在实例组转换到 InService(正在运行)状态之前必须成功预置的最小实例数量,从而使您能够更好地控制集群何时可用于调度作业。

这对于使用 PyTorch FSDP、Megatron-LM 或 NVIDIA NeMo 等框架的分布式训练工作负载尤其有用,因为在这些工作负载中,训练作业通常配置了固定数量的参与节点,如果集群容量不足,可能无法高效或正确地启动。同时,这也适用于那些在开始训练前需要保证基准 GPU 数量以满足服务水平协议或成本效益目标的团队。

您可以在 CreateCluster 或 UpdateCluster API 请求中指定 MinInstanceCount,为实例组设置最低容量阈值。实例组将保持 Creating(正在创建)或 Updating(正在更新)状态,直至达到该阈值,随后将转换到 InService(正在运行)状态,此时节点即可用于调度 Slurm 作业。HyperPod 会继续启动超出 MinCount 的额外实例,直至达到目标数量。如果在 3 小时内无法满足 MinCount 的要求,系统会自动将实例组回滚到上次已知的正常状态。

通过持续预置为 Slurm 集群指定 MinCount 的功能已在支持 Amazon SageMaker HyperPod 的所有 AWS 区域推出。要开始为集群指定最低容量要求,请参阅 Amazon SageMaker AI 文档中的最低容量要求(MinCount)