Thanks to visit codestin.com Credit goes to lib.rs
candle_optimisers
Run this command in a terminal, in your project's directory:
cargo add candle-optimisers
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
candle-optimisers = "0.10.2"
The candle_optimisers library will be automatically available globally. Read the candle_optimisers library documentation.
Back to the crate overview.