[Misc] Remove deprecated args in v0.10 (#21349)

Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
Kebe
2025-07-22 20:26:39 +08:00
committed by GitHub
parent 32142b3c62
commit bc8a8ce5ec
4 changed files with 0 additions and 25 deletions

View File

@@ -37,7 +37,6 @@ def initialize_llm():
max_num_seqs=4,
max_model_len=2048,
block_size=2048,
use_v2_block_manager=True,
device="neuron",
tensor_parallel_size=32,
)