Change default value of enable_output_caching to False

This commit is contained in:
Jiang-Jia-Jun
2026-04-22 10:58:39 +08:00
committed by GitHub
parent 534c43c888
commit 2edb30c2d0
+1 -1
View File
@@ -268,7 +268,7 @@ class EngineArgs:
""" """
Flag to enable prefix caching. 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. Flag to enable kv cache for output tokens, only valid in V1 scheduler.
""" """