Skip to content

Commit 96f630f

Browse files
committed
update
1 parent 55821ca commit 96f630f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2525

2626
### Fixed
2727

28-
-
28+
- Fix issue with partial mpi4py installation ([#21353](https://github.com/Lightning-AI/pytorch-lightning/pull/21353))
2929

3030

3131
---

src/lightning/fabric/plugins/environments/mpi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def detect() -> bool:
7474
return False
7575

7676
try:
77+
# mpi4py may be installed without MPI being present
7778
from mpi4py import MPI
7879
except ImportError:
7980
return False

0 commit comments

Comments
 (0)