Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
FANGAreNotGnu committed Oct 23, 2023
1 parent ddcec0f commit 18c0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimodal/src/autogluon/multimodal/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ def _fit(
with apply_log_filter(log_filter):
trainer = pl.Trainer(
accelerator="gpu" if num_gpus > 0 else "auto",
devices=get_available_devices(num_gpus,config.env.auto_select_gpus),
devices=get_available_devices(num_gpus, config.env.auto_select_gpus),
num_nodes=config.env.num_nodes,
precision=precision,
strategy=strategy if strategy else "auto",
Expand Down

0 comments on commit 18c0088

Please sign in to comment.