burn/crates/burn-candle
Genna Wingert 42f39f16b3
Add more type support for burn-jit (#2454)
2024-11-04 13:01:01 -05:00
..
src Add more type support for burn-jit (#2454) 2024-11-04 13:01:01 -05:00
Cargo.toml Bump next version of Burn to 0.16.0 (#2434) 2024-10-28 16:41:58 -04:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

README.md

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)