We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd570f commit 54d379cCopy full SHA for 54d379c
src/lightning/fabric/utilities/imports.py
@@ -56,6 +56,6 @@
56
def _raise_enterprise_not_available() -> None:
57
if not _ENTERPRISE_AVAILABLE:
58
raise ModuleNotFoundError(
59
- "pytorch_lightning_enterprise is required to use the XLA accelerator. "
+ "pytorch_lightning_enterprise is required to use this feature. "
60
"Install it with `pip install pytorch-lightning-enterprise`"
61
)
0 commit comments