mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 05:04:58 +08:00
[BugFix] Fix the incorrect func name in the comments. (config.py) (#20185)
This commit is contained in:
parent
f719772281
commit
7b460c25f9
@ -1484,7 +1484,7 @@ class CacheConfig:
|
|||||||
sizes up to 32 are supported. On HPU devices, block size defaults to 128.
|
sizes up to 32 are supported. On HPU devices, block size defaults to 128.
|
||||||
|
|
||||||
This config has no static default. If left unspecified by the user, it will
|
This config has no static default. If left unspecified by the user, it will
|
||||||
be set in `Platform.check_and_update_configs()` based on the current
|
be set in `Platform.check_and_update_config()` based on the current
|
||||||
platform."""
|
platform."""
|
||||||
gpu_memory_utilization: float = 0.9
|
gpu_memory_utilization: float = 0.9
|
||||||
"""The fraction of GPU memory to be used for the model executor, which can
|
"""The fraction of GPU memory to be used for the model executor, which can
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user