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

#1220 in Machine learning

Download history 1477/week @ 2024-10-16 1826/week @ 2024-10-23 1717/week @ 2024-10-30 1400/week @ 2024-11-06 1178/week @ 2024-11-13 1292/week @ 2024-11-20 3489/week @ 2024-11-27 3708/week @ 2024-12-04 3113/week @ 2024-12-11 3396/week @ 2024-12-18 3219/week @ 2024-12-25 2972/week @ 2025-01-01 2431/week @ 2025-01-08 3050/week @ 2025-01-15 3140/week @ 2025-01-22 3097/week @ 2025-01-29

12,170 downloads per month
Used in 26 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
~360K SLoC