mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 08:09:37 +08:00
[UX] Change kv-cache-memory log level to debug (#25479)
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
2ab27b70f5
commit
02134245a9
@ -389,7 +389,7 @@ class Worker(WorkerBase):
|
||||
f"utilize gpu memory. Current kv cache memory in use is "
|
||||
f"{int(self.available_kv_cache_memory_bytes)} bytes.")
|
||||
|
||||
logger.info(msg)
|
||||
logger.debug(msg)
|
||||
|
||||
# Warm up sampler and preallocate memory buffer for logits and other
|
||||
# sampling related tensors of max possible shape to avoid memory
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user