Skip to content

Update Ascend device support documentation to include 910B2 model and… #974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion docs/ascend910b-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Prerequisites

* Ascend device type: 910B,910B3,910B4,310P
* Ascend device type: 910B,910B2,910B3,910B4,310P
* driver version >= 24.1.rc1
* Ascend docker runtime

Expand Down Expand Up @@ -81,6 +81,27 @@ You can customize the ascend share configuration by following the steps below:
- name: vir16
memory: 17476
aiCore: 16
- chipName: 910B2
commonWord: Ascend910B2
resourceName: huawei.com/Ascend910B2
resourceMemoryName: huawei.com/Ascend910B2-memory
memoryAllocatable: 65536
memoryCapacity: 65536
aiCore: 24
aiCPU: 6
templates:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a virtualization template document that explains ascend 910b2 in pr.

- name: vir03_1c_8g
memory: 8192
aiCore: 3
aiCPU: 1
- name: vir06_1c_16g
memory: 16384
aiCore: 6
aiCPU: 1
- name: vir12_3c_32g
memory: 32768
aiCore: 12
aiCPU: 3
- chipName: 910B3
commonWord: Ascend910B
resourceName: huawei.com/Ascend910B
Expand Down
23 changes: 22 additions & 1 deletion docs/ascend910b-support_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HAMi 支持复用华为升腾 910B 设备,并为此提供以下几种与 vGPU

* Ascend docker runtime
* driver version > 24.1.rc1
* Ascend device type: 910B,910B3,910B4,310P
* Ascend device type: 910B,910B2,910B3,910B4,310P

## 开启 NPU 复用

Expand Down Expand Up @@ -81,6 +81,27 @@ HAMi 目前有一个 NPU 内置[虚拟化配置文件](https://github.com/Projec
- name: vir16
memory: 17476
aiCore: 16
- chipName: 910B2
commonWord: Ascend910B2
resourceName: huawei.com/Ascend910B2
resourceMemoryName: huawei.com/Ascend910B2-memory
memoryAllocatable: 65536
memoryCapacity: 65536
aiCore: 24
aiCPU: 6
templates:
- name: vir03_1c_8g
memory: 8192
aiCore: 3
aiCPU: 1
- name: vir06_1c_16g
memory: 16384
aiCore: 6
aiCPU: 1
- name: vir12_3c_32g
memory: 32768
aiCore: 12
aiCPU: 3
- chipName: 910B3
commonWord: Ascend910B
resourceName: huawei.com/Ascend910B
Expand Down