2023-10-25 06:22:37 +08:00
|
|
|
# Burn Candle Backend
|
|
|
|
|
2023-10-25 06:28:10 +08:00
|
|
|
This crate provides a backend for [Burn](https://github.com/burn-rs/burn) based on the [Candle](https://github.com/huggingface/candle) framework.
|
2023-10-25 06:22:37 +08:00
|
|
|
|
|
|
|
It is still in alpha stage, not all operations are supported. It is usable for some use cases, like for inference.
|
|
|
|
|
2023-12-01 02:03:00 +08:00
|
|
|
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)
|