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

#942 in Machine learning

Download history 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 2043/week @ 2024-05-08 2137/week @ 2024-05-15 3566/week @ 2024-05-22 2805/week @ 2024-05-29 4515/week @ 2024-06-05 3176/week @ 2024-06-12 1844/week @ 2024-06-19 2384/week @ 2024-06-26 2445/week @ 2024-07-03 1573/week @ 2024-07-10 1307/week @ 2024-07-17

7,966 downloads per month
Used in 12 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–15MB
~304K SLoC