7 unstable releases (3 breaking)

new 0.13.1 Apr 26, 2024
0.13.0 Apr 12, 2024
0.12.1 Feb 1, 2024
0.12.0 Jan 31, 2024
0.10.0 Oct 24, 2023

#880 in Machine learning

Download history 1944/week @ 2024-01-05 1405/week @ 2024-01-12 1264/week @ 2024-01-19 1344/week @ 2024-01-26 1139/week @ 2024-02-02 1106/week @ 2024-02-09 1082/week @ 2024-02-16 1085/week @ 2024-02-23 1054/week @ 2024-03-01 1164/week @ 2024-03-08 1085/week @ 2024-03-15 4403/week @ 2024-03-22 4142/week @ 2024-03-29 2262/week @ 2024-04-05 3354/week @ 2024-04-12 2283/week @ 2024-04-19

12,622 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

~12MB
~217K SLoC