-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Bugfix] Error handling when model multimodal config initialisation fails #8924
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Actually, I found that we have quite a few places where we try to find |
Hey @AminAlam Thanks for the PR! In vLLM, we assume that model repos that are in the huggingface format will have |
That's a good idea @DarkLight1337
Hey @ywang96, This is the model I'm trying to deploy: TheBloke/LLaMa-7B-GGML |
We don’t support deploying from GGML format on vLLM currently. |
I see, thanks for mentioning it. I think it makes sense to keep the error handling and add more information to the error messages in case someone uses the wrong format. |
Closing as superseded by #7168, thanks for raising this though! |
Error handling and informative error message when model multimodal config initialisation fails due to lack of architecture in the config
FIX #8923