Skip to content

Commit 3949b29

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 865176f commit 3949b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _get_num_processes(accelerator: str, devices: str) -> int:
215215
accelerator = "mps"
216216
else:
217217
accelerator = "cpu"
218-
218+
219219
if accelerator == "gpu":
220220
parsed_devices = _parse_gpu_ids(devices, include_cuda=True, include_mps=True)
221221
elif accelerator == "cuda":

0 commit comments

Comments
 (0)