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 b834816 commit ba32712Copy full SHA for ba32712
src/lightning/fabric/accelerators/xla.py
@@ -24,6 +24,8 @@
24
from lightning.fabric.utilities.imports import _raise_enterprise_not_available
25
26
_XLA_AVAILABLE = RequirementCache("torch_xla>=1.13", "torch_xla")
27
+_XLA_GREATER_EQUAL_2_1 = RequirementCache("torch_xla>=2.1")
28
+_XLA_GREATER_EQUAL_2_5 = RequirementCache("torch_xla>=2.5")
29
30
31
class XLAAccelerator(Accelerator):
0 commit comments