11 releases (6 breaking)

0.16.0 Jan 14, 2025
0.15.0 Oct 28, 2024
0.14.0 Aug 27, 2024
0.13.2 May 3, 2024
0.10.0 Oct 24, 2023

#1178 in Machine learning

Download history 1959/week @ 2024-10-28 1497/week @ 2024-11-04 1183/week @ 2024-11-11 1274/week @ 2024-11-18 2659/week @ 2024-11-25 3908/week @ 2024-12-02 3304/week @ 2024-12-09 2303/week @ 2024-12-16 4356/week @ 2024-12-23 2853/week @ 2024-12-30 2680/week @ 2025-01-06 2873/week @ 2025-01-13 2983/week @ 2025-01-20 3010/week @ 2025-01-27 3164/week @ 2025-02-03 2783/week @ 2025-02-10

12,404 downloads per month
Used in 27 crates (via burn-core)

MIT/Apache

1.5MB
29K SLoC

Burn Candle Backend

This crate provides a backend for Burn based on the Candle framework.

It is still in alpha stage, not all operations are supported. It is usable for some use cases, like for inference.

It can be used with CPU or CUDA. On macOS computations can be accelerated by using the Accelerate framework.

Feature Flags

The following features are supported:

  • cuda - Cuda GPU device (NVIDIA only)
  • accelerate - Accelerate framework (macOS only)

lib.rs:

Burn Candle Backend

Dependencies

~10–21MB
~356K SLoC