Closed
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