[Minor] Fix styles for overlap mode (#2068)
This commit is contained in:
@@ -276,10 +276,6 @@ class ModelRunner:
|
||||
else None
|
||||
)
|
||||
self.dtype = self.vllm_model_config.dtype
|
||||
if self.sliding_window_size:
|
||||
assert (
|
||||
self.server_args.attention_backend == "flashinfer"
|
||||
), "Only flashinfer supports window attention."
|
||||
|
||||
logger.info(
|
||||
f"Load weight end. "
|
||||
|
||||
Reference in New Issue
Block a user