Merge pull request #8670 from SlavikCA/main

docs: Update incorrect hint about `num_gpu` parameter
This commit is contained in:
Timothy Jaeryang Baek 2025-01-18 15:42:10 -08:00 committed by GitHub
commit 2b66a7a8dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1086,7 +1086,7 @@
<div class=" py-0.5 w-full justify-between">
<Tooltip
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"
className="inline-tooltip"