chore: add worker command paramters

This commit is contained in:
jialin
2024-12-23 19:13:55 +08:00
parent 6ce6a932e1
commit 762ab30c71
8 changed files with 94 additions and 28 deletions
+6 -2
View File
@@ -47,10 +47,14 @@ export default {
'Note: <span style="color: #000;font-weight: 600">mytoken</span> is the token obtained in the first step.',
'resources.worker.add.step3':
'After success, refresh the workers list to see the new worker.',
'resources.worker.container.supported': 'Do not support windows.',
'resources.worker.container.supported': 'Do not support MacOS or Windows.',
'resources.worker.current.version': 'Current version is {version}.',
'resources.worker.driver.install':
'Ensure all necessary drivers and libraries are installed on the system prior to installing GPUStack.',
'resources.worker.select.command':
'Select a label to generate the command and copy it using the copy button.',
'resources.worker.script.install': 'Script Installation',
'resources.worker.container.install': 'Container Installation'
'resources.worker.container.install': 'Container Installation',
'resources.worker.cann.tips':
'Set <span style="color: #000;font-weight: 600">ASCEND_VISIBLE_DEVICES</span> to 0 for a single GPU or to the index range (e.g., 0-7 for 8 GPUs) for multiple GPUs.'
};