浏览代码

Merge pull request #8670 from SlavikCA/main

docs: Update incorrect hint about `num_gpu` parameter
Timothy Jaeryang Baek 3 月之前
父节点
当前提交
2b66a7a8dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte

+ 1 - 1
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte

@@ -1086,7 +1086,7 @@
 		<div class=" py-0.5 w-full justify-between">
 		<div class=" py-0.5 w-full justify-between">
 			<Tooltip
 			<Tooltip
 				content={$i18n.t(
 				content={$i18n.t(
-					'Set the number of GPU devices used for computation. This option controls how many GPU devices (if available) are used to process incoming requests. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.'
+					'Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.'
 				)}
 				)}
 				placement="top-start"
 				placement="top-start"
 				className="inline-tooltip"
 				className="inline-tooltip"