burn/burn-candle/README.md

15 lines
547 B
Markdown
Raw Normal View History

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.
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)