Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the hf-hub dependency to 0.4.0. (#2691) | Laurent Mazare | 2024-12-31 | 1 | -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 Mazare | 2024-10-26 | 1 | -4/+4 |
| | | | | | * Fix the repo name for llama 3.1. * Fix the book. | ||||
* | Deactivate some book test that breaks the CI. (#2233) | Laurent Mazare | 2024-06-01 | 1 | -1/+1 |
| | | | | | * Deactivate some book test that breaks the CI. * Clippy fix. | ||||
* | Remove the deprecated wav crate in favor of hound. (#2202) | Laurent Mazare | 2024-05-21 | 1 | -1/+0 |
| | |||||
* | chore: fix some typos in comments (#2121) | hardlydearly | 2024-04-28 | 1 | -1/+1 |
| | | | Signed-off-by: hardlydearly <799511800@qq.com> | ||||
* | Simplifying our internal cargo dependencies. (#1529) | Nicolas Patry | 2024-01-07 | 1 | -5/+5 |
| | |||||
* | Fix. | Nicolas Patry | 2023-12-29 | 1 | -1/+4 |
| | |||||
* | Trying to fix flakyness by making hub_2 and hub_3 serial tests (potential ↵ | Nicolas Patry | 2023-12-29 | 1 | -4/+4 |
| | | | | issue on mingw with mmap). | ||||
* | Bump the crate version to 0.3.3. (#1490) | Laurent Mazare | 2023-12-28 | 1 | -5/+5 |
| | |||||
* | Bump the crate version to 0.3.2. (#1452) | Laurent Mazare | 2023-12-17 | 1 | -5/+5 |
| | |||||
* | Fix a couple typos (#1451) | Laurent Mazare | 2023-12-17 | 1 | -0/+0 |
| | | | | | * Mixtral quantized instruct. * Fix a couple typos. | ||||
* | Update for 0.3.1. (#1324) | Laurent Mazare | 2023-11-11 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #926 from evgenyigumnov/book-trainin-simplified | Nicolas Patry | 2023-10-03 | 5 | -2/+247 |
|\ | | | | | Book train simlified example | ||||
| * | Fix include code. | Nicolas Patry | 2023-10-02 | 1 | -4/+2 |
| | | |||||
| * | Fixed PR warnings. | Nicolas Patry | 2023-10-02 | 3 | -4/+6 |
| | | |||||
| * | Merge branch 'main' into book-trainin-simplified | Evgeny Igumnov | 2023-09-22 | 6 | -28/+28 |
| |\ | |||||
| * | | https://github.com/huggingface/candle/issues/637 | Evgeny Igumnov | 2023-09-22 | 4 | -0/+245 |
| | | | |||||
* | | | Bump the version to 0.3.0. (#1014) | Laurent Mazare | 2023-10-01 | 1 | -5/+5 |
| |/ |/| | | | | | | | * Bump the version to 0.3.0. * Changelog update. | ||||
* | | Fix typo in error_manage.md (#888) | Ikko Eltociear Ashimine | 2023-09-19 | 1 | -1/+1 |
| | | | | | | occured -> occurred | ||||
* | | Bump the crate versions to v0.2.3. (#886) | Laurent Mazare | 2023-09-18 | 1 | -5/+5 |
| | | | | | | | | | | * Bump the crate version. * Also update the python bindings. | ||||
* | | Bump the crate version + update the changelog. (#822) | Laurent Mazare | 2023-09-12 | 1 | -5/+5 |
| | | |||||
* | | 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" | ||||
* | Add some documentation. (#673) | Laurent Mazare | 2023-08-30 | 1 | -5/+5 |
| | | | | | * Add some documentation. * Bump the crate version. | ||||
* | Update the book with new layout of datasets. | Nicolas Patry | 2023-08-29 | 1 | -4/+4 |
| | |||||
* | Rebased | Nicolas Patry | 2023-08-28 | 1 | -5/+5 |
| | |||||
* | Cleanup: | Nicolas Patry | 2023-08-28 | 4 | -4/+246 |
| | | | | | - 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 |
| | |