You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiStepModelRunner was removed in vLLM 0.10.x and merged into ModelRunner,
which now has built-in LoRA support. This commit updates the code to handle
both old (<0.10) and new (>=0.10) versions of vLLM:
- Make MultiStepModelRunner import optional with try/except
- Update all isinstance checks to handle None case
- Convert patch_multi_step_model_runner to a no-op for vLLM 0.10.x
- Add deprecation notes explaining the changes
This fixes ModuleNotFoundError when using vLLM 0.10.2.
0 commit comments