[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

@@ -225,8 +225,6 @@ class LLM:
# Logic to switch between engines is done at runtime instead of import
# to avoid import order issues
self.engine_class = self.get_engine_class()
# TODO(rob): enable mp by default (issue with fork vs spawn)
self.llm_engine = self.engine_class.from_engine_args(
engine_args, usage_context=UsageContext.LLM_CLASS)