summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/llava/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add some llama-3.2 examples. (#2508)Laurent Mazare2024-09-261-0/+3
| | | | | * Add some llama-3.2 examples. * Support tie-word-embeddings for llama.
* Add support for Llama 3.1 (#2359)Eric Buehler2024-07-261-2/+4
| | | | | | | | | | | | | | | | | * Add Llama 3.1 rope * Clippy * Format * Clippy * Add support for multiple eos tokens: * Untagged either * Remove either dep and fix settings.json * Make the max positional embeddings configurable
* Add LLaVA support (#2234)chenwanqq2024-06-031-0/+267
* first commit * llava * clippy and fmt * some fixes * minor fixes * remove useless file * refactor: Remove llava/constants.rs and update llava/mod.rs * modify variable name * modify code after clippy * Minor tweaks. --------- Co-authored-by: laurent <laurent.mazare@gmail.com>