-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: support out tree multimodal models #8667
Comments
how do you register the out of tree model? |
This is the feature I want to have, currently vllm 0.6 doesn't provide ways to register out of tree models? One possible hack way:add my model type and class into _MULTIMODAL_MODELS in vllm |
we do support out of tree registration, see https://docs.vllm.ai/en/latest/models/adding_model.html#out-of-tree-model-integration |
sure and I've registered my multimodal models using that function. But the error I posted still occurs. so vllm 0.6 doesn't provide ways to register out of tree |
cc @DarkLight1337 @ywang96 |
Currently, you can do it by adding the model to |
@DarkLight1337 we do have a public api for this: vllm/vllm/model_executor/models/__init__.py Line 190 in 5e85f4f
|
The docs currently suggest to modify |
@DarkLight1337 that is for registering your model when you fork vllm. this issue is about out-of-tree registration, i.e. adding new model to vllm without a fork. |
I'll try it later, thanks. |
🚀 The feature, motivation and pitch
vllm >= 0.6 doesn't support out tree defined multimodal models:
Alternatives
No response
Additional context
No response
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: