[V1] Chore: cruft removal (#11724)

This commit is contained in:
Robert Shaw
2025-01-03 18:25:02 -05:00
committed by GitHub
parent bf0d97d786
commit ad0d567e1c
4 changed files with 0 additions and 11 deletions

View File

@@ -42,8 +42,6 @@ class LLMEngine:
use_cached_outputs: bool = False,
multiprocess_mode: bool = False,
) -> None:
# TODO: Can we avoid this?
self.model_config = vllm_config.model_config
# Tokenizer (+ ensure liveness if running in another process).
@@ -179,8 +177,6 @@ class LLMEngine:
return request_outputs
# TODO(rob): Can we get rid of these?
def get_model_config(self):
return self.model_config