summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump the ug dependency. (#2720)Laurent Mazare2025-01-161-3/+3
| | | | | | | * Bump the ug dependency. * Fix some test. * Fix the ug test.
* Update cudarc. (#2708)Laurent Mazare2025-01-081-1/+1
|
* Bump the caret version to 0.8.2. (#2703)Laurent Mazare2025-01-071-9/+9
|
* Update the hf-hub dependency to 0.4.0. (#2691)Laurent Mazare2024-12-311-1/+1
| | | | | | | * Update the hf-hub dependency to 0.4.0. * Fix the book. * Use 0.4.1.
* Bump the crate version to 0.8.1. (#2662)Laurent Mazare2024-12-071-9/+9
|
* Bump the crate version to 0.8.0. (#2612)Laurent Mazare2024-11-121-9/+9
|
* UG metal integration. (#2580)Laurent Mazare2024-10-271-0/+1
|
* Support for UG kernels. (#2579)Laurent Mazare2024-10-271-0/+2
| | | | | * Support for UG kernels. * Add a dedicated test.
* Fix the repo name for llama 3.1. (#2576)Laurent Mazare2024-10-261-1/+1
| | | | | * Fix the repo name for llama 3.1. * Fix the book.
* Bump the crate version to 0.7.2. (#2517)Laurent Mazare2024-09-291-9/+9
|
* Move the candle version to 0.7.1. (#2495)Laurent Mazare2024-09-221-9/+9
|
* Update cudarc to 0.12.1. (#2494)Laurent Mazare2024-09-221-1/+1
|
* Bump the crate version. (#2491)Laurent Mazare2024-09-211-9/+9
|
* Update cudarc to 0.12. (#2451)Laurent Mazare2024-08-271-1/+1
| | | | | * Update cudarc to 0.12. * Some cudnn tweaks.
* Bump the version to 0.6.1. (#2438)Laurent Mazare2024-08-221-9/+9
|
* Bump image crate version so ImageReader is available without aliasing (#2365)ivarflakstad2024-07-291-1/+1
|
* Pinning cudarc to 0.11.6 (#2332)Josh Collyer2024-07-151-1/+1
|
* Bump the crate version. (#2248)Laurent Mazare2024-06-051-9/+9
|
* Bump cudarc version to 0.11.4 (#2230)Eric Buehler2024-06-011-1/+1
|
* Another cudarc update. (#2229)Laurent Mazare2024-05-301-1/+1
|
* Update cudarc to 0.11.2. (#2227)Laurent Mazare2024-05-291-1/+1
|
* Remove the deprecated wav crate in favor of hound. (#2202)Laurent Mazare2024-05-211-1/+1
|
* Switch cudarc back to dynamic linking. (#2176)Laurent Mazare2024-05-091-1/+1
|
* Update cudarc requirement from 0.11.0 to 0.11.1 (#2174)Sidharth Rajaram2024-05-081-1/+1
| | | | | * Upgrading cudarc dependency from v0.11.0 to v0.11.1 due to that version having resolved a compile-time bug. See: https://github.com/huggingface/candle/issues/2173
* Update cudarc requirement from 0.10.0 to 0.11.0 (#2165)dependabot[bot]2024-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Update cudarc requirement from 0.10.0 to 0.11.0 Updates the requirements on [cudarc](https://github.com/coreylowman/cudarc) to permit the latest version. - [Release notes](https://github.com/coreylowman/cudarc/releases) - [Commits](https://github.com/coreylowman/cudarc/compare/v0.10.0...v0.10.0) --- updated-dependencies: - dependency-name: cudarc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Use the default cuda version. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurent <laurent.mazare@gmail.com>
* Bump the version number to 0.5.1. (#2155)Laurent Mazare2024-05-031-9/+9
| | | | | | | * Bump the version number to 0.5.1. * Fix clippy lints for 1.78. * More clippy fixes.
* Update tokenizers requirement from 0.15.0 to 0.19.1 (#2104)dependabot[bot]2024-04-221-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [tokenizers](https://github.com/huggingface/tokenizers) to permit the latest version. - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/compare/v0.15.0...v0.15.2) --- updated-dependencies: - dependency-name: tokenizers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update zip requirement from 0.6.6 to 1.1.1 (#2103)dependabot[bot]2024-04-221-1/+1
| | | | | | | | | | | | | | | | | | | * Update zip requirement from 0.6.6 to 1.1.1 --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix for the zip crate update. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurent <laurent.mazare@gmail.com>
* Bumping the version number to 0.5.0. (#2009)Laurent Mazare2024-04-041-9/+9
|
* Move the tensor-tools binary in a separate crate. (#1969)Laurent Mazare2024-03-301-0/+1
|
* Update parquet requirement from 50.0.0 to 51.0.0 (#1867)dependabot[bot]2024-03-291-1/+1
| | | | | | | | | | | | | | Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/50.0.0...50.0.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update the image crate + use the re-exported version. (#1893)Laurent Mazare2024-03-211-3/+3
| | | | | * Update the image crate + use the re-exported version. * Update to using ab_glyph.
* Bump the crate versions to 0.4.2. (#1821)Laurent Mazare2024-03-081-9/+9
|
* Metavoice - first cut (#1717)Laurent Mazare2024-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add the metavoice transformer. * Sketch the speaker-encoder module. * Adding to the metavoice model. * Start adding the metavoice example. * Get some logits out. * Load the second stage model. * Get the second step to run. * Tweak the example. * Add encodec tilting. * Glue the different bits together. * Fix a shape issue. * Use a constant. * BPE tokenization. * Add a warning.
* Bump the version number to 0.4.1. (#1768)Laurent Mazare2024-02-271-9/+9
| | | | | * Fix the block size for some cuda kernels. * Bump the version number to 0.4.1.
* Bump the crate version to 0.4.0. (#1658)Laurent Mazare2024-02-041-9/+9
|
* Explicit candle version so that cargo publish can be used easily. (#1641)Laurent Mazare2024-01-311-8/+8
|
* Update parquet requirement from 45.0.0 to 50.0.0 (#1592)dependabot[bot]2024-01-151-1/+1
| | | | | | | | | | | | | | Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/45.0.0...45.0.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update safetensors requirement from 0.3.1 to 0.4.1 (#1591)dependabot[bot]2024-01-151-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/safetensors/compare/v0.3.1...v0.3.3) --- updated-dependencies: - dependency-name: safetensors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update gemm to the latest version. (#1587)Laurent Mazare2024-01-151-1/+1
|
* Update memmap2 requirement from 0.7.1 to 0.9.3 (#1556)dependabot[bot]2024-01-101-1/+1
| | | | | | | | | | | | | | Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.7.1) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update cudarc requirement from 0.9.14 to 0.10.0 (#1559)dependabot[bot]2024-01-101-1/+1
| | | | | | | | | | | | | | Updates the requirements on [cudarc](https://github.com/coreylowman/cudarc) to permit the latest version. - [Release notes](https://github.com/coreylowman/cudarc/releases) - [Commits](https://github.com/coreylowman/cudarc/compare/v0.9.14...v0.9.15) --- updated-dependencies: - dependency-name: cudarc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update tokenizers requirement from 0.13.4 to 0.15.0 (#1555)dependabot[bot]2024-01-101-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [tokenizers](https://github.com/huggingface/tokenizers) to permit the latest version. - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/commits) --- updated-dependencies: - dependency-name: tokenizers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-0/+8
|
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-1/+1
|
* Merge pull request #1318 from huggingface/metal4Nicolas Patry2023-12-201-1/+2
|\ | | | | Starting to fix some tests.
| * Optimizing decode matmul (Phi at 28tok/s on M3).Nicolas Patry2023-12-201-0/+1
| | | | | | | | Adding some benchmark in order to help checking out matmul performance.
| * Fixing tests + matmul from MFANicolas Patry2023-12-131-1/+1
| |
* | Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-1/+1
|/
* Fix comments.Nicolas Patry2023-11-201-1/+1
|