summaryrefslogtreecommitdiff
path: root/candle-core/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* 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