Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update zip requirement from 0.6.6 to 1.1.1 (#2103) | dependabot[bot] | 2024-04-22 | 1 | -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 Mazare | 2023-10-12 | 1 | -2/+0 |
| | |||||
* | Add support for i64 (#563) | Laurent Mazare | 2023-08-23 | 1 | -1/+7 |
| | | | | | * Add the i64 dtype. * Adapt the cuda kernels. | ||||
* | Retrieve tensor data from PyTorch files. (#516) | Laurent Mazare | 2023-08-19 | 1 | -1/+5 |
| | |||||
* | Add the tensor-tools binary. (#510) | Laurent Mazare | 2023-08-19 | 1 | -0/+19 |
| | |||||
* | Expose the tensor write-bytes function. (#412) | Laurent Mazare | 2023-08-11 | 1 | -37/+2 |
| | |||||
* | Npy tweaks & error with path (#384) | Laurent Mazare | 2023-08-10 | 1 | -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 Mazare | 2023-07-11 | 1 | -1/+48 |
| | | | | in the cpu version. (#141) | ||||
* | Resurrect the llama npy support. (#140) | Laurent Mazare | 2023-07-11 | 1 | -5/+5 |
| | |||||
* | Add the kernels. | laurent | 2023-06-30 | 1 | -2/+12 |
| | |||||
* | Refactor the hierarchy. | Nicolas Patry | 2023-06-27 | 1 | -0/+401 |