8 unstable releases (3 breaking)

0.13.2 May 3, 2024
0.13.1 Apr 26, 2024
0.12.1 Feb 1, 2024
0.12.0 Jan 31, 2024
0.10.0 Oct 24, 2023

#895 in Machine learning

Download history 1316/week @ 2024-01-24 1230/week @ 2024-01-31 1085/week @ 2024-02-07 1111/week @ 2024-02-14 1059/week @ 2024-02-21 1100/week @ 2024-02-28 1099/week @ 2024-03-06 1065/week @ 2024-03-13 3675/week @ 2024-03-20 4298/week @ 2024-03-27 2667/week @ 2024-04-03 2601/week @ 2024-04-10 3310/week @ 2024-04-17 3510/week @ 2024-04-24 2911/week @ 2024-05-01 1644/week @ 2024-05-08

12,265 downloads per month
Used in 9 crates (via burn-core)

MIT/Apache

1MB
17K 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–14MB
~275K SLoC