summaryrefslogtreecommitdiff
path: root/candle-book/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-0/+0
| | | | | * Mixtral quantized instruct. * Fix a couple typos.
* 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
|
* Fix include code.Nicolas Patry2023-10-021-4/+2
|
* Fixed PR warnings.Nicolas Patry2023-10-022-2/+4
|
* Merge branch 'main' into book-trainin-simplifiedEvgeny Igumnov2023-09-225-23/+23
|\
| * Fix typo in error_manage.md (#888)Ikko Eltociear Ashimine2023-09-191-1/+1
| | | | | | occured -> occurred
| * 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"
* | https://github.com/huggingface/candle/issues/637Evgeny Igumnov2023-09-224-0/+245
|/
* Update the book with new layout of datasets.Nicolas Patry2023-08-291-4/+4
|
* Cleanup:Nicolas Patry2023-08-283-4/+197
| | | | | - 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
| |
| * 3rd phase.Nicolas Patry2023-08-029-5/+134
| |
* | fix repo linkchoisi2023-08-092-5/+5
|/
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-8/+8
| | | | | * Rename to candle-core. * More candle-core renaming.
* Grammarly pass.Nicolas Patry2023-08-012-4/+4
|
* Adressed comments.Nicolas Patry2023-08-012-5/+8
|
* Typo.Nicolas Patry2023-08-011-1/+1
|
* Complexifying our hello worldNicolas Patry2023-08-011-1/+140
|
* Revert "Making sure the CI actually works"Nicolas Patry2023-08-011-1/+1
| | | | This reverts commit 699346b603cec1f279d94e9aa3210c193ba973f8.
* Making sure the CI actually worksNicolas Patry2023-08-011-1/+1
|
* Starting the book.Nicolas Patry2023-08-016-3/+88
|
* Adding a documentation book.Nicolas Patry2023-07-2619-0/+44