10 releases (5 breaking)

0.15.0 Oct 28, 2024
0.14.0 Aug 27, 2024
0.13.2 May 3, 2024
0.13.1 Apr 26, 2024
0.10.0 Oct 24, 2023

#1142 in Machine learning

Download history 2445/week @ 2024-08-04 1664/week @ 2024-08-11 1672/week @ 2024-08-18 1672/week @ 2024-08-25 1477/week @ 2024-09-01 1508/week @ 2024-09-08 1317/week @ 2024-09-15 1695/week @ 2024-09-22 1461/week @ 2024-09-29 1294/week @ 2024-10-06 1653/week @ 2024-10-13 1477/week @ 2024-10-20 1981/week @ 2024-10-27 1598/week @ 2024-11-03 1167/week @ 2024-11-10 1226/week @ 2024-11-17

6,131 downloads per month
Used in 25 crates (via burn-core)

MIT/Apache

1.5MB
28K 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–20MB
~318K SLoC