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
After upgrading vLLM (e.g. syncing a fork with latest main branch), re-building from source fails to clear/overwrite the existing compiled binaries, resulting in errors such as
AttributeError: '_OpNamespace' '_C' object has no attribute ...
Workaround
Installing from a fresh clone of vLLM fixes this error.
Nevertheless, it would be ideal to automatically remove/update outdated binaries when re-building vLLM.
🐛 Describe the bug
After upgrading vLLM (e.g. syncing a fork with latest
main
branch), re-building from source fails to clear/overwrite the existing compiled binaries, resulting in errors such asWorkaround
Installing from a fresh clone of vLLM fixes this error.
Nevertheless, it would be ideal to automatically remove/update outdated binaries when re-building vLLM.
Related issues
The text was updated successfully, but these errors were encountered: