mistral.rs
mistral.rs copied to clipboard
LoRA Support for Vision Models
Vision models do not currently support LoRA in mistralrs. This is problematic because the Gemma models are categorized as vision models, so they cannot be used with LoRAs.
To work around this for myself, I've added support for this in this commit on my fork. It seems to actually work, but I haven't made a PR because those changes are purely vibe-coded