summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/segment_anything/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* More Model Module Docs (#2623)zachcp2024-11-171-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dinov2 * add another example * ad dinov2reg4 * eva2 * efficientvit * moondream * update t5 * update t5 * rwkv * stable diffusion docs * add wasm link * add segment_anything * adjsut for clippy * ignore bertdoc * dinov2 ignore * update block to be text * remove the rust blocks for the moment * bump python to 3.11 * add a setup-python step * add py311 to test as well
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * links in chinese_clip * links for clip model * add mod docs for flux and llava * module doc for MMDIT and MIMI * add docs for a few more modesl * mod docs for bert naser and beit * add module docs for convmixer colpali codegeex and chatglm * add another series of moddocs * add fastvit-llama2_c * module docs mamba -> mobileone * module docs from moondream-phi3 * mod docs for quantized and qwen * update to yi * fix long names * Update llama2_c.rs * Update llama2_c_weights.rs * Fix the link for mimi + tweaks --------- Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com>
* Consolidate the with-tracing usage. (#1234)Laurent Mazare2023-11-011-19/+5
|
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-0/+100
* Move dinov2. * Move efficientnet. * Move the quantized llama model. * Move segment-anything.