summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
| * PyO3 is back.Nicolas Patry2023-07-271-1/+1
| * Fixed TP sharded version.Nicolas Patry2023-07-271-1/+1
| * TP sharding v2Nicolas Patry2023-07-271-2/+4
* | Upgrading hf-hub to `0.2.0` (Modified API to not pass the Repo aroundNicolas Patry2023-07-271-1/+1
|/
* Simplify Tensor::randn. (#255)Laurent Mazare2023-07-271-1/+1
* Update to the latest gemm. (#250)Laurent Mazare2023-07-261-4/+2
* Add flash attention (#241)Laurent Mazare2023-07-261-0/+1
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-1/+2
* Bump the hf-hub dependency to 0.1.3. (#206)Laurent Mazare2023-07-201-1/+1
* Fix the mkl build. (#204)Laurent Mazare2023-07-191-1/+1
* Removing `candle-hub` internal to extract into `hf-hub` standalone.Nicolas Patry2023-07-191-9/+3
* Factorize the tokenizers version in the workspace cargo def. (#186)Laurent Mazare2023-07-181-1/+1
* Bert tracing (#184)Laurent Mazare2023-07-171-0/+3
* Gemm update (#183)Laurent Mazare2023-07-171-4/+5
* Centralize the dependency versions and inherit them. (#177)Laurent Mazare2023-07-161-0/+32
* Reenable pyo3 in the workspace list (#170)Laurent Mazare2023-07-141-1/+1
* Removing cuda default.Nicolas Patry2023-07-141-2/+4
* Wasm proof of concept. (#167)Laurent Mazare2023-07-141-0/+1
* Use a rwlock for inner mutability. (#156)Laurent Mazare2023-07-131-1/+1
* Tensor mutability (#154)Laurent Mazare2023-07-131-1/+1
* Sketch the candle-transformers crate. (#147)Laurent Mazare2023-07-121-0/+1
* Sketch the candle-nn crate. (#115)Laurent Mazare2023-07-101-0/+1
* Sketch the Falcon model. (#93)Laurent Mazare2023-07-061-0/+4
* Move llama in a cargo-examples directory.laurent2023-07-031-0/+1
* Very simple pyo3 bindings for candle.laurent2023-07-011-1/+2
* Revert the new profile.laurent2023-06-291-6/+0
* Add some KV cache to llama.laurent2023-06-291-1/+5
* [Tmp] Adding candle-hubNicolas Patry2023-06-271-0/+1
* Refactor the hierarchy.Nicolas Patry2023-06-271-33/+3
* More f16 and bf16 support.laurent2023-06-261-2/+2
* Start adding f16/bf16 support.laurent2023-06-261-1/+3
* Faster model weight loading.laurent2023-06-261-0/+1
* Remove the unecessary features.laurent2023-06-241-1/+1
* Read and write npy files.laurent2023-06-241-0/+1
* Moving to `gemm` and adding matmul backprop.Nicolas Patry2023-06-221-1/+1
* Fixing tokenizers dep.Nicolas Patry2023-06-221-1/+1
* Adding matmul?Nicolas Patry2023-06-221-0/+1
* Integrate the kernels bits.laurent2023-06-221-2/+8
* Abstract the gradient storage.laurent2023-06-211-0/+5
* Add some very basic tensor type.laurent2023-06-191-0/+21