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
Current Llava uses Llama 2 7B as the pretrained text model. https://github.com/pytorch/executorch/blob/main/examples/models/llava/README.md
The latest quantized Llama 1B/3B are good in terms of accuracy and size. Let's make it swappable with these models.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 The feature, motivation and pitch
Current Llava uses Llama 2 7B as the pretrained text model. https://github.com/pytorch/executorch/blob/main/examples/models/llava/README.md
The latest quantized Llama 1B/3B are good in terms of accuracy and size. Let's make it swappable with these models.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
The text was updated successfully, but these errors were encountered: