mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
Add Pixtral. (#2521)
* Add Pixtral. * More pixtral vision encoder. * Sketch a pixtral example. * Sketch a pixtral example. * Better image loading. * Support loading images embedded in safetensor files. * Clippy fixes. * Add the llava multimodal adapter. * Add more of the llava bits. * Add the pixtral config. * More pixtral inference. * Add the text generation bits. * Get the example to work. * Bugfix. * Run some bits of the model in f32. * Blessed version :) * Better rope frequency computations. * README update.
This commit is contained in:
4
candle-transformers/src/models/pixtral/mod.rs
Normal file
4
candle-transformers/src/models/pixtral/mod.rs
Normal file
@ -0,0 +1,4 @@
|
||||
pub mod llava;
|
||||
pub mod vision_model;
|
||||
|
||||
pub use llava::{Config, Model};
|
Reference in New Issue
Block a user