diff --git a/web/screens/Settings/Advanced/index.tsx b/web/screens/Settings/Advanced/index.tsx index bbfe7274c..5b78194ab 100644 --- a/web/screens/Settings/Advanced/index.tsx +++ b/web/screens/Settings/Advanced/index.tsx @@ -237,7 +237,7 @@ const Advanced = () => { {/* CPU / GPU switching */} - {!isMac && gpuList.length > 0 && ( + {!isMac && (
{vulkanEnabled ? 'Vulkan Supported GPUs' : 'Nvidia'}
-- If multi-GPU is enabled with different GPU models or - without NVLink, it could impact token speed. -
+ + {gpuList.length > 0 && ( ++ {vulkanEnabled ? 'Vulkan Supported GPUs' : 'Nvidia'} +
++ If multi-GPU is enabled with different GPU models + or without NVLink, it could impact token speed. +
+