summaryrefslogtreecommitdiff
path: root/candle-examples/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Use bindgen-cuda for the custom-kernel example. (#1536)Laurent Mazare2024-01-071-1/+2
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-6/+6
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-6/+6
* Helper function to load sharded safetensors files (#1481)Laurent Mazare2023-12-251-2/+3
* MMLU evaluation for Phi. (#1474)Laurent Mazare2023-12-231-0/+1
* Merge pull request #1318 from huggingface/metal4Nicolas Patry2023-12-201-0/+1
|\
| * Starting to fix some tests.Nicolas Patry2023-11-301-0/+1
* | Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-6/+6
|/
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-6/+6
* [ONNX] Support a couple more ops. (#1284)Laurent Mazare2023-11-061-0/+4
* Put the onnx example behind a feature flag. (#1276)Laurent Mazare2023-11-061-1/+6
* [ONNX] Do not generate values for constants. (#1272)Laurent Mazare2023-11-051-0/+1
* PyO3: Better shape handling (#1143)Lukas Kreussel2023-10-291-1/+1
* Add some reinforcement learning example. (#1090)Laurent Mazare2023-10-141-0/+5
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-5/+5
* Streaming mode for reporting the generated tokens (#1007)Laurent Mazare2023-09-301-1/+1
* Self-contained safetensors for the multiprocess llama example. (#950)Laurent Mazare2023-09-241-1/+2
* Add flash-attn support. (#912)Laurent Mazare2023-09-201-2/+1
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-5/+5
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-5/+5
* Move some models to candle-transformers so that it's easier to re-use. (#794)Laurent Mazare2023-09-101-6/+6
* Fuse the rel-pos additions via a custom-op. (#786)Laurent Mazare2023-09-091-0/+1
* Add some documentation. (#673)Laurent Mazare2023-08-301-5/+5
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-5/+5
* Add some configurable legend for yolo detection. (#603)Laurent Mazare2023-08-251-0/+1
* Move the yolo model bits in a separate file. (#602)Laurent Mazare2023-08-251-1/+2
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-5/+5
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-5/+5
* Enable the image crate by default in examples (#501)Laurent Mazare2023-08-181-5/+1
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-5/+5
* Cudnn support (#445)Laurent Mazare2023-08-141-0/+1
* Merge pull request #263 from huggingface/book_3Nicolas Patry2023-08-091-1/+3
|\
| * Odd rebase artifact.Nicolas Patry2023-08-021-1/+0
| * Remove duplicate.Nicolas Patry2023-08-021-1/+0
| * Adding more details on how to load things.Nicolas Patry2023-08-021-0/+4
* | Write the generated images using the image crate. (#363)Laurent Mazare2023-08-091-0/+5
* | Support the Accelerate BLAS on macOS. (#325)Laurent Mazare2023-08-051-0/+2
* | Add the candle-datasets crate (#322)Laurent Mazare2023-08-051-0/+1
|/
* Update the repo location. (#305)Laurent Mazare2023-08-021-8/+7
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-4/+4
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* Add training for the llama2.c example (#296)Laurent Mazare2023-08-011-1/+2
* Add a flag to save the trained weights. (#279)Laurent Mazare2023-07-301-0/+1
* Making multiprocess require flash-attn.Nicolas Patry2023-07-281-1/+1
* Put back `"dep:half"Nicolas Patry2023-07-281-1/+1
* Fixing.Nicolas Patry2023-07-281-1/+1
* Fixing nccl feature.Nicolas Patry2023-07-281-1/+1
* TP sharding v2Nicolas Patry2023-07-271-0/+7
* Add flash attention (#241)Laurent Mazare2023-07-261-0/+2
* Add llama2.c as an example. (#229)Laurent Mazare2023-07-241-0/+1