Adding burn_cuda library as a dependency
Run this command in a terminal, in your project's directory:
cargo add burn-cuda
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
burn-cuda = "0.21.0"
The burn_cuda library will be automatically available globally.
Read the burn_cuda library documentation.
Back to the crate overview.