mirror of https://github.com/tracel-ai/burn.git
d3887bcd3d | ||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Text Generation
The example can be run like so:
git clone https://github.com/burn-rs/burn.git
cd burn
# Use the --release flag to really speed up training.
export TORCH_CUDA_VERSION=cu113
cargo run --example text-generation --release