summaryrefslogtreecommitdiff
path: root/candle-book
Commit message (Collapse)AuthorAgeFilesLines
* Update the hf-hub dependency to 0.4.0. (#2691)Laurent Mazare2024-12-311-4/+4
| | | | | | | * Update the hf-hub dependency to 0.4.0. * Fix the book. * Use 0.4.1.
* Fix the repo name for llama 3.1. (#2576)Laurent Mazare2024-10-261-4/+4
| | | | | * Fix the repo name for llama 3.1. * Fix the book.
* Deactivate some book test that breaks the CI. (#2233)Laurent Mazare2024-06-011-1/+1
| | | | | * Deactivate some book test that breaks the CI. * Clippy fix.
* Remove the deprecated wav crate in favor of hound. (#2202)Laurent Mazare2024-05-211-1/+0
|
* chore: fix some typos in comments (#2121)hardlydearly2024-04-281-1/+1
| | | Signed-off-by: hardlydearly <799511800@qq.com>
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-5/+5
|
* Fix.Nicolas Patry2023-12-291-1/+4
|
* Trying to fix flakyness by making hub_2 and hub_3 serial tests (potential ↵Nicolas Patry2023-12-291-4/+4
| | | | issue on mingw with mmap).
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-5/+5
|
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-5/+5
|
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-0/+0
| | | | | * Mixtral quantized instruct. * Fix a couple typos.
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-5/+5
|
* feat: parse Cuda compute cap from env (#1066)OlivierDehaene2023-10-161-0/+3
| | | | | | | | | * feat: add support for multiple compute caps * Revert to one compute cap * fmt * fix
* small misspeling and polish fixEvgeny Igumnov2023-10-031-2/+2
|
* Merge pull request #926 from evgenyigumnov/book-trainin-simplifiedNicolas Patry2023-10-035-2/+247
|\ | | | | Book train simlified example
| * Fix include code.Nicolas Patry2023-10-021-4/+2
| |
| * Fixed PR warnings.Nicolas Patry2023-10-023-4/+6
| |
| * Merge branch 'main' into book-trainin-simplifiedEvgeny Igumnov2023-09-226-28/+28
| |\
| * | https://github.com/huggingface/candle/issues/637Evgeny Igumnov2023-09-224-0/+245
| | |
* | | Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-5/+5
| |/ |/| | | | | | | * Bump the version to 0.3.0. * Changelog update.
* | Fix typo in error_manage.md (#888)Ikko Eltociear Ashimine2023-09-191-1/+1
| | | | | | occured -> occurred
* | Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-5/+5
| | | | | | | | | | * Bump the crate version. * Also update the python bindings.
* | Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-5/+5
| |
* | more doc fixes (#804)Ssslakter2023-09-104-10/+10
| |
* | Little docs changes (#791)Ssslakter2023-09-101-14/+14
|/ | | | | | | | | * Little doc fixes * change imports in lib * rename candle_core to candle * revert "rename candle_core to candle"
* Add some documentation. (#673)Laurent Mazare2023-08-301-5/+5
| | | | | * Add some documentation. * Bump the crate version.
* Update the book with new layout of datasets.Nicolas Patry2023-08-291-4/+4
|
* RebasedNicolas Patry2023-08-281-5/+5
|
* Cleanup:Nicolas Patry2023-08-284-4/+246
| | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures)
* Update candle-book/src/SUMMARY.mdNicolas Patry2023-08-281-1/+1
|
* Training:Nicolas Patry2023-08-282-5/+12
| | | | | | | - Removed a lot of surface (SerializedFileReader ownership is really painful). - Moved example + vision to hf.co version. - Removed feature gate.
* Better training+hubNicolas Patry2023-08-281-4/+28
|
* [Book] Add small error management + start training (with generic datasetNicolas Patry2023-08-282-5/+21
| | | | inclusion).
* Apply suggestions from code reviewPatrick von Platen2023-08-231-2/+2
|
* Update candle-book/src/guide/installation.mdPatrick von Platen2023-08-231-1/+1
|
* Apply suggestions from code reviewPatrick von Platen2023-08-231-3/+3
|
* Apply suggestions from code reviewPatrick von Platen2023-08-231-1/+1
|
* fix code snippetsPatrick von Platen2023-08-231-2/+2
|
* fix code snippetsPatrick von Platen2023-08-231-3/+4
|
* correctPatrick von Platen2023-08-231-13/+4
|
* move installation to bookPatrick von Platen2023-08-231-0/+40
|
* Add a vision transformer example (dino-v2). (#502)Laurent Mazare2023-08-182-2/+2
| | | | | | | | | * Add a vision transformer example (dino-v2). * Add some documentation + test. * CI fix. * Another fix (still unable to replicate the errors locally :( )
* Merge pull request #263 from huggingface/book_3Nicolas Patry2023-08-098-13/+175
|\ | | | | Book 3 (advanced loading + hub)
| * Typos and format and CD only when PR lands.Nicolas Patry2023-08-021-2/+2
| |
| * Remove dead page.tNicolas Patry2023-08-021-3/+0
| |
| * `s/candle/candle_core/g`Nicolas Patry2023-08-021-6/+6
| |
| * Add small error management.Nicolas Patry2023-08-021-0/+12
| |
| * Marking unwritten chapters as Draft (disables the link).Nicolas Patry2023-08-021-13/+13
| |
| * Adding more details on how to load things.Nicolas Patry2023-08-021-11/+35
| | | | | | | | | | | | | | | | | | | | | | - 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 :)
| * Fixing examples.Nicolas Patry2023-08-021-3/+3
| |