summaryrefslogtreecommitdiff
path: root/candle-examples/src
Commit message (Expand)AuthorAgeFilesLines
* Lint fixes introduced with Rust 1.83 (#2646)Anubhab Bandyopadhyay2024-11-281-1/+0
* MobileCLIP models S1 and S2 (#2454)Jani Monoses2024-08-291-8/+27
* onnx: fix pad, unsqueeze (#2317)shua2024-07-232-3/+3
* Add Mobilenet v4 (#2325)Jani Monoses2024-07-091-17/+13
* Add DINOv2Reg4 + PlantCLEF2024 (#2293)v-espitalier2024-06-291-0/+18
* chore: fix some typos in comments (#2121)hardlydearly2024-04-281-2/+2
* Normalize loudness of the generated audio (#1795)Laurent Mazare2024-03-033-0/+537
* Add the StarCoder2 model. (#1779)Laurent Mazare2024-02-281-1/+1
* Encodec model. (#1771)Laurent Mazare2024-02-272-0/+57
* Fix token generation in bilingual models (non-English outputs) (#1668)Guoqing Bao2024-02-061-1/+1
* Helper function to load sharded safetensors files (#1481)Laurent Mazare2023-12-251-0/+27
* Metal part 1 - Scaffolding for metal. (#1308)Nicolas Patry2023-11-101-3/+14
* Quantized version of mistral. (#1009)Laurent Mazare2023-09-301-2/+14
* Streaming mode for reporting the generated tokens (#1007)Laurent Mazare2023-09-302-0/+75
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-102-53/+0
* Automatic mask generation (#779)Laurent Mazare2023-09-081-4/+4
* Automatic mask generator + point base mask (#773)Laurent Mazare2023-09-081-2/+28
* Segment-anything fixes: avoid normalizing twice. (#767)Laurent Mazare2023-09-071-0/+28
* img2img pipeline for stable diffusion. (#752)Laurent Mazare2023-09-061-4/+4
* Fix clippy + save_image.Nicolas Patry2023-08-291-0/+37
* Cleanup:Nicolas Patry2023-08-281-231/+0
* Training:Nicolas Patry2023-08-281-6/+78
* Better training+hubNicolas Patry2023-08-281-0/+23
* Move the yolo model bits in a separate file. (#602)Laurent Mazare2023-08-251-1/+8
* More support for pose estimation in yolo-v8. (#599)Laurent Mazare2023-08-251-1/+2
* Move the imagenet specific bits to a separate file. (#571)Laurent Mazare2023-08-232-1022/+1024
* Move the yolo shared bits to a common place. (#548)Laurent Mazare2023-08-223-0/+129
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-0/+18
* Print the recognized categories in dino-v2. (#506)Laurent Mazare2023-08-181-1/+1006
* Add the permute op (similar to pytorch). (#504)Laurent Mazare2023-08-181-2/+2
* dinov2 - read images from disk and compute the class probabilities (#503)Laurent Mazare2023-08-181-1/+37
* Typos and format and CD only when PR lands.Nicolas Patry2023-08-021-4/+4
* Adding more details on how to load things.Nicolas Patry2023-08-021-0/+99
* Add some 'cuda-if-available' helper function. (#172)Laurent Mazare2023-07-151-0/+12
* Formatting.laurent2023-07-031-0/+1
* Move llama in a cargo-examples directory.laurent2023-07-031-0/+0