burn/examples/text-generation
Kirill Mavreshko 97297538b1
Remove _devauto fuctions (#518) (#1110)
2024-01-06 13:36:34 -05:00
..
examples [Breaking] Refactor Backend Names (#904) 2023-10-29 18:27:49 -04:00
src Remove _devauto fuctions (#518) (#1110) 2024-01-06 13:36:34 -05:00
Cargo.toml chore(infra): Share some properties across workspace (#1039) 2023-12-12 09:39:07 -05:00
README.md Chore/release (#1031) 2023-12-01 14:33:28 -05:00

README.md

Text Generation

The example can be run like so:

CUDA users

git clone https://github.com/tracel-ai/burn.git
cd burn

# Use the --release flag to really speed up training.
export TORCH_CUDA_VERSION=cu113
cargo run --example text-generation --release

Mac users

git clone https://github.com/tracel-ai/burn.git
cd burn

# Use the --release flag to really speed up training.
cargo run --example text-generation --release