[Bug fix] Set enable_cache_output as false by default (#5751)

This commit is contained in:
chenjian
2025-12-24 21:37:24 +08:00
committed by GitHub
parent 6e39f88ca0
commit b90a922f98
+1 -1
View File
@@ -240,7 +240,7 @@ class EngineArgs:
"""
Flag to enable prefix caching.
"""
enable_output_caching: bool = True
enable_output_caching: bool = False
"""
Flag to enable kv cache for output tokens, only valid in V1 scheduler.
"""