Skip to content

Commit 54d379c

Browse files
deependujhaIruos8805
authored andcommitted
Change Import Error Message (Lightning-AI#21370)
* update * let's first try with empty commit
1 parent 8bd570f commit 54d379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/utilities/imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
def _raise_enterprise_not_available() -> None:
5757
if not _ENTERPRISE_AVAILABLE:
5858
raise ModuleNotFoundError(
59-
"pytorch_lightning_enterprise is required to use the XLA accelerator. "
59+
"pytorch_lightning_enterprise is required to use this feature. "
6060
"Install it with `pip install pytorch-lightning-enterprise`"
6161
)

0 commit comments

Comments
 (0)