summaryrefslogtreecommitdiff
path: root/candle-examples/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-2/+2
* Normalize loudness of the generated audio (#1795)Laurent Mazare2024-03-031-0/+2
* Encodec model. (#1771)Laurent Mazare2024-02-271-0/+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
* Streaming mode for reporting the generated tokens (#1007)Laurent Mazare2023-09-301-0/+1
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-1/+0
* 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 imagenet specific bits to a separate file. (#571)Laurent Mazare2023-08-231-1022/+1
* Move the yolo shared bits to a common place. (#548)Laurent Mazare2023-08-221-0/+3
* 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