Thanks to visit codestin.com
Credit goes to lib.rs

Adding candle_optimisers library as a dependency

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:

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.