Skip to content

Commit 59a7e2d

Browse files
Add Idefics3 module and image processing functionality
- Introduced a new module `idefics3` in the models directory, which includes a new `processing.rs` file. - Implemented the `Idefics3ImageProcessor` struct with methods for image resizing, splitting, rescaling, and normalization. - Updated the main models module to include the new `idefics3` module alongside existing modules. - Enhanced image processing capabilities to support various preprocessing tasks for vision models.
1 parent d4bdbed commit 59a7e2d

3 files changed

Lines changed: 591 additions & 1 deletion

File tree

rust/src/models/idefics3/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod processing;

0 commit comments

Comments
 (0)