chore: cluster docker provider

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 5e1a26b743
commit 336bafd6ce
21 changed files with 266 additions and 256 deletions
+9
View File
@@ -0,0 +1,9 @@
export default {
'vendor.nividia': 'NVIDIA',
'vendor.ascend': 'Ascend',
'vendor.hygon': 'Hygon',
'vendor.moorthreads': 'Moore Threads',
'vendor.iluvatar': 'Iluvatar',
'vendor.metax': 'Metax',
'vendor.cambricon': 'Cambricon'
};
+9
View File
@@ -0,0 +1,9 @@
export default {
'vendor.nividia': 'NVIDIA',
'vendor.ascend': 'Ascend',
'vendor.hygon': 'Hygon',
'vendor.moorthreads': 'Moore Threads',
'vendor.iluvatar': 'Iluvatar',
'vendor.metax': 'Metax',
'vendor.cambricon': 'Cambricon'
};
+9
View File
@@ -0,0 +1,9 @@
export default {
'vendor.nividia': 'NVIDIA',
'vendor.ascend': 'Ascend',
'vendor.hygon': 'Hygon',
'vendor.moorthreads': 'Moore Threads',
'vendor.iluvatar': 'Iluvatar',
'vendor.metax': 'Metax',
'vendor.cambricon': 'Cambricon'
};
+9
View File
@@ -0,0 +1,9 @@
export default {
'vendor.nividia': '英伟达',
'vendor.ascend': '昇腾',
'vendor.hygon': '海光',
'vendor.moorthreads': '摩尔线程',
'vendor.iluvatar': '天数智芯',
'vendor.metax': '沐曦',
'vendor.cambricon': '寒武纪'
};