[BugFix] Fix the incorrect func name in the comments. (config.py) (#20185)

This commit is contained in:
Jiayi Yan 2025-06-28 13:51:16 +08:00 committed by GitHub
parent f719772281
commit 7b460c25f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1484,7 +1484,7 @@ class CacheConfig:
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
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."""
gpu_memory_utilization: float = 0.9
"""The fraction of GPU memory to be used for the model executor, which can