fix: gpus link
This commit is contained in:
@@ -45,7 +45,7 @@ const SelectVendor = () => {
|
||||
updateField('currentGPU', GPUDriverMap.NVIDIA);
|
||||
updateField('workerCommand', {
|
||||
label: 'NVIDIA',
|
||||
link: 'https://docs.gpustack.ai/latest/installation/installation-requirements/#nvidia-cuda',
|
||||
link: 'https://docs.gpustack.ai/latest/installation/nvidia/installation/#prerequisites',
|
||||
notes: AddWorkerDockerNotes[GPUDriverMap.NVIDIA]
|
||||
});
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user