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
Now that vLLM supports in-flight weight updates, we can eliminate the custom code that previously handled this.
This will lighten the codebase, reduce potential bugs, and make upgrading vLLM versions much simpler.