diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contributor/roadmap.md b/i18n/zh/docusaurus-plugin-content-docs/current/contributor/roadmap.md index e8a2961a3..0622837f0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contributor/roadmap.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contributor/roadmap.md @@ -7,7 +7,7 @@ sidebar_label: 路线图 ## 设备支持矩阵 -| 设备类型 | 制造商 | 型号 | 内存隔离 | 核心隔离 | 多卡支持 | +| 设备类型 | 制造商 | 型号 | 显存隔离 | 核心隔离 | 多卡支持 | | -------- | ------------- | ----------------- | :------: | :------: | :------: | | GPU | NVIDIA | 全系列 | 是 | 是 | 是 | | MLU | Cambricon | 370、590 | 是 | 是 | 否 | diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/userguide/benchmark.md b/i18n/zh/docusaurus-plugin-content-docs/current/userguide/benchmark.md index 9c87d394a..0b14d95e5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/userguide/benchmark.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/userguide/benchmark.md @@ -20,8 +20,8 @@ sidebar_label: 性能测试 | 测试名称 | 测试用例 | | --------------- | :-----------------------------------------: | | Native | k8s + nvidia 官方 k8s-device-plugin | -| Opensource_v280 | k8s + VGPU k8s-device-plugin,开源版本 v280 | -| Opensource_v290 | k8s + VGPU k8s-device-plugin,开源版本 v290 | +| Opensource_v280 | k8s + vGPU k8s-device-plugin,开源版本 v280 | +| Opensource_v290 | k8s + vGPU k8s-device-plugin,开源版本 v290 | ## 测试内容 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/userguide/device-supported.md b/i18n/zh/docusaurus-plugin-content-docs/current/userguide/device-supported.md index 2bec06cbc..16ad1262b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/userguide/device-supported.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/userguide/device-supported.md @@ -6,7 +6,7 @@ translated: true HAMi 支持的设备如下表所示: -| 设备类型 | 制造商 | 支持型号 | 内存隔离 | 核心隔离 | 多卡支持 | +| 设备类型 | 制造商 | 支持型号 | 显存隔离 | 核心隔离 | 多卡支持 | | -------- | ------------------------- | --------------------------- | -------- | -------- | -------- | | GPU | 英伟达(NVIDIA) | 全系列 | 是 | 是 | 是 | | MLU | 寒武纪(Cambricon) | 370、590 | 是 | 是 | 否 |