Update args_utils.py

This commit is contained in:
Jiang-Jia-Jun
2026-04-22 11:02:26 +08:00
committed by GitHub
parent 5088414015
commit bd57b1e2a7
+1 -1
View File
@@ -263,7 +263,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.
"""