summaryrefslogtreecommitdiff
path: root/candle-examples/src
Commit message (Collapse)AuthorAgeFilesLines
* Adding more details on how to load things.Nicolas Patry2023-08-021-0/+99
| | | | | | | | | | | - Loading with memmap - Loading a sharded tensor - Moved some snippets to `candle-examples/src/lib.rs` This is because managing book specific dependencies is a pain https://github.com/rust-lang/mdBook/issues/706 - This causes a non aligned inclusion https://github.com/rust-lang/mdBook/pull/1856 which we have to ignore fmt to remove. mdbook might need some more love :)
* 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