burn/crates/burn-candle/README.md

15 lines
547 B
Markdown
Raw Permalink Normal View History

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