We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mistralai/Pixtral is one of the best vision language models. We would like to support it.
Models: https://huggingface.co/mistralai/Pixtral-12B-2409 https://huggingface.co/mistralai/Pixtral-Large-Instruct-2411
You can learn from the existing implementations and usage examples of other vision language models. https://sgl-project.github.io/references/supported_models.html#how-to-support-a-new-model /~https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/models/llava.py /~https://github.com/sgl-project/sglang/blob/main/test/srt/test_vision_openai_server.py https://sgl-project.github.io/references/sampling_params.html#multi-modal
The text was updated successfully, but these errors were encountered:
I will give this a try if no one else is working on it.
Sorry, something went wrong.
No branches or pull requests
Motivation
mistralai/Pixtral is one of the best vision language models. We would like to support it.
Models:
https://huggingface.co/mistralai/Pixtral-12B-2409
https://huggingface.co/mistralai/Pixtral-Large-Instruct-2411
Related resources
You can learn from the existing implementations and usage examples of other vision language models.
https://sgl-project.github.io/references/supported_models.html#how-to-support-a-new-model
/~https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/models/llava.py
/~https://github.com/sgl-project/sglang/blob/main/test/srt/test_vision_openai_server.py
https://sgl-project.github.io/references/sampling_params.html#multi-modal
The text was updated successfully, but these errors were encountered: