burn-candle 0.20.1

Candle backend for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Burn Candle Backend

This crate provides a backend for [Burn](https://github.com/tracel-ai/burn) based on the [Candle](https://github.com/huggingface/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)