chore: nvidia notes in add worker

This commit is contained in:
jialin
2026-06-16 18:35:19 +08:00
committed by jialin
parent e160b64697
commit df5cf0f4e5
6 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -437,8 +437,5 @@ export const AddWorkerDockerNotes: Record<string, string[]> = {
[GPUDriverMap.ILUVATAR]: ['clusters.addworker.corexNotes'],
[GPUDriverMap.CAMBRICON]: ['clusters.addworker.cambriconNotes'],
[GPUDriverMap.METAX]: ['clusters.addworker.metaxNotes'],
[GPUDriverMap.THEAD]: [
'clusters.addworker.theadNotes',
'clusters.addworker.theadNotes-02'
]
[GPUDriverMap.THEAD]: ['clusters.addworker.theadNotes-02']
};