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
"The way pytorch uses the package entry points in that blog is more or less what I saw adopted by vLLM."
"And, as far as I am aware, as long as our custom ops are defined first and then we load a custom backend package, the entry point for that would be perfect capable of just registering its implementations for those ops. I think even it can override a backend implementation we provide, e.g. let's say a bitsandbytes-ipex has cpu optimizations. It would just have to be loaded after ours."
"Regarding the out of tree topic on certain backends, this is also something I see on vLLM, just for reference. They have Ascend NPU and IBM Spyre as out-of-tree community supported plugins."
The text was updated successfully, but these errors were encountered:
review:
Matthew:
The text was updated successfully, but these errors were encountered: