Unverified Commit 7b460c25 authored by Jiayi Yan's avatar Jiayi Yan Committed by GitHub
Browse files

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

parent f7197722
...@@ -1484,7 +1484,7 @@ class CacheConfig: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment