Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple typos (#1451) | Laurent Mazare | 2023-12-17 | 1 | -0/+0 |
| | | | | | * Mixtral quantized instruct. * Fix a couple typos. | ||||
* | feat: parse Cuda compute cap from env (#1066) | OlivierDehaene | 2023-10-16 | 1 | -0/+3 |
| | | | | | | | | | * feat: add support for multiple compute caps * Revert to one compute cap * fmt * fix | ||||
* | small misspeling and polish fix | Evgeny Igumnov | 2023-10-03 | 1 | -2/+2 |
| | |||||
* | Fix include code. | Nicolas Patry | 2023-10-02 | 1 | -4/+2 |
| | |||||
* | Fixed PR warnings. | Nicolas Patry | 2023-10-02 | 2 | -2/+4 |
| | |||||
* | Merge branch 'main' into book-trainin-simplified | Evgeny Igumnov | 2023-09-22 | 5 | -23/+23 |
|\ | |||||
| * | Fix typo in error_manage.md (#888) | Ikko Eltociear Ashimine | 2023-09-19 | 1 | -1/+1 |
| | | | | | | occured -> occurred | ||||
| * | more doc fixes (#804) | Ssslakter | 2023-09-10 | 4 | -10/+10 |
| | | |||||
| * | Little docs changes (#791) | Ssslakter | 2023-09-10 | 1 | -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/637 | Evgeny Igumnov | 2023-09-22 | 4 | -0/+245 |
|/ | |||||
* | Update the book with new layout of datasets. | Nicolas Patry | 2023-08-29 | 1 | -4/+4 |
| | |||||
* | Cleanup: | Nicolas Patry | 2023-08-28 | 3 | -4/+197 |
| | | | | | - Moved around book from `examples` to `candle-book` proper (overlapping the book and the lib structures) | ||||
* | Update candle-book/src/SUMMARY.md | Nicolas Patry | 2023-08-28 | 1 | -1/+1 |
| | |||||
* | Training: | Nicolas Patry | 2023-08-28 | 2 | -5/+12 |
| | | | | | | | - Removed a lot of surface (SerializedFileReader ownership is really painful). - Moved example + vision to hf.co version. - Removed feature gate. | ||||
* | Better training+hub | Nicolas Patry | 2023-08-28 | 1 | -4/+28 |
| | |||||
* | [Book] Add small error management + start training (with generic dataset | Nicolas Patry | 2023-08-28 | 2 | -5/+21 |
| | | | | inclusion). | ||||
* | Apply suggestions from code review | Patrick von Platen | 2023-08-23 | 1 | -2/+2 |
| | |||||
* | Update candle-book/src/guide/installation.md | Patrick von Platen | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | Patrick von Platen | 2023-08-23 | 1 | -3/+3 |
| | |||||
* | Apply suggestions from code review | Patrick von Platen | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | fix code snippets | Patrick von Platen | 2023-08-23 | 1 | -2/+2 |
| | |||||
* | fix code snippets | Patrick von Platen | 2023-08-23 | 1 | -3/+4 |
| | |||||
* | correct | Patrick von Platen | 2023-08-23 | 1 | -13/+4 |
| | |||||
* | move installation to book | Patrick von Platen | 2023-08-23 | 1 | -0/+40 |
| | |||||
* | Add a vision transformer example (dino-v2). (#502) | Laurent Mazare | 2023-08-18 | 2 | -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_3 | Nicolas Patry | 2023-08-09 | 8 | -13/+175 |
|\ | | | | | Book 3 (advanced loading + hub) | ||||
| * | Typos and format and CD only when PR lands. | Nicolas Patry | 2023-08-02 | 1 | -2/+2 |
| | | |||||
| * | Remove dead page.t | Nicolas Patry | 2023-08-02 | 1 | -3/+0 |
| | | |||||
| * | `s/candle/candle_core/g` | Nicolas Patry | 2023-08-02 | 1 | -6/+6 |
| | | |||||
| * | Add small error management. | Nicolas Patry | 2023-08-02 | 1 | -0/+12 |
| | | |||||
| * | Marking unwritten chapters as Draft (disables the link). | Nicolas Patry | 2023-08-02 | 1 | -13/+13 |
| | | |||||
| * | Adding more details on how to load things. | Nicolas Patry | 2023-08-02 | 1 | -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 Patry | 2023-08-02 | 1 | -3/+3 |
| | | |||||
| * | 3rd phase. | Nicolas Patry | 2023-08-02 | 9 | -5/+134 |
| | | |||||
* | | fix repo link | choisi | 2023-08-09 | 2 | -5/+5 |
|/ | |||||
* | Rename the candle crate to candle-core (#301) | Laurent Mazare | 2023-08-02 | 1 | -8/+8 |
| | | | | | * Rename to candle-core. * More candle-core renaming. | ||||
* | Grammarly pass. | Nicolas Patry | 2023-08-01 | 2 | -4/+4 |
| | |||||
* | Adressed comments. | Nicolas Patry | 2023-08-01 | 2 | -5/+8 |
| | |||||
* | Typo. | Nicolas Patry | 2023-08-01 | 1 | -1/+1 |
| | |||||
* | Complexifying our hello world | Nicolas Patry | 2023-08-01 | 1 | -1/+140 |
| | |||||
* | Revert "Making sure the CI actually works" | Nicolas Patry | 2023-08-01 | 1 | -1/+1 |
| | | | | This reverts commit 699346b603cec1f279d94e9aa3210c193ba973f8. | ||||
* | Making sure the CI actually works | Nicolas Patry | 2023-08-01 | 1 | -1/+1 |
| | |||||
* | Starting the book. | Nicolas Patry | 2023-08-01 | 6 | -3/+88 |
| | |||||
* | Adding a documentation book. | Nicolas Patry | 2023-07-26 | 19 | -0/+44 |