summaryrefslogtreecommitdiff
path: root/candle-core/src/npy.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix the npy read function and add some testing. (#1080)Laurent Mazare2023-10-121-2/+0
|
* Add support for i64 (#563)Laurent Mazare2023-08-231-1/+7
| | | | | * Add the i64 dtype. * Adapt the cuda kernels.
* Retrieve tensor data from PyTorch files. (#516)Laurent Mazare2023-08-191-1/+5
|
* Add the tensor-tools binary. (#510)Laurent Mazare2023-08-191-0/+19
|
* Expose the tensor write-bytes function. (#412)Laurent Mazare2023-08-111-37/+2
|
* Npy tweaks & error with path (#384)Laurent Mazare2023-08-101-9/+9
| | | | | * Simplify the npy writing. * Wrap the file path so as to provide better errors.
* Allow for lazy loading of npz files, use it in llama to reduce memory usage ↵Laurent Mazare2023-07-111-1/+48
| | | | in the cpu version. (#141)
* Resurrect the llama npy support. (#140)Laurent Mazare2023-07-111-5/+5
|
* Add the kernels.laurent2023-06-301-2/+12
|
* Refactor the hierarchy.Nicolas Patry2023-06-271-0/+401