We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61fc367 + f33a976 commit d9e7e17Copy full SHA for d9e7e17
1 file changed
ascend-device-configmap.yaml
@@ -77,15 +77,11 @@ data:
77
aiCore: 20
78
aiCPU: 7
79
templates:
80
- # NOTE: Names of vnpu template for 910B4-1 are fixed by Ascend runtime and must not be changed.
81
- # The memory is used for scheduling so the correct values must be set.
82
- # Template vir05_1c_8g actually provides 16GB memory,
83
- - name: vir05_1c_8g
+ - name: vir05_1c_16g
84
memory: 16384
85
aiCore: 5
86
aiCPU: 1
87
- # Template vir10_3c_16g actually provides 32GB memory
88
- - name: vir10_3c_16g
+ - name: vir10_3c_32g
89
memory: 32768
90
aiCore: 10
91
aiCPU: 3
0 commit comments