← 返回 anthropic 的题目列表Efficient Model Deployment in a Cluster
类型:online_judge
Given an HPC cluster with hundreds of hosts, each with a 10GB/s bandwidth, and a model size of several hundred GBs, design an efficient model deployment strategy. Start by downloading the model to one host and then propagate it across hosts. Maximize bandwidth utilization to expedite the propagation and provide pseudocode implementation.