Update args_utils.py

This commit is contained in:
Jiang-Jia-Jun
2026-04-22 11:01:34 +08:00
committed by GitHub
parent 36d47aa23e
commit 76b960cb5b
+1 -1
View File
@@ -268,7 +268,7 @@ class EngineArgs:
"""
Flag to enable prefix caching.
"""
enable_output_caching: bool = False
enable_output_caching: bool = True
"""
Flag to enable kv cache for output tokens, only valid in V1 scheduler.
"""