已关闭
feat: PC16 超节点信息 web 接口适配 #522
hourundong创建于 8月4日关闭于 4 天前
feat: PC16 超节点信息 web 接口适配 #522
已关闭
共 2 个文件变更+13-1
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "name": "webui", | 2 | "name": "webui", |
| 3 | "type": "configuration", | 3 | "type": "configuration", |
| 4 | - "version": "1.100.80", | 4 | + "version": "1.100.81", |
| 5 | "author": "Huawei", | 5 | "author": "Huawei", |
| 6 | "license": "Mulan PSL v2", | 6 | "license": "Mulan PSL v2", |
| 7 | "dependencies": { | 7 | "dependencies": { |
| @@ -125,6 +125,14 @@ const topologyOptions = [ | |||
| 125 | { | 125 | { |
| 126 | value: 3, | 126 | value: 3, |
| 127 | label: traduction('16P') | 127 | label: traduction('16P') |
| 128 | + }, | ||
| 129 | + { | ||
| 130 | + value: 8, | ||
| 131 | + label: traduction('Atlas 950 SuperPod Flex') | ||
| 132 | + }, | ||
| 133 | + { | ||
| 134 | + value: 9, | ||
| 135 | + label: traduction('Atlas 950 SuperPod Flex FM') | ||
| 128 | } | 136 | } |
| 129 | ]; | 137 | ]; |
| 130 | 138 | ||
| @@ -157,6 +165,10 @@ const modeOptions = [ | |||
| 157 | { | 165 | { |
| 158 | value: 1, | 166 | value: 1, |
| 159 | label: traduction('RoCE(NPU)') | 167 | label: traduction('RoCE(NPU)') |
| 168 | + }, | ||
| 169 | + { | ||
| 170 | + value: 4, | ||
| 171 | + label: traduction('UBG(NPU)') | ||
| 160 | } | 172 | } |
| 161 | ]; | 173 | ]; |
| 162 | 174 | ||