summaryrefslogtreecommitdiff
path: root/candle-transformers
Commit message (Expand)AuthorAgeFilesLines
* Add the helium model. (#2715)Laurent Mazare2025-01-132-0/+396
* Fixes for running Phi-4 quantized. (#2714)Jani Monoses2025-01-131-1/+1
* ModernBERT model (#2713)Jani Monoses2025-01-132-0/+408
* Fix mistral attention on Metal (#2699)Luka Zakrajšek2025-01-041-1/+2
* UniPC for diffusion sampling (#2684)Nick Senger2025-01-015-3/+1009
* Added XLMRobertaModel for Reranking (#2686)Akshay Ballal2024-12-302-0/+546
* Fix bug in whisper transformer (#2681)mert-kurttutan2024-12-241-0/+1
* Fix position encodings for Pixtral (#2678)Amélie Royer2024-12-231-13/+55
* Add a Context trait similar to anyhow::Context. (#2676)Laurent Mazare2024-12-227-25/+21
* make DepthAnythingV2 more reusable (#2675)Edgar Riba2024-12-211-19/+25
* Change/bert encoder public (#2658)Justin Sing2024-12-041-21/+30
* Add Nvembed v2 model (#2649)cdoko2024-12-034-0/+546
* Adds support for stella_en_v5 embedding model -400M variant (#2608)iskng2024-11-291-87/+482
* Lint fixes introduced with Rust 1.83 (#2646)Anubhab Bandyopadhyay2024-11-286-8/+8
* 20241118 docs (#2629)zachcp2024-11-195-0/+25
* Fix for clippy. (#2626)Laurent Mazare2024-11-181-1/+1
* Module Docs (#2624)zachcp2024-11-1839-115/+170
* More Model Module Docs (#2623)zachcp2024-11-1711-72/+285
* Module Docs (#2620)zachcp2024-11-165-10/+126
* Remove some unused macros. (#2618)Laurent Mazare2024-11-152-3/+2
* Documentation Pass for Models (#2617)zachcp2024-11-1594-51/+1001
* Add some missing index-select metal kernels. (#2613)Laurent Mazare2024-11-121-1/+2
* Add some fast Metal MLX SDPA kernels (#2584)Eric Buehler2024-11-051-14/+20
* Add the SmolLM2 models. (#2595)Laurent Mazare2024-11-031-3/+6
* Support Skip Layer Guidance (SLG) for Stable Diffusion 3.5 Medium (#2590)Czxck0012024-11-011-4/+22
* Lazy upcasting for t5. (#2589)Laurent Mazare2024-10-301-3/+48
* Support sd3.5 medium and MMDiT-X (#2587)Czxck0012024-10-302-23/+217
* Stable diffusion 3.5 support. (#2578)Laurent Mazare2024-10-272-1/+43
* use softmax_last_dim (metal and cuda kernel) in llama attention layer (#2572)Zack Angelo2024-10-231-1/+2
* Enable stable-diffusion 3 on metal. (#2560)Laurent Mazare2024-10-141-2/+1
* Adds support for Stella_en_v5 embedding model - 1.5B variant (#2551)Anubhab Bandyopadhyay2024-10-132-0/+400
* fix: Allow marian configs to deserialize from json. (#2556)Mikarific2024-10-131-1/+2
* Add Stable Diffusion 3 Example (#2558)Czxck0012024-10-137-33/+158
* feat: intergrate chinese clip and add example (#2555)SethWen2024-10-104-0/+1134
* Add BertForMaskedLM to support SPLADE Models (#2550)Akshay Ballal2024-10-071-0/+97
* Add ColPali (#2524)Akshay Ballal2024-10-014-1/+103
* Pixtral polishing. (#2522)Laurent Mazare2024-09-301-0/+26
* Add Pixtral. (#2521)Laurent Mazare2024-09-306-5/+436
* Add PaliGemma. (#2519)Laurent Mazare2024-09-293-0/+130
* Paligemma siglip vision config (#2518)Laurent Mazare2024-09-291-0/+54
* Add the SigLIP model. (#2515)Laurent Mazare2024-09-285-13/+617
* Remove some extra whitelines. (#2513)Laurent Mazare2024-09-282-5/+0
* Add some llama-3.2 examples. (#2508)Laurent Mazare2024-09-262-1/+13
* Quantized version of flux. (#2500)Laurent Mazare2024-09-264-6/+490
* Add a RotatingKVCache. (#2493)Laurent Mazare2024-09-231-32/+7
* Adding Granite 7b Instruct model example (#2487)Juan Gomez2024-09-212-0/+459
* Add the mimi audio-tokenizer. (#2488)Laurent Mazare2024-09-207-0/+2593
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-0511-19/+19
* MobileCLIP models S1 and S2 (#2454)Jani Monoses2024-08-294-0/+358
* FastViT fixes. (#2452)Jani Monoses2024-08-281-3/+3