Fix and simplify deprecated=True CLI kwarg (#17781)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-05-07 16:51:06 +01:00
committed by GitHub
parent be8ff88e66
commit 646a31e51e
4 changed files with 27 additions and 62 deletions

View File

@@ -833,6 +833,7 @@ class EngineArgs:
parser.add_argument('--use-v2-block-manager',
action='store_true',
default=True,
deprecated=True,
help='[DEPRECATED] block manager v1 has been '
'removed and SelfAttnBlockSpaceManager (i.e. '
'block manager v2) is now the default. '