summaryrefslogtreecommitdiff
path: root/candle-core/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-1/+1
* Use yoke to provide a self-referential container for mmaped safetenso… (#939)Laurent Mazare2023-09-231-0/+1
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-1/+1
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-1/+1
* Add some documentation. (#673)Laurent Mazare2023-08-301-1/+1
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-1/+1
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-1/+1
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-1/+1
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-1/+1
* Simd support (#448)Laurent Mazare2023-08-151-1/+0
* Cudnn support (#445)Laurent Mazare2023-08-141-1/+2
* Parallelise the CPU kernels for the conv ops. (#401)Laurent Mazare2023-08-111-0/+1
* Small example for benchmarking some cpu ops (#394)Laurent Mazare2023-08-101-0/+1
* Conv1d optimize (#392)Laurent Mazare2023-08-101-0/+1
* Fix randn cpu (#382)Lei2023-08-101-0/+1
* Support the Accelerate BLAS on macOS. (#325)Laurent Mazare2023-08-051-0/+2
* Update the repo location. (#305)Laurent Mazare2023-08-021-8/+7
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-1/+1
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* Centralize the dependency versions and inherit them. (#177)Laurent Mazare2023-07-161-18/+14
* Removing cuda default.Nicolas Patry2023-07-141-1/+1
* Random initializers. (#128)Laurent Mazare2023-07-101-0/+1
* Remove the dependency to blas and use mkl directly. (#125)Laurent Mazare2023-07-101-2/+2
* Sketch the candle-nn crate. (#115)Laurent Mazare2023-07-101-1/+2
* Use cublas bf16. (#101)Laurent Mazare2023-07-071-1/+2
* Add mkl support for matrix multiply. (#86)Laurent Mazare2023-07-061-0/+3
* Move llama in a cargo-examples directory.laurent2023-07-031-5/+0
* Use the patched gemm for the time being.laurent2023-07-031-1/+3
* Move more safetensors bits to the shared module.laurent2023-07-031-7/+7
* Add backtraces.laurent2023-06-291-1/+1
* Tmp.Ubuntu2023-06-281-0/+3
* Use num-cpus to enable parallelism.laurent2023-06-271-0/+1
* Refactor the hierarchy.Nicolas Patry2023-06-271-0/+32