32 releases
| 0.9.2-alpha.2 | Dec 16, 2025 |
|---|---|
| 0.9.2-alpha.1 | Oct 23, 2025 |
| 0.9.1 | May 1, 2025 |
| 0.8.4 | Mar 15, 2025 |
| 0.3.1 | Nov 12, 2023 |
#187 in Machine learning
95,614 downloads per month
Used in 230 crates
(162 directly)
1.5MB
40K
SLoC
candle-nn
lib.rs:
candle-nn
Other Crates
Candle consists of a number of crates. This crate holds structs and functions that allow you to build and train neural nets. You may wish to look at the docs for the other crates which can be found here:
- candle-core. Core Datastructures and DataTypes.
- candle-nn. Building blocks for Neural Nets.
- candle-datasets. Rust access to commonly used Datasets like MNIST.
- candle-examples. Examples of Candle in Use.
- candle-onnx. Loading and using ONNX models.
- candle-pyo3. Access to Candle from Python.
- candle-transformers. Candle implementation of many published transformer models.
Dependencies
~8–16MB
~286K SLoC