- {isZh
- ? "HAMi 是开源的云原生 GPU 虚拟化中间件,为 AI 工作负载提供异构加速器的共享、隔离与调度能力。"
- : "HAMi is an open-source, cloud-native GPU virtualization middleware that brings sharing, isolation and scheduling of heterogeneous accelerators to AI workloads on Kubernetes."}
+ {pickLocalized(currentLocale, heroCopy.description)}
nvidia.com/gpu
@@ -816,12 +1003,10 @@ export default function Home() {
- {isZh ? "使用 HAMi 前后对比" : "Before and After Using HAMi"}
+ {pickLocalized(currentLocale, whyAndArchCopy.beforeAfterTitle)}
- {isZh
- ? "相同工作负载下,对比传统整卡独占与 HAMi GPU 共享后的资源利用率变化。"
- : "Compare traditional whole-GPU allocation with HAMi GPU sharing under the same workloads."}
+ {pickLocalized(currentLocale, whyAndArchCopy.beforeAfterLead)}
- {isZh
- ? "覆盖多厂商加速设备生态,详情和支持矩阵见文档。"
- : "Broad accelerator ecosystem across vendors. See docs for full support matrix."}
+ {pickLocalized(currentLocale, footerSectionsCopy.ecosystemLead)}
{vendorEcosystem.map((vendor) => (
@@ -870,18 +1053,16 @@ export default function Home() {
className={clsx(styles.inlineLink, styles.supportDocsLink)}
to={useBaseUrl("/docs/userguide/device-supported")}
>
- {isZh ? "查看完整设备支持列表 →" : "View full supported devices list →"}
+ {pickLocalized(currentLocale, footerSectionsCopy.ecosystemLink)}
- {isZh
- ? "HAMi 与以下开源调度器、队列及云平台协同工作,既可作为设备层嵌入,也可在调度层集成。"
- : "HAMi integrates with these open-source schedulers, queuing layers, and cloud platforms, either as an embeddable device layer or at the scheduling layer."}
+ {pickLocalized(currentLocale, footerSectionsCopy.compatLead)}
@@ -891,23 +1072,19 @@ export default function Home() {
- {isZh
- ? "以下组织正在评估或在生产环境中使用 HAMi。"
- : "The organizations below are evaluating or using HAMi in production environments."}
+ {pickLocalized(currentLocale, footerSectionsCopy.adoptersLead)}
- {isZh
- ? "HAMi 由社区与企业贡献者共同推进,以下组织持续参与项目建设与生态协作。"
- : "HAMi is advanced by contributors from the community and industry. These organizations actively participate in project development and ecosystem collaboration."}
+ {pickLocalized(currentLocale, footerSectionsCopy.contributorsLead)}
- {isZh
- ? "实时展示 HAMi 社区增长与开源活跃度。"
- : "A live snapshot of HAMi community growth and open-source momentum."}
+ {pickLocalized(currentLocale, footerSectionsCopy.metricsLead)}