Skip to content

v0.13.0 Launcher update (multinode and GPU selection) and mutliple bug fixes

Compare
Choose a tag to compare
@sgugger sgugger released this 05 Oct 18:47
· 1150 commits to main since this release
a54cd0a

Better multinode support in the launcher

The accelerate command launch did not work well for distributed training using several machines. This is fixed in this version.

Launch training on specific GPUs only

Instead of prefixing your launch command with CUDA_VISIBLE_DEVICES=xxx you can now specify the GPUs you want to use in your Accelerate config.

Better tracebacks and rich support

The tracebacks are now cleaned up to avoid printing several times the same error, and rich is integrated as an optional dependency.

What's new?