版本:下一个
Volcano Ascend vNPU 使用指南
介绍
Volcano 通过 ascend-device-plugin 支持 Ascend 310 和 Ascend 910 的 vNPU 功能。同时支持管理异构 Ascend 集群(包含多种 Ascend 类型的集群,例如 910A、910B2、910B3、310p)。
使用场景:
- Ascend 910 系列的 NPU 和 vNPU 集群
- Ascend 310 系列的 NPU 和 vNPU 集群
- 异构 Ascend 集群
此功能仅在 Volcano 1.14 及以上版本中可用。
快速开始
环境要求
安装 Volcano
helm repo add volcano-sh https://volcano-sh.github.io/helm-charts
helm install volcano volcano-sh/volcano -n volcano-system --create-namespace
更多安装方式请参考这里。
给 Ascend 设备打上 ascend=on 标签
kubectl label node {ascend-node} ascend=on
部署 hami-scheduler-device ConfigMap
kubectl apply -f https://raw.githubusercontent.com/Project-HAMi/ascend-device-plugin/refs/heads/main/ascend-device-configmap.yaml
部署 ascend-device-plugin
kubectl apply -f https://raw.githubusercontent.com/Project-HAMi/ascend-device-plugin/refs/heads/main/ascend-device-plugin.yaml
更多信息请参考 ascend-device-plugin 文档。