-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
acceleratordiscussionIn a discussion stageIn a discussion stagefeatureIs an improvement or enhancementIs an improvement or enhancementtrainer: argument
Milestone
Description
Discussion
Currently, the default for both the accelerator
and devices
flags is None. There has been discussions about updating the defaults. #10192 #10410 (comment)
We have three options to consider and vote for! Comments appreciated.
- 😄 None sounds good for both the flags. Let's keep it the same way.
- 🚀 Have
accelerator="auto"
anddevices=1
as defaults. (Jax like) - 👀 Have
accelerator="auto"
anddevices="auto"
as defaults.
Also, to note with the last two changes, it will take priority over gpus
, tpu_cores
, etc.
cc @Borda @justusschock @kaushikb11 @awaelchli @rohitgr7 @akihironitta
kaushikb11, akihironitta, awaelchli, marcocaccin, AndresAlgaba and 1 moreananthsub, carmocca and KernelABorda, DavidMChan and Queuecumber
Metadata
Metadata
Assignees
Labels
acceleratordiscussionIn a discussion stageIn a discussion stagefeatureIs an improvement or enhancementIs an improvement or enhancementtrainer: argument