Update args_utils.py (#7549)

This commit is contained in:
Jiang-Jia-Jun
2026-04-22 10:59:52 +08:00
committed by GitHub
parent d5518463ce
commit 86df2a9e86
+1 -1
View File
@@ -264,7 +264,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.
"""