[V1] Chore: cruft removal (#11724)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user