Inference configuration still using old pytorch-lightning syntax
This line still uses the old torch-lightning syntax (gpus
instead of devices
, and no explicit accelerator
). Should change it to the new syntax to avoid complicating the config files.